@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

elements-of-type(html5-block) {
  display: block;
}

@font-face {
  font-family: 'icon-font';
  src: url("../fonts/icon-font.eot?19430539");
  src: url("../fonts/icon-font.eot?19430539#iefix") format("embedded-opentype"), url("../fonts/icon-font.woff?19430539") format("woff"), url("../fonts/icon-font.ttf?19430539") format("truetype"), url("../fonts/icon-font.svg?19430539#icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icon-font';
    src: url('/sites/all/themes/crs_university/font/icon-font.svg?19430539#icon-font') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icon-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook-circled:before {
  content: '\e800';
}

/* '' */
.icon-facebook:before {
  content: '\e801';
}

/* '' */
.icon-twitter-circled:before {
  content: '\e802';
}

/* '' */
.icon-twitter:before {
  content: '\e803';
}

/* '' */
.icon-pinterest-circled:before {
  content: '\e804';
}

/* '' */
.icon-gplus:before {
  content: '\e805';
}

/* '' */
.icon-pinterest:before {
  content: '\e806';
}

/* '' */
.icon-gplus-circled:before {
  content: '\e807';
}

/* '' */
.icon-rss:before {
  content: '\e808';
}

/* '' */
.icon-youtube-play:before {
  content: '\e809';
}

/* '' */
.icon-search:before {
  content: '\e80a';
}

/* '' */
.icon-mail:before {
  content: '\e80b';
}

/* '' */
.icon-instagram:before {
  content: '\e80c';
}

/* '' */
.icon-menu:before {
  content: '\e80d';
}

/* '' */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 960px) {
  html {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}

section, aside, div, article, footer, header, nav, address {
  display: block;
}

body {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  color: #4f4f4f;
  background: #030303;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (max-width: 960px) {
  body {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}

h1 {
  color: inherit;
  line-height: 1.1;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
}

@media (max-width: 960px) {
  h1 {
    font-size: 32.4px;
    font-size: 2.025rem;
  }
}

@media (max-width: 960px) {
  h1 {
    margin-bottom: 28.8px;
  }
}

h1 em, h1 i, h1 cite, h1 b, h1 strong {
  color: inherit;
  line-height: 1.1;
  font-family: "Libre Baskerville", "Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

@media (max-width: 960px) {
  h1 em, h1 i, h1 cite, h1 b, h1 strong {
    font-size: 32.4px;
    font-size: 2.025rem;
  }
}

h2 {
  color: inherit;
  line-height: 1.1;
  font-family: "Libre Baskerville", "Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  margin-bottom: 32px;
}

@media (max-width: 960px) {
  h2 {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}

@media (max-width: 960px) {
  h2 {
    margin-bottom: 28.8px;
  }
}

h2 em, h2 i, h2 cite, h2 b, h2 strong {
  color: inherit;
  line-height: 1.1;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: normal;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  h2 em, h2 i, h2 cite, h2 b, h2 strong {
    font-size: 25.2px;
    font-size: 1.575rem;
  }
}

h3 {
  color: inherit;
  line-height: 1.1;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
}

@media (max-width: 960px) {
  h3 {
    font-size: 21.6px;
    font-size: 1.35rem;
  }
}

@media (max-width: 960px) {
  h3 {
    margin-bottom: 28.8px;
  }
}

h3 em, h3 i, h3 cite, h3 b, h3 strong {
  color: inherit;
  line-height: 1.1;
  font-family: "Libre Baskerville", "Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

@media (max-width: 960px) {
  h3 em, h3 i, h3 cite, h3 b, h3 strong {
    font-size: 21.6px;
    font-size: 1.35rem;
  }
}

h4 {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 8px;
  line-height: 1.1;
}

@media (max-width: 960px) {
  h4 {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}

@media (max-width: 960px) {
  h4 {
    margin-bottom: 7.2px;
  }
}

h5 {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}

@media (max-width: 960px) {
  h5 {
    font-size: 11.7px;
    font-size: 0.73125rem;
  }
}

@media (max-width: 960px) {
  h5 {
    margin-bottom: 7.2px;
  }
}

h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 32px;
  border-top: 1px solid;
  background-color: transparent;
}

@media (max-width: 960px) {
  h6 {
    font-size: 13.5px;
    font-size: 0.84375rem;
  }
}

@media (max-width: 960px) {
  h6 {
    margin-bottom: 28.8px;
    margin-top: 28.8px;
  }
}

h6 span {
  background-color: white;
  display: inline;
  position: relative;
  padding: 2px 10px;
  top: -0.625em;
}

h6 em, h6 i, h6 cite, h6 b, h6 strong {
  font-weight: 700;
  font-style: normal;
}

hgroup {
  margin-bottom: 32px;
}

@media (max-width: 960px) {
  hgroup {
    margin-bottom: 28.8px;
  }
}

p {
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  p {
    margin-bottom: 14.4px;
  }
}

blockquote {
  margin-bottom: 32px;
  margin-top: 32px;
  margin-left: 60px;
  margin-right: 60px;
  font-style: italic;
  padding: 16px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #cdcdcb;
}

@media (max-width: 960px) {
  blockquote {
    margin-bottom: 28.8px;
    margin-top: 28.8px;
  }
}

blockquote p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 960px) {
  blockquote p:last-child {
    margin-bottom: 0px;
  }
}

hr {
  margin-bottom: 24px;
  margin-top: 24px;
  width: 50%;
  padding: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #cdcdcb;
}

@media (max-width: 960px) {
  hr {
    margin-bottom: 21.6px;
    margin-top: 21.6px;
  }
}

a:link {
  color: #00b4e0;
  text-decoration: underline;
}

a:visited {
  color: #00627a;
}

a:hover {
  color: #00ad91;
  cursor: pointer;
}

a:active {
  color: #c4d600;
}

h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited, h5 a, h5 a:link, h5 a:visited, h6 a, h6 a:link, h6 a:visited {
  color: inherit;
  text-decoration: none;
}

a.button {
  padding: 8px 20px;
  background: black;
  color: white;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 4px;
  display: inline-block;
}

a.button:after {
  content: "\00a0\203a";
}

a.button:hover {
  background: #333333;
}

a.button-hot {
  padding: 8px 20px;
  background: #00b4e0;
  color: white;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 4px;
  display: inline-block;
}

a.button-hot:after {
  content: "\00a0\203a";
}

a.button-hot:hover {
  background: #47daff;
}

a.button-cool {
  padding: 8px 20px;
  background: #a5a4a1;
  color: white;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 4px;
  display: inline-block;
}

a.button-cool:after {
  content: "\00a0\203a";
}

a.button-cool:hover {
  background: #d7d7d5;
}

a.button-subflavor-1 {
  padding: 8px 20px;
  background: #00b4e0;
  color: white;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 4px;
  display: inline-block;
}

a.button-subflavor-1:after {
  content: "\00a0\203a";
}

a.button-subflavor-1:hover {
  background: #47daff;
}

a.button-subflavor-2 {
  padding: 8px 20px;
  background: #00ad91;
  color: white;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 4px;
  display: inline-block;
}

a.button-subflavor-2:after {
  content: "\00a0\203a";
}

a.button-subflavor-2:hover {
  background: #14ffd8;
}

a.button-subflavor-3 {
  padding: 8px 20px;
  background: #c4d600;
  color: white;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 4px;
  display: inline-block;
}

a.button-subflavor-3:after {
  content: "\00a0\203a";
}

a.button-subflavor-3:hover {
  background: #efff3d;
}

strong, b, dfn, var {
  font-weight: 700;
}

em, i, cite, q {
  font-style: italic;
}

u, ins {
  text-decoration: underline;
}

del, s {
  text-decoration: line-through;
}

small, sup, sub {
  font-size: 11.2px;
  font-size: 0.7rem;
}

@media (max-width: 960px) {
  small, sup, sub {
    font-size: 10.08px;
    font-size: 0.63rem;
  }
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

kbd, code, samp {
  font-family: monospace;
}

mark {
  background: #f3ff70;
}

img.fix-width {
  max-width: 100%;
}

ul, ol {
  margin-bottom: 16px;
  margin-left: 60px;
}

@media (max-width: 960px) {
  ul, ol {
    margin-bottom: 14.4px;
  }
}

ul.inline li, ol.inline li {
  display: inline-block;
}

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

@media (max-width: 960px) {
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0px;
  }
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul.nobullet {
  list-style-type: none;
  margin-left: 0;
}

table {
  border: 1px solid #a5a4a1;
  margin-bottom: 32px;
  margin-top: 32px;
}

@media (max-width: 960px) {
  table {
    margin-bottom: 28.8px;
    margin-top: 28.8px;
  }
}

tr {
  border-bottom: 1px solid #cdcdcb;
}

td, th {
  padding: 8px;
  vertical-align: top;
  text-align: left;
}

th {
  font-weight: 700;
}

thead, tfoot {
  background-color: #e8e8e8;
}

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

fieldset {
  display: block;
  border: 1px solid #cdcdcb;
  background: #e8e8e8;
  margin-bottom: 32px;
  margin-top: 32px;
  padding: 8px;
}

@media (max-width: 960px) {
  fieldset {
    margin-bottom: 28.8px;
    margin-top: 28.8px;
  }
}

legend {
  margin-left: 20px;
  padding: 0 10px;
  font-weight: 700;
}

label {
  display: block;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 700;
}

@media (max-width: 960px) {
  label {
    font-size: 12.96px;
    font-size: 0.81rem;
  }
}

.description {
  font-size: 12.8px;
  font-size: 0.8rem;
}

@media (max-width: 960px) {
  .description {
    font-size: 11.52px;
    font-size: 0.72rem;
  }
}

.form-item {
  margin-bottom: 8px;
  margin-top: 0;
}

@media (max-width: 960px) {
  .form-item {
    margin-bottom: 7.2px;
  }
}

.form-actions {
  margin-bottom: 8px;
  margin-top: 0;
}

@media (max-width: 960px) {
  .form-actions {
    margin-bottom: 7.2px;
  }
}

.field-container {
  margin-bottom: 8px;
}

@media (max-width: 960px) {
  .field-container {
    margin-bottom: 7.2px;
  }
}

input, textarea, select, option {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 15.2px;
  font-size: 0.95rem;
}

@media (max-width: 960px) {
  input, textarea, select, option {
    font-size: 13.68px;
    font-size: 0.855rem;
  }
}

textarea,
input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=search],
input[type=number],
input[type=color],
input[type=date],
input[type=month],
input[type=week],
input[type=datetime],
input[type=datetime-local] {
  color: #4f4f4f;
  width: 100%;
  padding: 6.6666666667px;
}

textarea::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder {
  color: #a5a4a1;
}

textarea:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=color]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder {
  color: #a5a4a1;
  opacity: 1;
}

textarea::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder {
  color: #a5a4a1;
  opacity: 1;
}

textarea:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder {
  color: #a5a4a1;
}

textarea.inline,
input[type=text].inline,
input[type=password].inline,
input[type=url].inline,
input[type=email].inline,
input[type=search].inline,
input[type=number].inline,
input[type=color].inline,
input[type=date].inline,
input[type=month].inline,
input[type=week].inline,
input[type=datetime].inline,
input[type=datetime-local].inline {
  width: 300px;
}

input[type=submit], input[type=button], input[type=reset] {
  padding: 8px 20px;
  background: black;
  color: white;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 4px;
  display: inline-block;
  margin: 0;
}

input[type=submit]:after, input[type=button]:after, input[type=reset]:after {
  content: "\00a0\203a";
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
  background: #333333;
}

input[type=submit].formbutton-emphasis, input[type=submit].formbutton-hot, input[type=button].formbutton-emphasis, input[type=button].formbutton-hot, input[type=reset].formbutton-emphasis, input[type=reset].formbutton-hot {
  padding: 8px 20px;
  background: #a4b300;
  color: white;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 4px;
  display: inline-block;
}

input[type=submit].formbutton-emphasis:after, input[type=submit].formbutton-hot:after, input[type=button].formbutton-emphasis:after, input[type=button].formbutton-hot:after, input[type=reset].formbutton-emphasis:after, input[type=reset].formbutton-hot:after {
  content: "\00a0\203a";
}

input[type=submit].formbutton-emphasis:hover, input[type=submit].formbutton-hot:hover, input[type=button].formbutton-emphasis:hover, input[type=button].formbutton-hot:hover, input[type=reset].formbutton-emphasis:hover, input[type=reset].formbutton-hot:hover {
  background: #ecff1a;
}

input[type=reset] {
  background-color: #cdcdcb;
}

*[title='Required'], .required {
  color: #cc0011;
}

.is-error {
  border: 2px solid #cc0011;
  background: rgba(204, 0, 17, 0.05);
}

.is-error::-webkit-input-placeholder {
  color: #cc0011;
}

.is-error:-moz-placeholder {
  color: #cc0011;
  opacity: 1;
}

.is-error::-moz-placeholder {
  color: #cc0011;
  opacity: 1;
}

.is-error:-ms-input-placeholder {
  color: #cc0011;
}

label.error {
  color: #f7d118;
}

input.error {
  border: 2px solid #f7d118 !important;
}

.is-valid {
  border: 2px solid #6d8f00;
  background: rgba(109, 143, 0, 0.05);
}

.is-valid::-webkit-input-placeholder {
  color: #6d8f00;
}

.is-valid:-moz-placeholder {
  color: #6d8f00;
  opacity: 1;
}

.is-valid::-moz-placeholder {
  color: #6d8f00;
  opacity: 1;
}

.is-valid:-ms-input-placeholder {
  color: #6d8f00;
}

label.valid {
  color: #6d8f00;
}

.options label {
  font-weight: 400;
}

.layout-row {
  width: 100%;
  background-color: white;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-desktopwrapper, .layout-desktop-wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .layout-desktopwrapper:after, .layout-desktop-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.layout-innerwrapper, .layout-inner-wrapper {
  padding: 0 20px;
  margin-bottom: 16px;
  margin-top: 16px;
}

@media (max-width: 960px) {
  .layout-innerwrapper, .layout-inner-wrapper {
    margin-bottom: 14.4px;
    margin-top: 14.4px;
  }
}

@media (min-width: 600px) {
  .layout-innerwrapper, .layout-inner-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .layout-innerwrapper:after, .layout-inner-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 960px) {
  .layout-innerwrapper, .layout-inner-wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
  }
  .layout-innerwrapper:after, .layout-inner-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.layout-generic-container, .layout-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.layout-generic-container:after, .layout-container:after {
  content: " ";
  display: block;
  clear: both;
}

.float-left, .float_left {
  float: left;
  margin-right: 10px;
}

@media (min-width: 960px) {
  .float-left, .float_left {
    margin-right: 20px;
  }
}

.float-right, .float_right {
  float: right;
  margin-left: 10px;
}

@media (min-width: 960px) {
  .float-right, .float_right {
    margin-left: 20px;
  }
}

.capsule {
  overflow: hidden;
}

.layout-fixed-container {
  overflow: hidden;
}

.layout-fixed-1 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-1 {
    margin-bottom: 0;
    width: 3.3613445378%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-1:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-2 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-2 {
    margin-bottom: 0;
    width: 7.5630252101%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-2:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-3 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-3 {
    margin-bottom: 0;
    width: 11.7647058824%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-3:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-4 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-4 {
    margin-bottom: 0;
    width: 15.9663865546%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-4:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-5 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-5 {
    margin-bottom: 0;
    width: 20.1680672269%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-5:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-6 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-6 {
    margin-bottom: 0;
    width: 24.3697478992%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-6:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-7 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-7 {
    margin-bottom: 0;
    width: 28.5714285714%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-7:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-8 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-8 {
    margin-bottom: 0;
    width: 32.7731092437%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-8:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-9 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-9 {
    margin-bottom: 0;
    width: 36.974789916%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-9:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-10 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-10 {
    margin-bottom: 0;
    width: 41.1764705882%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-10:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-11 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-11 {
    margin-bottom: 0;
    width: 45.3781512605%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-11:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-12 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-12 {
    margin-bottom: 0;
    width: 49.5798319328%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-12:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-13 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-13 {
    margin-bottom: 0;
    width: 53.781512605%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-13:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-14 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-14 {
    margin-bottom: 0;
    width: 57.9831932773%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-14:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-15 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-15 {
    margin-bottom: 0;
    width: 62.1848739496%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-15:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-16 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-16 {
    margin-bottom: 0;
    width: 66.3865546218%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-16:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-17 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-17 {
    margin-bottom: 0;
    width: 70.5882352941%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-17:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-18 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-18 {
    margin-bottom: 0;
    width: 74.7899159664%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-18:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-19 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-19 {
    margin-bottom: 0;
    width: 78.9915966387%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-19:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-20 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-20 {
    margin-bottom: 0;
    width: 83.1932773109%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-20:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-21 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-21 {
    margin-bottom: 0;
    width: 87.3949579832%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-21:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-22 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-22 {
    margin-bottom: 0;
    width: 91.5966386555%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-22:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-23 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-23 {
    margin-bottom: 0;
    width: 95.7983193277%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .layout-fixed-23:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-24 {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .layout-fixed-24 {
    margin-bottom: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .layout-fixed-24:last-of-type {
    margin-right: 0;
  }
}

.layout-fixed-last, .last {
  margin-right: 0;
}

.layout-pad-page {
  height: 60px;
}

@media (min-width: 960px) {
  .layout-pad-page {
    clear: both;
  }
}

@media (min-width: 960px) {
  .layout-top-padding {
    padding-top: 60px;
  }
}

@media (min-width: 600px) {
  .layout-responsive-media {
    width: 49%;
  }
}

.layout-responsive-media img {
  display: block;
}

#brand-header {
  overflow: hidden;
  border-bottom: 7px solid #00b4e0;
}

@media (min-width: 960px) {
  #brand-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#brand-header .crs-logo {
  text-align: center;
}

@media (min-width: 480px) {
  #brand-header .crs-logo {
    width: 24.3697478992%;
    float: left;
    margin-right: 0.8403361345%;
  }
}

@media (max-width: 480px) {
  #brand-header .crs-logo img {
    width: 120px;
    height: auto;
  }
}

#brand-header .navigation {
  text-align: center;
  margin-bottom: 16px;
  margin-top: 16px;
}

@media (max-width: 960px) {
  #brand-header .navigation {
    margin-bottom: 14.4px;
    margin-top: 14.4px;
  }
}

@media (min-width: 480px) {
  #brand-header .navigation {
    width: 74.7899159664%;
    float: right;
    margin-right: 0;
    text-align: right;
    padding-top: 30px;
  }
}

@media (max-width: 480px) {
  #brand-header {
    padding: 0;
  }
}

.navbar-toggle {
  line-height: 35px;
  text-align: right;
  float: right;
  margin-right: 10px;
  text-transform: uppercase;
}

.navbar-toggle:hover {
  cursor: pointer;
}

.navbar-collapse {
  display: none;
  text-align: left;
}

@media (min-width: 960px) {
  .navbar-collapse {
    display: block;
    text-align: right;
    width: 32.7731092437%;
    float: right;
    margin-right: 0;
    line-height: 60px;
  }
  .navbar-collapse ul {
    list-style-type: none;
    margin: 0;
  }
  .navbar-collapse > ul > li {
    display: inline-block;
  }
  .navbar-collapse > ul > li:last-child {
    margin-right: 0;
  }
  .navbar-collapse > ul > li a {
    display: block;
  }
}

.navbar-collapse li a, .navbar-collapse li a:link, .navbar-collapse li a:visited {
  color: white;
}

#subbrand-header {
  width: 100%;
  color: white;
  background: -owg-linear-gradient(to right, rgba(0, 180, 224, 0.5), #00b4e0);
  background: -webkit-linear-gradient(to right, rgba(0, 180, 224, 0.5), #00b4e0);
  background: -moz-linear-gradient(to right, rgba(0, 180, 224, 0.5), #00b4e0);
  background: -o-linear-gradient(to right, rgba(0, 180, 224, 0.5), #00b4e0);
  background: linear-gradient(to right, rgba(0, 180, 224, 0.5), #00b4e0);
  height: 35px;
}

@media (min-width: 960px) {
  #subbrand-header {
    height: 60px;
  }
}

#subbrand-header .layout-innerwrapper {
  margin: 0 auto;
}

.title-subbrand {
  margin: 0;
  font-weight: 400;
  float: left;
  width: auto;
  margin-right: 0;
  margin-left: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
}

@media (max-width: 960px) {
  .title-subbrand {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}

.title-subbrand img {
  height: 20px;
  margin-top: 5px;
}

@media (min-width: 960px) {
  .title-subbrand {
    line-height: 2.125;
    margin-left: 0;
    font-size: 28px;
    font-size: 1.75rem;
    width: 66.3865546218%;
    float: left;
    margin-right: 0.8403361345%;
  }
}

@media (min-width: 960px) and (max-width: 960px) {
  .title-subbrand {
    font-size: 25.2px;
    font-size: 1.575rem;
  }
}

@media (min-width: 960px) {
  .title-subbrand img {
    height: 30px;
  }
}

@media (min-width: 960px) {
  #nonheader-wrapper {
    margin-top: 60px;
    background: white;
  }
}

#brand-footer {
  background-color: #061f41;
  font-weight: 300;
  color: #a5a4a1;
}

@media (min-width: 600px) {
  #brand-footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (min-width: 960px) {
  .brand-footer-orig {
    width: 44.4444444444%;
    float: left;
    margin-right: 11.1111111111%;
  }
}

@media (min-width: 960px) {
  .brand-footer-anniversary {
    width: 44.4444444444%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}

#page-footer {
  color: #a5a4a1;
  background: #030303;
  font-size: 12.8px;
  font-size: 0.8rem;
}

@media (max-width: 960px) {
  #page-footer {
    font-size: 11.52px;
    font-size: 0.72rem;
  }
}

@media (min-width: 600px) {
  #page-footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

#page-footer a:link, #page-footer a:visited, #page-footer a {
  color: inherit;
}

#page-footer a:link.icon, #page-footer a:visited.icon, #page-footer a.icon {
  color: #030303;
  background-color: #a5a4a1;
}

#address-tos {
  font-size: 9.6px;
  font-size: 0.6rem;
  line-height: 1.5;
  margin-bottom: 16px;
  border-top: 1px solid #4f4f4f;
  border-bottom: 1px solid #4f4f4f;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (max-width: 960px) {
  #address-tos {
    font-size: 8.64px;
    font-size: 0.54rem;
  }
}

@media (max-width: 960px) {
  #address-tos {
    margin-bottom: 14.4px;
  }
}

#address-tos ul {
  margin-bottom: 0;
}

@media (min-width: 960px) {
  #address-tos li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #4f4f4f;
  }
  #address-tos li:first-child {
    padding-left: 0;
  }
  #address-tos li:last-child {
    padding-right: 0;
    border-right: none;
  }
}

@media (min-width: 960px) {
  #address-tos .irl-address {
    width: 70.5882352941%;
    float: left;
    margin-right: 0.8403361345%;
  }
}

@media (min-width: 960px) {
  #address-tos .tos-links {
    text-align: right;
    width: 28.5714285714%;
    float: right;
    margin-right: 0;
  }
}

#fid-and-follow {
  padding: 40px 0 24px 0;
}

@media (min-width: 960px) {
  #fid-and-follow .follow-us {
    width: 49.5798319328%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}

@media (min-width: 960px) {
  #fid-wrapper {
    width: 49.5798319328%;
    float: left;
    margin-right: 0.8403361345%;
  }
}

#fid-wrapper .fid {
  display: block;
  font-size: 27.2px;
  font-size: 1.7rem;
  font-weight: 300;
  margin-right: 10px;
}

@media (min-width: 960px) {
  #fid-wrapper .fid {
    float: left;
  }
}

@media (max-width: 960px) {
  #fid-wrapper .fid {
    font-size: 24.48px;
    font-size: 1.53rem;
  }
}

#fid-wrapper .fid-explainer {
  display: block;
  margin-bottom: 16px;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  #fid-wrapper .fid-explainer {
    margin-bottom: 14.4px;
  }
}

@media (min-width: 960px) {
  #fid-wrapper .fid-explainer {
    float: left;
  }
}

@media (max-width: 960px) {
  #fid-wrapper .fid-explainer {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

#legalese {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  #legalese {
    width: 49.7907949791%;
    float: left;
    margin-right: 0.4184100418%;
  }
}

@media (max-width: 960px) {
  #legalese {
    margin-bottom: 14.4px;
  }
}

#endorsements {
  overflow: hidden;
}

@media (min-width: 960px) {
  #endorsements .tile {
    width: 32.7731092437%;
    float: left;
    margin-right: 0.8403361345%;
  }
  #endorsements .tile:last-child {
    margin-right: 0;
  }
}

#endorsement-logos {
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  #endorsement-logos {
    margin-bottom: 14.4px;
  }
}

#endorsement-logos img {
  display: inline-block;
  margin-right: 20px;
}

.navigation {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .navigation {
    font-size: 10.8px;
    font-size: 0.675rem;
  }
}

.navigation a, .navigation a:link, .navigation a:visited {
  color: #4f4f4f;
  text-decoration: none;
}

.navigation-inline {
  text-transform: uppercase;
}

.navigation-inline ul {
  list-style-type: none;
  margin: 0;
}

.navigation-inline > ul > li {
  margin-right: 20px;
  display: inline-block;
}

.navigation-inline > ul > li:last-child {
  margin-right: 0;
}

.navigation-inline > ul > li a {
  display: block;
}

.menu {
  background: rgba(79, 79, 79, 0.8);
}

.menu a {
  padding: 5px 10px;
  display: block;
}

@media (min-width: 960px) {
  .menu {
    background: transparent;
  }
  .menu a {
    padding: 0;
  }
}

.menu, .menu ul {
  list-style: none;
  margin: 0;
  clear: both;
}

.menu > li {
  white-space: nowrap;
}

.has-submenu {
  position: relative;
}

.submenu {
  display: none;
  background: rgba(79, 79, 79, 0.8);
  left: 0;
  top: 100%;
}

@media (min-width: 960px) {
  .submenu {
    position: absolute;
    text-align: left;
    padding: 10px;
  }
  .submenu > li {
    line-height: 2.0;
  }
}

.expanded {
  display: block;
}

.tab-wrapper {
  overflow: hidden;
}

.tab-controls {
  overflow: hidden;
  width: 100%;
  margin: 0 0 32px 0;
}

.tab-controls ul {
  margin: 0;
}

.tab-controls ul li {
  display: block;
  float: left;
  padding-bottom: 18px;
}

.tab-controls.tabs-1 ul li {
  width: 100%;
}

.tab-controls.tabs-2 ul li {
  width: 50%;
}

.tab-controls.tabs-3 ul li {
  width: 33.3333333333%;
}

.tab-controls.tabs-4 ul li {
  width: 25%;
}

.tab-controls.tabs-5 ul li {
  width: 20%;
}

.tab-controls.tabs-6 ul li {
  width: 16.6666666667%;
}

.tab-controls.tabs-7 ul li {
  width: 14.2857142857%;
}

.tab-controls.tabs-8 ul li {
  width: 12.5%;
}

.tab-controls.tabs-9 ul li {
  width: 11.1111111111%;
}

.tab-controls.tabs-10 ul li {
  width: 10%;
}

.tab-controls a {
  color: white;
  text-transform: uppercase;
  background: #7a7a7a;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
  display: block;
  width: 100%;
}

.tab-controls .ui-state-active {
  background-image: url("../images/pointer-down@2x.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 32px;
}

.tab-controls .ui-state-active a {
  background: #4f4f4f;
}

.tab-item {
  overflow: hidden;
}

.tab-item-image {
  text-align: center;
}

.tab-item-image img {
  max-width: 100%;
}

.hero {
  background-color: black;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: white;
  position: relative;
}

@media (min-width: 1600px) {
  .hero {
    background-size: contain;
  }
}

.small-hero {
  height: 180px;
  background-size: cover;
  background-position: center center;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 960px) {
  .small-hero {
    height: 240px;
  }
}

@media (min-width: 1600px) {
  .small-hero {
    height: 380px;
  }
}

.small-hero h1 {
  position: absolute;
  bottom: 0;
  margin-bottom: 8px;
}

@media (max-width: 960px) {
  .small-hero h1 {
    margin-bottom: 7.2px;
  }
}

.small-hero .layout-innerwrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.small-hero .layout-outerwrapper {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: visible;
  background-position: -15% center;
}

@media (min-width: 600px) {
  .small-hero .layout-outerwrapper {
    background-size: contain;
    background-position: left center;
  }
}

@media (min-width: 960px) {
  .small-hero .layout-outerwrapper {
    background-position: 15% center;
  }
}

@media (min-width: 1600px) {
  .small-hero .layout-outerwrapper {
    background-position: 25% center;
  }
}

@media (min-width: 960px) {
  .home-hero {
    height: 450px;
  }
}

.home-hero a.layout-innerwrapper {
  display: block;
  text-decoration: none;
}

.home-hero a.layout-innerwrapper h1, .home-hero a.layout-innerwrapper h3 {
  color: white;
}

.home-hero .layout-custom-wrapper {
  max-width: 300px;
  padding-bottom: 30px;
}

.home-hero .layout-custom-wrapper h3 {
  font-size: 1rem;
}

@media (min-width: 410px) {
  .home-hero .layout-custom-wrapper h3 {
    margin-bottom: 44.8px;
  }
}

@media (min-width: 960px) {
  .home-hero .layout-custom-wrapper {
    max-width: 370px;
    text-align: left;
    margin-top: 10%;
    margin-bottom: 15%;
    max-width: 100%;
    padding-bottom: 0;
  }
  .home-hero .layout-custom-wrapper h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 410px) {
  .home-hero .formbutton-hot {
    margin-top: 4px;
  }
}

.home-hero .cta-bar input[type=text] {
  width: auto;
}

.rays-1 {
  background-image: url("../images/rays-1.svg");
}

.rays-2 {
  background-image: url("../images/rays-2.svg");
}

.rays-3 {
  background-image: url("../images/rays-3.svg");
}

.rays-4 {
  background-image: url("../images/rays-4.svg");
}

.rays-5 {
  background-image: url("../images/rays-5.svg");
}

.text-carousel {
  overflow: visible;
}

.carousel-item {
  overflow: hidden;
}

.carousel-image {
  text-align: center;
  width: 49.5798319328%;
  float: left;
  margin-right: 0.8403361345%;
}

.carousel-image img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.carousel-text {
  width: 49.5798319328%;
  float: right;
  margin-right: 0;
}

.carousel-controls {
  padding-top: 16px;
}

.carousel-controls ul {
  margin: 0;
  list-style-type: none;
}

.carousel-controls ul li {
  display: inline-block;
  margin-right: 5px;
}

.carousel-controls ul li:last-child {
  margin-right: 0;
}

.carousel-controls a {
  display: block;
  background: rgba(122, 122, 122, 0.3);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.carousel-controls .ui-state-active a {
  background: #7a7a7a;
}

.item-list {
  clear: both;
  overflow: hidden;
}

.list-item {
  display: block;
  position: relative;
}

.list-item h5, .list-item p {
  margin: 0;
  font-size: 14.4px;
  font-size: 0.9rem;
}

@media (max-width: 960px) {
  .list-item h5, .list-item p {
    font-size: 12.96px;
    font-size: 0.81rem;
  }
}

.list-item .list-image img {
  display: block;
}

a.list-item, a.list-item:link, a.list-item:visited {
  color: inherit;
  text-decoration: none;
}

.featured-item {
  border: 1px solid #b3b3b3;
  border-top-width: 5px;
  overflow: hidden;
  background: white;
  margin-bottom: 16px;
}

.featured-item:nth-child(3n-2) {
  border-top-color: #00b4e0;
}

.featured-item:nth-child(3n-1) {
  border-top-color: #00ad91;
}

.featured-item:nth-child(3n) {
  border-top-color: #c4d600;
}

@media (max-width: 960px) {
  .featured-item {
    margin-bottom: 14.4px;
  }
}

@media (min-width: 600px) {
  .featured-item {
    width: 49.5798319328%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .featured-item:nth-child(2n) {
    width: 49.5798319328%;
    float: right;
    margin-right: 0;
  }
}

.featured-item .list-text {
  padding: 16px 20px;
}

.featured-item .list-image img {
  width: 100%;
  display: block;
}

.person-item {
  border: 1px solid #b3b3b3;
  border-top-width: 5px;
  overflow: hidden;
  background: white;
  margin-bottom: 16px;
}

.person-item:nth-child(3n-2) {
  border-top-color: #00b4e0;
}

.person-item:nth-child(3n-1) {
  border-top-color: #00ad91;
}

.person-item:nth-child(3n) {
  border-top-color: #c4d600;
}

@media (max-width: 960px) {
  .person-item {
    margin-bottom: 14.4px;
  }
}

@media (min-width: 600px) {
  .person-item {
    width: 49.5798319328%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .person-item:nth-child(2n) {
    width: 49.5798319328%;
    float: right;
    margin-right: 0;
  }
}

.person-item .list-image img {
  width: 96px;
  height: 112.5px;
}

@media (min-width: 960px) {
  .person-item .list-image img {
    width: 192px;
    height: 225px;
  }
}

.person-item .list-text {
  padding: 16px 20px 16px 0;
}

.person-item p {
  font-size: 12.8px;
  font-size: 0.8rem;
}

@media (max-width: 960px) {
  .person-item p {
    font-size: 11.52px;
    font-size: 0.72rem;
  }
}

.document-item {
  border: 1px solid #b3b3b3;
  border-top-width: 5px;
  overflow: hidden;
  background: white;
  margin-bottom: 16px;
  padding: 16px 20px;
}

.document-item:nth-child(3n-2) {
  border-top-color: #00b4e0;
}

.document-item:nth-child(3n-1) {
  border-top-color: #00ad91;
}

.document-item:nth-child(3n) {
  border-top-color: #c4d600;
}

@media (max-width: 960px) {
  .document-item {
    margin-bottom: 14.4px;
  }
}

@media (min-width: 600px) {
  .document-item {
    width: 49.5798319328%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .document-item:nth-child(2n) {
    width: 49.5798319328%;
    float: right;
    margin-right: 0;
  }
}

.document-item p {
  font-size: 12.8px;
  font-size: 0.8rem;
}

@media (max-width: 960px) {
  .document-item p {
    font-size: 11.52px;
    font-size: 0.72rem;
  }
}

.capsule-item {
  clear: both;
  overflow: hidden;
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  .capsule-item {
    margin-bottom: 14.4px;
  }
}

.capsule-item img {
  width: 55px;
  height: 55px;
}

@media (min-width: 960px) {
  .capsule-item img {
    width: 110px;
    height: 110px;
  }
}

.tile-list {
  overflow: hidden;
}

.tile-item {
  background: #4f4f4f;
  color: white;
  text-align: center;
  margin-bottom: 8px;
}

@media (max-width: 960px) {
  .tile-item {
    margin-bottom: 7.2px;
  }
}

.three-up .tile-item, .tile-item {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.three-up .tile-item:nth-child(1n), .tile-item:nth-child(1n) {
  margin-right: 0;
}

@media (min-width: 600px) {
  .three-up .tile-item:nth-child(1n), .three-up .tile-item, .tile-item:nth-child(1n), .tile-item {
    width: 49.5798319328%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .three-up .tile-item:nth-child(2n), .tile-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 960px) {
  .three-up .tile-item:nth-child(1n), .three-up .tile-item:nth-child(2n), .three-up .tile-item, .tile-item:nth-child(1n), .tile-item:nth-child(2n), .tile-item {
    width: 32.7731092437%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .three-up .tile-item:nth-child(3n), .tile-item:nth-child(3n) {
    margin-right: 0;
  }
}

.four-up .tile-item {
  width: 49.5798319328%;
  float: left;
  margin-right: 0.8403361345%;
}

.four-up .tile-item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 600px) {
  .four-up .tile-item:nth-child(2n), .four-up .tile-item {
    width: 32.7731092437%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .four-up .tile-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 960px) {
  .four-up .tile-item:nth-child(2n), .four-up .tile-item:nth-child(3n), .four-up .tile-item {
    width: 24.3697478992%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .four-up .tile-item:nth-child(4n) {
    margin-right: 0;
  }
}

.tile-item .list-text {
  padding: 16px 20px;
  width: 100%;
  position: absolute;
  background: -owg-linear-gradient(to top, rgba(0, 0, 0, 0.5) transparent);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5) transparent);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.5) transparent);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.5) transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) transparent);
  z-index: 1;
  bottom: 0;
}

.tile-item .list-text h4 {
  margin: 0;
}

.tile-item .list-image img, .tile-item .list-image {
  display: block;
  max-width: 100%;
  max-height: auto;
}

a.tile-item, a.tile-item:link, a.tile-item:visited {
  color: white;
}

.bubble-item {
  overflow: hidden;
  border-radius: 32px;
}

@media (min-width: 960px) {
  .bubble-item {
    height: 315px;
    border-radius: 50%;
    text-align: center;
  }
  .bubble-item .list-text {
    padding: 0 60px 32px 60px;
  }
  .bubble-item .list-image {
    text-align: center;
    width: 315px;
    height: 315px;
    margin-left: -25%;
  }
  .bubble-item .list-image img {
    height: 100%;
    max-width: none;
  }
}

a.icon:link, a.icon:visited, a.icon {
  color: inherit;
  text-decoration: none;
}

.circled-icon {
  vertical-align: bottom;
  text-align: center;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: white;
  border: 0px solid;
}

.separated-section {
  border-bottom: 1px solid #cdcdcb;
  padding-bottom: 16px;
  margin-bottom: 32px;
}

@media (max-width: 960px) {
  .separated-section {
    margin-bottom: 28.8px;
  }
}

.cta-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.panel {
  padding: 16px 20px;
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  .panel {
    margin-bottom: 14.4px;
  }
}

.caption {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #a5a4a1;
}

@media (max-width: 960px) {
  .caption {
    font-size: 12.96px;
    font-size: 0.81rem;
  }
}

.exciter {
  color: white;
  text-align: center;
  margin-top: -16px;
}

.exciter h1, .exciter h2, .exciter h3 {
  background-color: black;
  padding: 20px 0;
  font-size: 32px;
  margin: 0;
}

.exciter svg g {
  fill: black;
}

.exciter.subflavor-1 h1 h6 span, .exciter.subflavor-1 h1, .exciter.subflavor-1 h2 h6 span, .exciter.subflavor-1 h2, .exciter.subflavor-1 h3 h6 span, .exciter.subflavor-1 h3 {
  background-color: #00b4e0;
}

.exciter.subflavor-1 svg g {
  fill: #00b4e0;
}

.exciter.subflavor-2 h1 h6 span, .exciter.subflavor-2 h1, .exciter.subflavor-2 h2 h6 span, .exciter.subflavor-2 h2, .exciter.subflavor-2 h3 h6 span, .exciter.subflavor-2 h3 {
  background-color: #00ad91;
}

.exciter.subflavor-2 svg g {
  fill: #00ad91;
}

.exciter.subflavor-3 h1 h6 span, .exciter.subflavor-3 h1, .exciter.subflavor-3 h2 h6 span, .exciter.subflavor-3 h2, .exciter.subflavor-3 h3 h6 span, .exciter.subflavor-3 h3 {
  background-color: #c4d600;
}

.exciter.subflavor-3 svg g {
  fill: #c4d600;
}

.is-hover-fade-on {
  opacity: 0.8;
}

.is-hover-fade-off {
  opacity: 1.0;
}

.has-hover-fade:hover {
  cursor: pointer;
}

.is-static {
  z-index: 1000;
  position: relative;
}

.is-fixed {
  position: fixed;
  top: 0;
  z-index: 1030;
}

@media (max-width: 480px) {
  .hide-handheld {
    display: none !important;
  }
}

@media (min-width: 481px) {
  .hide-nonhandheld {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 601px) {
  .hide-nonmobile {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 961px) {
  .hide-nondesktop {
    display: none !important;
  }
}

.bg-quiet h6 span, .bg-quiet {
  background-color: #7a7a7a;
}

.bg-hushed h6 span, .bg-hushed {
  background-color: #a5a4a1;
}

.bg-whisper h6 span, .bg-whisper {
  background-color: #cdcdcb;
}

.bg-silent h6 span, .bg-silent {
  background-color: #e8e8e8;
}

.bg-dim h6 span, .bg-dim {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-bright h6 span, .bg-bright {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-reversed h6 span, .bg-reversed, .bg-reverse h6 span, .bg-reverse {
  background-color: #4f4f4f;
}

.bg-black h6 span, .bg-black {
  background-color: black;
}

.fg-subflavor-1 {
  color: #00b4e0;
}

.bg-subflavor-1 h6 span, .bg-subflavor-1 {
  background-color: #00b4e0;
}

.bg-fade-subflavor-1 h6 span, .bg-fade-subflavor-1 {
  background-color: rgba(0, 180, 224, 0.8);
}

.fg-subflavor-2 {
  color: #00ad91;
}

.bg-subflavor-2 h6 span, .bg-subflavor-2 {
  background-color: #00ad91;
}

.bg-fade-subflavor-2 h6 span, .bg-fade-subflavor-2 {
  background-color: rgba(0, 173, 145, 0.8);
}

.fg-subflavor-3 {
  color: #c4d600;
}

.bg-subflavor-3 h6 span, .bg-subflavor-3 {
  background-color: #c4d600;
}

.bg-fade-subflavor-3 h6 span, .bg-fade-subflavor-3 {
  background-color: rgba(196, 214, 0, 0.8);
}

.fg-white {
  color: white;
}

.fg-quiet {
  color: #7a7a7a;
}

.fg-hushed {
  color: #a5a4a1;
}

.fg-whisper {
  color: #cdcdcb;
}

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

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

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

.nomargin, .no-margin {
  margin: 0;
}

.max-width {
  max-width: 100%;
}

.normal-weight, .no-bold, .nobold {
  font-weight: 400;
}

.bold-weight {
  font-weight: 700;
}

.light-weight {
  font-weight: 300;
}

.lowercase, .nocaps, .no-caps {
  text-transform: lowercase;
}

.uppercase, .allcaps, .all-caps {
  text-transform: uppercase;
}

.no-case, .nocase, .natural-case, .naturalcase {
  text-transform: none;
}

.capitalize {
  text-transform: capitalize;
}

.no-underline, a.no-underline, a.no-underline:link, a.no-underline:visited {
  text-decoration: none;
}

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

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

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

.nomargin, .no-margin {
  margin: 0;
}

.rose-window {
  overflow: hidden;
  background-image: url("../images/rose-window-1@3x.png");
  background-repeat: no-repeat;
  background-position: -70px -70px;
  background-size: 312px;
}

.img-border {
  border: 1px solid #e8e8e8;
}

.tagline {
  color: #fff;
  font-family: "Libre Baskerville", "Baskerville", Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.03em;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
}

@media (max-width: 960px) {
  .tagline {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}

.innerpadding {
  padding: 16px 20px;
}

.cta, a.cta {
  text-transform: uppercase;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.cta:after, a.cta:after {
  content: "\00a0›";
}

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

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

.display-block {
  display: block;
}

@media (max-width: 960px) {
  .flex-direction-nav a {
    margin: -20px -30px 0 !important;
  }
}

input[type="textarea"], input[type="email"], input[type="submit"] {
  -webkit-appearance: none;
}

.navigation-icons h4 {
  font-weight: normal;
  font-size: 18px;
}

.navigation-icons [class^="icon-"]:before, .navigation-icons [class*=" icon-"]:before {
  font-size: 25px;
}

.user-message {
  color: #00b4e0;
  min-height: 33px;
}

@media (min-width: 600px) {
  .user-message p {
    margin-bottom: 0;
    line-height: 33px;
  }
}

.user-message p:last-child {
  margin-bottom: 0;
}

.confirmation-text {
  font-size: .85rem;
  margin-bottom: 10px;
}

#intro-bottom {
  font-size: .85rem;
}

#virtual-votive input[type=email], #virtual-votive input[type=text], #virtual-votive textarea {
  background-color: #e8e8e8;
  color: #008bad;
}

#virtual-votive input[type=email]:hover, #virtual-votive input[type=text]:hover, #virtual-votive textarea:hover, #virtual-votive input[type=email]:focus, #virtual-votive input[type=text]:focus, #virtual-votive textarea:focus {
  background-color: white;
}

#virtual-votive input[type=email]::-webkit-input-placeholder, #virtual-votive input[type=text]::-webkit-input-placeholder, #virtual-votive textarea::-webkit-input-placeholder {
  color: #008bad;
}

#virtual-votive input[type=email]:-moz-placeholder, #virtual-votive input[type=text]:-moz-placeholder, #virtual-votive textarea:-moz-placeholder {
  color: #008bad;
  opacity: 1;
}

#virtual-votive input[type=email]::-moz-placeholder, #virtual-votive input[type=text]::-moz-placeholder, #virtual-votive textarea::-moz-placeholder {
  color: #008bad;
  opacity: 1;
}

#virtual-votive input[type=email]:-ms-input-placeholder, #virtual-votive input[type=text]:-ms-input-placeholder, #virtual-votive textarea:-ms-input-placeholder {
  color: #008bad;
}

#virtual-votive input[type=email], #virtual-votive input[type=text], #virtual-votive textarea, #virtual-votive select, #virtual-votive input[type=submit], #virtual-votive input[type=checkbox] {
  border: 1px solid #00b4e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.layout-desktop-innerwrapper {
  position: relative;
}

@media (min-width: 600px) {
  .layout-desktop-innerwrapper {
    margin-bottom: 16px;
    margin-top: 16px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 600px) and (max-width: 960px) {
  .layout-desktop-innerwrapper {
    margin-bottom: 14.4px;
    margin-top: 14.4px;
  }
}

@media (min-width: 600px) {
  .layout-desktop-innerwrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 960px) {
  .layout-desktop-innerwrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
  }
  .layout-desktop-innerwrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

#virtual-votive {
  background-color: black;
  background-image: url("../images/votive-bg-2.jpg");
  background-size: cover;
  background-position: top center;
  color: white;
}

@media (min-width: 600px) {
  #virtual-votive .layout-desktop-innerwrapper {
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {
  #virtual-votive {
    padding-top: 16px;
  }
}

#virtual-votive select {
  width: 100%;
}

#virtual-votive .field-container, #virtual-votive li {
  padding-bottom: 8px;
  margin-bottom: 0;
}

#virtual-votive .right-field {
  float: right;
}

#virtual-votive .left-field {
  float: left;
}

#virtual-votive .right-field, #virtual-votive .left-field {
  width: 48%;
}

#virtual-votive .clear-field {
  clear: both;
}

#virtual-votive textarea {
  height: 170px;
}

#virtual-votive select {
  background: white;
  color: #008bad;
}

#virtual-votive input[type=submit] {
  background: #00b4e0;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 40px;
  max-width: 100%;
}

#virtual-votive input[type=submit]:hover {
  cursor: pointer;
  background: #0097bd;
}

#virtual-votive input[type=checkbox] {
  margin-right: 10px;
}

#virtual-votive label {
  text-transform: uppercase;
  font-weight: normal;
}

#virtual-votive #pray-button {
  position: absolute;
  right: 12px;
  padding: 2px 28px;
}

.ajax-progress-throbber {
  display: none;
}

.confirmation-ctas {
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 600px) {
  .confirmation-ctas {
    float: right;
    text-align: right;
  }
}

.confirmation-ctas .button-hot {
  font-size: 12.8px;
  font-size: 0.8rem;
  border-radius: 4px;
  font-weight: 700;
  padding: 4px 10px;
}

@media (max-width: 960px) {
  .confirmation-ctas .button-hot {
    font-size: 11.52px;
    font-size: 0.72rem;
  }
}

.external-link {
  background-image: url("../images/images/external_icon.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.external-link:after {
  content: "";
}

#intention {
  background-color: #1a1a1a;
}

.candleholder {
  position: relative;
}

@media (min-width: 600px) {
  .candleholder {
    padding-bottom: 0;
    width: 57.6271186441%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.prayer-widget {
  position: relative;
}

@media (max-width: 600px) {
  .prayer-widget {
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 600px) {
  .prayer-widget {
    width: 40.6779661017%;
    float: right;
    margin-right: 0;
    background-size: cover;
  }
}

#form-share-wrapper {
  position: relative;
}

@media (max-width: 600px) {
  #form-share-wrapper {
    position: absolute;
    width: 100%;
    z-index: 1000;
  }
}

#form-share-wrapper.relative {
  position: relative !important;
}

.prayer-share {
  text-align: center;
  text-transform: uppercase;
  color: #00b4e0;
  background: black;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.prayer-share a, .prayer-share a:link, .prayer-share a:visited {
  color: inherit;
  text-decoration: underline;
}

.prayer-share p {
  margin: 0;
}

.prayer-share-mobile {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
}

.prayer-share-mobile a, .prayer-share-mobile a:link, .prayer-share-mobile a:visited {
  color: inherit;
  text-decoration: underline;
}

a.share-prayer, a.share-prayer:link, a.share-prayer:visited, a.share-prayer:hover {
  color: inherit;
  text-decoration: underline;
}

.prayer-form {
  height: 100%;
  border: 4px solid transparent;
  padding: 8px;
}

@media (min-width: 600px) {
  .prayer-form {
    background: #4f4f4f;
  }
}

.prayer-form fieldset {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

.prayer-stats {
  background: white;
  color: #4f4f4f;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) {
  .prayer-stats {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

.prayer-stats:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 600px) {
  .prayer-stats {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.daily-prayers, .total-prayers, .prayer-hands {
  width: 33.3333333333%;
  float: left;
  border-color: #a5a4a1;
  text-align: center;
  padding: 8px 10px;
}

.daily-prayers .count, .total-prayers .count {
  font-size: 40px;
  font-size: 2.5rem;
}

@media (max-width: 960px) {
  .daily-prayers .count, .total-prayers .count {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.daily-prayers {
  border-right: 1px solid;
}

.daily-prayers .count {
  color: #F8E71C;
}

.total-prayers {
  border-left: 1px solid;
  float: right;
  margin-right: 0;
}

.total-prayers .count {
  color: #F5B823;
}

.make-invisible-desktop-animated {
  border-color: black;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

@media (min-width: 600px) {
  .make-invisible-desktop-animated {
    background: none;
  }
  .make-invisible-desktop-animated .prayer-element-wrapper {
    visibility: hidden;
  }
}

.gray-background-mobile-animated {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

@media (max-width: 600px) {
  .gray-background-mobile-animated {
    background: rgba(79, 79, 79, 0.8);
  }
}

@media (max-width: 600px) {
  .hide-mobile-animated {
    display: none !important;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
  }
}

@media (max-width: 600px) {
  .show-mobile-animated {
    display: block !important;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
  }
}

#votive-wrapper {
  display: block;
  margin-bottom: -1px;
  max-width: 100%;
}

.light {
  opacity: 0.8;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.your-light {
  stroke: #F5B823;
  stroke-width: 2px;
}

#flame {
  display: none;
}

#middle-ring, #outer-ring, #center-ring {
  fill: #4F4845;
  fill-opacity: 0.55;
}

#middle-ring.is-illuminated {
  fill: #F8E71C;
  fill-opacity: 0.2;
}

#outer-ring.is-illuminated {
  fill: #F5B823;
  fill-opacity: 0.2;
}

#center-ring.is-illuminated {
  fill: #F59023;
  fill-opacity: 0.7;
}

.is-animated {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.has-pointer:hover {
  cursor: pointer;
}

.popover {
  position: absolute;
  display: none;
  z-index: 2;
  color: #00b4e0;
  font-weight: bold;
  background-color: white;
  border: 2px solid #008bad;
  border-radius: 4px;
  padding: 8px 10px;
}

.popover p {
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .popover p {
    font-size: 11.52px;
    font-size: 0.72rem;
  }
}

#pop1 {
  top: 25%;
  left: 10%;
}

#pop2 {
  top: 10%;
  left: 25%;
}

#pop4 {
  top: 29%;
  left: 28%;
}

a.close-popover {
  color: #7a7a7a;
  top: -3px;
  right: 3px;
  position: absolute;
  text-decoration: none;
  font-weight: normal;
}

@media (min-width: 960px) {
  a.close-popover {
    top: -5px;
  }
}

a.close-popover:after {
  content: "\00a0\00d7";
  font-size: .75rem;
  line-height: 0;
}

.webform-component-email {
  position: relative;
}

.webform-component-email .field-suffix {
  background-image: url("../images/email-help-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2px;
  right: 0;
}

.description {
  display: none;
}

#lights-tip {
  position: absolute;
  bottom: 40px;
  right: 20px;
  background-image: url("../images/help-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  width: 30px;
  height: 30px;
}

#lights-tip-text {
  display: none;
}

.ui-tooltip {
  width: 100% !important;
  font-family: inherit;
  font-size: 12.8px;
  font-size: 0.8rem;
}

@media (max-width: 960px) {
  .ui-tooltip {
    font-size: 11.52px;
    font-size: 0.72rem;
  }
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  h1.title-subbrand {
    font-size: 32px;
  }
}

/*# sourceMappingURL=screen.css.map */
