/*! basic CHCR setup
 * initally based off Primitive
 * A frontend Sass boilerplate by Tania Rascia 
 */
/* Variables
 * ===============
 *
 * All variables and most of the configuration is defined on this page. */
/* Containers */
/* Breakpoints */
/* Colors */
/* Typography */
@font-face {
  font-family: "agane_light";
  src: url("agane_45_light-webfont.woff2") format("woff2"), url("agane_45_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "agane_regular";
  font-style: normal;
  font-weight: normal;
  src: url("agane_55_roman_sign-webfont.woff2") format("woff2"), url("agane_55_roman_sign-webfont.woff") format("woff");
}
@font-face {
  font-family: "agane_bold";
  src: url("agane_65_bold-webfont.woff2") format("woff2"), url("agane_65_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "agane_extra_bold";
  src: url("agane_75_extra_bold_sign-webfont.woff2") format("woff2"), url("agane_75_extra_bold_sign-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Padding */
/* Borders */
/* Buttons */
/* Forms */
/* Tables */
/* Code */
/* Mixins
  =============== */
/*
    Fonts.scss
*/
@font-face {
  font-family: "agane_light";
  src: url("../fonts/agane_45_light-webfont.woff2") format("woff2"), url("../fonts/agane_45_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aganes_regular";
  src: url("../fonts/agane_55_roman_sign-webfont.woff2") format("woff2"), url("../fonts/agane_55_roman_sign-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "agane_regular";
  src: url("../fonts/agane_55_roman-webfont.woff2") format("woff2"), url("../fonts/agane_55_roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aganes_bold";
  src: url("../fonts/agane_65_bold_sign-webfont.woff2") format("woff2"), url("../fonts/agane_65_bold_sign-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "agane_bold";
  src: url("../fonts/agane_65_bold-webfont.woff2") format("woff2"), url("../fonts/agane_65_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aganes_extra_bold";
  src: url("../fonts/agane_75_extra_bold_sign-webfont.woff2") format("woff2"), url("../fonts/agane_75_extra_bold_sign-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aganextra_bold";
  src: url("../fonts/agane_75_extra_bold-webfont.woff2") format("woff2"), url("../fonts/agane_75_extra_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Reset
  =============== */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

figure {
  margin: 0;
}

/* Helpers
  =============== */
hr {
  height: 0;
  border: 0;
  border-top: 1px solid #dedede;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.responsive-image {
  max-width: 100%;
  height: auto;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.padding-top {
  padding-top: 2rem;
}

.padding-bottom {
  padding-bottom: 2rem;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-top {
  margin-top: 2rem;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Layout
  =============== */
/* basic set up */
html {
  height: 100%;
  background: white url(../img/brda_bg.jpg) no-repeat center top;
}

body {
  display: flex;
  height: 100%;
  min-height: 100vh;
  flex-direction: column;
  background: transparent url(../img/brida_html_bg.png) no-repeat center top;
}
body main {
  flex: 1 0 auto;
}
body header, body footer {
  flex: none;
}

header.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.page-header .logo {
  color: #fff;
  font-family: agane_bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
}
header.page-header .logo img {
  width: 2rem;
  height: auto;
}
header.page-header nav {
  margin-left: 2rem;
}
header.page-header nav li {
  font-size: 0.8rem;
}
header.page-header nav li a {
  display: inline-block;
  padding: 0.6rem 1rem;
}
main > a.button {
  margin-left: 10vw;
}
@media (min-width: 600px) {
  main > a.button {
    margin-left: 0;
  }
}
main .section {
  padding: 2rem;
}
@media (min-width: 600px) {
  main {
    /* display:grid;
    grid-template-columns: 2fr 1fr;
    grid-gap:1rem;
    grid-template-areas:
    	"bread bread"
    	"section sidebar"
    	"section sidebar"
    	"section .";
    section {
    	grid-area:section;
    }
    .sidebar_container {
    	grid-area:sidebar;
    	margin-top:0;
    }	
    .breadcrumbs {
    	grid-area:bread;
    } */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  main section {
    flex: 3;
  }
  main .sidebar_container {
    flex: 1;
  }
  main .breadcrumbs {
    flex-basis: 100%;
  }
}
main .section {
  padding: 1rem 2rem;
}
main .no-aside {
  max-width: 90ch;
}
main .sidebar_container {
  margin-top: 2rem;
}
main .grid-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(324px, 1fr));
  grid-gap: 1rem;
}

footer {
  width: 100%;
  z-index: 100;
  /* 	display:flex;
  	flex-wrap:wrap;
  	align-items:center; //needed for image aspect ratio so they don't stretch height
  	justify-content:center; */
  /* 	img {width:17rem; height:auto; }
   */
}
footer p {
  font-size: 0.8rem;
  text-align: center;
  margin: 0;
  padding-bottom: 1rem;
}

.foot-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  color: white;
  transition: all 0.5s;
  padding: 0.5rem 1rem;
}
.foot-nav a {
  font-size: 0.95rem;
  padding: 0.6rem 1rem;
}

/* typography
  =============== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 1rem/1.4 agane_regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

body {
  color: #51555c;
  background: #fff;
  font-size: 1rem;
}

p,
ol,
ul,
dl,
table {
  margin: 0 0 1.5rem 0;
}

li ul,
li ol {
  padding-left: 1rem;
}

ul li ul,
ol li ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 1.5rem 0;
  font-weight: normal;
  font-family: agane_bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #404040;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

@media (min-width: 800px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  h5 {
    font-size: 1rem;
  }
}
a {
  color: #10566a;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

mark {
  background: #ffeea8;
  padding: 0 0.2rem;
}

blockquote {
  margin: 0 0 1.5rem 0;
  border-left: #dedede;
  padding: 0 1.5rem;
  font-size: 1.5rem;
}
blockquote cite {
  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  text-align: right;
}

pre {
  border: 0;
  border-radius: 5px;
  background: transparent;
  padding: 1rem;
  tab-size: 2;
  color: #404040;
  font-family: Menlo, monospace;
  font-size: 14px;
  margin: 0 0 1.5rem 0;
}
pre code {
  font-family: Menlo, monospace;
  line-height: 1.2;
}

kbd {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  color: #333;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0.1em;
  padding: 0.1em 0.6em;
  text-shadow: 0 1px 0 #fff;
}

:not(pre) > code {
  color: #404040;
  background: transparent;
  font-family: Menlo, monospace;
  font-size: 14px;
  padding: 0 0.2rem;
  border: 1px solid #dedede;
  border-radius: 5px;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
}

/* Forms
  =============== */
[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=week], [type=time], select, textarea {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 0.75rem;
  outline: none;
  background-color: transparent;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  font-family: agane_regular, Helvetica Neue, Helvetica, Arial, sans-serif;
}

[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=url]:hover, [type=week]:hover, [type=time]:hover, select:hover, textarea:hover {
  border: 1px solid #c5c5c5;
}

[type=color]:focus, [type=color]:active, [type=date]:focus, [type=date]:active, [type=datetime]:focus, [type=datetime]:active, [type=datetime-local]:focus, [type=datetime-local]:active, [type=email]:focus, [type=email]:active, [type=month]:focus, [type=month]:active, [type=number]:focus, [type=number]:active, [type=password]:focus, [type=password]:active, [type=search]:focus, [type=search]:active, [type=tel]:focus, [type=tel]:active, [type=text]:focus, [type=text]:active, [type=url]:focus, [type=url]:active, [type=week]:focus, [type=week]:active, [type=time]:focus, [type=time]:active, select:focus, select:active, textarea:focus, textarea:active {
  border: 1px solid #10566a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #33bae0;
}

input [type=checkbox] {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2732%27%20height%3D%2732%27%3E%3Cpath%20%20fill%3D%22%23cccccc%22%20d%3D%22M25.107%2032.030h-18.214c-3.456%200-6.268-2.81-6.268-6.264v-19.529c0-3.456%202.812-6.268%206.268-6.268h18.214c3.456%200%206.268%202.812%206.268%206.268v19.529c0%203.452-2.812%206.264-6.268%206.264zM6.893%201.85c-2.419%200-4.386%201.967-4.386%204.386v19.529c0%202.417%201.967%204.382%204.386%204.382h18.214c2.419%200%204.386-1.965%204.386-4.382v-19.529c0-2.419-1.967-4.386-4.386-4.386h-18.214z%22%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  border: 1px solid #777;
  border-radius: 3px;
  background-color: #eee;
}

textarea {
  overflow: auto;
  height: auto;
}

fieldset {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 1rem;
  margin: 1.5rem 0;
}

legend {
  padding: 0 0.5rem;
  font-weight: 600;
}

select {
  color: #404040;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) right center no-repeat #fff;
  line-height: 1;
}

select::-ms-expand {
  display: none;
}

label {
  margin: 1rem 0 0.5rem;
}

@media (min-width: 600px) {
  .split-form label {
    text-align: right;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
input.has-error, input.has-error:hover, input.has-error:focus, input.has-error:active,
select.has-error,
select.has-error:hover,
select.has-error:focus,
select.has-error:active,
textarea.has-error,
textarea.has-error:hover,
textarea.has-error:focus,
textarea.has-error:active {
  border: 1px solid #D33C40;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #f4cecf;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #9a9a9a;
}

.group {
  margin: 0 0 1rem;
  border-bottom: 1px solid #ccc;
}

/* Tables
  =============== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
}

thead th {
  border-bottom: 2px solid #dedede;
}

tfoot th {
  border-top: 2px solid #dedede;
}

td {
  border-bottom: 1px solid #dedede;
}

th,
td {
  text-align: left;
  padding: 0.5rem;
}

caption {
  padding: 1rem 0;
  caption-side: bottom;
  color: #ababab;
}

.striped-table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.contain-table {
  overflow-x: auto;
}

@media (min-width: 600px) {
  .contain-table {
    width: 100%;
  }
}
/* Navigation
  =============== */
nav ul {
  list-style-type: none;
  margin: 0;
  paddding: 0;
  display: flex;
}
nav li {
  padding: 0;
  margin: 0;
}
nav li a {
  padding: 1rem;
  border: 1px solid #ccc;
}
nav li a:hover {
  background-color: blue;
  color: #fff;
}
/*this file was converted from an old less file into a sass file as part of a move from a study site to a public site to be hosted at umich. site uses mts for a little bit of tailoring */
/* |||||| EZ-DIVs ||||||| */
/* Nest this little mixin inside your div style to invoke a shorthand string of common sizing declarations.

EXAMPLE @include ezdiv($abs,100px,$a,$a,0px,1,100%,0,$n,$a,0,$n);

  results in this -->     position: absolute;
                          top: 100px;
                          right: auto;
                          bottom: auto;
                          left: 0px;
                          z-index: 1;
                          width: 100%;
                          min-width: 0;
                          height: auto;
                          min-height: 0;

Note that auto, (x)%, em, en, px, vh, vw are all valid units for position and dimension variables. Min-width/height defaults are 0px.
*/
/* |||||| COLUMNS ||||||| */
/* |||||| BORDER IMAGE ||||||| */
/*  SYNTAX:
    border-image:image-path top-right-width, top-left-width, bottom-right-width, bottom-left-width */
/*  EXAMPLES:
    border-style:solid; <--- for older browser compatibility
    border-color:transparent; <--- for older browser compatibility, can be set to a fallback color of choice
    border-width:20px 21px 20px 20px; <--- for older browser compatibility
    .border_image ($bih2, 40, 20, 40, 20);
*/
/* |||||| ROUNDED CORNERS ||||||| */
/*  SYNTAX: .border-radius: 5px 10px 15px 20px; (top-left, top-right, bottom-right, bottom-left */
/* |||||| BOX SHADOW ||||||| */
/*  SYNTAX:
    box-shadow:inset (on or off), x offset, y-offset, feather, choke, color; */
/*  EXAMPLES:
// single shadow using RGBA
  box-shadow(5px 5px rgba(0,0,0,0.5));

// Multiple box shadows
  box-shadow(0 0 10px 5px black,
             40px -30px lime,
             40px 30px 50px red,
             inset -40px 30px yellow,
             -40px -30px 50px blue;);
*/
/* |||||| BOX SIZING ||||||| */
/* Changes how box sizing is calculated */
/*
content-box:
the default. Width and height values apply to the element's
content only. The padding and border are added to the outside of the box.

padding-box:
Width and height values apply to the element's content
and its padding. The border is added to the outside of the box.
Currently, only Firefox supports the padding-box value.

border-box:
Width and height values apply to the content, padding,
and border.

inherit:
Inherits the box sizing of the parent element.
*/
/* |||||| USER SELECT ||||||| */
/* disables text select on the specified element */
/* |||||| BACKGROUND GRADIENTS ||||||| */
/*  EXAMPLE:
  @include gradient(#F5F5F5, #EEE, FFF);
*/
/* @mixin gradient($origin: left, $start: white, $stop: black){
  background: linear-gradient($origin, $start, $stop);
} */
/* |||||| BACKGROUND GRADIENTS for surveys ||||||| */
/* |||||| BACKGROUND GRADIENTS for surveys ||||||| */
/* |||||| OPACITY FOR ALL BROWSERS ||||||| */
/*GLOBAL RESETS AND DEFAULTS                   */
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||  GLOBAL COLORS  |||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/* Color Gradients for inputs */
/* $1d: $offstate;
$1l: lighten($offstate, 10%);
$2d: adjust-hue($offstate, -135);
$2l: lighten(adjust-hue($offstate, -135), 1%);

/* this is the main unselected color */
/* $3d: adjust-hue($offstate, 120%);
$3l: saturate(lighten(adjust-hue($offstate, -120), 5%), 5%);
$4d: adjust-hue($offstate, -105);
$4l: saturate(lighten(adjust-hue($offstate, -105), 5%), 5%);
$5d: adjust-hue($offstate, -90);
$5l: saturate(lighten(adjust-hue($offstate, -90), 5%), 5%);
$6d: adjust-hue($offstate, -75);
$6l: saturate(lighten(adjust-hue($offstate, -75), 5%), 5%);
$7d: adjust-hue($offstate, -60);
$7l: saturate(lighten(adjust-hue($offstate, -60), 5%), 5%);
$8d: adjust-hue($offstate, -45);
$8l: saturate(lighten(adjust-hue($offstate, -45), 5%), 5%);
$9d: adjust-hue($offstate, -30);
$9l: saturate(lighten(adjust-hue($offstate, -30), 5%), 5%);
$10d: adjust-hue($offstate, -15);
$10l: saturate(lighten(adjust-hue($offstate, -15), 5%), 5%);
$d11: adjust-hue($offstate, 0);
$l11l: saturate(lighten(adjust-hue($offstate, 0), 5%), 5%); */
/* Selected or checked color gradient */
/* $s1d: $onstate;
$s1l: darken($onstate, 10%); */
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||  GLOBAL DEFAULTS  ||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
html {
  height: 100%;
  background: white url(../img/brda_bg.jpg) no-repeat center top;
  background-size: 100% auto;
}

.no_background {
  background: transparent;
}

body {
  /* top:0px;
  height:100%;
  min-width:980px;
  max-width: 1800px;
  padding-top:1px;
  font: normal normal 16px/20px agane_regular, 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  color: #51555c;
  background: transparent url(../img/brida_html_bg.png) no-repeat center top;
  background-size: 100% auto;
}

h1 {
  padding: 10px 0px 8px 40px;
  font: 24px/28px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
  margin-left: -2rem;
  color: white;
  background: #60829f;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
@media (min-width: 800px) {
  h2 {
    background: #60829f;
    background: -webkit-linear-gradient(left, #60829f, rgba(96, 130, 159, 0));
    background: linear-gradient(to right, #60829f, rgba(96, 130, 159, 0));
  }
}

h2:before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin: 0 0.5rem;
}

#What > h2:before {
  content: "";
  background: #60829f url(../img/what_is_it.png) center center;
  background-size: 110% auto;
}

#How > h2:before {
  content: "";
  background: #60829f url(../img/how_it_works.png) center center;
  background-size: 110% auto;
}

#Numbers > h2:before {
  content: "";
  background: #60829f url(../img/by_the_numbers.png) center center;
  background-size: 110% auto;
}

#Pros > h2:before {
  content: "";
  background: #60829f url(../img/pros.png) center center;
  background-size: 110% auto;
}

#Cons > h2:before {
  content: "";
  background: #60829f url(../img/cons.png) center center;
  background-size: 110% auto;
}

#Risks > h2:before {
  content: "";
  background: #60829f url(../img/risks.png) center center;
  background-size: 110% auto;
}

#PRO > h2:before {
  content: "";
  background: #60829f url(../img/how_do_women_feel.png) center center;
  background-size: 110% auto;
}

h3 {
  font: 18px/22px agane_bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4 {
  font: 16px/20px agane_bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4.title {
  padding: 14px 0 6px 0;
  font: 16px/16px agane_bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.6);
  margin: 0;
  background: rgba(255, 255, 255, 0.2);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.6));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.6));
}

p {
  margin: 0px 0px 1rem 0px;
}

br {
  content: "";
  display: block;
  margin-bottom: 6px;
}

b, strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

ul, ol {
  margin: 0.5rem 0 1rem;
  padding: 0;
}
ul li, ol li {
  margin: 0 0 0.6rem 1rem;
  line-height: 1.2;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 4px auto 8px 1rem;
  padding: 0;
}
ul ul li, ul ol li, ol ul li, ol ol li {
  margin: 2px auto 6px auto;
}

/*                               \^/
                  _     _|_     _|=|_     _|_     _
       ..,~,.. _-/|\-_-\(|)/-_-/(}-{)\-_-\(|)/-_-/|\-_ ..,~,..
----------------------------------"----------------------------------
                    COMMON ELEMENTS AND UI WIDGETS                 */
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||  LOGIN  ||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.login_h1 {
  margin: 0;
  padding: 12px 0px 10px 0px;
  color: white;
  font-size: 26px;
  background: #60829f;
  background: #60829f;
  background: -webkit-linear-gradient(top, #60829f, #3a4e5f);
  background: linear-gradient(to bottom, #60829f, #3a4e5f);
}

.login_p {
  margin: 0;
  padding: 20px 0 0 50px;
  text-align: left;
  font-size: 24px;
  background: white;
}

.login_message {
  padding: 10px 0 10px 0;
  font-size: 18px;
  color: #39419b;
  background: #d4d6ed;
  border-top: 1px solid #39419b;
  border-bottom: 1px solid #39419b;
  display: block;
  clear: both;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||  ACCOUNT CREATION  |||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.pass_message, .fail_message {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  width: auto;
  height: auto;
  margin: 0 0 0 20px;
  padding: 4px 10px 4px 10px;
  color: white;
  font-size: 16px;
  line-height: 1;
  background: #10566a;
  display: inline-block;
  cursor: pointer;
}

.fail_message {
  background: #cc3000;
}

.pass_message:before, .fail_message:before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  z-index: 1;
  width: 0px;
  height: 0px;
  margin: -4px 0 0 -30px;
  border-right: 20px solid #10566a;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.fail_message:before {
  content: "";
  border-right: 20px solid #cc3000;
}

.comment_box {
  margin: 0 -40px 30px -40px;
  padding: 15px 40px 15px 40px;
  font: 18px/20px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #39419b;
  background: #d4d6ed;
  border-top: 1px solid #39419b;
  display: block;
}
.comment_box h3 {
  margin-top: 0px;
}
.comment_box p {
  margin: 5px 0px 5px 0px;
}
.comment_box ul {
  margin-top: 10px;
}

.comment_box:nth-of-type(2) {
  margin-top: 30px;
}

.comment_box:after {
  content: "";
  position: absolute;
  top: auto;
  left: 100px;
  z-index: 1;
  width: 0px;
  height: 0px;
  margin: 15px 0 0 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #d4d6ed;
}

#id_password1 {
  width: 300px;
}

#id_password2 {
  width: 300px;
}

#id_contact_phone {
  width: 200px;
}

#id_sms_phone {
  width: 200px;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||  BRIDA MENU  |||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.brida_tools {
  position: absolute;
  top: 13px;
  left: auto;
  z-index: 10;
  width: 110px;
  height: 103px;
  right: 140px;
  cursor: pointer;
}
.brida_tools .brida_menu {
  position: relative;
  top: auto;
  left: 65px;
  z-index: 1;
  width: 333px;
  height: 95px;
  padding-top: 8px;
  text-align: left;
  background: transparent url("../img/menu_bg.png") no-repeat top left;
  background-size: 333px 103px;
  display: none;
}
.brida_tools .brida_menu a, .brida_tools .brida_menu a:active, .brida_tools .brida_menu a:visited {
  margin: 1px 60px 1px 20px;
  padding: 3px 0px 3px 10px;
  font: 14px/14px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #39419b;
  text-decoration: none;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.5s;
}
.brida_tools .brida_menu a:hover {
  color: white;
  background: #4049ae;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.5s;
}
.brida_tools .brida_menu a:nth-of-type(1) {
  margin-left: 52px;
  border-bottom: 1px dotted #959ad8;
}
.brida_tools .brida_menu a:nth-of-type(2) {
  margin-left: 61px;
  border-bottom: 1px dotted #959ad8;
}
.brida_tools .brida_menu a:nth-of-type(3) {
  margin-left: 59px;
  border-bottom: 1px dotted #959ad8;
}
.brida_tools .brida_menu a:nth-of-type(4) {
  margin-left: 48px;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||  MENU  ||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.site_name_short {
  height: 144px;
  width: 100%;
  margin: 10px auto 0 auto;
  background: transparent url("../img/brida_logo_alt.png") center center no-repeat;
  background-size: 100% auto;
  width: 300px;
}
@media (min-width: 600px) {
  .site_name_short {
    width: 400px;
  }
}

nav {
  text-align: center;
}
nav .site_name {
  height: 144px;
  margin: 10px auto 0 auto;
  background: transparent url("../img/brida_logo_main.png") center center no-repeat;
  background-size: 100% auto;
  width: 360px;
}
@media (min-width: 600px) {
  nav .site_name {
    width: 460px;
  }
}
nav .site_name:hover {
  background: transparent url("../img/brida_logo_main_hover.png") center center no-repeat;
  background-size: 100% auto;
}
nav .site_links {
  background: rgba(207, 220, 233, 0);
  background: -webkit-linear-gradient(top, rgba(207, 220, 233, 0), #cfdce9);
  background: linear-gradient(to bottom, rgba(207, 220, 233, 0), #cfdce9);
  border-bottom: 1px solid #1e2250;
}
nav .site_links a, nav .site_links a:active, nav .site_links a:visited {
  min-height: 46px;
  padding: 0.5rem 1rem;
  color: #e2e4f8;
  text-decoration: none;
  background: #1e2250;
  cursor: pointer;
  display: block;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.5s;
  border-bottom: 1px solid #efefef;
}
@media (min-width: 600px) {
  nav .site_links a, nav .site_links a:active, nav .site_links a:visited {
    display: inline-block;
  }
}
nav .site_links a:hover {
  color: white;
  background: #4049ae;
  transition: all 0.5s;
}
nav .site_links .logout, nav .site_links .logout:active, nav .site_links .logout:visited {
  color: #39419b;
  text-decoration: none;
  background: white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.5s;
}
nav .site_links a.active {
  background: #4049ae;
  cursor: default;
}

.tools_layer {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: auto;
  height: auto;
  min-height: 100%;
  right: 0px;
  padding: 0px 60px 40px 40px;
  text-align: left;
  color: white;
  background: #60829f;
  display: none;
}
.tools_layer h1 {
  margin-top: 0px;
  padding-left: 40px;
  color: #60829f;
  background: white;
}
.tools_layer h2 {
  margin-top: 0px;
  padding-left: 40px;
  color: #60829f;
  background: white;
}
.tools_layer h3 {
  margin: 30px 40px 10px 40px;
  padding-bottom: 8px;
  font: normal normal 20px/24px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px dotted white;
}
.tools_layer h4 {
  margin-top: 0px;
}
.tools_layer .faq {
  padding: 0 40px 0 40px;
}
.tools_layer th {
  padding: 4px;
  font: normal normal 20px/24px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #60829f;
  border-bottom: 1px dotted white;
}
.tools_layer tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
.tools_layer td {
  padding: 8px 10px 8px 4px;
  font: 16px/22px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: text-top;
  border-bottom: 1px dotted white;
}
.tools_layer td:nth-of-type(1) {
  width: 30%;
}
.tools_layer .term {
  font-weight: bold;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||  WELCOME TOUR  ||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.welcome_tour {
  -webkit-box-shadow: 0px 0px 40px 30px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0px 0px 40px 30px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 40px 30px rgba(255, 255, 255, 0.7);
}

#Welcome {
  position: relative;
  background: rgba(107, 123, 191, 0.3);
  -webkit-box-shadow: 0px 0px 40px 10px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0px 0px 40px 10px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 40px 10px rgba(255, 255, 255, 0.7);
}
#Welcome h2 {
  margin-left: 2rem;
}
#Welcome form {
  margin: 0;
  padding: 2px 1rem 10px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 600px) {
  #Welcome form {
    padding: 0.5rem 2rem 2rem;
  }
}
#Welcome h1, #Welcome h3, #Welcome h4 {
  margin-left: 0px;
  padding-left: 0px;
}
#Welcome h1 {
  margin-bottom: 0px;
}
#Welcome .button {
  display: inline-block;
}
#Welcome .button:first-of-type {
  margin-left: 1rem;
}
#Welcome .button:last-of-type {
  margin-right: 1rem;
}
#Welcome .fact {
  margin-top: 1rem;
  padding: 15px 20px 15px 20px;
  color: white;
  font: 20px/22px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #262b60;
  display: block;
}
#Welcome .and_next {
  position: absolute;
  top: auto;
  left: auto;
  z-index: 1;
  width: 160px;
  height: auto;
  margin: -490px 0 0 60px;
  padding: 100px 0 100px 0;
  color: white;
  text-align: right;
  background: #7dacc4;
  display: block;
  cursor: pointer;
}
#Welcome .and_next:after {
  content: "";
  position: absolute;
  top: 0px;
  left: auto;
  z-index: -1;
  width: 0px;
  height: 0px;
  right: -80px;
  border-left: 80px solid #7dacc4;
  border-top: 112px solid transparent;
  border-bottom: 112px solid transparent;
}
#Welcome .overview_image_1, #Welcome .overview_image_2 {
  position: relative;
  top: auto;
  left: auto;
  z-index: 10;
  width: auto;
  height: auto;
  width: 95%;
  margin-top: 40px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #60829f;
  display: block;
  cursor: pointer;
}

#Welcome:before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  z-index: 10;
  width: 124px;
  height: 124px;
  margin: -16px auto auto -40px;
  background: transparent url(../img/brida_icon_1.png) no-repeat top left;
  background-size: 100% auto;
  display: block;
}
@media (min-width: 800px) {
  #Welcome:before {
    width: 157px;
    height: 157px;
    margin: -20px auto auto -90px;
  }
}

#Welcome:after {
  content: "";
  display: table;
  clear: both;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||  RECONSTRUCTION OPTIONS  |||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tiles {
  padding-top: 1rem;
}

.tile {
  margin: 1rem;
}

.title {
  padding: 8px 0px 6px 0px;
  font: 18px/18px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #828791;
  text-align: center;
  display: block;
}

@media (min-width: 600px) {
  .tiles {
    /* display:grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap:2rem; */
    display: flex;
  }
  .branches {
    background: rgba(255, 255, 255, 0);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0), white);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0), white);
    text-align: left;
    border-radius: 10px;
    /*  display:grid;
     grid-auto-flow: column;
     grid-template-rows: .25fr 1fr 1fr;
     grid-gap: 1rem;
     padding: 1rem; */
    flex: 1;
    margin: 1rem;
  }
  .additional_procedures {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
  }
  .additional_procedures .tile {
    flex: 1;
  }
  .additional_procedures > .title {
    padding: 8px 0px 6px 0px;
    font: 18px/18px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #828791;
    text-align: center;
  }
}
.tile a {
  font: 22px/26px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  padding: 2.5rem 1rem;
  align-items: center;
  transition-duration: 0.3s;
  transition-property: color, background-color, filter;
  width: 100%;
  height: 100%;
}
.tile a.t1, .tile a.t2 {
  background: #50226d;
}
.tile a.t3, .tile a.t4, .tile a.t5 {
  background: #0b6c84;
}
.tile a.t6, .tile a.t7 {
  background: #8e1f53;
}
.tile a.t8 {
  background: #6871a6;
}
.tile a.no_interest {
  background: rgba(81, 85, 92, 0.5);
}
.tile a:hover,
.tile a:focus {
  filter: brightness(140%);
}
.tile .no_compare {
  position: relative;
}
.select {
  position: absolute;
  top: auto;
  left: auto;
  z-index: 10;
  width: 279px;
  height: 132px;
  background-image: url("../img/compare_empty.png");
  background-color: transparent;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  display: block;
  background-size: 30px auto;
  cursor: url("../img/addItem.png"), default;
}
@media (min-width: 600px) {
  .select {
    width: 162px;
    height: 184px;
  }
}
@media (min-width: 800px) {
  .select {
    width: 340px;
    height: 116px;
  }
}

.stopclick {
  position: absolute;
  top: auto;
  left: auto;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.select:hover::before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  z-index: -1;
  width: 0px;
  height: 0px;
  margin: 24px auto auto 8px;
  border-bottom: 10px solid white;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  display: block;
}

.select:hover::after {
  content: "Add to compare list";
  position: absolute;
  top: auto;
  left: auto;
  z-index: 1;
  width: 90px;
  height: auto;
  margin: 34px auto auto -32px;
  padding: 4px 10px 4px 10px;
  font: 13px/14px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  text-shadow: none;
  letter-spacing: 0px;
  background: white;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #999;
  display: block;
}

.marked {
  background: transparent url("../img/compare_check.png") no-repeat 5px 5px;
  cursor: url("../img/removeItem.png"), default;
  background-size: 30px auto;
}

.marked:hover {
  cursor: url("../img/removeItem.png"), default;
}

.button.compare {
  margin: 2rem auto 0;
}

.bg_screen, .bg_screen_1 {
  bottom: 0px;
  right: 0px;
  background: rgba(150, 150, 150, 0.8);
  cursor: pointer;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||  DETAIL VIEW  ||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.breadcrumbs {
  padding: 10px 40px 8px 40px;
  font: 20px/24px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
.breadcrumbs a {
  color: white;
  text-decoration: none;
}
.breadcrumbs a:after {
  content: ">";
  margin-left: 20px;
  margin-right: 20px;
}
.breadcrumbs a:before {
  content: "";
  border-bottom: 1px solid white;
}
.breadcrumbs a:hover:before {
  content: "";
  border-bottom: 1px solid white;
}
.breadcrumbs h1 {
  margin: 0;
  padding: 0;
  color: white;
  font: 20px/24px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline;
}

#content {
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0), white);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0), white);
  max-width: 1200px;
  margin: 0 auto;
}
#content .read_more {
  color: #6970bf;
}
#content .read_more:hover {
  color: #39419b;
}
#content h1 {
  padding: 0px;
}
#content h3.read_more {
  color: #6970bf;
  border: 1px solid #6970bf;
}
#content h3.read_more:hover {
  background: #6970bf;
}
#content li.read_more:before {
  content: "+";
  background: #b0b4de;
}
#content li.read_more:hover::before {
  background: #6970bf;
  box-shadow: 0px 0px 1px 1px white, 0px 0px 3px 2px #6970bf;
}
#content .by_the_numbers {
  background: white;
  border: 1px solid #6970bf;
}
#content .open {
  color: white;
  background: #6970bf;
  border-top: 1px solid #39419b;
}
#content .open:hover {
  color: white;
  background: #7b81c7;
}
#content .time_step {
  margin: 0;
  padding: 0 2% 10px 20px;
}
#content .time_step ul {
  margin-left: 30px;
}
#content .time_step > span {
  width: 70px;
  margin-left: -100px;
  padding: 10px 5px 10px 5px;
  font: 14px/16px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-shadow: 0px 1px 1px white;
  display: inline-block;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#content .time_step:nth-of-type(1) > span {
  background: rgba(255, 255, 255, 0.5);
}
#content .time_step:nth-of-type(2) > span {
  background: rgba(255, 255, 255, 0.6);
}
#content .time_step:nth-of-type(3) > span {
  background: rgba(255, 255, 255, 0.7);
}
#content .time_step:nth-of-type(4) > span {
  background: rgba(255, 255, 255, 0.8);
}
#content .time_step:nth-of-type(5) > span {
  background: white;
}
#content .time_step > span:after {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  z-index: 1;
  width: 0px;
  height: 0px;
  margin-top: 10px;
  margin-left: -5px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  display: block;
}
#content .time_step:nth-of-type(1) > span:after {
  border-top: 20px solid rgba(255, 255, 255, 0.5);
}
#content .time_step:nth-of-type(2) > span:after {
  border-top: 20px solid rgba(255, 255, 255, 0.6);
}
#content .time_step:nth-of-type(3) > span:after {
  border-top: 20px solid rgba(255, 255, 255, 0.7);
}
#content .time_step:nth-of-type(4) > span:after {
  border-top: 20px solid rgba(255, 255, 255, 0.8);
}
#content .time_step:nth-of-type(5) > span:after {
  border-top: 20px solid white;
}
#content .time_step:last-of-type > span:after {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  z-index: 1;
  width: 0px;
  height: 0px;
  margin-top: 10px;
  margin-left: -5px;
  border-top: 10px solid #fff;
  border-left: 40px solid #fff;
  border-right: 40px solid #fff;
  display: block;
}
#content .time_step > span:first-line {
  font: bold 20px/20px agane_bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content .time_step > h3 {
  margin-left: 30px;
  display: inline-block;
  color: #fff;
}
#content .time_step > ul {
  margin-top: -6px;
}
#content .bordered {
  margin: 20px 0 20px 0;
  padding: 0 0 2px 0;
  border: 1px solid white;
}
#content .bordered h3 {
  margin-top: 0px;
  padding: 10px;
  background: white;
}
#content .illo {
  margin: auto auto auto auto;
  padding: 10px;
  background: white;
  border: 1px solid #51555c;
  -webkit-box-shadow: 0px 0px 30px 10px #51555c;
  -moz-box-shadow: 0px 0px 30px 10px #51555c;
  box-shadow: 0px 0px 30px 10px #51555c;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 600px) {
  #content .illo {
    top: 0;
  }
}
#content .illo img {
  height: auto;
  width: 300px;
}
@media (min-width: 600px) {
  #content .illo img {
    width: 700px;
  }
}
#content .hide_illo {
  margin-top: -5px;
  right: 4px;
  padding: 4px 10px 4px 30px;
  color: white;
  font: 14px/16px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: #51555c;
  border: 1px solid black;
  border-radius: 15px;
  cursor: pointer;
}
#content .hide_illo:before {
  content: "X";
  margin: 0px 8px auto -24px;
  color: black;
  font: 17px/17px Helvetica, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #333;
  border-radius: 50%;
  overflow: hidden;
  height: 17px;
  width: 17px;
  display: inline-block;
}
#content .show_illo {
  margin: 0;
  width: 100%;
  height: 180px;
  grid-row: 1;
  grid-column: 1;
  cursor: zoom-in;
  -webkit-box-shadow: 5px 5px 0px rgba(20, 0, 40, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(20, 0, 40, 0.2);
  box-shadow: 5px 5px 0px rgba(20, 0, 40, 0.2);
}
#content ._implant {
  background: transparent url(../img/illustrations/implant.jpg) no-repeat right center;
  background-size: 200% auto;
}
#content ._backflap {
  background: transparent url(../img/illustrations/back_flap.jpg) no-repeat right center;
  background-size: 200% auto;
}
#content ._abflap {
  background: transparent url(../img/illustrations/ab_flap.jpg) no-repeat -146px -60px;
  background-size: 200% auto;
}
#content ._altflap {
  background: transparent url(../img/illustrations/alt_flaps.jpg) no-repeat 0px -130px;
  background-size: 200% auto;
}
#content ._nipple {
  background: transparent url(../img/illustrations/n_recon_icon.jpg) no-repeat center center;
  background-size: 100% auto;
}
#content .read_more {
  list-style: none;
  cursor: pointer;
  transition: color 0.5s;
}
#content .read_more:hover {
  transition: color 0.5s;
}
#content h3.read_more {
  padding: 5px 10px 5px 10px;
  background: white;
  display: inline-block;
  transition: all 0.5s;
}
#content h3.read_more:hover {
  padding: 5px 10px 5px 10px;
  color: white;
  border: 1px solid white;
  transition: all 0.5s;
}
#content li.read_more:before {
  content: "+";
  margin-left: -32px;
  margin-left: -2rem;
  margin-right: 8px;
  margin-top: 4px;
  padding: 1px 6px 4px 6px;
  font: bold 20px/20px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.5s;
}
#content li.read_more:hover::before {
  transition: all 0.5s;
}
#content .by_the_numbers {
  margin-left: 0.7em;
  padding: 3px 20px 3px 20px;
  display: inline-block;
  border-radius: 1.2rem;
}
#content .open > .by_the_numbers {
  margin-left: 4px;
  padding: 0px;
  color: white;
  background: transparent;
  border: none;
  display: inline;
}
#content .expanded_list {
  padding: 6px 10px 10px 25px;
  color: #51555c;
  background: white;
  background: #fbfbfe;
  background: -webkit-linear-gradient(top, #fbfbfe, #e2e4f8);
  background: linear-gradient(to bottom, #fbfbfe, #e2e4f8);
  border-top: 1px solid rgba(107, 123, 191, 0.3);
  border-bottom: 1px solid rgba(107, 123, 191, 0.3);
  display: block;
}
#content .expanded_list ul, #content .expanded_list ol {
  margin-left: 15px;
}
#content .expanded {
  padding: 1rem 2rem;
  color: white;
  cursor: pointer;
}
#content .expanded .waves {
  margin: -7px -20px auto -20px;
  padding: 8px 10px 10px 30px;
  font: 22px/26px agane_bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent url(../img/h_waves.png) no-repeat left bottom;
  color: #fff;
  background-size: 150% auto;
}
#content .expanded h4 {
  margin: 6px auto 8px auto;
  font: 18px/22px agane_bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}
#content .expanded .callout {
  margin: auto -20px auto -20px;
  padding: 7px 20px 15px 30px;
  background: rgba(255, 255, 255, 0.2);
  border-top: 1px dotted white;
}
#content .expanded .note {
  margin: auto -20px auto -20px;
  padding: 7px 20px 10px 30px;
  font: 14px/18px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-indent: -9px;
  background: rgba(255, 255, 255, 0.2);
  border-top: 1px dotted white;
  display: block;
}
#content .expanded .note_2 {
  margin: auto -20px auto -20px;
  padding: 7px 20px 10px 30px;
  background: rgba(255, 255, 255, 0.2);
  border-top: 1px dotted white;
  display: block;
}
#content .open {
  padding: 3px 60px 7px 34px;
  font: 16px/20px agane_bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-indent: -10px;
  display: block;
}
#content .open.read_more:before, #content .open:hover.read_more:before {
  content: "-";
  margin-left: -15px;
  margin-right: 10px;
  margin-top: 4px;
  padding: 0px 5px 3px 17px;
  font: 20px/20px agane_bold, "Helvetica Neue", Helvetica, Arial, sans-seriff;
  color: #39419b;
  display: inline-block;
  background: white;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.5s;
}
#content .open:hover {
  text-decoration: none;
}
#content aside.sidebar_container {
  font: 20px/20px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  display: flex;
  max-width: 460px;
  padding-top: 12vh;
  justify-content: flex-end;
}
@media (min-width: 600px) {
  #content aside.sidebar_container {
    background: transparent url("../img/sidebar_circles.png") no-repeat 5px top;
  }
}
@media (min-width: 800px) {
  #content aside.sidebar_container {
    background: transparent url("../img/sidebar_circles.png") no-repeat 75px top;
  }
}
#content .sidebar_1 {
  position: relative;
}
#content .sidebar_1 video {
  -webkit-box-shadow: 5px 5px 0px rgba(20, 0, 40, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(20, 0, 40, 0.2);
  box-shadow: 5px 5px 0px rgba(20, 0, 40, 0.2);
  cursor: pointer;
}
#content .sidebar_1 video:nth-of-type(2) {
  margin-top: 10px;
}
#content .sidebar_2 {
  margin: 0px;
  padding-top: 2rem;
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
}
#content .sidebar_2 h3 {
  color: #252060;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  height: 130px;
  width: 130px;
  align-items: center;
  -webkit-box-shadow: 0px 0px 10px 2px white;
  -moz-box-shadow: 0px 0px 10px 2px white;
  box-shadow: 0px 0px 10px 2px white;
  border-radius: 50%;
  border: 1px solid #39419b;
  cursor: zoom-in;
  grid-row: 1;
  grid-column: 1;
}
#content .risk_flag {
  margin: 8px 5px 8px 25px;
  padding: 1px 10px 1px 0px;
  background: white;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#content .pictograph {
  margin: 3px 5px 10px 15px;
  padding: 5px;
  font: 0px/4px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-seriff;
  text-align: left;
  border: 1px solid #2b3176;
  background: white;
  background: -webkit-linear-gradient(top, white, #fefefe);
  background: linear-gradient(to bottom, white, #fefefe);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: right;
  width: 110px;
}
#content .pictograph_cells {
  transform: rotateY(180deg);
}
#content .cell_empty, #content .cell_filled, #content .cell_range {
  width: 5px;
  height: 5px;
  margin: 1px 2px 1px 2px;
  padding: 0;
  background: #dadbdd;
  border: 1px solid #dadbdd;
  display: inline-block;
}
#content .cell_range {
  background: #ffb199;
  border: 1px solid #ffb199;
}
#content .cell_filled {
  background: #cc3000;
  border: 1px solid #cc3000;
}
#content .numbers {
  margin: 4px -5px 0 -5px;
  padding: 9px 0px 9px 0px;
  font: 14px/14px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
  background: #2b3176;
  display: block;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#content .pro_charts {
  width: 100%;
  height: auto;
  max-width: 700px;
}
#content .pro_stacker {
  margin-top: 15px;
}
#content .pro_title {
  font-size: 1.25rem;
  font-family: agane_bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-top: 30px;
  padding: 10px 0 5px 0;
  border-top: 1px solid #a4a7ad;
  display: block;
}

.add_height {
  min-height: 200px;
}

#Risks .expanded_list {
  min-height: 160px;
}

.columns {
  width: 48%;
  margin-bottom: 10px;
  vertical-align: text-top;
  display: inline-block;
  padding-right: 0.5rem;
}

#Welcome4 .columns {
  width: 100%;
  margin: 0;
}

.breadcrumbs.implants {
  background: #50226d;
  background: #50226d;
  background: -webkit-linear-gradient(top, #50226d, #331646);
  background: linear-gradient(to bottom, #50226d, #331646);
  border-bottom: 1px solid #170a1f;
}

.implants .time_step {
  border-left: 80px solid #7b40a0;
  border-top: 1px dotted #7b40a0;
}
.implants .time_step > span {
  color: #5f317c;
}
.implants .bordered h3 {
  color: #50226d;
}
.implants .expanded {
  border-top: 1px solid #170a1f;
  border-bottom: 1px solid #170a1f;
  background: #50226d;
  background: #50226d;
  background: -webkit-radial-gradient(center, ellipse cover, #50226d, #331646);
  background: radial-gradient(ellipse at center, #50226d, #331646);
}
.implants .expanded h4 {
  color: #fff;
}

.breadcrumbs.natural_tissue {
  background: #0b6c84;
  background: #0b6c84;
  background: -webkit-linear-gradient(top, #0b6c84, #074555);
  background: linear-gradient(to bottom, #0b6c84, #074555);
  border-bottom: 1px solid #031f26;
}

.natural_tissue .time_step {
  border-left: 80px solid #279cb9;
  border-top: 1px dotted #279cb9;
}
.natural_tissue .time_step > span {
  color: #1e798f;
}
.natural_tissue .bordered h3 {
  color: #0b6c84;
}
.natural_tissue .expanded {
  border-top: 1px solid #031f26;
  border-bottom: 1px solid #031f26;
  background: #0b6c84;
  background: #0b6c84;
  background: -webkit-radial-gradient(center, ellipse cover, #0b6c84, #074555);
  background: radial-gradient(ellipse at center, #0b6c84, #074555);
}

.breadcrumbs.other_options {
  background: #8e1f53;
  background: #8e1f53;
  background: -webkit-linear-gradient(top, #8e1f53, #64163b);
  background: linear-gradient(to bottom, #8e1f53, #64163b);
  border-bottom: 1px solid #3b0d22;
}

.other_options .time_step {
  border-left: 80px solid #c43b7b;
  border-top: 1px dotted #c43b7b;
}
.other_options .time_step > span {
  color: #9d2f62;
}
.other_options .bordered h3 {
  color: #8e1f53;
}
.other_options .expanded {
  border-top: 1px solid #3b0d22;
  border-bottom: 1px solid #3b0d22;
  background: #8e1f53;
  background: #8e1f53;
  background: -webkit-radial-gradient(center, ellipse cover, #8e1f53, #64163b);
  background: radial-gradient(ellipse at center, #8e1f53, #64163b);
}

.breadcrumbs.additional {
  background: #6871a6;
  background: #6871a6;
  background: -webkit-linear-gradient(top, #6871a6, #515a8a);
  background: linear-gradient(to bottom, #6871a6, #515a8a);
  border-bottom: 1px solid #3e456a;
}

.additional .time_step {
  border-left: 80px solid #a5accf;
  border-top: 1px dotted #a5accf;
}
.additional .time_step > span {
  color: #848dbd;
}
.additional .bordered h3 {
  color: #6871a6;
}
.additional .expanded {
  border-top: 1px solid #3e456a;
  border-bottom: 1px solid #3e456a;
  background: #6871a6;
  background: #6871a6;
  background: -webkit-radial-gradient(center, ellipse cover, #6871a6, #515a8a);
  background: radial-gradient(ellipse at center, #6871a6, #515a8a);
}

.hider {
  padding-bottom: 10px;
  text-align: left;
  background: white;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  display: none;
}
.hider .proc_name {
  font: 16px/16px agane_bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hider .compare_2 {
  background: #f2f5f7;
}
.hider .compare_3 {
  background: #f2f5f7;
}
.hider .comparison_grid {
  background: white;
}
.hider td {
  padding: 6px 15px 6px 15px;
  vertical-align: text-top;
  border-left: 4px solid white;
  border-right: 4px solid white;
}
.hider tr:first-of-type > td.compare_label {
  padding: 5px 0px 0px 0px;
  font: 0px/0px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
}
.hider .procedure {
  color: white;
  font: 20px/20px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  background: #60829f;
}
.hider .compare_label {
  padding: 20px 15px 6px 15px;
  color: #60829f;
  font: 16px/16px agane_bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  border-bottom: 1px solid #60829f;
  background: white;
}
.hider td[colspan="3"] {
  text-align: center;
}
.hider td[colspan="2"] {
  text-align: left;
}
.hider .outline {
  padding: 0;
  background: rgba(41, 145, 64, 0.1);
  border: 3px dotted #299140;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: url("../img/removeItem.png"), default;
}
.hider .outline:after {
  padding-top: 10px;
  font: 16px/28px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent url("../img/flagged_big.png") no-repeat center center;
  text-shadow: none;
  background-size: 75% 100%;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||  UI WIDGETS  |||||||||||||||||||||||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.print-btn, .survey_buttons {
  margin-top: 2rem;
}

.button, button, input[type=submit],
.previous, .next,
#restart_report, #setup_account_button, #control-site-link {
  font: 18px/20px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  background: #1e2250;
  border-radius: 50px;
  padding: 0.75rem 1.25rem;
  margin: 0 0 0.5rem 0;
  vertical-align: middle;
  box-shadow: inset 0px 0px 40px #4a54bd, 0px 0px 0px 1px #4a54bd;
  border: 1px solid #2b3176;
  display: table;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:hover, input[type=submit]:hover, .previous:hover, .next:hover, #control-site-link:hover {
  background: #4049ae;
  box-shadow: inset 0px 0px 40px #7077ca, 0px 0px 0px 3px #4a54bd;
  transition: all 0.5s;
  text-decoration: none;
}

input[type=submit], button, .next {
  display: inline-block;
}

.welcome_home, .home {
  font: 12px/12px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
  text-shadow: 0px -1px 0px #1e2250;
  letter-spacing: 1px;
  background: #1e2250 url("../img/home_icon.png") no-repeat center 10px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: inset 0px 0px 0px 2px white, inset 0px 0px 40px #4a54bd;
  border: 2px dotted #10566a;
  display: table;
  background-size: 55% auto;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.previous, #restart_report {
  color: white;
  text-shadow: 0px 0px 10px #2934b3;
  background: #8f96e6;
  box-shadow: inset 0px 0px 40px #8f96e6, 0px 0px 0px 1px #b8bdef;
  border: 1px solid #656fdc;
  text-decoration: none;
}

.previous:hover {
  background: #8f96e6;
  box-shadow: inset 0px 0px 40px #b8bdef, 0px 0px 0px 3px #a4a9ea;
  transition: all 0.5s;
}

#take_survey_1b, #changeAnswer {
  float: right;
}

#consentSubmit {
  text-shadow: 0px -1px 0px #661800;
  background: #661800;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: inset 0px 0px 40px #992400, 0px 0px 0px 1px #ff3c00;
  border: 1px solid #992400;
  transition: all 0.5s;
}

#consentSubmit:hover {
  background: #e63600;
  box-shadow: inset 0px 0px 40px #ff6333, 0px 0px 0px 3px #ff3c00;
  transition: all 0.5s;
}

#areYouSure {
  margin: 20px auto 10px 0px;
}

.close {
  z-index: 50;
  bottom: 46px;
  box-sizing: content-box;
}

.close:hover {
  background: #1e2250;
}

.close_tools {
  z-index: 1000;
}

.print_button {
  text-shadow: 0px 0px 10px rgba(33, 35, 38, 0.5);
  background: rgba(57, 60, 65, 0.5);
  box-shadow: inset 0px 0px 40px rgba(57, 60, 65, 0.5), 0px 0px 0px 1px rgba(81, 85, 92, 0.5);
  border: 1px solid rgba(33, 35, 38, 0.5);
}

.hidden {
  display: none;
}

.footer {
  background-color: #cecee9;
  border-top: 1px dotted #10566a;
}

.fyi {
  margin-top: 15px;
  padding: 10px 0 10px 0;
  text-align: center;
  border-top: 1px solid #60829f;
}

/*                              \^/
                 _     _|_     _|=|_     _|_     _
      ..,~,.. _-/|\-_-\(|)/-_-/(}-{)\-_-\(|)/-_-/|\-_ ..,~,..
---------------------------------"----------------------------------
                          PRINT STYLESHEETS                       */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
@media print {
  *, *:before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 14pt;
  }

  nav, .button, input[type=submit], form > p > a, #restart_report, button, .footer {
    display: none;
  }

  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;
  }

  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;
  }

  .consent_window {
    height: auto;
  }
}
/*  FORM STYLING
        Use a parent wrapper to target form element formatting         */
.slider {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  width: 100%;
  height: 30px;
  margin: 30px auto auto auto;
  background: #e2e4f8;
  border: 1px solid #b8bdef;
  -webkit-box-shadow: inset 0px 0px 18px white;
  -moz-box-shadow: inset 0px 0px 18px white;
  box-shadow: inset 0px 0px 18px white;
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
@media (min-width: 600px) {
  .slider {
    width: 90%;
  }
}

.slider:before {
  content: "Less important";
  position: absolute;
  top: -20px;
  left: auto;
  z-index: 1;
  width: auto;
  height: auto;
  font: 14px/14px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slider:after {
  content: "More important";
  position: absolute;
  top: -20px;
  left: auto;
  z-index: 1;
  width: auto;
  height: auto;
  right: 10px;
  font: 14px/14px agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.clicked_position {
  position: relative;
  top: auto;
  left: auto;
  z-index: 2;
  width: 28px;
  height: 28px;
  margin-left: -15px;
  background: #39419b;
  -webkit-box-shadow: inset 0px 0px 20px #1e2250;
  -moz-box-shadow: inset 0px 0px 20px #1e2250;
  box-shadow: inset 0px 0px 20px #1e2250;
  border: 1px solid #39419b;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

form.personalize ul {
  margin: 0;
  list-style: none;
}

form, .signup_screens {
  text-align: left;
  color: #0b1e2c;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  |||||||||||||||||||||||||  MATRIX QUESTIONS  ||||||||||||||||||||||||
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  ||||||||||||||||||||||||||  LIST QUESTIONS  |||||||||||||||||||||||||
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
}
form h2, .signup_screens h2 {
  /*   top:0px;
    margin:-30px -40px 20px -40px;
    padding: 15px 60px 15px 40px;
    color:white;
    font:20px/24px agane_regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
    background: $sereneBlue;
    @include gradient(top, $sereneBlue, (darken($sereneBlue, 10)));
    border-bottom:1px solid (darken($sereneBlue, 20));
    display:block; */
}
form label, .signup_screens label {
  cursor: pointer;
}
form label input, .signup_screens label input {
  cursor: pointer;
}
form table, .signup_screens table {
  width: 98%;
  margin-bottom: 20px;
  empty-cells: hide;
  border-bottom: 1px dotted #51555c;
}
form tr, .signup_screens tr {
  border-top: 5px solid transparent;
  vertical-align: center;
}
form tbody > tr:nth-child(odd), .signup_screens tbody > tr:nth-child(odd) {
  background: #eee;
}
form td, .signup_screens td {
  vertical-align: top;
}
form input[type=radio], form input[type=checkbox], .signup_screens input[type=radio], .signup_screens input[type=checkbox] {
  /*  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   text-indent: 0.01px; // hack for Firefox
   text-overflow: ''; // Hack for Firefox
   outline: 0;
   display: none; */
}
form input[type=text], form textarea, form input[type=password], form input[type=email], .signup_screens input[type=text], .signup_screens textarea, .signup_screens input[type=password], .signup_screens input[type=email] {
  /*   width: 50%;
    margin: 2px 0px 0px 10px;
    padding: 2px;
    font: 18px/24px  agane_regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 1px solid $onstate; */
}
form textarea, .signup_screens textarea {
  width: 95%;
}
form select, .signup_screens select {
  /* min-width: 20%;
  margin: 2px 0px 0px 10px;
  font: 18px/24px agane_regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: $utilityHit; */
}
form h1:empty, form h2:empty, form h3:empty,
form .survey_prompt:empty, .signup_screens h1:empty, .signup_screens h2:empty, .signup_screens h3:empty,
.signup_screens .survey_prompt:empty {
  display: none;
}
form .survey_question, .signup_screens .survey_question {
  border-bottom: 1px dotted #51555c;
  margin-bottom: 20px;
}
form .survey_prompt, .signup_screens .survey_prompt {
  padding: 0;
  display: block;
}
@media (min-width: 600px) {
  form .survey_prompt, .signup_screens .survey_prompt {
    padding: 0px 10px 0px 10px;
  }
}
form tr:last-child > .survey_prompt > div, .signup_screens tr:last-child > .survey_prompt > div {
  min-height: 50px;
  border-bottom: 10px solid transparent;
}
form .survey_question_group, .signup_screens .survey_question_group {
  border-bottom: 1px dotted #51555c;
  margin-bottom: 20px;
}
form .survey_question_group_item .survey_responses, .signup_screens .survey_question_group_item .survey_responses {
  display: inline-block;
}
form .survey_responses, .signup_screens .survey_responses {
  margin-top: 10px;
  margin-bottom: 20px;
}
form .survey_error, form .errorlist li, .signup_screens .survey_error, .signup_screens .errorlist li {
  margin: 10px auto 10px 0px;
  padding: 10px;
  color: #cc3000;
  background: white;
  border: 1px solid #cc3000;
  border-left: 50px solid #cc3000;
  line-height: 1;
}
form .errorlist li, .signup_screens .errorlist li {
  list-style: none;
}
form .survey_error:before, form .errorlist li:before, .signup_screens .survey_error:before, .signup_screens .errorlist li:before {
  content: "!";
  margin: -10px 0 0 -55px;
  font: 24px/24px dosis_bold, arial, sans-serif;
  padding: 7px 15px 7px 15px;
  color: white;
}
form .count4:first-child, .signup_screens .count4:first-child {
  width: 50%;
}
form .count4, .signup_screens .count4 {
  width: 10%;
}
form .count5:first-child, .signup_screens .count5:first-child {
  width: 40%;
}
form .count5, .signup_screens .count5 {
  width: 10%;
}
form thead > tr > th, .signup_screens thead > tr > th {
  padding: 4px 8px 4px 8px;
  font: 12px/15px agane_bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
  background: #60829f;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
form thead > tr > th:after, .signup_screens thead > tr > th:after {
  content: "";
  bottom: -10px;
  border-top: 10px solid #60829f;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
form thead > tr > th:nth-child(1), form thead > tr > th:nth-child(1)::after, .signup_screens thead > tr > th:nth-child(1), .signup_screens thead > tr > th:nth-child(1)::after {
  background: transparent;
  border: none;
}
form tbody, .signup_screens tbody {
  border-top: 15px solid transparent;
}
form .survey_responses, form #id_consent, form #id_research, .signup_screens .survey_responses, .signup_screens #id_consent, .signup_screens #id_research {
  /*
      // ADD HOVER EFFECT TO RANGE LABELS
      li:hover>label>span {
      }

      // TURNS ANCHOR LABELS "ON"
      li:first-child>label>span {
      }

      li:last-child>label>span {
      }

      li:hover:first-child>label>span,
      li:hover:last-child>label>span {
      }
  */
}
form .survey_responses li, form .survey_responses li > label, form #id_consent li, form #id_consent li > label, form #id_research li, form #id_research li > label, .signup_screens .survey_responses li, .signup_screens .survey_responses li > label, .signup_screens #id_consent li, .signup_screens #id_consent li > label, .signup_screens #id_research li, .signup_screens #id_research li > label {
  list-style: none;
  min-height: 44px;
}
form .survey_responses label > span, form #id_consent label > span, form #id_research label > span, .signup_screens .survey_responses label > span, .signup_screens #id_consent label > span, .signup_screens #id_research label > span {
  margin: 0px 10px 10px 0px;
  padding: 8px 10px 8px 20px;
  text-align: left;
}
form .survey_responses label > span:before, form #id_consent label > span:before, form #id_research label > span:before, .signup_screens .survey_responses label > span:before, .signup_screens #id_consent label > span:before, .signup_screens #id_research label > span:before {
  content: "";
}
/* end form element */
video {
  /* override other styles to make responsive */
  width: 100% !important;
  height: auto !important;
}

form.personalize ul {
  padding: 0;
}
form.personalize li {
  display: inline-block;
  margin-right: 1rem;
}
form.personalize p label {
  font-family: agane_regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-top: 1px solid #ccc;
  margin-top: 1rem;
  width: 100%;
  padding-top: 0.5rem;
  display: block;
}
form.personalize .button {
  margin-top: 1rem;
}

#welcome h2 {
  margin-left: 1rem;
}
#welcome .button {
  display: inline-block;
  max-width: 200px;
}

.back {
  float: left;
}

.next {
  float: right;
}

.welcome-about {
  margin-top: 2rem;
  font-size: 0.9rem;
  line-height: 1.2;
}

#Section2 .survey_question {
  margin-top: 1rem;
}
