/*------------------------------------*\
    Imports
\*------------------------------------*/
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  select {
    background: #ffffff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000000 !important;
  }
  .label {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 581px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 581px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 581px) {
  .container {
    width: 581px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 1020px) {
  .container {
    width: 1020px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18 {
  float: left;
}
.col-xs-18 {
  width: 100%;
}
.col-xs-17 {
  width: 94.44444444%;
}
.col-xs-16 {
  width: 88.88888889%;
}
.col-xs-15 {
  width: 83.33333333%;
}
.col-xs-14 {
  width: 77.77777778%;
}
.col-xs-13 {
  width: 72.22222222%;
}
.col-xs-12 {
  width: 66.66666667%;
}
.col-xs-11 {
  width: 61.11111111%;
}
.col-xs-10 {
  width: 55.55555556%;
}
.col-xs-9 {
  width: 50%;
}
.col-xs-8 {
  width: 44.44444444%;
}
.col-xs-7 {
  width: 38.88888889%;
}
.col-xs-6 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 27.77777778%;
}
.col-xs-4 {
  width: 22.22222222%;
}
.col-xs-3 {
  width: 16.66666667%;
}
.col-xs-2 {
  width: 11.11111111%;
}
.col-xs-1 {
  width: 5.55555556%;
}
.col-xs-pull-18 {
  right: 100%;
}
.col-xs-pull-17 {
  right: 94.44444444%;
}
.col-xs-pull-16 {
  right: 88.88888889%;
}
.col-xs-pull-15 {
  right: 83.33333333%;
}
.col-xs-pull-14 {
  right: 77.77777778%;
}
.col-xs-pull-13 {
  right: 72.22222222%;
}
.col-xs-pull-12 {
  right: 66.66666667%;
}
.col-xs-pull-11 {
  right: 61.11111111%;
}
.col-xs-pull-10 {
  right: 55.55555556%;
}
.col-xs-pull-9 {
  right: 50%;
}
.col-xs-pull-8 {
  right: 44.44444444%;
}
.col-xs-pull-7 {
  right: 38.88888889%;
}
.col-xs-pull-6 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 27.77777778%;
}
.col-xs-pull-4 {
  right: 22.22222222%;
}
.col-xs-pull-3 {
  right: 16.66666667%;
}
.col-xs-pull-2 {
  right: 11.11111111%;
}
.col-xs-pull-1 {
  right: 5.55555556%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-18 {
  left: 100%;
}
.col-xs-push-17 {
  left: 94.44444444%;
}
.col-xs-push-16 {
  left: 88.88888889%;
}
.col-xs-push-15 {
  left: 83.33333333%;
}
.col-xs-push-14 {
  left: 77.77777778%;
}
.col-xs-push-13 {
  left: 72.22222222%;
}
.col-xs-push-12 {
  left: 66.66666667%;
}
.col-xs-push-11 {
  left: 61.11111111%;
}
.col-xs-push-10 {
  left: 55.55555556%;
}
.col-xs-push-9 {
  left: 50%;
}
.col-xs-push-8 {
  left: 44.44444444%;
}
.col-xs-push-7 {
  left: 38.88888889%;
}
.col-xs-push-6 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 27.77777778%;
}
.col-xs-push-4 {
  left: 22.22222222%;
}
.col-xs-push-3 {
  left: 16.66666667%;
}
.col-xs-push-2 {
  left: 11.11111111%;
}
.col-xs-push-1 {
  left: 5.55555556%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-18 {
  margin-left: 100%;
}
.col-xs-offset-17 {
  margin-left: 94.44444444%;
}
.col-xs-offset-16 {
  margin-left: 88.88888889%;
}
.col-xs-offset-15 {
  margin-left: 83.33333333%;
}
.col-xs-offset-14 {
  margin-left: 77.77777778%;
}
.col-xs-offset-13 {
  margin-left: 72.22222222%;
}
.col-xs-offset-12 {
  margin-left: 66.66666667%;
}
.col-xs-offset-11 {
  margin-left: 61.11111111%;
}
.col-xs-offset-10 {
  margin-left: 55.55555556%;
}
.col-xs-offset-9 {
  margin-left: 50%;
}
.col-xs-offset-8 {
  margin-left: 44.44444444%;
}
.col-xs-offset-7 {
  margin-left: 38.88888889%;
}
.col-xs-offset-6 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 27.77777778%;
}
.col-xs-offset-4 {
  margin-left: 22.22222222%;
}
.col-xs-offset-3 {
  margin-left: 16.66666667%;
}
.col-xs-offset-2 {
  margin-left: 11.11111111%;
}
.col-xs-offset-1 {
  margin-left: 5.55555556%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 581px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18 {
    float: left;
  }
  .col-sm-18 {
    width: 100%;
  }
  .col-sm-17 {
    width: 94.44444444%;
  }
  .col-sm-16 {
    width: 88.88888889%;
  }
  .col-sm-15 {
    width: 83.33333333%;
  }
  .col-sm-14 {
    width: 77.77777778%;
  }
  .col-sm-13 {
    width: 72.22222222%;
  }
  .col-sm-12 {
    width: 66.66666667%;
  }
  .col-sm-11 {
    width: 61.11111111%;
  }
  .col-sm-10 {
    width: 55.55555556%;
  }
  .col-sm-9 {
    width: 50%;
  }
  .col-sm-8 {
    width: 44.44444444%;
  }
  .col-sm-7 {
    width: 38.88888889%;
  }
  .col-sm-6 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 27.77777778%;
  }
  .col-sm-4 {
    width: 22.22222222%;
  }
  .col-sm-3 {
    width: 16.66666667%;
  }
  .col-sm-2 {
    width: 11.11111111%;
  }
  .col-sm-1 {
    width: 5.55555556%;
  }
  .col-sm-pull-18 {
    right: 100%;
  }
  .col-sm-pull-17 {
    right: 94.44444444%;
  }
  .col-sm-pull-16 {
    right: 88.88888889%;
  }
  .col-sm-pull-15 {
    right: 83.33333333%;
  }
  .col-sm-pull-14 {
    right: 77.77777778%;
  }
  .col-sm-pull-13 {
    right: 72.22222222%;
  }
  .col-sm-pull-12 {
    right: 66.66666667%;
  }
  .col-sm-pull-11 {
    right: 61.11111111%;
  }
  .col-sm-pull-10 {
    right: 55.55555556%;
  }
  .col-sm-pull-9 {
    right: 50%;
  }
  .col-sm-pull-8 {
    right: 44.44444444%;
  }
  .col-sm-pull-7 {
    right: 38.88888889%;
  }
  .col-sm-pull-6 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 27.77777778%;
  }
  .col-sm-pull-4 {
    right: 22.22222222%;
  }
  .col-sm-pull-3 {
    right: 16.66666667%;
  }
  .col-sm-pull-2 {
    right: 11.11111111%;
  }
  .col-sm-pull-1 {
    right: 5.55555556%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-18 {
    left: 100%;
  }
  .col-sm-push-17 {
    left: 94.44444444%;
  }
  .col-sm-push-16 {
    left: 88.88888889%;
  }
  .col-sm-push-15 {
    left: 83.33333333%;
  }
  .col-sm-push-14 {
    left: 77.77777778%;
  }
  .col-sm-push-13 {
    left: 72.22222222%;
  }
  .col-sm-push-12 {
    left: 66.66666667%;
  }
  .col-sm-push-11 {
    left: 61.11111111%;
  }
  .col-sm-push-10 {
    left: 55.55555556%;
  }
  .col-sm-push-9 {
    left: 50%;
  }
  .col-sm-push-8 {
    left: 44.44444444%;
  }
  .col-sm-push-7 {
    left: 38.88888889%;
  }
  .col-sm-push-6 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 27.77777778%;
  }
  .col-sm-push-4 {
    left: 22.22222222%;
  }
  .col-sm-push-3 {
    left: 16.66666667%;
  }
  .col-sm-push-2 {
    left: 11.11111111%;
  }
  .col-sm-push-1 {
    left: 5.55555556%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-18 {
    margin-left: 100%;
  }
  .col-sm-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-sm-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-sm-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-sm-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-sm-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-sm-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-sm-offset-9 {
    margin-left: 50%;
  }
  .col-sm-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-sm-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-sm-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-sm-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-sm-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-sm-offset-1 {
    margin-left: 5.55555556%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18 {
    float: left;
  }
  .col-md-18 {
    width: 100%;
  }
  .col-md-17 {
    width: 94.44444444%;
  }
  .col-md-16 {
    width: 88.88888889%;
  }
  .col-md-15 {
    width: 83.33333333%;
  }
  .col-md-14 {
    width: 77.77777778%;
  }
  .col-md-13 {
    width: 72.22222222%;
  }
  .col-md-12 {
    width: 66.66666667%;
  }
  .col-md-11 {
    width: 61.11111111%;
  }
  .col-md-10 {
    width: 55.55555556%;
  }
  .col-md-9 {
    width: 50%;
  }
  .col-md-8 {
    width: 44.44444444%;
  }
  .col-md-7 {
    width: 38.88888889%;
  }
  .col-md-6 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 27.77777778%;
  }
  .col-md-4 {
    width: 22.22222222%;
  }
  .col-md-3 {
    width: 16.66666667%;
  }
  .col-md-2 {
    width: 11.11111111%;
  }
  .col-md-1 {
    width: 5.55555556%;
  }
  .col-md-pull-18 {
    right: 100%;
  }
  .col-md-pull-17 {
    right: 94.44444444%;
  }
  .col-md-pull-16 {
    right: 88.88888889%;
  }
  .col-md-pull-15 {
    right: 83.33333333%;
  }
  .col-md-pull-14 {
    right: 77.77777778%;
  }
  .col-md-pull-13 {
    right: 72.22222222%;
  }
  .col-md-pull-12 {
    right: 66.66666667%;
  }
  .col-md-pull-11 {
    right: 61.11111111%;
  }
  .col-md-pull-10 {
    right: 55.55555556%;
  }
  .col-md-pull-9 {
    right: 50%;
  }
  .col-md-pull-8 {
    right: 44.44444444%;
  }
  .col-md-pull-7 {
    right: 38.88888889%;
  }
  .col-md-pull-6 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 27.77777778%;
  }
  .col-md-pull-4 {
    right: 22.22222222%;
  }
  .col-md-pull-3 {
    right: 16.66666667%;
  }
  .col-md-pull-2 {
    right: 11.11111111%;
  }
  .col-md-pull-1 {
    right: 5.55555556%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-18 {
    left: 100%;
  }
  .col-md-push-17 {
    left: 94.44444444%;
  }
  .col-md-push-16 {
    left: 88.88888889%;
  }
  .col-md-push-15 {
    left: 83.33333333%;
  }
  .col-md-push-14 {
    left: 77.77777778%;
  }
  .col-md-push-13 {
    left: 72.22222222%;
  }
  .col-md-push-12 {
    left: 66.66666667%;
  }
  .col-md-push-11 {
    left: 61.11111111%;
  }
  .col-md-push-10 {
    left: 55.55555556%;
  }
  .col-md-push-9 {
    left: 50%;
  }
  .col-md-push-8 {
    left: 44.44444444%;
  }
  .col-md-push-7 {
    left: 38.88888889%;
  }
  .col-md-push-6 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 27.77777778%;
  }
  .col-md-push-4 {
    left: 22.22222222%;
  }
  .col-md-push-3 {
    left: 16.66666667%;
  }
  .col-md-push-2 {
    left: 11.11111111%;
  }
  .col-md-push-1 {
    left: 5.55555556%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-18 {
    margin-left: 100%;
  }
  .col-md-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-md-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-md-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-md-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-md-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-md-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-md-offset-9 {
    margin-left: 50%;
  }
  .col-md-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-md-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-md-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-md-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-md-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-md-offset-1 {
    margin-left: 5.55555556%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1020px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18 {
    float: left;
  }
  .col-lg-18 {
    width: 100%;
  }
  .col-lg-17 {
    width: 94.44444444%;
  }
  .col-lg-16 {
    width: 88.88888889%;
  }
  .col-lg-15 {
    width: 83.33333333%;
  }
  .col-lg-14 {
    width: 77.77777778%;
  }
  .col-lg-13 {
    width: 72.22222222%;
  }
  .col-lg-12 {
    width: 66.66666667%;
  }
  .col-lg-11 {
    width: 61.11111111%;
  }
  .col-lg-10 {
    width: 55.55555556%;
  }
  .col-lg-9 {
    width: 50%;
  }
  .col-lg-8 {
    width: 44.44444444%;
  }
  .col-lg-7 {
    width: 38.88888889%;
  }
  .col-lg-6 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 27.77777778%;
  }
  .col-lg-4 {
    width: 22.22222222%;
  }
  .col-lg-3 {
    width: 16.66666667%;
  }
  .col-lg-2 {
    width: 11.11111111%;
  }
  .col-lg-1 {
    width: 5.55555556%;
  }
  .col-lg-pull-18 {
    right: 100%;
  }
  .col-lg-pull-17 {
    right: 94.44444444%;
  }
  .col-lg-pull-16 {
    right: 88.88888889%;
  }
  .col-lg-pull-15 {
    right: 83.33333333%;
  }
  .col-lg-pull-14 {
    right: 77.77777778%;
  }
  .col-lg-pull-13 {
    right: 72.22222222%;
  }
  .col-lg-pull-12 {
    right: 66.66666667%;
  }
  .col-lg-pull-11 {
    right: 61.11111111%;
  }
  .col-lg-pull-10 {
    right: 55.55555556%;
  }
  .col-lg-pull-9 {
    right: 50%;
  }
  .col-lg-pull-8 {
    right: 44.44444444%;
  }
  .col-lg-pull-7 {
    right: 38.88888889%;
  }
  .col-lg-pull-6 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 27.77777778%;
  }
  .col-lg-pull-4 {
    right: 22.22222222%;
  }
  .col-lg-pull-3 {
    right: 16.66666667%;
  }
  .col-lg-pull-2 {
    right: 11.11111111%;
  }
  .col-lg-pull-1 {
    right: 5.55555556%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-18 {
    left: 100%;
  }
  .col-lg-push-17 {
    left: 94.44444444%;
  }
  .col-lg-push-16 {
    left: 88.88888889%;
  }
  .col-lg-push-15 {
    left: 83.33333333%;
  }
  .col-lg-push-14 {
    left: 77.77777778%;
  }
  .col-lg-push-13 {
    left: 72.22222222%;
  }
  .col-lg-push-12 {
    left: 66.66666667%;
  }
  .col-lg-push-11 {
    left: 61.11111111%;
  }
  .col-lg-push-10 {
    left: 55.55555556%;
  }
  .col-lg-push-9 {
    left: 50%;
  }
  .col-lg-push-8 {
    left: 44.44444444%;
  }
  .col-lg-push-7 {
    left: 38.88888889%;
  }
  .col-lg-push-6 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 27.77777778%;
  }
  .col-lg-push-4 {
    left: 22.22222222%;
  }
  .col-lg-push-3 {
    left: 16.66666667%;
  }
  .col-lg-push-2 {
    left: 11.11111111%;
  }
  .col-lg-push-1 {
    left: 5.55555556%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-18 {
    margin-left: 100%;
  }
  .col-lg-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-lg-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-lg-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-lg-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-lg-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-lg-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-lg-offset-9 {
    margin-left: 50%;
  }
  .col-lg-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-lg-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-lg-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-lg-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-lg-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-lg-offset-1 {
    margin-left: 5.55555556%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 580px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 581px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 581px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 580px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1019px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1020px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 580px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1019px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1020px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*------------------------------------*\
    Palette
\*------------------------------------*/
.light-green {
  color: #77bc66 !important;
}
/*------------------------------------*\
    Fonts
\*------------------------------------*/
.ex-bold {
  font-weight: 800 !important;
}
/*------------------------------------*\
    Gradient Overlays
\*------------------------------------*/
/*------------------------------------*\
    Sprites
\*------------------------------------*/
/*------------------------------------*\
   Icons
\*------------------------------------*/
span[class^="icon"] {
  display: inline-block;
  white-space: nowrap;
}
span[class^="icon"]:hover,
span[class^="icon"]:focus,
span[class^="icon"]:active,
span[class^="icon"].hover {
  cursor: pointer;
  cursor: hand;
}
/*------------------------------------*\
   Row 1
\*------------------------------------*/
.icon-shop {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -33px -6px;
  width: 24px;
  height: 19px;
  margin-right: 4px;
  margin-bottom: -2px;
}
.icon-shop:hover,
.icon-shop:focus,
.icon-shop:active,
.icon-shop.hover {
  background-position: -33px -36px;
}
.icon-search {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -97px -7px;
  width: 16px;
  height: 16px;
}
.icon-search:hover,
.icon-search:focus,
.icon-search:active,
.icon-search.hover {
  background-position: -97px -38px;
}
.icon-bullet-light {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -132px -11px;
  width: 7px;
  height: 7px;
}
.icon-bullet-light:hover,
.icon-bullet-light:focus,
.icon-bullet-light:active,
.icon-bullet-light.hover {
  background-position: -132px -42px;
}
.icon-bullet-dark {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -162px -11px;
  width: 7px;
  height: 7px;
}
.icon-bullet-dark:hover,
.icon-bullet-dark:focus,
.icon-bullet-dark:active,
.icon-bullet-dark.hover {
  background-position: -162px -42px;
}
.icon-expand {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -220px -10px;
  width: 11px;
  height: 11px;
}
.icon-expand:hover,
.icon-expand:focus,
.icon-expand:active,
.icon-expand.hover {
  background-position: -190px -40px;
}
.icon-window {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -280px -10px;
  width: 11px;
  height: 10px;
  margin-left: 4px;
}
.icon-window:hover,
.icon-window:focus,
.icon-window:active,
.icon-window.hover {
  background-position: -280px -40px;
}
.icon-window-white {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -250px -10px;
  width: 11px;
  height: 10px;
  margin-left: 4px;
}
.icon-window-white:hover,
.icon-window-white:focus,
.icon-window-white:active,
.icon-window-white.hover {
  background-position: -280px -40px;
}
.icon-expand-white {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -310px -40px;
  width: 11px;
  height: 11px;
  margin-left: 2px;
}
.icon-expand-white:hover,
.icon-expand-white:focus,
.icon-expand-white:active,
.icon-expand-white.hover {
  background-position: -310px -10px;
}
.icon-search-2 {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -338px -7px;
  width: 16px;
  height: 16px;
}
.icon-search-2:hover,
.icon-search-2:focus,
.icon-search-2:active,
.icon-search-2.hover {
  background-position: -338px -38px;
}
.icon-search-3 {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -368px -7px;
  width: 16px;
  height: 16px;
}
.icon-search-3:hover,
.icon-search-3:focus,
.icon-search-3:active,
.icon-search-3.hover {
  background-position: -368px -37px;
}
.icon-radio {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -398px -7px;
  width: 16px;
  height: 16px;
}
.icon-radio .selected {
  background-position: -398px -37px;
}
.icon-checkbox {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -427px -7px;
  width: 16px;
  height: 16px;
}
.icon-checkbox .selected {
  background-position: -427px -37px;
}
.icon-check {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -458px -39px;
  width: 16px;
  height: 12px;
}
.icon-expand-up {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -490px -10px;
  width: 11px;
  height: 11px;
}
.icon-expand-up:hover,
.icon-expand-up:focus,
.icon-expand-up:active,
.icon-expand-up.hover {
  background-position: -490px -40px;
}
.icon-filter {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -517px -6px;
  width: 15px;
  height: 17px;
}
.icon-filter:hover,
.icon-filter:focus,
.icon-filter:active,
.icon-filter.hover {
  background-position: -517px -36px;
}
/*------------------------------------*\
   Row 2
\*------------------------------------*/
.icon-home {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -37px -67px;
  width: 16px;
  height: 15px;
  margin-right: 2px;
  margin-bottom: -2px;
}
.icon-home:hover,
.icon-home:focus,
.icon-home:active,
.icon-home.hover {
  background-position: -37px -98px;
}
.icon-subscribe {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -68px -67px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.icon-subscribe:hover,
.icon-subscribe:focus,
.icon-subscribe:active,
.icon-subscribe.hover {
  background-position: -68px -98px;
}
.icon-find {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -100px -67px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.icon-find:hover,
.icon-find:focus,
.icon-find:active,
.icon-find.hover {
  background-position: -100px -98px;
}
.icon-broadcast {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -128px -67px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.icon-broadcast:hover,
.icon-broadcast:focus,
.icon-broadcast:active,
.icon-broadcast.hover {
  background-position: -128px -98px;
}
.icon-quote {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -157px -69px;
  width: 16px;
  height: 12px;
  margin-right: 4px;
}
.icon-kids {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -192px -65px;
  width: 68px;
  height: 21px;
  margin-left: 4px;
  margin-bottom: -4px;
}
.icon-kids:hover,
.icon-kids:focus,
.icon-kids:active,
.icon-kids.hover {
  background-position: -192px -96px;
}
.icon-arrow-left {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -281px -71px;
  width: 6px;
  height: 9px;
}
.icon-arrow-left:hover,
.icon-arrow-left:focus,
.icon-arrow-left:active,
.icon-arrow-left.hover {
  background-position: -281px -101px;
}
.icon-arrow-right {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -313px -71px;
  width: 6px;
  height: 9px;
}
.icon-arrow-right:hover,
.icon-arrow-right:focus,
.icon-arrow-right:active,
.icon-arrow-right.hover {
  background-position: -313px -101px;
}
.icon-exam {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -334px -67px;
  width: 23px;
  height: 16px;
}
.icon-expert {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -363px -64px;
  width: 24px;
  height: 21px;
}
.icon-webinar {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -394px -64px;
  width: 22px;
  height: 22px;
}
.icon-learning {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -423px -63px;
  width: 24px;
  height: 24px;
}
.icon-conferences {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -450px -69px;
  width: 29px;
  height: 14px;
}
.icon-training {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -484px -64px;
  width: 24px;
  height: 21px;
}
.icon-arrow-up {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -520px -102px;
  width: 9px;
  height: 6px;
}
/*------------------------------------*\
   Row 3
\*------------------------------------*/
.icon-person {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -37px -128px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-bottom: -3px;
}
.icon-open {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -71px -135px;
  width: 9px;
  height: 5px;
  margin-left: 4px;
  margin-bottom: 2px;
}
.icon-screen {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -127px -128px;
  width: 16px;
  height: 16px;
}
.icon-screen-2 {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -158px -128px;
  width: 16px;
  height: 16px;
}
.icon-close-blue {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -188px -128px;
  width: 16px;
  height: 16px;
}
.icon-close-blue:hover,
.icon-close-blue:focus,
.icon-close-blue:active,
.icon-close-blue.hover {
  background-position: -188px -158px;
}
.icon-calendar {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -250px -127px;
  width: 13px;
  height: 16px;
}
.icon-calendar-2 {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -219px -127px;
  width: 13px;
  height: 16px;
}
.icon-pdf {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -277px -127px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-bottom: -3px;
}
.icon-download {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -310px -127px;
  width: 13px;
  height: 16px;
}
.icon-download:hover,
.icon-download:focus,
.icon-download:active,
.icon-download.hover {
  background-position: -310px -157px;
}
.icon-calendar-large {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -336px -123px;
  width: 20px;
  height: 24px;
}
.icon-calendar-large:hover,
.icon-calendar-large:focus,
.icon-calendar-large:active,
.icon-calendar-large.hover {
  background-position: -336px -153px;
}
.icon-tag {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -369px -129px;
  width: 13px;
  height: 13px;
}
.icon-tag:hover,
.icon-tag:focus,
.icon-tag:active,
.icon-tag.hover {
  background-position: -369px -159px;
}
.icon-star {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -398px -128px;
  width: 16px;
  height: 16px;
}
.icon-star:hover,
.icon-star:focus,
.icon-star:active,
.icon-star.hover {
  background-position: -398px -158px;
}
/*------------------------------------*\
   Row 4
\*------------------------------------*/
.icon-edit {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -38px -190px;
  width: 16px;
  height: 14px;
}
.icon-edit:hover,
.icon-edit:focus,
.icon-edit:active,
.icon-edit.hover {
  background-position: -38px -220px;
}
.icon-expand-large {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -67px -187px;
  width: 17px;
  height: 17px;
}
.icon-expand-rotate {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -97px -187px;
  width: 17px;
  height: 17px;
}
.icon-phone {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -129px -187px;
  width: 14px;
  height: 16px;
}
.icon-mail {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -156px -190px;
  width: 16px;
  height: 10px;
}
.icon-mail:hover,
.icon-mail:focus,
.icon-mail:active {
  background-position: -156px -220px;
}
.icon-chat {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -186px -188px;
  width: 16px;
  height: 14px;
}
.icon-open-white {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -220px -190px;
  width: 11px;
  height: 11px;
}
.icon-open-cyan {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -250px -190px;
  width: 11px;
  height: 11px;
}
.icon-expand-green {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -280px -190px;
  width: 11px;
  height: 11px;
}
.icon-expand-green:hover,
.icon-expand-green:focus,
.icon-expand-green:active,
.icon-expand-green.hover {
  background-position: -280px -220px;
}
.icon-open-blue {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -310px -190px;
  width: 11px;
  height: 11px;
}
.icon-lock {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -340px -189px;
  width: 11px;
  height: 14px;
}
.icon-lock:hover,
.icon-lock:focus,
.icon-lock:active,
.icon-lock.hover {
  background-position: -340px -219px;
}
.icon-page {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -369px -188px;
  width: 12px;
  height: 16px;
}
.icon-page:hover,
.icon-page:focus,
.icon-page:active,
.icon-page.hover {
  background-position: -369px -218px;
}
.icon-pages {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -399px -188px;
  width: 16px;
  height: 17px;
}
.icon-pages:hover,
.icon-pages:focus,
.icon-pages:active,
.icon-pages.hover {
  background-position: -399px -218px;
}
/*------------------------------------*\
   Row 5
\*------------------------------------*/
.icon-linkedin {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -33px -273px;
  width: 24px;
  height: 24px;
}
.icon-linkedin:hover,
.icon-linkedin:focus,
.icon-linkedin:active,
.icon-linkedin.hover {
  background-position: -33px -303px;
}
.icon-facebook {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -69px -273px;
  width: 11px;
  height: 24px;
}
.icon-facebook:hover,
.icon-facebook:focus,
.icon-facebook:active,
.icon-facebook.hover {
  background-position: -69px -303px;
}
.icon-twitter {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -94px -276px;
  width: 24px;
  height: 19px;
}
.icon-twitter:hover,
.icon-twitter:focus,
.icon-twitter:active,
.icon-twitter.hover {
  background-position: -94px -306px;
}
.icon-youtube {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -125px -273px;
  width: 20px;
  height: 24px;
}
.icon-youtube:hover,
.icon-youtube:focus,
.icon-youtube:active,
.icon-youtube.hover {
  background-position: -125px -303px;
}
.icon-google {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -158px -273px;
  width: 16px;
  height: 24px;
}
.icon-google:hover,
.icon-google:focus,
.icon-google:active,
.icon-google.hover {
  background-position: -158px -303px;
}
.icon-pinterest {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -183px -273px;
  width: 24px;
  height: 24px;
}
.icon-pinterest:hover,
.icon-pinterest:focus,
.icon-pinterest:active,
.icon-pinterest.hover {
  background-position: -183px -303px;
}
.icon-close {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -217px -277px;
  width: 16px;
  height: 16px;
}
.icon-close:hover,
.icon-close:focus,
.icon-close:active,
.icon-close.hover {
  background-position: -217px -308px;
}
.icon-help {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -247px -277px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-bottom: -2px;
}
.icon-help:hover,
.icon-help:focus,
.icon-help:active,
.icon-help.hover {
  background-position: -247px -308px;
}
.icon-contact {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -280px -277px;
  width: 10px;
  height: 16px;
  margin-right: 4px;
  margin-bottom: -2px;
}
.icon-contact:hover,
.icon-contact:focus,
.icon-contact:active,
.icon-contact.hover {
  background-position: -280px -308px;
}
.icon-hamburger {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -305px -278px;
  width: 20px;
  height: 14px;
}
.icon-hamburger:hover,
.icon-hamburger:focus,
.icon-hamburger:active,
.icon-hamburger.hover {
  background-position: -305px -308px;
}
/* Retina */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-shop {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -33px -6px;
    background-size: 590px 330px;
    width: 24px;
    height: 19px;
    margin-right: 4px;
    margin-bottom: -2px;
  }
  .icon-shop:hover,
  .icon-shop:focus,
  .icon-shop:active,
  .icon-shop.hover {
    background-position: -33px -36px;
  }
  .icon-search {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -97px -7px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  .icon-search:hover,
  .icon-search:focus,
  .icon-search:active,
  .icon-search.hover {
    background-position: -97px -38px;
  }
  .icon-bullet-light {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -132px -11px;
    background-size: 590px 330px;
    width: 7px;
    height: 7px;
  }
  .icon-bullet-light:hover,
  .icon-bullet-light:focus,
  .icon-bullet-light:active,
  .icon-bullet-light.hover {
    background-position: -132px -42px;
  }
  .icon-bullet-dark {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -162px -11px;
    background-size: 590px 330px;
    width: 7px;
    height: 7px;
  }
  .icon-bullet-dark:hover,
  .icon-bullet-dark:focus,
  .icon-bullet-dark:active,
  .icon-bullet-dark.hover {
    background-position: -162px -42px;
  }
  .icon-expand {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -220px -10px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  .icon-expand:hover,
  .icon-expand:focus,
  .icon-expand:active,
  .icon-expand.hover {
    background-position: -190px -40px;
  }
  .icon-window {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -280px -10px;
    background-size: 590px 330px;
    width: 11px;
    height: 10px;
    margin-left: 4px;
  }
  .icon-window:hover,
  .icon-window:focus,
  .icon-window:active,
  .icon-window.hover {
    background-position: -280px -40px;
  }
  .icon-window-white {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -250px -10px;
    background-size: 590px 330px;
    width: 11px;
    height: 10px;
    margin-left: 4px;
  }
  .icon-window-white:hover,
  .icon-window-white:focus,
  .icon-window-white:active,
  .icon-window-white.hover {
    background-position: -280px -40px;
  }
  .icon-expand-white {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -310px -40px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
    margin-left: 2px;
  }
  .icon-expand-white:hover,
  .icon-expand-white:focus,
  .icon-expand-white:active,
  .icon-expand-white.hover {
    background-position: -310px -10px;
  }
  .icon-search-2 {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -338px -7px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  .icon-search-2:hover,
  .icon-search-2:focus,
  .icon-search-2:active,
  .icon-search-2.hover {
    background-position: -338px -38px;
  }
  .icon-search-3 {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -368px -7px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  .icon-search-3:hover,
  .icon-search-3:focus,
  .icon-search-3:active,
  .icon-search-3.hover {
    background-position: -368px -37px;
  }
  .icon-radio {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -398px -7px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  .icon-radio .selected {
    background-position: -398px -37px;
  }
  .icon-checkbox {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -427px -7px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  .icon-checkbox .selected {
    background-position: -427px -37px;
    width: 17px;
  }
  .icon-check {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -458px -39px;
    background-size: 590px 330px;
    width: 16px;
    height: 12px;
  }
  .icon-expand-up {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -490px -10px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  .icon-expand-up:hover,
  .icon-expand-up:focus,
  .icon-expand-up:active,
  .icon-expand-up.hover {
    background-position: -490px -40px;
  }
  .icon-filter {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -517px -6px;
    background-size: 590px 330px;
    width: 15px;
    height: 17px;
  }
  .icon-filter:hover,
  .icon-filter:focus,
  .icon-filter:active,
  .icon-filter.hover {
    background-position: -517px -36px;
  }
  /*------------------------------------*\
   Row 2
\*------------------------------------*/
  .icon-home {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -37px -67px;
    background-size: 590px 330px;
    width: 17px;
    height: 15px;
    margin-right: 2px;
    margin-bottom: -2px;
  }
  .icon-home:hover,
  .icon-home:focus,
  .icon-home:active,
  .icon-home.hover {
    background-position: -37px -98px;
  }
  .icon-subscribe {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -68px -67px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .icon-subscribe:hover,
  .icon-subscribe:focus,
  .icon-subscribe:active,
  .icon-subscribe.hover {
    background-position: -68px -98px;
  }
  .icon-find {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -100px -67px;
    background-size: 590px 330px;
    width: 11px;
    height: 16px;
    margin-right: 4px;
  }
  .icon-find:hover,
  .icon-find:focus,
  .icon-find:active,
  .icon-find.hover {
    background-position: -100px -98px;
  }
  .icon-broadcast {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -128px -67px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .icon-broadcast:hover,
  .icon-broadcast:focus,
  .icon-broadcast:active,
  .icon-broadcast.hover {
    background-position: -128px -98px;
  }
  .icon-quote {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -157px -69px;
    background-size: 590px 330px;
    width: 15px;
    height: 12px;
    margin-right: 4px;
  }
  .icon-kids {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -192px -65px;
    background-size: 590px 330px;
    width: 68px;
    height: 21px;
    margin-left: 4px;
    margin-bottom: -4px;
  }
  .icon-kids:hover,
  .icon-kids:focus,
  .icon-kids:active,
  .icon-kids.hover {
    background-position: -192px -96px;
  }
  .icon-arrow-left {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -281px -71px;
    background-size: 590px 330px;
    width: 6px;
    height: 9px;
  }
  .icon-arrow-left:hover,
  .icon-arrow-left:focus,
  .icon-arrow-left:active,
  .icon-arrow-left.hover {
    background-position: -281px -101px;
    background-size: 590px 330px;
  }
  .icon-arrow-right {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -313px -71px;
    background-size: 590px 330px;
    width: 6px;
    height: 9px;
  }
  .icon-arrow-right:hover,
  .icon-arrow-right:focus,
  .icon-arrow-right:active,
  .icon-arrow-right.hover {
    background-position: -313px -101px;
  }
  .icon-exam {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -334px -67px;
    background-size: 590px 330px;
    width: 23px;
    height: 16px;
  }
  .icon-expert {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -363px -64px;
    background-size: 590px 330px;
    width: 24px;
    height: 21px;
  }
  .icon-webinar {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -394px -64px;
    background-size: 590px 330px;
    width: 22px;
    height: 22px;
  }
  .icon-learning {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -423px -63px;
    background-size: 590px 330px;
    width: 24px;
    height: 25px;
  }
  .icon-conferences {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -450px -69px;
    background-size: 590px 330px;
    width: 29px;
    height: 14px;
  }
  .icon-training {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -484px -64px;
    background-size: 590px 330px;
    width: 24px;
    height: 21px;
  }
  .icon-arrow-up {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -520px -102px;
    background-size: 590px 330px;
    width: 9px;
    height: 6px;
  }
  /*------------------------------------*\
   Row 3
\*------------------------------------*/
  .icon-person {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -37px -128px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-bottom: -3px;
  }
  .icon-open {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -71px -135px;
    background-size: 590px 330px;
    width: 9px;
    height: 5px;
    margin-left: 4px;
    margin-bottom: 2px;
  }
  .icon-screen {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -127px -128px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  .icon-screen-2 {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -158px -128px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  .icon-close-blue {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -188px -128px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  .icon-close-blue:hover,
  .icon-close-blue:focus,
  .icon-close-blue:active,
  .icon-close-blue.hover {
    background-position: -188px -158px;
  }
  .icon-calendar {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -250px -127px;
    background-size: 590px 330px;
    width: 13px;
    height: 16px;
  }
  .icon-calendar-2 {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -219px -127px;
    background-size: 590px 330px;
    width: 13px;
    height: 16px;
  }
  .icon-pdf {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -277px -127px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-bottom: -3px;
  }
  .icon-download {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -310px -127px;
    background-size: 590px 330px;
    width: 13px;
    height: 16px;
  }
  .icon-download:hover,
  .icon-download:focus,
  .icon-download:active,
  .icon-download.hover {
    background-position: -310px -157px;
  }
  .icon-calendar-large {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -336px -123px;
    background-size: 590px 330px;
    width: 20px;
    height: 24px;
  }
  .icon-calendar-large:hover,
  .icon-calendar-large:focus,
  .icon-calendar-large:active,
  .icon-calendar-large.hover {
    background-position: -336px -153px;
  }
  .icon-tag {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -369px -129px;
    background-size: 590px 330px;
    width: 13px;
    height: 13px;
  }
  .icon-tag:hover,
  .icon-tag:focus,
  .icon-tag:active,
  .icon-tag.hover {
    background-position: -369px -159px;
  }
  .icon-star {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -398px -128px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  .icon-star:hover,
  .icon-star:focus,
  .icon-star:active,
  .icon-star.hover {
    background-position: -398px -158px;
  }
  /*------------------------------------*\
   Row 4
\*------------------------------------*/
  .icon-edit {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -38px -190px;
    background-size: 590px 330px;
    width: 16px;
    height: 14px;
  }
  .icon-edit:hover,
  .icon-edit:focus,
  .icon-edit:active,
  .icon-edit.hover {
    background-position: -38px -220px;
  }
  .icon-expand-large {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -67px -187px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  .icon-expand-rotate {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -97px -187px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  .icon-phone {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -129px -187px;
    background-size: 590px 330px;
    width: 14px;
    height: 17px;
  }
  .icon-mail {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -156px -190px;
    background-size: 590px 330px;
    width: 16px;
    height: 10px;
  }
  .icon-mail:hover,
  .icon-mail:focus,
  .icon-mail:active {
    background-position: -156px -220px;
  }
  .icon-chat {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -186px -188px;
    background-size: 590px 330px;
    width: 16px;
    height: 14px;
  }
  .icon-open-white {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -220px -190px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  .icon-open-cyan {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -250px -190px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  .icon-expand-green {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -280px -190px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  .icon-expand-green:hover,
  .icon-expand-green:focus,
  .icon-expand-green:active,
  .icon-expand-green.hover {
    background-position: -280px -220px;
  }
  .icon-open-blue {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -310px -190px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  .icon-lock {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -340px -189px;
    background-size: 590px 330px;
    width: 11px;
    height: 14px;
  }
  .icon-lock:hover,
  .icon-lock:focus,
  .icon-lock:active,
  .icon-lock.hover {
    background-position: -340px -219px;
  }
  .icon-page {
    background: url(../assets/images/sprite.png) no-repeat;
    background-position: -369px -188px;
    width: 12px;
    height: 16px;
  }
  .icon-page:hover,
  .icon-page:focus,
  .icon-page:active,
  .icon-page.hover {
    background: url(../assets/images/sprite.png) no-repeat;
    background-position: -369px -218px;
  }
  .icon-pages {
    background: url(../assets/images/sprite.png) no-repeat;
    background-position: -399px -188px;
    width: 16px;
    height: 17px;
  }
  .icon-pages:hover,
  .icon-pages:focus,
  .icon-pages:active,
  .icon-pages.hover {
    background: url(../assets/images/sprite.png) no-repeat;
    background-position: -399px -218px;
  }
  /*------------------------------------*\
   Row 5
\*------------------------------------*/
  .icon-linkedin {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -33px -273px;
    background-size: 590px 330px;
    width: 24px;
    height: 24px;
  }
  .icon-linkedin:hover,
  .icon-linkedin:focus,
  .icon-linkedin:active,
  .icon-linkedin.hover {
    background-position: -33px -303px;
  }
  .icon-facebook {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -69px -273px;
    background-size: 590px 330px;
    width: 11px;
    height: 24px;
  }
  .icon-facebook:hover,
  .icon-facebook:focus,
  .icon-facebook:active,
  .icon-facebook.hover {
    background-position: -69px -303px;
  }
  .icon-twitter {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -94px -276px;
    background-size: 590px 330px;
    width: 24px;
    height: 19px;
  }
  .icon-twitter:hover,
  .icon-twitter:focus,
  .icon-twitter:active,
  .icon-twitter.hover {
    background-position: -94px -306px;
  }
  .icon-youtube {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -125px -273px;
    background-size: 590px 330px;
    width: 20px;
    height: 24px;
  }
  .icon-youtube:hover,
  .icon-youtube:focus,
  .icon-youtube:active,
  .icon-youtube.hover {
    background-position: -125px -303px;
  }
  .icon-google {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -158px -273px;
    background-size: 590px 330px;
    width: 16px;
    height: 24px;
  }
  .icon-google:hover,
  .icon-google:focus,
  .icon-google:active,
  .icon-google.hover {
    background-position: -158px -303px;
  }
  .icon-pinterest {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -183px -273px;
    background-size: 590px 330px;
    width: 24px;
    height: 24px;
  }
  .icon-pinterest:hover,
  .icon-pinterest:focus,
  .icon-pinterest:active,
  .icon-pinterest.hover {
    background-position: -183px -303px;
  }
  .icon-close {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -217px -277px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  .icon-close:hover,
  .icon-close:focus,
  .icon-close:active,
  .icon-close.hover {
    background-position: -217px -308px;
  }
  .icon-help {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -247px -277px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-bottom: -2px;
  }
  .icon-help:hover,
  .icon-help:focus,
  .icon-help:active,
  .icon-help.hover {
    background-position: -247px -308px;
  }
  .icon-contact {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -280px -277px;
    background-size: 590px 330px;
    width: 10px;
    height: 16px;
    margin-right: 4px;
    margin-bottom: -2px;
  }
  .icon-contact:hover,
  .icon-contact:focus,
  .icon-contact:active,
  .icon-contact.hover {
    background-position: -280px -308px;
  }
  .icon-hamburger {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -305px -278px;
    background-size: 590px 330px;
    width: 20px;
    height: 14px;
  }
  .icon-hamburger:hover,
  .icon-hamburger:focus,
  .icon-hamburger:active,
  .icon-hamburger.hover {
    background-position: -305px -308px;
  }
}
html {
  position: relative;
  font-size: 62.5%;
  /*sets base font, 1em = 10px*/
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  font-size: 1.6rem;
  background-image: url('../assets/images/ASCEheadpattern_fade.jpg');
  background-repeat: repeat-x;
}
/*------------------------------------*\
   Base Patterns
\*------------------------------------*/
a.icon {
  white-space: nowrap;
}
.block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
ul {
  list-style: none;
}
ul.style {
  list-style: circle;
  margin-top: 10px;
}
ul.style li {
  color: #0c5fa8;
}
.no-upper {
  text-transform: none;
}
.dark-gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.light-gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.25)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
  background: linear-gradient(left, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
}
.constrain {
  width: 100%;
  max-width: 1200px;
}
.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.selected {
  color: #77bc66;
}
.selected a {
  color: #77bc66;
}
.selected a:hover,
.selected a.hover {
  color: #ffffff;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
main a {
  color: #0c5fa8;
}
main a:hover,
main a:focus,
main a:active {
  color: #19a1cf;
}
main a:visited {
  color: #92663f;
}
main a:visited:hover,
main a:visited:focus,
main a:visited:active {
  color: #19a1cf;
}
main .content-main h1,
main .content-right h1,
main .content-bottom h1,
main .content-main h2,
main .content-right h2,
main .content-bottom h2,
main .content-main h3,
main .content-right h3,
main .content-bottom h3,
main .content-main h4,
main .content-right h4,
main .content-bottom h4,
main .content-main h5,
main .content-right h5,
main .content-bottom h5,
main .content-main h6,
main .content-right h6,
main .content-bottom h6 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
main .content-main h2,
main .content-right h2,
main .content-bottom h2,
main .content-main h3,
main .content-right h3,
main .content-bottom h3 {
  margin-bottom: 20px;
}
main .content-main h4,
main .content-right h4,
main .content-bottom h4 {
  margin-bottom: 16px;
}
main .content-main h5,
main .content-right h5,
main .content-bottom h5,
main .content-main h6,
main .content-right h6,
main .content-bottom h6 {
  font-family: "open-sans", Arial;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
main .content-main h5 a,
main .content-right h5 a,
main .content-bottom h5 a,
main .content-main h6 a,
main .content-right h6 a,
main .content-bottom h6 a {
  font-family: "open-sans", Arial;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
}
main .content-main p,
main .content-right p,
main .content-bottom p {
  margin-bottom: 20px;
}
main .content-main img,
main .content-right img,
main .content-bottom img {
  margin-bottom: 20px;
}
main .content-main img.pull-right,
main .content-right img.pull-right,
main .content-bottom img.pull-right {
  margin-left: 20px;
}
main .content-main img.pull-left,
main .content-right img.pull-left,
main .content-bottom img.pull-left {
  margin-right: 20px;
}
main .content-main .gray-text,
main .content-right .gray-text,
main .content-bottom .gray-text {
  color: #8c959d;
}
main .content-main h1 a:hover,
main .content-bottom h1 a:hover,
main .content-main h2 a:hover,
main .content-bottom h2 a:hover,
main .content-main h3 a:hover,
main .content-bottom h3 a:hover,
main .content-main h4 a:hover,
main .content-bottom h4 a:hover,
main .content-main h1 a:focus,
main .content-bottom h1 a:focus,
main .content-main h2 a:focus,
main .content-bottom h2 a:focus,
main .content-main h3 a:focus,
main .content-bottom h3 a:focus,
main .content-main h4 a:focus,
main .content-bottom h4 a:focus,
main .content-main h1 a:active,
main .content-bottom h1 a:active,
main .content-main h2 a:active,
main .content-bottom h2 a:active,
main .content-main h3 a:active,
main .content-bottom h3 a:active,
main .content-main h4 a:active,
main .content-bottom h4 a:active {
  text-decoration: none;
}
main .content-main h1,
main .content-bottom h1 {
  font-family: "futura-pt", Verdana;
  font-size: 36px;
  /*px fallback*/
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 300;
  font-style: normal;
  margin-top: 0;
  padding-top: 0;
}
main .content-main h1 a,
main .content-bottom h1 a {
  font-family: "futura-pt", Verdana;
  font-size: 36px;
  /*px fallback*/
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 300;
  font-style: normal;
}
main .content-main h2,
main .content-bottom h2 {
  font-family: "futura-pt", Verdana;
  font-size: 24px;
  /*px fallback*/
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 5px;
  border-bottom: 2px solid #ebeded;
}
main .content-main h2 a,
main .content-bottom h2 a {
  font-family: "futura-pt", Verdana;
  font-size: 24px;
  /*px fallback*/
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}
main .content-main h3,
main .content-bottom h3 {
  font-family: "futura-pt", Verdana;
  font-size: 20px;
  /*px fallback*/
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  font-style: normal;
}
main .content-main h3 a,
main .content-bottom h3 a {
  font-family: "futura-pt", Verdana;
  font-size: 20px;
  /*px fallback*/
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  font-style: normal;
}
main .content-main h4,
main .content-bottom h4,
main .content-main .title,
main .content-bottom .title {
  font-family: "open-sans", Arial;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
}
main .content-main h4 a,
main .content-bottom h4 a,
main .content-main .title a,
main .content-bottom .title a {
  font-family: "open-sans", Arial;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
}
main .content-main p,
main .content-bottom p {
  text-align: left;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
}
main .content-main span,
main .content-bottom span,
main .content-main a,
main .content-bottom a {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 400;
  font-style: normal;
}
main .content-main hr,
main .content-bottom hr {
  background-color: #e8eaeb;
  border: none;
  height: 2px;
  margin-bottom: 50px;
}
main .content-main hr.double-rule,
main .content-bottom hr.double-rule {
  background-color: #ffffff;
  border: none;
  height: 6px;
  border-top: 2px solid #e8eaeb;
  border-bottom: 2px solid #e8eaeb;
}
main .content-right h1,
main .content-right h2,
main .content-right h3,
main .content-right h4,
main .content-right h5,
main .content-right h6 {
  text-transform: uppercase;
}
main .content-right h2 {
  font-family: "futura-pt", Verdana;
  font-size: 18px;
  /*px fallback*/
  font-size: 1.8rem;
  line-height: 1.33333333;
  font-weight: 500;
  font-style: normal;
}
main .content-right h2 a {
  font-family: "futura-pt", Verdana;
  font-size: 18px;
  /*px fallback*/
  font-size: 1.8rem;
  line-height: 1.33333333;
  font-weight: 500;
  font-style: normal;
}
main .content-right h3 {
  font-family: "futura-pt", Verdana;
  font-size: 18px;
  /*px fallback*/
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
}
main .content-right h3 a {
  font-family: "futura-pt", Verdana;
  font-size: 18px;
  /*px fallback*/
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
}
main .content-right h4,
main .content-right h5,
main .content-right h6 {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 700;
  font-style: normal;
}
main .content-right h4 a,
main .content-right h5 a,
main .content-right h6 a {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 700;
  font-style: normal;
}
main .content-right p {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
}
main .content-right ul {
  margin-left: 0;
}
main .content-main .highlight,
main .content-right .highlight,
main .content-bottom .highlight {
  background-color: #ddf1f8;
  border-left: 2px solid #0c5fa8;
  padding: 15px;
}
main .content-main p .highlight,
main .content-right p .highlight,
main .content-bottom p .highlight {
  border-left: none;
  padding: 0;
}
main .content-main .section,
main .content-right .section,
main .content-bottom .section,
main .content-main .med-gray,
main .content-right .med-gray,
main .content-bottom .med-gray {
  background-color: #e8eaeb;
}
main .content-main .section .highlight,
main .content-right .section .highlight,
main .content-bottom .section .highlight,
main .content-main .med-gray .highlight,
main .content-right .med-gray .highlight,
main .content-bottom .med-gray .highlight {
  background-color: #ffffff;
}
main .content-main .section a.highlight,
main .content-right .section a.highlight,
main .content-bottom .section a.highlight,
main .content-main .med-gray a.highlight,
main .content-right .med-gray a.highlight,
main .content-bottom .med-gray a.highlight {
  color: #0c5fa8;
  background-color: #ffffff;
}
main .content-main .small,
main .content-right .small,
main .content-bottom .small {
  font-size: smaller;
}
main .content-main .notes,
main .content-right .notes,
main .content-bottom .notes {
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.16666667;
  font-weight: 400;
  font-style: normal;
}
main .content-main .label-style,
main .content-right .label-style,
main .content-bottom .label-style {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 600;
  font-style: normal;
  color: #8c959d;
  text-transform: uppercase;
}
main .content-main .label-style2,
main .content-right .label-style2,
main .content-bottom .label-style2 {
  font-family: "open-sans", Arial;
  font-weight: 700;
  text-transform: uppercase;
}
main .content-main .link-pdf:hover,
main .content-right .link-pdf:hover,
main .content-bottom .link-pdf:hover {
  text-decoration: none;
}
/*------------------------------------*\
   Header
\*------------------------------------*/
header {
  margin: 0;
  padding: 0;
  z-index: 9;
  height: auto;
}
header .top .pull {
  margin: 10px;
  float: right;
}
header .top a {
  margin-right: 3rem;
  padding-bottom: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}
header .top .search {
  position: relative;
  background: none;
  display: inline-block;
  width: 170px;
  bottom: 20px;
}
header .top .search .search-wrapper {
  overflow: hidden;
}
header .top .search .search-wrapper .input-wrapper {
  position: absolute;
  right: 30px;
  top: 0;
  left: 0;
}
header .top .search .search-wrapper .input-wrapper input {
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  padding-top: 5px;
  height: 25px;
  width: 100%;
  border: 1px solid #ebeded;
}
header .top .search .search-wrapper .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 25px;
  border: 1px solid #ebeded;
  background-color: #ebeded;
  box-shadow: none;
}
header .top .search .search-wrapper .submit a {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
header .top .search .search-wrapper .submit .icon-search {
  border: none;
  margin-top: 3px;
  margin-left: 5px;
}
header .top .search ::-webkit-input-placeholder {
  text-transform: uppercase;
  text-align: center;
}
header .top .search ::-moz-placeholder {
  text-transform: uppercase;
  text-align: center;
}
header .top .search :-ms-input-placeholder {
  text-transform: uppercase;
  text-align: center;
}
header .top .my-account {
  padding: 5px;
}
header .top .my-account.selected {
  background-color: #19a1cf;
}
header .top .account-links {
  position: absolute;
  width: 200px;
  background-color: #ffffff;
  border: 2px solid #75c7e2;
  padding: 10px;
  z-index: 99;
  -moz-box-shadow: 2px 2px 1px #b3b8bc;
  -webkit-box-shadow: 2px 2px 1px #b3b8bc;
  box-shadow: 2px 2px 1px #b3b8bc;
  z-index: 999;
}
header .top .account-links ul {
  padding-left: 0;
}
header .top .account-links ul li {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  text-align: left;
}
header .top .account-links ul li:hover,
header .top .account-links ul li:focus,
header .top .account-links ul li:active {
  background-color: transparent;
}
header .top .account-links ul li a {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 600;
  font-style: normal;
  color: #0c5fa8;
  text-transform: none;
  padding: 5px 0 5px 10px;
  display: block;
}
header .top .account-links ul li a:hover,
header .top .account-links ul li a:focus,
header .top .account-links ul li a:active {
  color: #19a1cf;
  text-decoration: none;
  background-color: #ebeded;
  width: 100%;
}
header .main {
  padding: 0;
  margin: 0;
  background: #ffffff;
}
header .main .nav {
  float: left;
  margin: 0;
  padding: 0;
  color: #0c5fa8;
  text-align: justify;
  display: table;
  height: 100%;
}
header .main .nav .toggle {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  margin-right: 10px;
  text-align: left;
  cursor: pointer;
}
header .main .nav .toggle .level-1 {
  padding: 10px;
}
header .main .nav .toggle .level-1:hover,
header .main .nav .toggle .level-1.active {
  background-color: #19a1cf;
  color: #ffffff;
}
header .main .nav .toggle .level-1:hover a,
header .main .nav .toggle .level-1.active a {
  background-color: #19a1cf;
  color: #ffffff;
}
header .main .nav .toggle .level-1:hover a span,
header .main .nav .toggle .level-1.active a span {
  background-color: #19a1cf;
  color: #ffffff;
}
header .main .nav .toggle .level-1 a {
  text-decoration: none;
  text-transform: uppercase;
  color: #0c5fa8;
  font-family: "futura-pt", Verdana;
  font-size: 14px;
  /*px fallback*/
  font-size: 1.4rem;
  line-height: 1.14285714;
  font-weight: 700;
  font-style: normal;
}
header .main .nav .toggle .level-1 a span {
  display: block;
  margin-bottom: -2px;
}
header .main .nav .toggle .level-1.selected > a {
  color: #77bc66;
}
header .main .nav .toggle .level-1.selected:hover,
header .main .nav .toggle .level-1.selected.active {
  color: #ffffff;
}
header .main .nav .toggle .level-1.selected:hover a,
header .main .nav .toggle .level-1.selected.active a {
  color: #ffffff;
}
header .main .nav .toggle .level-1.selected:hover a span,
header .main .nav .toggle .level-1.selected.active a span {
  color: #ffffff;
}
header .main .nav .menu {
  position: absolute;
  background-color: #ffffff;
  border: 2px solid #75c7e2;
  padding: 20px;
  z-index: 99;
  -moz-box-shadow: 2px 2px 1px #b3b8bc;
  -webkit-box-shadow: 2px 2px 1px #b3b8bc;
  box-shadow: 2px 2px 1px #b3b8bc;
}
header .main .nav .menu ul {
  padding-left: 0;
}
header .main .nav .menu ul li {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  text-align: left;
}
header .main .nav .menu ul li:hover,
header .main .nav .menu ul li:focus,
header .main .nav .menu ul li:active {
  background-color: transparent;
}
header .main .nav .menu ul li a {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 600;
  font-style: normal;
  color: #0c5fa8;
  text-transform: none;
  padding: 10px 0 10px 10px;
  display: block;
}
header .main .nav .menu ul li a:hover,
header .main .nav .menu ul li a:focus,
header .main .nav .menu ul li a:active {
  color: #19a1cf;
  text-decoration: none;
  background-color: #ebeded;
  width: 100%;
}
header .main .nav .menu ul li.title {
  display: inline-block;
  margin: 0 0 0 10px;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.16666667;
  font-weight: 600;
  font-style: normal;
  color: #53585d;
  text-transform: uppercase;
}
header .main .nav .menu ul li.title:hover,
header .main .nav .menu ul li.title:focus,
header .main .nav .menu ul li.title:active {
  background-color: transparent;
}
header .main .nav .menu .level-2 {
  list-style-type: disc;
  margin-left: 40px;
}
header .main .nav .menu .level-2 li:hover,
header .main .nav .menu .level-2 li:focus,
header .main .nav .menu .level-2 li:active {
  color: #75c7e2;
}
header .main .nav .menu .level-2 li a {
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 10px 0;
  color: #0c5fa8;
}
header .main .nav .menu .level-2 li a:hover,
header .main .nav .menu .level-2 li a:focus,
header .main .nav .menu .level-2 li a:active {
  background-color: transparent;
  color: #75c7e2;
}
header .main .logo {
  background: url(../assets/images/logo.png) no-repeat;
  background-position: -5px -12px;
  float: left;
  width: 301px;
  height: 40px;
  margin: 20px 0;
}
header .main .logo:hover,
header .main .logo:focus,
header .main .logo:active {
  background-position: -5px -71px;
}
header .light-gradient {
  margin-bottom: 30px;
}
header .crumbs ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 15px;
  float: left;
  color: #ffffff;
  background-color: transparent;
  color: none;
  content: none;
  list-style: none;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}
header .crumbs ul li {
  display: inline-block;
}
header .crumbs ul li:after {
  content: "";
  color: none;
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -71px -5px;
  width: 12px;
  height: 19px;
  float: right;
  margin: 0 10px;
  margin-top: -4px;
}
header .crumbs ul > li + li:before {
  content: "";
  color: none;
}
header .crumbs a {
  color: #0c5fa8;
  text-decoration: none;
  margin: 0 5px;
}
header .crumbs a:first-child {
  margin-left: 0;
}
header .crumbs a:hover,
header .crumbs a:focus,
header .crumbs a:active {
  color: #1a1d22;
}
header .title {
  display: none;
}
header.show-title .title {
  display: block;
}
header.show-title .title .page-title {
  font-family: "futura-pt", Verdana;
  font-size: 30px;
  /*px fallback*/
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
header.show-title .title .page-title a {
  display: inline-block;
  color: #ffffff;
  background-color: #62b840;
  padding: 5px 20px 5px 10px;
  text-align: left;
}
header.show-title .title .page-title a:hover,
header.show-title .title .page-title a:focus,
header.show-title .title .page-title a:active {
  color: #ffffff;
  background-color: #19a1cf;
  text-decoration: none;
}
header.show-title .title .page-title a:hover:before,
header.show-title .title .page-title a:focus:before,
header.show-title .title .page-title a:active:before {
  background-color: #19a1cf;
}
header.show-title .title .page-title a:before {
  content: " ";
  position: absolute;
  left: -150%;
  width: 150%;
  background-color: #62b840;
  height: 100%;
  top: 0;
}
/*------------------------------------*\
   footer
\*------------------------------------*/
footer {
  background-color: #8c959d;
  color: #ffffff;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  color: #1a1d22;
  text-decoration: none;
}
footer .header .logo {
  background: url(../assets/images/logo.png) no-repeat;
  background-position: -12px -379px;
  float: left;
  width: 180px;
  height: 26px;
}
footer .header .logo:hover,
footer .header .logo:focus,
footer .header .logo:active {
  background-position: -12px -440px;
}
footer .main {
  background-color: #8c959d;
  color: #ffffff;
}
footer .main .title {
  padding-top: 15px;
  text-align: left;
  text-transform: uppercase;
}
footer .main .title span {
  margin-left: 0;
  font-family: "futura-pt", Verdana;
  font-size: 18px;
  /*px fallback*/
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
}
footer .main .title .logo {
  margin-left: 0;
  background: url(../assets/images/logo.png) no-repeat;
  background-position: -12px -379px;
  float: left;
  width: 180px;
  height: 26px;
}
footer .main .title .logo:hover,
footer .main .title .logo:focus,
footer .main .title .logo:active {
  background-position: -12px -440px;
}
footer .main ul {
  padding: 0;
  margin: 0;
  padding-top: 20px;
  clear: both;
  text-align: left;
}
footer .main ul li {
  margin-bottom: 10px;
}
footer .main ul a {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 400;
  font-style: normal;
}
footer .main ul.style {
  margin-left: 20px;
}
footer .main ul div.no-upper {
  margin-left: 24px;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}
footer .main .connect {
  text-transform: uppercase;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}
footer li {
  margin: 2px;
}
footer .quote {
  background-color: #ebeded;
  left: 15px;
  top: 50px;
  color: #1a1d22;
  position: relative;
}
footer .quote blockquote {
  width: 100%;
  display: block;
  padding: 20px 0 10px 20px;
  border: none;
  font-family: "open-sans", Arial;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  font-style: italic;
  background: url('../assets/images/quote.png') no-repeat 5px 15px;
  background-color: #ffffff;
}
footer .quote div {
  margin: 10px 10px 10px 20px;
  padding-bottom: 15px;
  color: #1a1d22;
  position: relative;
}
footer .quote div span {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
}
footer .quote div span.semi {
  font-weight: 600;
}
footer .quote div a {
  padding-top: 1.5em;
  text-transform: uppercase;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
  color: #0c5fa8;
}
footer .bottom {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #0c5fa8;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}
footer .bottom .container {
  background-color: #0c5fa8;
  color: #ffffff;
}
footer .bottom .links {
  margin: 10px 0;
  text-align: center;
}
footer .bottom .links a {
  display: inline-block;
  color: #ffffff;
  margin: 0;
  padding: 10px;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}
footer .bottom .links a:hover,
footer .bottom .links a:focus,
footer .bottom .links a:active {
  text-decoration: underline;
  color: #ffffff;
}
footer .bottom .links span {
  display: inline-block;
}
/*------------------------------------*\
   Content
\*------------------------------------*/
main {
  max-width: 1200px;
  z-index: 999;
}
main .nav-left {
  background-color: #f4f4f5;
  padding-left: 20px;
  margin-bottom: 10px;
}
main .nav-left > ul {
  margin: 0;
  padding: 0px;
  width: 100%;
  list-style: none;
}
main .nav-left > ul div {
  margin-right: 10%;
}
main .nav-left > ul li {
  margin: 5px 0 10px 0;
  text-align: left;
}
main .nav-left > ul a {
  font-family: "open-sans", Arial;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.11111111;
  font-weight: 600;
  font-style: normal;
  color: #0c5fa8;
}
main .nav-left > ul a:hover,
main .nav-left > ul a:focus,
main .nav-left > ul a:active {
  text-decoration: none;
  color: #19a1cf;
}
main .nav-left > ul > .selected {
  background-color: #ffffff;
  margin: 0 -10px 0 -15px;
  position: relative;
}
main .nav-left > ul > .selected a {
  margin-left: 10px;
  color: #ffffff;
}
main .nav-left > ul > .selected a:hover,
main .nav-left > ul > .selected a:focus,
main .nav-left > ul > .selected a:active {
  color: white;
}
main .nav-left > ul > .selected > div {
  height: 100%;
  padding: 5px;
  margin-right: 3px;
  color: #ffffff;
  background-color: #77bc66;
  position: relative;
}
main .nav-left > ul > .selected > div:before {
  content: " ";
  position: absolute;
  height: 100%;
  left: -150%;
  width: 150%;
  top: 0;
  background-color: #77bc66;
}
main .nav-left > ul > .selected > ul {
  margin: 0;
  padding-top: 15px;
}
main .nav-left > ul .title {
  margin: 0 -10px 0 -10px;
  border-top: 2px solid #e8eaeb;
  border-bottom: 2px solid #e8eaeb;
  text-transform: uppercase;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.16666667;
  font-weight: 400;
  font-style: normal;
}
main .nav-left > ul .title div {
  padding: 5px 10px;
}
main .nav-left > ul .title:not(:first-child) {
  margin-top: 40px;
}
main .nav-left > ul .level-2 {
  background-color: #f4f4f5;
  list-style: none;
  padding-left: 25px;
}
main .nav-left > ul .level-2 > li {
  margin-top: 0;
  margin-bottom: 10px;
  background: none;
}
main .nav-left > ul .level-2 a {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 400;
  font-style: normal;
  color: #0c5fa8;
  display: inline-block;
  background: url('../assets/images/li.png') no-repeat -5px top;
}
main .nav-left > ul .level-2 a:hover,
main .nav-left > ul .level-2 a:focus,
main .nav-left > ul .level-2 a:active {
  color: #19a1cf;
  background: url('../assets/images/lir.png') no-repeat -5px top;
}
main .nav-left > ul .level-2 a span {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 400;
  font-style: normal;
  margin-left: 12px;
}
main .nav-left > ul .level-2 .selected {
  color: #1a1d22;
}
main .nav-left > ul .level-2 .selected a,
main .nav-left > ul .level-2 .selected a:hover,
main .nav-left > ul .level-2 .selected a:focus,
main .nav-left > ul .level-2 .selected a:active {
  color: #1a1d22;
  background: url('../assets/images/lir.png') no-repeat -5px top;
}
main .nav-left > ul .level-2 .level-3 {
  background-color: #ffffff;
  list-style: none;
  padding-right: 10px;
  margin-right: 10px;
  margin-left: 12px;
  padding-left: 0;
  padding-bottom: 10px;
  border-top: 2px solid #e8eaeb;
}
main .nav-left > ul .level-2 .level-3 a {
  background: none;
  margin-left: 10px;
  text-align: left;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.16666667;
  font-weight: 400;
  font-style: normal;
  color: #0c5fa8;
}
main .nav-left > ul .level-2 .level-3 a:hover,
main .nav-left > ul .level-2 .level-3 a:focus,
main .nav-left > ul .level-2 .level-3 a:active {
  color: #19a1cf;
  background: none;
}
main .nav-left > ul .level-2 .level-3 .selected {
  color: #1a1d22;
}
main .nav-left > ul .level-2 .level-3 .selected a,
main .nav-left > ul .level-2 .level-3 .selected a:hover,
main .nav-left > ul .level-2 .level-3 .selected a:focus,
main .nav-left > ul .level-2 .level-3 .selected a:active {
  color: #1a1d22;
  background: none;
}
main .content-main,
main .content-bottom {
  margin-left: 20px;
}
main .content-right {
  text-align: center;
  margin-bottom: 40px;
}
main .content-right a:hover,
main .content-right a:focus,
main .content-right a:active {
  text-decoration: none;
}
main .content-right .section {
  margin-bottom: 2px;
  padding: 20px;
  background-color: #e8eaeb;
  height: auto;
  position: relative;
  width: 240px;
  text-align: left;
}
main .content-right .section .title {
  font-family: "futura-pt", Verdana;
  font-size: 24px;
  /*px fallback*/
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  margin: 10px 0;
  text-align: left;
  text-transform: uppercase;
}
main .content-right .section .sub-title {
  margin-top: 10px;
  font-family: "futura-pt", Verdana;
  font-size: 14px;
  /*px fallback*/
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  text-transform: uppercase;
}
main .content-right .section .content {
  position: relative;
  margin-top: 20px;
  min-height: 140px;
  background-color: #8c959d;
  color: #ffffff;
}
main .content-right .section .content p {
  padding: 20px;
  text-align: center;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
main .content-right .section .content .button {
  background-color: #19a1cf;
  color: #ffffff;
  font-family: "futura-pt", Verdana;
  font-size: 14px;
  /*px fallback*/
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  width: 120px;
  box-shadow: 3px 3px 5px #8c959d;
  text-align: center;
  padding: 10px 0;
  bottom: -10px;
  left: 30px;
}
main .content-right .section .content img {
  height: 100px;
  width: 100%;
}
main .content-right .section .content .insert {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ebeded;
  color: #0c5fa8;
  margin: -4px 0 0 -20px;
  padding: 2px 5px 2px 20px;
  float: left;
  text-align: right;
}
.page-wrapper,
.page-wrapper-2 {
  background-image: none;
}
.page-wrapper header,
.page-wrapper-2 header {
  background-image: url('../assets/images/ASCE_bg_blue.jpg');
}
.page-wrapper header .top .icon-home:hover,
.page-wrapper-2 header .top .icon-home:hover,
.page-wrapper header .top .icon-home:active,
.page-wrapper-2 header .top .icon-home:active,
.page-wrapper header .top .icon-home:focus,
.page-wrapper-2 header .top .icon-home:focus,
.page-wrapper header .top .icon-home.hover,
.page-wrapper-2 header .top .icon-home.hover {
  background-position: -37px -67px;
}
.page-wrapper main .content-main .lead,
.page-wrapper-2 main .content-main .lead {
  font-family: "futura-pt", Verdana;
  font-size: 18px;
  /*px fallback*/
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.page-wrapper main .content-main h1,
.page-wrapper-2 main .content-main h1 {
  margin-bottom: 30px;
}
.page-wrapper-2 header {
  margin-bottom: 30px;
}
.page-wrapper-2 header .logos {
  margin-top: 10px;
}
.page-wrapper-2 header .logos a {
  display: inline-block;
}
.page-wrapper-2 footer .bottom {
  padding: 20px 0;
}
.page-wrapper-2 footer .logo {
  background: url(../assets/images/logo-asce.png) no-repeat;
  background-position: -11px -135px;
  display: inline-block;
  width: 227px;
  height: 31px;
}
.page-wrapper-2 footer .logo:hover,
.page-wrapper-2 footer .logo:focus,
.page-wrapper-2 footer .logo:active {
  background-position: -11px -195px;
}
.page-wrapper-2 footer .cec_logo {
  background: url(../assets/images/logo-asce.png) no-repeat;
  background-position: -159px -243px;
  display: inline-block;
  width: 102px;
  height: 55px;
}
.page-wrapper-2 footer .cec_logo:hover,
.page-wrapper-2 footer .cec_logo:focus,
.page-wrapper-2 footer .cec_logo:active {
  background-position: -159px -303px;
}
.page-wrapper-2 footer .links .copyright {
  margin: 0;
}
@media (min-width: 1020px) {
  header {
    margin-bottom: 64px;
  }
  header .top .icon-help {
    display: none;
  }
  header .main .row {
    height: 80px;
  }
  footer .border .vr,
  footer .border .style {
    padding-left: 20px;
  }
  footer .border ul {
    margin-left: 25px;
  }
  footer .main .title {
    padding-top: 50px;
  }
  footer .main .vr {
    top: 0;
    border-left: 2px solid #ffffff;
  }
  footer .social a:not(:first-child) {
    padding-left: 4px;
  }
  footer .quote blockquote:after {
    content: " ";
    position: absolute;
    right: -150%;
    width: 150%;
    top: 0;
    background-color: #ffffff;
    height: 100%;
  }
  main .nav-left:before {
    content: " ";
    position: absolute;
    left: -150%;
    background-color: #f4f4f5;
    height: 100%;
    width: 150%;
  }
  main .nav-left .title:before {
    content: " ";
    position: absolute;
    left: -150%;
    width: 150%;
  }
  main .content-right .section:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -250%;
    width: 250%;
    height: 100%;
    background-color: #e8eaeb;
  }
  .page-wrapper header {
    margin-bottom: 50px;
  }
  .page-wrapper header .top {
    margin-top: 10px;
    text-align: left;
  }
  .page-wrapper header .top .logo span {
    background: url(../assets/images/logo.png) no-repeat;
    background-position: -11px -494px;
    width: 227px;
    height: 31px;
    display: block;
  }
  .page-wrapper header .top .logo span:hover,
  .page-wrapper header .top .logo span:focus,
  .page-wrapper header .top .logo span:active {
    background-position: -11px -554px;
  }
  .page-wrapper header .top .logo a {
    display: inline-block;
  }
  .page-wrapper-2 header .logos img {
    max-width: 90px;
  }
  .page-wrapper-2 footer .logos .logo {
    margin-bottom: 24px;
  }
  .page-wrapper-2 footer .logos .cec_logo {
    margin-right: 20px;
  }
  .page-wrapper-2 footer .links {
    margin-top: 0;
    margin-bottom: 39px;
  }
  .page-wrapper-2 footer .links a {
    padding-top: 0;
  }
}
/* < Large */
@media (max-width: 1019px) {
  header .top {
    text-align: left;
  }
  header .top .logo span {
    background: url(../assets/images/logo.png) no-repeat;
    background-position: -4px -131px;
    width: 124px;
    height: 40px;
    display: inline-block;
  }
  header .top .logo span:hover,
  header .top .logo span:focus,
  header .top .logo span:active {
    background-position: -4px -190px;
  }
  header .top a {
    margin-right: 20px;
  }
  header .main .nav {
    width: 100%;
    text-align: justify;
  }
  header .main .nav .toggle {
    width: auto;
    margin: 0;
    padding: 0;
  }
  header .page-title {
    margin-bottom: 50px;
  }
  footer .logo-container {
    display: none;
  }
  footer .header div {
    border-left: none;
  }
  footer .main {
    margin-bottom: 50px;
  }
  footer .main .title {
    margin-top: 30px;
  }
  footer .about {
    border-top: 2px solid #ebeded;
  }
  footer .about ul {
    margin: 30px 0 10px 0;
    display: block;
    text-align: center;
  }
  footer .about li {
    display: inline;
    width: auto;
    padding-bottom: 10px;
  }
  footer .about li.vr {
    font-family: "open-sans", Arial;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    color: #b3b8bc;
  }
  footer .about a {
    font-family: "open-sans", Arial;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    white-space: nowrap;
    display: inline-block;
    padding-bottom: 20px;
  }
  footer .about a:hover,
  footer .about a:focus,
  footer .about a:active {
    color: #1a1d22;
    text-decoration: none;
  }
  footer .links {
    padding-top: 10px;
    text-align: center;
  }
  footer .links .small-font {
    display: block;
    text-align: center;
    width: 100%;
  }
  footer .links .copyright {
    margin: 30px 0;
  }
  footer .social a:nth-child(2),
  footer .social a:nth-child(3),
  footer .social a:nth-child(5),
  footer .social a:nth-child(6) {
    padding-left: 20px;
  }
  footer .social a:nth-child(3):after {
    content: '\A';
    white-space: pre;
  }
  footer .social span:nth-child(1),
  footer .social span:nth-child(2),
  footer .social span:nth-child(3) {
    margin-bottom: 10px;
  }
  main .content-right {
    background-color: #e8eaeb;
  }
  main .content-right .section {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
  }
  main .content-right .section:after {
    content: "";
    display: none;
  }
  main .content-right .promos {
    background-color: #ffffff;
    margin-left: -20px;
    margin-right: -20px;
  }
  main .content-right .promos .promo {
    display: inline-block;
    margin-right: 40px;
    margin-top: 40px;
  }
  main .content-main h1 {
    margin-top: 30px;
  }
  .page-wrapper header {
    margin-bottom: 0;
  }
  .page-wrapper-2 header .logos img {
    max-width: 70px;
  }
  .page-wrapper-2 footer .logos {
    text-align: center;
    border-bottom: 2px solid #4987be;
    padding-bottom: 20px;
  }
  .page-wrapper-2 footer .logos .cec_logo,
  .page-wrapper-2 footer .logos .logo {
    display: inline-block;
  }
  .page-wrapper-2 footer .logos .cec_logo {
    margin-right: 40px;
  }
  .page-wrapper-2 footer .logos .logo {
    margin-bottom: 24px;
  }
  .page-wrapper-2 footer .links {
    text-align: center;
  }
}
/* Medium */
@media (min-width: 768px) and (max-width: 1019px) {
  header .top {
    margin: 5px 0;
  }
  header .top .logo {
    margin-top: 2px;
  }
  header .top .icon-help {
    display: none;
  }
  header .main .logo {
    display: none;
  }
  header .main .nav .toggle {
    width: auto;
    min-width: 110px;
  }
  footer .quote blockquote {
    font-family: "open-sans", Arial;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571429;
    font-weight: 500;
    font-style: italic;
  }
  footer .quote div span,
  footer .quote div a {
    font-family: "open-sans", Arial;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
  }
  footer .about li:nth-child(7):after {
    content: '\A';
    white-space: pre;
  }
  .page-wrapper footer .links .copyright {
    margin: 0;
  }
}
/* < Medium */
@media (max-width: 767px) {
  header {
    margin-bottom: 0;
  }
  header .top .pull {
    margin-top: 7px;
  }
  header .top .pull .search {
    width: 25px;
    bottom: 0;
  }
  header .top .pull .search .search-wrapper {
    position: relative;
  }
  header .top .pull .search .search-wrapper .submit {
    background-color: transparent;
    border: none;
    position: relative;
    top: 5px;
  }
  header .top .pull .search .search-wrapper .submit a {
    margin: 0;
  }
  header .top .pull .search.selected {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: -6px;
  }
  header .top .pull .search.selected .search-wrapper {
    padding: 0;
    margin: 0 auto;
  }
  header .top .pull .search.selected .search-wrapper .submit {
    text-align: center;
    max-width: 100%;
  }
  header .top .pull .search.selected .search-wrapper .submit a.selected span {
    background: url(../assets/images/sprite.png) no-repeat;
    background-position: -217px -277px;
    width: 16px;
    height: 16px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    margin-top: 3px;
  }
  header .top .pull .search.selected .search-wrapper .submit a.selected span:hover,
  header .top .pull .search.selected .search-wrapper .submit a.selected span:focus,
  header .top .pull .search.selected .search-wrapper .submit a.selected span:active {
    background-position: -217px -277px;
  }
  header .top .pull .search .icon-search {
    background: url(../assets/images/sprite.png) no-repeat;
    background-position: -97px -38px;
    width: 16px;
    height: 16px;
    display: inline-block;
  }
  header .top .pull .search .icon-search:hover,
  header .top .pull .search .icon-search:focus,
  header .top .pull .search .icon-search:active,
  header .top .pull .search .icon-search.hover {
    background: url(../assets/images/sprite.png) no-repeat;
    background-position: -338px -38px;
  }
  header .top .pull .help .text {
    display: none;
  }
  header .top .pull .icon-help {
    display: inline-block;
  }
  header .search-container {
    z-index: 999;
    height: 40px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: -12px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
    position: relative;
    bottom: -10px;
    top: -15px;
  }
  header .search-container .search {
    position: relative;
    background: none;
    display: block;
    width: 90%;
    margin-top: 8px;
    margin-left: 20px;
  }
  header .search-container .search .search-wrapper {
    position: relative;
  }
  header .search-container .search .search-wrapper .input-wrapper {
    position: absolute;
    right: 30px;
    top: 0;
    left: 0;
  }
  header .search-container .search .search-wrapper .input-wrapper input {
    font-family: "open-sans", Arial;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    font-style: normal;
    padding-top: 5px;
    height: 25px;
    width: 100%;
    border: 1px solid #97d5e9;
    border-right: none;
    -webkit-box-shadow: 2px 2px 0px #ebeded inset;
    -moz-box-shadow: 2px 2px 0px #ebeded inset;
    box-shadow: 2px 2px 0px #ebeded inset;
  }
  header .search-container .search .search-wrapper .input-wrapper ::-webkit-input-placeholder {
    text-transform: uppercase;
    text-align: center;
  }
  header .search-container .search .search-wrapper .input-wrapper ::-moz-placeholder {
    text-transform: uppercase;
    text-align: center;
  }
  header .search-container .search .search-wrapper .input-wrapper :-ms-input-placeholder {
    text-transform: uppercase;
    text-align: center;
  }
  header .search-container .search .search-wrapper .submit {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffffff;
    height: 25px;
    width: 30px;
    margin-left: -5px;
    padding: 2px 4px 2px 2px;
    border-bottom: 1px solid #97d5e9;
    border-top: 1px solid #97d5e9;
    border-right: 1px solid #97d5e9;
    -webkit-box-shadow: 0px 2px 2px -2px #ebeded inset;
    -moz-box-shadow: 0px 2px 2px -2px #ebeded inset;
    box-shadow: 0px 2px 2px -2px #ebeded inset;
  }
  header .search-container .search .search-wrapper .submit a {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  header .search-container .search .search-wrapper .submit .icon-search {
    border: none;
    margin-top: 3px;
    margin-left: 5px;
  }
  footer .bottom .copyright {
    margin-top: 25px;
    font-family: "open-sans", Arial;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
  }
}
/* > Small */
@media (min-width: 768px) {
  .show-sm {
    display: none;
  }
  header .row.search {
    display: none;
  }
}
/* Small */
@media (min-width: 581px) and (max-width: 767px) {
  .show-sm {
    display: inline;
  }
  header .top {
    margin: 5px 0;
    text-align: justify;
  }
  header .top .logo {
    padding-left: 0;
  }
  header .top input {
    display: none;
  }
  header .top .pull {
    float: right;
  }
  header .top a {
    margin-right: 10px;
  }
  header .main .nav {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    text-align: justify;
    height: 50px;
    display: block;
  }
  header .main .nav .toggle {
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 120px;
    margin: 0;
  }
  header .main hr {
    background-color: #e8eaeb;
    margin: 0 0 0 -10px;
    border: none;
    height: 2px;
  }
  header .crumbs ul {
    margin: 10px 0 5px 0;
  }
  header .crumbs ul li:after {
    margin: 0 5px;
    margin-top: -4px;
  }
  header .light-gradient {
    margin-bottom: 20px;
  }
  header .page-title {
    font-family: "futura-pt", Verdana;
    font-size: 24px;
    /*px fallback*/
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
  }
  footer .main {
    margin: 0 20px;
  }
  footer .main div .title {
    padding-top: 0;
    margin-bottom: 20px;
  }
  footer .main div ul {
    padding-top: 5px;
  }
  footer .main div .membership {
    margin-left: 20px;
  }
  footer .about li:nth-child(7):after,
  footer .about li:nth-child(13):after {
    content: '\A';
    white-space: pre;
  }
  footer .about li:nth-child(13) {
    visibility: hidden;
  }
  main .content-main h1 {
    font-family: "futura-pt", Verdana;
    font-size: 32px;
    /*px fallback*/
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 300;
    font-style: normal;
  }
  .page-wrapper-2 header .logos a {
    margin-right: 5px;
  }
}
/* > X-Small */
@media (min-width: 581px) {
  nav.hamburger {
    display: none;
  }
  header .top .link-hamburger {
    display: none;
  }
}
/*X-Small*/
@media (max-width: 580px) {
  body {
    background-size: 80%;
  }
  .fix {
    overflow: hidden;
  }
  .show-sm {
    display: none;
  }
  #pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    /* Specify the width of your pageslide here */
    width: 90%;
    padding: 0 20px;
  }
  nav.hamburger {
    z-index: 99;
    min-height: 509px;
    overflow-x: hidden;
  }
  nav.hamburger .wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background-color: #8c959d;
    box-shadow: -5px 0px 0 0 rgba(0, 0, 0, 0.2);
  }
  nav.hamburger .wrapper .header {
    height: 50px;
    background-color: #0c5fa8;
    position: relative;
  }
  nav.hamburger .wrapper .header .logo {
    background: url(../assets/images/logo.png) no-repeat;
    background-position: -11px -254px;
    float: left;
    width: 99px;
    height: 31px;
    margin-top: 10px;
    margin-left: 20px;
  }
  nav.hamburger .wrapper .header .logo:hover,
  nav.hamburger .wrapper .header .logo:focus,
  nav.hamburger .wrapper .header .logo:active {
    background-position: -11px -314px;
  }
  nav.hamburger .wrapper .header .icon-close {
    float: right;
    margin-top: 11px;
    margin-right: 30px;
  }
  nav.hamburger .wrapper .content {
    position: relative;
    overflow-x: hidden;
    background-color: #ffffff;
  }
  nav.hamburger .wrapper .main > ul {
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
  }
  nav.hamburger .wrapper .main .title {
    padding-left: 15px;
    display: table;
    width: 100%;
  }
  nav.hamburger .wrapper .main .title a {
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    color: #0c5fa8;
    font-family: "futura-pt", Verdana;
    font-size: 16px;
    /*px fallback*/
    font-size: 1.6rem;
    line-height: 1.125;
    font-weight: 700;
    font-style: normal;
  }
  nav.hamburger .wrapper .main .title a:hover,
  nav.hamburger .wrapper .main .title a:focus,
  nav.hamburger .wrapper .main .title a:active {
    color: #ffffff;
    background-color: #19a1cf;
  }
  nav.hamburger .wrapper .main .title div {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
  }
  nav.hamburger .wrapper .main .title div .vr {
    border-left: 2px solid #d1d4d7;
  }
  nav.hamburger .wrapper .main .title div .icon-expand {
    margin-left: 20px;
  }
  nav.hamburger .wrapper .main .title .no-border {
    border: none;
  }
  nav.hamburger .wrapper .main .title.selected {
    color: #ffffff;
    background-color: #19a1cf;
  }
  nav.hamburger .wrapper .main .title.selected a {
    color: #ffffff;
  }
  nav.hamburger .wrapper .main .title.selected .vr {
    border-left-color: #ffffff;
  }
  nav.hamburger .wrapper .main .title.selected .icon-expand {
    background: url(../assets/images/sprite.png) no-repeat;
    background-position: -190px -40px;
    -webkit-transform: rotate(180deg);
    /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg);
    /* FF */
    -o-transform: rotate(180deg);
    /* Opera */
    -ms-transform: rotate(180deg);
    /* IE9 */
    transform: rotate(180deg);
  }
  nav.hamburger .wrapper .main .title.hover {
    color: #ffffff;
    background-color: #19a1cf;
  }
  nav.hamburger .wrapper .main .title.hover a {
    color: #ffffff;
  }
  nav.hamburger .wrapper .main .dropdown {
    background-color: #ebeded;
  }
  nav.hamburger .wrapper .main .dropdown > ul {
    margin: 0 0 0 20px;
    padding: 0;
    width: 70%;
  }
  nav.hamburger .wrapper .main .dropdown li {
    padding: 10px 0 0 15px;
    color: #0c5fa8;
    background: url('../assets/images/li.png') no-repeat 5px top;
    background-position: -5px 10px;
  }
  nav.hamburger .wrapper .main .dropdown li:hover,
  nav.hamburger .wrapper .main .dropdown li:focus,
  nav.hamburger .wrapper .main .dropdown li:active,
  nav.hamburger .wrapper .main .dropdown li.hover {
    color: #75c7e2;
    background: url('../assets/images/lir.png') no-repeat 5px top;
    background-position: -5px 10px;
  }
  nav.hamburger .wrapper .main .dropdown li a {
    text-decoration: none;
    font-family: "open-sans", Arial;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
    font-weight: 600;
    font-style: normal;
  }
  nav.hamburger .wrapper .main .dropdown li a .selected {
    color: #1a1d22;
  }
  nav.hamburger .wrapper .main .dropdown li a:hover,
  nav.hamburger .wrapper .main .dropdown li a:focus,
  nav.hamburger .wrapper .main .dropdown li a:active {
    color: #75c7e2;
  }
  nav.hamburger .wrapper .main .dropdown li a.selected {
    color: #1a1d22;
  }
  nav.hamburger .wrapper .main .dropdown li .level-2 {
    list-style: disc;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  nav.hamburger .wrapper .main .dropdown li .level-2 li {
    padding-left: 0;
    padding-right: 0;
    margin-left: 5px;
    background: none;
  }
  nav.hamburger .wrapper .main .dropdown li .level-2 li a {
    padding-left: 0;
    margin-left: -8px;
    text-decoration: none;
    font-family: "open-sans", Arial;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333333;
    font-weight: 600;
    font-style: normal;
  }
  nav.hamburger .wrapper .main .dropdown li .level-2 li a.selected {
    color: #1a1d22;
  }
  nav.hamburger .wrapper .main .dropdown li .level-2 li a:hover,
  nav.hamburger .wrapper .main .dropdown li .level-2 li a:focus,
  nav.hamburger .wrapper .main .dropdown li .level-2 li a:active {
    color: #19a1cf;
  }
  nav.hamburger .wrapper .footer {
    background-color: #8c959d;
    padding-top: 10px;
    padding-bottom: 50px;
    font-family: "open-sans", Arial;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
  }
  nav.hamburger .wrapper .footer span {
    display: block;
    margin-left: 15px;
    padding-top: 10px;
  }
  nav.hamburger .wrapper .footer ul {
    margin: 0 15px;
    padding: 10px 0;
  }
  nav.hamburger .wrapper .footer a {
    text-decoration: none;
    font-family: "open-sans", Arial;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.11111111;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
  }
  nav.hamburger .wrapper .footer a:hover,
  nav.hamburger .wrapper .footer a:focus,
  nav.hamburger .wrapper .footer a:active,
  nav.hamburger .wrapper .footer a.selected {
    color: #1a1d22;
  }
  nav.hamburger .wrapper .footer .inline {
    margin-left: 15px;
  }
  nav.hamburger .wrapper .footer .inline span {
    display: inline-block;
    margin-left: 10px;
  }
  nav.hamburger .wrapper .footer .inline span:first-child {
    margin-left: 0;
  }
  nav.hamburger .wrapper .footer .inline .icon-contact,
  nav.hamburger .wrapper .footer .inline .icon-help {
    margin-right: 5px;
    margin-bottom: -2px;
  }
  nav.hamburger .wrapper .footer .inline .vr {
    padding: 0;
    color: #b3b8bc;
    font-family: "open-sans", Arial;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
  }
  header .constrain {
    margin: 0;
    padding: 0;
  }
  header .top {
    margin: 10px 0;
  }
  header .top input {
    display: none;
  }
  header .top .col-xs-12 {
    margin-right: 0;
    padding-right: 0;
  }
  header .top .logo {
    padding-left: 10px;
  }
  header .top .logo a {
    float: left;
  }
  header .top .logo a span {
    background: url(../assets/images/logo.png) no-repeat;
    background-position: -11px -254px;
    width: 99px;
    height: 31px;
    margin-top: 7px;
    display: inline-block;
  }
  header .top .logo a span:hover,
  header .top .logo a span:focus,
  header .top .logo a span:active {
    background-position: -11px -314px;
  }
  header .top .pull {
    text-align: right;
    margin-top: 4px;
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 2px;
  }
  header .top .pull a {
    margin-right: 5px;
  }
  header .top .pull .link-hamburger {
    font-weight: 700;
    margin-left: 2px;
    white-space: nowrap;
  }
  header .top .pull .link-hamburger .icon-hamburger {
    margin-left: 2px;
    margin-bottom: -2px;
  }
  header .top .pull .icon-shop {
    margin-bottom: -4px;
    margin-left: 2px;
  }
  header .top .search .search-wrapper {
    margin-right: 0;
    width: 16px;
  }
  header .top .search .search-wrapper .submit {
    text-align: center;
    width: 16px;
  }
  header .top .search .search-wrapper .submit .icon-search {
    margin-top: 4px;
    margin-bottom: -2px;
    margin-left: 0;
  }
  header .top .my-account .text {
    display: none;
  }
  header .top .account-links {
    position: fixed;
  }
  header .search-container {
    top: -20px;
    margin-bottom: -15px;
    margin-right: -10px;
  }
  header .light-gradient {
    margin-bottom: 0;
  }
  header .crumbs ul {
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  header .crumbs ul a {
    margin-left: 5px;
    font-family: "open-sans", Arial;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
  }
  header .crumbs ul li:before {
    content: "";
    color: none;
    background: url(../assets/images/sprite.png) no-repeat;
    background-position: -71px -5px;
    width: 12px;
    height: 19px;
    float: left;
    margin-right: 5px;
    margin-top: -4px;
    -webkit-transform: rotate(180deg);
    /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg);
    /* FF */
    -o-transform: rotate(180deg);
    /* Opera */
    -ms-transform: rotate(180deg);
    /* IE9 */
    transform: rotate(180deg);
    margin-top: -2px;
  }
  header .crumbs ul li:after {
    background: none;
  }
  footer hr {
    background-color: #b3b8bc;
    border: none;
  }
  footer .header {
    background-color: #0c5fa8;
    color: #ffffff;
  }
  footer .header .logo {
    margin: 15px 0 15px 20px;
    background: url(../assets/images/logo.png) no-repeat;
    background-position: -4px -131px;
    float: left;
    width: 131px;
    height: 40px;
  }
  footer .header .logo:hover,
  footer .header .logo:focus,
  footer .header .logo:active {
    background-position: -4px -190px;
  }
  footer .header .link-hamburger {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    font-weight: 700;
  }
  footer .header .link-hamburger .icon-hamburger {
    margin-left: 2px;
  }
  footer .header .link-hamburger a {
    text-transform: uppercase;
    color: #ffffff;
    visibility: middle;
  }
  footer .main .title,
  footer .bottom-links .title {
    margin: 10px -10px 20px 25px;
    padding: 0;
    height: 2px;
    background-color: #b3b8bc;
    text-align: left;
  }
  footer .main .title span,
  footer .bottom-links .title span {
    margin-left: 0;
    position: relative;
    background-color: #8c959d;
    top: -8px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  footer .main {
    margin-top: 20px;
    margin-bottom: 0;
  }
  footer .main ul {
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0;
    padding-left: 10px;
  }
  footer .main .vr {
    margin-left: -10px;
  }
  footer .bottom-links .title {
    margin-left: 10px;
    font-family: "futura-pt", Verdana;
    font-size: 18px;
    /*px fallback*/
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
  }
  footer .bottom-links .social {
    clear: both;
    margin: 20px 0 0 -15px;
    padding: 20px 0 30px 0;
    text-align: center;
  }
  footer .bottom-links .social a {
    display: inline-block;
    width: 15%;
  }
  footer .bottom-links .connect {
    margin: 0 0 20px -15px;
    text-align: center;
    text-transform: uppercase;
  }
  footer .bottom-links .connect a {
    display: inline-block;
    width: 32%;
    font-family: "open-sans", Arial;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
  }
  footer .bottom-links .connect span {
    display: block;
  }
  footer .bottom-links hr {
    margin-left: 10px;
    margin-right: -10px;
    height: 2px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  footer .bottom-links .more {
    margin: 15px;
    text-align: center;
  }
  footer .bottom-links .more .border {
    margin: 0 10px;
    font-family: "open-sans", Arial;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
  }
  footer .bottom-links .more a {
    font-family: "open-sans", Arial;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
  }
  footer .bottom-links .more .selected {
    color: #1a1d22;
  }
  footer .bottom-links .more .selected:hover,
  footer .bottom-links .more .selected:focus,
  footer .bottom-links .more .selected:active {
    color: #1a1d22;
  }
  footer .bottom-links .more .selected > span {
    background: url(../assets/images/sprite.png) no-repeat;
    background-position: -310px -10px;
    -webkit-transform: rotate(180deg);
    /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg);
    /* FF */
    -o-transform: rotate(180deg);
    /* Opera */
    -ms-transform: rotate(180deg);
    /* IE9 */
    transform: rotate(180deg);
  }
  footer .bottom-links .more .sites-section {
    margin: 15px auto;
  }
  footer .bottom-links .more .sites-section > div {
    margin: 10px auto;
  }
  footer .bottom-links .border {
    color: #b3b8bc;
  }
  footer .bottom hr {
    height: 2px;
    background-color: #4987be;
    border: none;
    margin: 10px -10px 10px -10px;
  }
  footer .bottom .links a {
    margin-right: 12px;
  }
  footer .bottom .copyright {
    margin-bottom: 20px;
  }
  main {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.25)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
    background: linear-gradient(left, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
  }
  main .content-main,
  main .content-bottom {
    margin-left: 10px;
    margin-right: 10px;
  }
  main .content-main h1,
  main .content-bottom h1 {
    font-family: "futura-pt", Verdana;
    font-size: 24px;
    /*px fallback*/
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 300;
    font-style: normal;
  }
  main .content-main h2,
  main .content-bottom h2 {
    font-family: "futura-pt", Verdana;
    font-size: 20px;
    /*px fallback*/
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
  }
  main .content-main h3,
  main .content-bottom h3 {
    font-family: "open-sans", Arial;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
  }
  main .content-main h4,
  main .content-bottom h4 {
    font-family: "open-sans", Arial;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571429;
    font-weight: 700;
    font-style: normal;
  }
  main .content-main h4 a,
  main .content-bottom h4 a {
    font-family: "open-sans", Arial;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571429;
    font-weight: 700;
    font-style: normal;
  }
  main .content-main .promos,
  main .content-bottom .promos,
  main .content-main .promo,
  main .content-bottom .promo,
  main .content-main .promo-300x250,
  main .content-bottom .promo-300x250 {
    display: none;
  }
  main .content-right {
    margin-bottom: 30px;
  }
  main .content-right .promos,
  main .content-right .promo,
  main .content-right .promo-300x250 {
    display: none;
  }
  main .container-fluid {
    padding-left: 0;
  }
  main .hyper-local-nav {
    background-color: #ffffff;
    margin-bottom: 40px;
  }
  main .hyper-local-nav .share {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
  }
  main .hyper-local-nav .share span {
    color: #8c959d;
    margin-right: 10px;
    text-transform: uppercase;
    font-family: "futura-pt", Verdana;
    font-size: 14px;
    /*px fallback*/
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
  }
  main .hyper-local-nav .share img {
    margin-bottom: 5px;
  }
  main .hyper-local-nav > ul {
    margin: 0;
    padding: 0;
  }
  main .hyper-local-nav > ul div {
    margin-left: 15px;
  }
  main .hyper-local-nav > ul .title {
    margin: 0 -10px 20px -10px;
    padding: 5px 0;
    border-top: 2px solid #e8eaeb;
    border-bottom: 2px solid #e8eaeb;
    text-transform: uppercase;
    font-family: "open-sans", Arial;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
    font-weight: 600;
    font-style: normal;
    text-align: left;
  }
  main .hyper-local-nav > ul .title div {
    margin-left: 25px;
  }
  main .hyper-local-nav > ul .crumbs {
    margin-top: 10px;
  }
  main .hyper-local-nav > ul .crumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin-bottom: 20px;
    width: 100%;
  }
  main .hyper-local-nav > ul .crumbs ul li {
    display: inline-block;
  }
  main .hyper-local-nav > ul .crumbs ul li:after {
    content: ">";
    margin: 5px 5px 0 5px;
    color: #8c959d;
  }
  main .hyper-local-nav > ul a {
    font-family: "open-sans", Arial;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16666667;
    font-weight: 600;
    font-style: normal;
    color: #0c5fa8;
  }
  main .hyper-local-nav > ul a:hover,
  main .hyper-local-nav > ul a:focus,
  main .hyper-local-nav > ul a:active {
    text-decoration: none;
    color: #75c7e2;
  }
  main .hyper-local-nav > ul a.selected {
    color: #1a1d22;
    font-family: "open-sans", Arial;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    font-style: normal;
  }
  .page-wrapper-2 header .logos {
    padding-left: 0;
  }
  .page-wrapper-2 header .logos a {
    margin-right: 2px;
  }
  .page-wrapper-2 header .logos img {
    max-width: 60px;
  }
  .page-wrapper-2 footer .logos .logo {
    background: url(../assets/images/logo-asce.png) no-repeat;
    background-position: -11px -247px;
    display: inline-block;
    width: 114px;
    height: 45px;
    margin-bottom: 10px;
  }
  .page-wrapper-2 footer .logos .logo:hover,
  .page-wrapper-2 footer .logos .logo:focus,
  .page-wrapper-2 footer .logos .logo:active {
    background-position: -11px -307px;
  }
  .page-wrapper-2 footer .links .copyright {
    margin-top: 20px;
  }
}
/* Retina Logos */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  header .main .logo {
    background: url(../assets/images/logo2x.png) no-repeat;
    background-position: -5px -12px;
    background-size: 330px 600px;
    width: 301px;
    height: 40px;
  }
  header .main .logo:hover,
  header .main .logo:focus,
  header .main .logo:active {
    background-position: -5px -71px;
    background-size: 330px 600px;
  }
  footer .header .logo {
    background: url(../assets/images/logo2x.png) no-repeat;
    background-position: -4px -131px;
    background-size: 330px 600px;
    width: 131px;
    height: 40px;
  }
  footer .header .logo:hover,
  footer .header .logo:focus,
  footer .header .logo:active {
    background-position: -4px -190px;
    background-size: 330px 600px;
  }
  footer .main .title .logo {
    background: url(../assets/images/logo2x.png) no-repeat;
    background-position: -12px -379px;
    background-size: 330px 600px;
    width: 180px;
    height: 26px;
  }
  footer .main .title .logo:hover,
  footer .main .title .logo:focus,
  footer .main .title .logo:active {
    background-position: -12px -440px;
  }
  .page-wrapper header .top .logo span {
    background: url(../assets/images/logo2x.png) no-repeat;
    background-position: -11px -494px;
    background-size: 330px 600px;
    width: 227px;
    height: 31px;
  }
  .page-wrapper header .top .logo span:hover,
  .page-wrapper header .top .logo span:focus,
  .page-wrapper header .top .logo span:active {
    background-position: -11px -554px;
  }
  .page-wrapper-2 footer .logo {
    background: url(../assets/images/logo-asce2x.png) no-repeat;
    background-position: -11px -135px;
    background-size: 360px 480px;
    display: inline-block;
    width: 227px;
    height: 31px;
  }
  .page-wrapper-2 footer .logo:hover,
  .page-wrapper-2 footer .logo:focus,
  .page-wrapper-2 footer .logo:active {
    background-position: -11px -195px;
  }
  .page-wrapper-2 footer .cec_logo {
    background: url(../assets/images/logo-asce2x.png) no-repeat;
    background-position: -159px -243px;
    background-size: 360px 480px;
    display: inline-block;
    width: 102px;
    height: 55px;
  }
  .page-wrapper-2 footer .cec_logo:hover,
  .page-wrapper-2 footer .cec_logo:focus,
  .page-wrapper-2 footer .cec_logo:active {
    background-position: -159px -303px;
  }
  /* Retina sprites */
  /* from media.less */
  header .top .pull .search.selected > div a.selected > span {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -217px -277px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  header .top .pull .search.selected > div a.selected > span:hover,
  header .top .pull .search.selected > div a.selected > span:focus,
  header .top .pull .search.selected > div a.selected > span:active {
    background-position: -217px -277px;
  }
  header .top .pull .search .icon-search {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -97px -38px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  header .top .pull .search .icon-search:hover,
  header .top .pull .search .icon-search:focus,
  header .top .pull .search .icon-search:active,
  header .top .pull .search .icon-search.hover {
    background-position: -338px -38px;
  }
  header .top .pull .search.selected .search-wrapper .submit a.selected span {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -217px -277px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  header .top .pull .search.selected .search-wrapper .submit a.selected span:hover,
  header .top .pull .search.selected .search-wrapper .submit a.selected span:focus,
  header .top .pull .search.selected .search-wrapper .submit a.selected span:active {
    background-position: -217px -277px;
  }
  nav.hamburger .wrapper .main .title.selected .icon-expand {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -190px -40px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  header .crumbs ul li:before {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -71px -5px;
    background-size: 590px 330px;
    width: 12px;
    height: 19px;
  }
  footer .bottom-links .more .selected > span {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -310px -10px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  /* end from media.less*/
  /* from components.less*/
  main .content-bottom .link-arrow:after {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -250px -190px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  main .content-bottom .link-arrow-dark:after {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -220px -190px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  main .content-bottom form input[type="checkbox"] + label > span:first-child {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -427px -7px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  main .content-bottom form input[type="checkbox"]:checked + label > span:first-child {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -427px -37px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  main .content-bottom .show-more a.selected span {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -190px -10px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  main .content-bottom .jobs-v2 .title .icon {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -310px -40px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  main .content-bottom .events-calendar .feeds li:active .info .icon-screen {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -158px -128px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  main .content-bottom .events-calendar .feeds li:active .info .icon-calendar {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -219px -127px;
    background-size: 590px 330px;
    width: 13px;
    height: 16px;
  }
  main .content-bottom .events-calendar .featured .header .dark .icon {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -158px -128px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  main .content-bottom .events-calendar .featured .header .dark .icon {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -219px -127px;
    background-size: 590px 330px;
    width: 16px;
    height: 16px;
  }
  main .content-bottom .callout-mylearning h2 a:after {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -310px -40px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  main .content-bottom .accordion .header div.icon .icon {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -220px -40px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  main .content-bottom .accordion .header:focus div.icon .icon {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -190px -10px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  main .content-bottom .accordion .header.selected div.icon .icon {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -190px -10px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  main .content-bottom .promo-offer-image .header.linked h2:after {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -310px -40px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  main .content-bottom .membership-requirements .header .col-2 .icon {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -71px -5px;
    background-size: 590px 330px;
    width: 12px;
    height: 19px;
  }
  /* end components.less*/
  /* from main.less*/
  header .crumbs ul li:after {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -71px -5px;
    background-size: 590px 330px;
    width: 12px;
    height: 19px;
  }
  /* end from main.less */
  /* from pages.less */
  .conferences main .calendar .tab-container .tab-pane.upcoming .filter-panel .facets .facet .header:active span {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -250px -190px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  .conferences main .calendar .tab-container .tab-pane.upcoming .filter-panel .facets .facet .header.open span {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -280px -190px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  .conferences main .calendar .tab-container .tab-pane.upcoming .filter-panel .facets .facet .header.open span:active {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -280px -220px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
  .conferences main .calendar .tab-container .tab-pane.upcoming .filter-panel .facets .facet .header.open:focus .conferences main .calendar .tab-container .tab-pane.upcoming .filter-panel .facets .facet .header.open:active span {
    background: url(../assets/images/spritex2.png) no-repeat;
    background-position: -280px -220px;
    background-size: 590px 330px;
    width: 11px;
    height: 11px;
  }
}
/* < Large */
@media only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1019px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1019px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1019px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1019px) {
  header .top .logo a span,
  .page-wrapper .top .logo a span {
    background: url(../assets/images/logo2x.png) no-repeat;
    background-position: -4px -131px;
    background-size: 330px 600px;
    width: 124px;
    height: 40px;
  }
  header .top .logo a span:hover,
  .page-wrapper .top .logo a span:hover,
  header .top .logo a span:focus,
  .page-wrapper .top .logo a span:focus,
  header .top .logo a span:active,
  .page-wrapper .top .logo a span:active {
    background-position: -4px -190px;
  }
}
/*X-Small*/
@media only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 580px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 580px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 580px), only screen and (min-device-pixel-ratio: 2) and (max-width: 580px) {
  nav.hamburger .wrapper .header .logo {
    background: url(../assets/images/logo2x.png) no-repeat;
    background-position: -11px -254px;
    background-size: 330px 600px;
    width: 99px;
    height: 31px;
  }
  nav.hamburger .wrapper .header .logo:hover,
  nav.hamburger .wrapper .header .logo:focus,
  nav.hamburger .wrapper .header .logo:active {
    background-position: -11px -314px;
  }
  header .top .logo a span {
    background: url(../assets/images/logo2x.png) no-repeat;
    background-position: -11px -254px;
    background-size: 330px 600px;
    width: 99px;
    height: 31px;
  }
  header .top .logo a span:hover,
  header .top .logo a span:focus,
  header .top .logo a span:active {
    background-position: -11px -314px;
  }
  .page-wrapper .top .logo a span {
    background: url(../assets/images/logo2x.png) no-repeat;
    background-position: -11px -254px;
    background-size: 330px 600px;
    width: 99px;
    height: 31px;
    margin-top: 0;
  }
  .page-wrapper .top .logo a span:hover,
  .page-wrapper .top .logo a span:focus,
  .page-wrapper .top .logo a span:active {
    background-position: -11px -314px;
  }
  .page-wrapper-2 footer .logos .logo {
    background: url(../assets/images/logo-asce2x.png) no-repeat;
    background-position: -11px -247px;
    background-size: 360px 480px;
    display: inline-block;
    width: 114px;
    height: 45px;
    margin-top: 0;
  }
  .page-wrapper-2 footer .logos .logo:hover,
  .page-wrapper-2 footer .logos .logo:focus,
  .page-wrapper-2 footer .logos .logo:active {
    background-position: -11px -307px;
  }
}
main .content-main,
main .content-right,
main .content-bottom {
  /*------------------------------------*\
      Base Patterns
   \*------------------------------------*/
}
main .content-main .button,
main .content-right .button,
main .content-bottom .button,
main .content-main .button-big,
main .content-right .button-big,
main .content-bottom .button-big,
main .content-main .button-small,
main .content-right .button-small,
main .content-bottom .button-small,
main .content-main .button-v2,
main .content-right .button-v2,
main .content-bottom .button-v2,
main .content-main .button-v2-big,
main .content-right .button-v2-big,
main .content-bottom .button-v2-big,
main .content-main .button-v2-small,
main .content-right .button-v2-small,
main .content-bottom .button-v2-small {
  display: inline-block;
  color: #ffffff;
  background-color: #0c5fa8;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 2px 2px 0 0 rgba(140, 149, 157, 0.2);
}
main .content-main .button:hover,
main .content-right .button:hover,
main .content-bottom .button:hover,
main .content-main .button-big:hover,
main .content-right .button-big:hover,
main .content-bottom .button-big:hover,
main .content-main .button-small:hover,
main .content-right .button-small:hover,
main .content-bottom .button-small:hover,
main .content-main .button-v2:hover,
main .content-right .button-v2:hover,
main .content-bottom .button-v2:hover,
main .content-main .button-v2-big:hover,
main .content-right .button-v2-big:hover,
main .content-bottom .button-v2-big:hover,
main .content-main .button-v2-small:hover,
main .content-right .button-v2-small:hover,
main .content-bottom .button-v2-small:hover,
main .content-main .button:focus,
main .content-right .button:focus,
main .content-bottom .button:focus,
main .content-main .button-big:focus,
main .content-right .button-big:focus,
main .content-bottom .button-big:focus,
main .content-main .button-small:focus,
main .content-right .button-small:focus,
main .content-bottom .button-small:focus,
main .content-main .button-v2:focus,
main .content-right .button-v2:focus,
main .content-bottom .button-v2:focus,
main .content-main .button-v2-big:focus,
main .content-right .button-v2-big:focus,
main .content-bottom .button-v2-big:focus,
main .content-main .button-v2-small:focus,
main .content-right .button-v2-small:focus,
main .content-bottom .button-v2-small:focus,
main .content-main .button:active,
main .content-right .button:active,
main .content-bottom .button:active,
main .content-main .button-big:active,
main .content-right .button-big:active,
main .content-bottom .button-big:active,
main .content-main .button-small:active,
main .content-right .button-small:active,
main .content-bottom .button-small:active,
main .content-main .button-v2:active,
main .content-right .button-v2:active,
main .content-bottom .button-v2:active,
main .content-main .button-v2-big:active,
main .content-right .button-v2-big:active,
main .content-bottom .button-v2-big:active,
main .content-main .button-v2-small:active,
main .content-right .button-v2-small:active,
main .content-bottom .button-v2-small:active {
  background-color: #19a1cf;
}
main .content-main .button:visited,
main .content-right .button:visited,
main .content-bottom .button:visited,
main .content-main .button-big:visited,
main .content-right .button-big:visited,
main .content-bottom .button-big:visited,
main .content-main .button-small:visited,
main .content-right .button-small:visited,
main .content-bottom .button-small:visited,
main .content-main .button-v2:visited,
main .content-right .button-v2:visited,
main .content-bottom .button-v2:visited,
main .content-main .button-v2-big:visited,
main .content-right .button-v2-big:visited,
main .content-bottom .button-v2-big:visited,
main .content-main .button-v2-small:visited,
main .content-right .button-v2-small:visited,
main .content-bottom .button-v2-small:visited {
  color: #ffffff;
}
main .content-main .button,
main .content-right .button,
main .content-bottom .button,
main .content-main .button-v2,
main .content-right .button-v2,
main .content-bottom .button-v2 {
  font-family: "futura-pt", Verdana;
  font-size: 14px;
  /*px fallback*/
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  padding: 10px 20px;
}
main .content-main .button-big,
main .content-right .button-big,
main .content-bottom .button-big,
main .content-main .button-v2-big,
main .content-right .button-v2-big,
main .content-bottom .button-v2-big {
  font-family: "futura-pt", Verdana;
  font-size: 18px;
  /*px fallback*/
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  padding: 15px 20px;
}
main .content-main .button-small,
main .content-right .button-small,
main .content-bottom .button-small,
main .content-main .button-v2-small,
main .content-right .button-v2-small,
main .content-bottom .button-v2-small {
  font-family: "futura-pt", Verdana;
  font-size: 12px;
  /*px fallback*/
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  padding: 10px 15px;
}
main .content-main .button-v2,
main .content-right .button-v2,
main .content-bottom .button-v2,
main .content-main .button-v2-big,
main .content-right .button-v2-big,
main .content-bottom .button-v2-big,
main .content-main .button-v2-small,
main .content-right .button-v2-small,
main .content-bottom .button-v2-small {
  background-color: #62b840;
}
main .content-main .button:visited,
main .content-right .button:visited,
main .content-bottom .button:visited,
main .content-main .button-big:visited,
main .content-right .button-big:visited,
main .content-bottom .button-big:visited,
main .content-main .button-small:visited,
main .content-right .button-small:visited,
main .content-bottom .button-small:visited {
  color: #ffffff;
}
main .content-main .link-arrow,
main .content-right .link-arrow,
main .content-bottom .link-arrow,
main .content-main .link-arrow-dark,
main .content-right .link-arrow-dark,
main .content-bottom .link-arrow-dark {
  font-family: "open-sans", Arial;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}
main .content-main .link-arrow:hover,
main .content-right .link-arrow:hover,
main .content-bottom .link-arrow:hover,
main .content-main .link-arrow-dark:hover,
main .content-right .link-arrow-dark:hover,
main .content-bottom .link-arrow-dark:hover,
main .content-main .link-arrow:focus,
main .content-right .link-arrow:focus,
main .content-bottom .link-arrow:focus,
main .content-main .link-arrow-dark:focus,
main .content-right .link-arrow-dark:focus,
main .content-bottom .link-arrow-dark:focus,
main .content-main .link-arrow:active,
main .content-right .link-arrow:active,
main .content-bottom .link-arrow:active,
main .content-main .link-arrow-dark:active,
main .content-right .link-arrow-dark:active,
main .content-bottom .link-arrow-dark:active {
  text-decoration: none;
  color: #1a1d22;
}
main .content-main .link-arrow,
main .content-right .link-arrow,
main .content-bottom .link-arrow {
  color: #0c5fa8;
}
main .content-main .link-arrow:after,
main .content-right .link-arrow:after,
main .content-bottom .link-arrow:after {
  content: " ";
  display: inline-block;
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -250px -190px;
  width: 11px;
  height: 11px;
  margin-left: 5px;
}
main .content-main .link-arrow-dark,
main .content-right .link-arrow-dark,
main .content-bottom .link-arrow-dark {
  color: #ffffff;
}
main .content-main .link-arrow-dark:after,
main .content-right .link-arrow-dark:after,
main .content-bottom .link-arrow-dark:after {
  content: " ";
  display: inline-block;
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -220px -190px;
  width: 11px;
  height: 11px;
  margin-left: 5px;
}
main .content-main .link-arrow-dark:visited,
main .content-right .link-arrow-dark:visited,
main .content-bottom .link-arrow-dark:visited {
  color: #ffffff;
}
main .content-main .link-special,
main .content-right .link-special,
main .content-bottom .link-special {
  text-transform: uppercase;
  font-weight: bold;
}
main .content-main .link-back,
main .content-right .link-back,
main .content-bottom .link-back {
  display: inline-block;
  margin-bottom: 20px;
}
main .content-main .link-back:hover,
main .content-right .link-back:hover,
main .content-bottom .link-back:hover {
  text-decoration: none;
}
main .content-main .link-back:visited,
main .content-right .link-back:visited,
main .content-bottom .link-back:visited {
  color: #0c5fa8;
}
main .content-main .note,
main .content-right .note,
main .content-bottom .note {
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  font-style: italic;
  background-color: #d6ebd1;
  border-left: 2px solid #77bc66;
  padding: 8px 12px 8px 12px;
  margin-bottom: 20px;
}
main .content-main .note .icon-star,
main .content-right .note .icon-star,
main .content-bottom .note .icon-star {
  margin-bottom: -4px;
  margin-right: 5px;
}
main .content-main .note .icon-star:hover,
main .content-right .note .icon-star:hover,
main .content-bottom .note .icon-star:hover {
  cursor: inherit;
}
main .content-main .spotlight,
main .content-right .spotlight,
main .content-bottom .spotlight {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin-bottom: 20px;
}
main .content-main .spotlight p,
main .content-right .spotlight p,
main .content-bottom .spotlight p {
  margin-bottom: 0;
}
main .content-main .author,
main .content-right .author,
main .content-bottom .author {
  font-weight: 700;
}
main .content-main form,
main .content-right form,
main .content-bottom form,
main .content-main .form,
main .content-right .form,
main .content-bottom .form,
main .content-main div.sort,
main .content-right div.sort,
main .content-bottom div.sort {
  padding: 30px;
  margin-bottom: 50px;
  background-color: #f4f4f5;
}
main .content-main form h1,
main .content-right form h1,
main .content-bottom form h1,
main .content-main .form h1,
main .content-right .form h1,
main .content-bottom .form h1,
main .content-main div.sort h1,
main .content-right div.sort h1,
main .content-bottom div.sort h1,
main .content-main form h2,
main .content-right form h2,
main .content-bottom form h2,
main .content-main .form h2,
main .content-right .form h2,
main .content-bottom .form h2,
main .content-main div.sort h2,
main .content-right div.sort h2,
main .content-bottom div.sort h2,
main .content-main form h3,
main .content-right form h3,
main .content-bottom form h3,
main .content-main .form h3,
main .content-right .form h3,
main .content-bottom .form h3,
main .content-main div.sort h3,
main .content-right div.sort h3,
main .content-bottom div.sort h3,
main .content-main form h4,
main .content-right form h4,
main .content-bottom form h4,
main .content-main .form h4,
main .content-right .form h4,
main .content-bottom .form h4,
main .content-main div.sort h4,
main .content-right div.sort h4,
main .content-bottom div.sort h4,
main .content-main form h4,
main .content-right form h4,
main .content-bottom form h4,
main .content-main .form h4,
main .content-right .form h4,
main .content-bottom .form h4,
main .content-main div.sort h4,
main .content-right div.sort h4,
main .content-bottom div.sort h4,
main .content-main form h6,
main .content-right form h6,
main .content-bottom form h6,
main .content-main .form h6,
main .content-right .form h6,
main .content-bottom .form h6,
main .content-main div.sort h6,
main .content-right div.sort h6,
main .content-bottom div.sort h6 {
  padding-left: 10px;
}
main .content-main form .form-section div,
main .content-right form .form-section div,
main .content-bottom form .form-section div,
main .content-main .form .form-section div,
main .content-right .form .form-section div,
main .content-bottom .form .form-section div,
main .content-main div.sort .form-section div,
main .content-right div.sort .form-section div,
main .content-bottom div.sort .form-section div {
  padding: 0 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
main .content-main form .form-section div label,
main .content-right form .form-section div label,
main .content-bottom form .form-section div label,
main .content-main .form .form-section div label,
main .content-right .form .form-section div label,
main .content-bottom .form .form-section div label,
main .content-main div.sort .form-section div label,
main .content-right div.sort .form-section div label,
main .content-bottom div.sort .form-section div label {
  display: block;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
main .content-main form .form-section div label.required:after,
main .content-right form .form-section div label.required:after,
main .content-bottom form .form-section div label.required:after,
main .content-main .form .form-section div label.required:after,
main .content-right .form .form-section div label.required:after,
main .content-bottom .form .form-section div label.required:after,
main .content-main div.sort .form-section div label.required:after,
main .content-right div.sort .form-section div label.required:after,
main .content-bottom div.sort .form-section div label.required:after {
  content: "*";
  color: #d83241;
  margin-left: 2px;
}
main .content-main form input[type="text"],
main .content-right form input[type="text"],
main .content-bottom form input[type="text"],
main .content-main .form input[type="text"],
main .content-right .form input[type="text"],
main .content-bottom .form input[type="text"],
main .content-main div.sort input[type="text"],
main .content-right div.sort input[type="text"],
main .content-bottom div.sort input[type="text"],
main .content-main form input[type="date"],
main .content-right form input[type="date"],
main .content-bottom form input[type="date"],
main .content-main .form input[type="date"],
main .content-right .form input[type="date"],
main .content-bottom .form input[type="date"],
main .content-main div.sort input[type="date"],
main .content-right div.sort input[type="date"],
main .content-bottom div.sort input[type="date"],
main .content-main form input[type="number"],
main .content-right form input[type="number"],
main .content-bottom form input[type="number"],
main .content-main .form input[type="number"],
main .content-right .form input[type="number"],
main .content-bottom .form input[type="number"],
main .content-main div.sort input[type="number"],
main .content-right div.sort input[type="number"],
main .content-bottom div.sort input[type="number"],
main .content-main form input[type="tel"],
main .content-right form input[type="tel"],
main .content-bottom form input[type="tel"],
main .content-main .form input[type="tel"],
main .content-right .form input[type="tel"],
main .content-bottom .form input[type="tel"],
main .content-main div.sort input[type="tel"],
main .content-right div.sort input[type="tel"],
main .content-bottom div.sort input[type="tel"],
main .content-main form select,
main .content-right form select,
main .content-bottom form select,
main .content-main .form select,
main .content-right .form select,
main .content-bottom .form select,
main .content-main div.sort select,
main .content-right div.sort select,
main .content-bottom div.sort select {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 20px;
  padding: 8px;
  border: 1px solid #b3b8bc;
  box-shadow: inset 2px 2px 0 #ebeded;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: bottom;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
}
main .content-main form input[type="text"].required-border,
main .content-right form input[type="text"].required-border,
main .content-bottom form input[type="text"].required-border,
main .content-main .form input[type="text"].required-border,
main .content-right .form input[type="text"].required-border,
main .content-bottom .form input[type="text"].required-border,
main .content-main div.sort input[type="text"].required-border,
main .content-right div.sort input[type="text"].required-border,
main .content-bottom div.sort input[type="text"].required-border,
main .content-main form input[type="date"].required-border,
main .content-right form input[type="date"].required-border,
main .content-bottom form input[type="date"].required-border,
main .content-main .form input[type="date"].required-border,
main .content-right .form input[type="date"].required-border,
main .content-bottom .form input[type="date"].required-border,
main .content-main div.sort input[type="date"].required-border,
main .content-right div.sort input[type="date"].required-border,
main .content-bottom div.sort input[type="date"].required-border,
main .content-main form input[type="number"].required-border,
main .content-right form input[type="number"].required-border,
main .content-bottom form input[type="number"].required-border,
main .content-main .form input[type="number"].required-border,
main .content-right .form input[type="number"].required-border,
main .content-bottom .form input[type="number"].required-border,
main .content-main div.sort input[type="number"].required-border,
main .content-right div.sort input[type="number"].required-border,
main .content-bottom div.sort input[type="number"].required-border,
main .content-main form input[type="tel"].required-border,
main .content-right form input[type="tel"].required-border,
main .content-bottom form input[type="tel"].required-border,
main .content-main .form input[type="tel"].required-border,
main .content-right .form input[type="tel"].required-border,
main .content-bottom .form input[type="tel"].required-border,
main .content-main div.sort input[type="tel"].required-border,
main .content-right div.sort input[type="tel"].required-border,
main .content-bottom div.sort input[type="tel"].required-border,
main .content-main form select.required-border,
main .content-right form select.required-border,
main .content-bottom form select.required-border,
main .content-main .form select.required-border,
main .content-right .form select.required-border,
main .content-bottom .form select.required-border,
main .content-main div.sort select.required-border,
main .content-right div.sort select.required-border,
main .content-bottom div.sort select.required-border {
  border: 1px solid #d83241;
}
main .content-main form input[type="text"]:focus,
main .content-right form input[type="text"]:focus,
main .content-bottom form input[type="text"]:focus,
main .content-main .form input[type="text"]:focus,
main .content-right .form input[type="text"]:focus,
main .content-bottom .form input[type="text"]:focus,
main .content-main div.sort input[type="text"]:focus,
main .content-right div.sort input[type="text"]:focus,
main .content-bottom div.sort input[type="text"]:focus,
main .content-main form input[type="date"]:focus,
main .content-right form input[type="date"]:focus,
main .content-bottom form input[type="date"]:focus,
main .content-main .form input[type="date"]:focus,
main .content-right .form input[type="date"]:focus,
main .content-bottom .form input[type="date"]:focus,
main .content-main div.sort input[type="date"]:focus,
main .content-right div.sort input[type="date"]:focus,
main .content-bottom div.sort input[type="date"]:focus,
main .content-main form input[type="number"]:focus,
main .content-right form input[type="number"]:focus,
main .content-bottom form input[type="number"]:focus,
main .content-main .form input[type="number"]:focus,
main .content-right .form input[type="number"]:focus,
main .content-bottom .form input[type="number"]:focus,
main .content-main div.sort input[type="number"]:focus,
main .content-right div.sort input[type="number"]:focus,
main .content-bottom div.sort input[type="number"]:focus,
main .content-main form input[type="tel"]:focus,
main .content-right form input[type="tel"]:focus,
main .content-bottom form input[type="tel"]:focus,
main .content-main .form input[type="tel"]:focus,
main .content-right .form input[type="tel"]:focus,
main .content-bottom .form input[type="tel"]:focus,
main .content-main div.sort input[type="tel"]:focus,
main .content-right div.sort input[type="tel"]:focus,
main .content-bottom div.sort input[type="tel"]:focus,
main .content-main form select:focus,
main .content-right form select:focus,
main .content-bottom form select:focus,
main .content-main .form select:focus,
main .content-right .form select:focus,
main .content-bottom .form select:focus,
main .content-main div.sort select:focus,
main .content-right div.sort select:focus,
main .content-bottom div.sort select:focus {
  outline: none;
  background-color: #ffffff;
  border: 1px solid #97d5e9;
}
main .content-main form select[multiple],
main .content-right form select[multiple],
main .content-bottom form select[multiple],
main .content-main .form select[multiple],
main .content-right .form select[multiple],
main .content-bottom .form select[multiple],
main .content-main div.sort select[multiple],
main .content-right div.sort select[multiple],
main .content-bottom div.sort select[multiple] {
  height: 4em;
}
main .content-main form textarea,
main .content-right form textarea,
main .content-bottom form textarea,
main .content-main .form textarea,
main .content-right .form textarea,
main .content-bottom .form textarea,
main .content-main div.sort textarea,
main .content-right div.sort textarea,
main .content-bottom div.sort textarea {
  width: 100%;
  min-height: 75px;
  height: 100%;
  color: #7677a;
  border: 1px solid #b3b8bc;
  box-shadow: inset 2px 2px 0 #ebeded;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  padding: 8px;
}
main .content-main form textarea:focus,
main .content-right form textarea:focus,
main .content-bottom form textarea:focus,
main .content-main .form textarea:focus,
main .content-right .form textarea:focus,
main .content-bottom .form textarea:focus,
main .content-main div.sort textarea:focus,
main .content-right div.sort textarea:focus,
main .content-bottom div.sort textarea:focus {
  outline: none;
  background-color: #ffffff;
  border: 1px solid #97d5e9;
}
main .content-main form input[type="checkbox"],
main .content-right form input[type="checkbox"],
main .content-bottom form input[type="checkbox"],
main .content-main .form input[type="checkbox"],
main .content-right .form input[type="checkbox"],
main .content-bottom .form input[type="checkbox"],
main .content-main div.sort input[type="checkbox"],
main .content-right div.sort input[type="checkbox"],
main .content-bottom div.sort input[type="checkbox"] {
  display: none;
}
main .content-main form input[type="checkbox"] + label > span:first-child,
main .content-right form input[type="checkbox"] + label > span:first-child,
main .content-bottom form input[type="checkbox"] + label > span:first-child,
main .content-main .form input[type="checkbox"] + label > span:first-child,
main .content-right .form input[type="checkbox"] + label > span:first-child,
main .content-bottom .form input[type="checkbox"] + label > span:first-child,
main .content-main div.sort input[type="checkbox"] + label > span:first-child,
main .content-right div.sort input[type="checkbox"] + label > span:first-child,
main .content-bottom div.sort input[type="checkbox"] + label > span:first-child {
  display: inline-block;
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -427px -7px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
main .content-main form input[type="checkbox"]:checked + label > span:first-child,
main .content-right form input[type="checkbox"]:checked + label > span:first-child,
main .content-bottom form input[type="checkbox"]:checked + label > span:first-child,
main .content-main .form input[type="checkbox"]:checked + label > span:first-child,
main .content-right .form input[type="checkbox"]:checked + label > span:first-child,
main .content-bottom .form input[type="checkbox"]:checked + label > span:first-child,
main .content-main div.sort input[type="checkbox"]:checked + label > span:first-child,
main .content-right div.sort input[type="checkbox"]:checked + label > span:first-child,
main .content-bottom div.sort input[type="checkbox"]:checked + label > span:first-child {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -427px -37px;
}
main .content-main form label,
main .content-right form label,
main .content-bottom form label,
main .content-main .form label,
main .content-right .form label,
main .content-bottom .form label,
main .content-main div.sort label,
main .content-right div.sort label,
main .content-bottom div.sort label {
  font-weight: inherit;
}
main .content-main .search,
main .content-right .search,
main .content-bottom .search {
  position: relative;
  padding: 0;
  padding-bottom: 30px;
  background: none;
}
main .content-main .search .search-container,
main .content-right .search .search-container,
main .content-bottom .search .search-container {
  overflow: hidden;
}
main .content-main .search .search-container input[type="submit"]::-moz-focus-inner,
main .content-right .search .search-container input[type="submit"]::-moz-focus-inner,
main .content-bottom .search .search-container input[type="submit"]::-moz-focus-inner {
  border: 0;
}
main .content-main .search .search-container input,
main .content-right .search .search-container input,
main .content-bottom .search .search-container input {
  height: 20px;
  padding: 8px;
  border: 1px solid #b3b8bc;
  box-shadow: inset 2px 2px 0 #ebeded;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: bottom;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
}
main .content-main .search .search-container input.required-border,
main .content-right .search .search-container input.required-border,
main .content-bottom .search .search-container input.required-border {
  border: 1px solid #d83241;
}
main .content-main .search .search-container .wrapper,
main .content-right .search .search-container .wrapper,
main .content-bottom .search .search-container .wrapper {
  position: absolute;
  right: 30px;
  top: 0;
  left: 0;
}
main .content-main .search .search-container .wrapper input[type=text],
main .content-right .search .search-container .wrapper input[type=text],
main .content-bottom .search .search-container .wrapper input[type=text] {
  width: 100%;
}
main .content-main .search .search-container .submit,
main .content-right .search .search-container .submit,
main .content-bottom .search .search-container .submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 30px;
  padding: 8px;
  background-color: #0c5fa8;
  color: #ffffff;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  border-left: 2px solid #0b5597;
  border-top: 2px solid #0b5597;
  border-right: none;
  border-bottom: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  box-shadow: none;
}
main .content-main .search .search-container .submit:hover,
main .content-right .search .search-container .submit:hover,
main .content-bottom .search .search-container .submit:hover,
main .content-main .search .search-container .submit:active,
main .content-right .search .search-container .submit:active,
main .content-bottom .search .search-container .submit:active,
main .content-main .search .search-container .submit:focus,
main .content-right .search .search-container .submit:focus,
main .content-bottom .search .search-container .submit:focus {
  background-color: #19a1cf;
  border-left: 2px solid #168EB6;
  border-top: 2px solid #168EB6;
}
main .content-main .search .search-container ::-webkit-input-placeholder,
main .content-right .search .search-container ::-webkit-input-placeholder,
main .content-bottom .search .search-container ::-webkit-input-placeholder {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
  color: #8c959d;
  text-align: left;
  padding-top: 2px;
}
main .content-main .search .search-container ::-moz-placeholder,
main .content-right .search .search-container ::-moz-placeholder,
main .content-bottom .search .search-container ::-moz-placeholder {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  padding-top: 2px;
}
main .content-main .search .search-container :-ms-input-placeholder,
main .content-right .search .search-container :-ms-input-placeholder,
main .content-bottom .search .search-container :-ms-input-placeholder {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
  color: #8c959d;
  text-align: left;
  padding-top: 8px;
}
main .content-main ul,
main .content-right ul,
main .content-bottom ul,
main .content-main ul.basic,
main .content-right ul.basic,
main .content-bottom ul.basic,
main .content-main ol,
main .content-right ol,
main .content-bottom ol {
  position: relative;
  padding-left: 0;
  margin-bottom: 40px;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
}
main .content-main ul li,
main .content-right ul li,
main .content-bottom ul li,
main .content-main ul.basic li,
main .content-right ul.basic li,
main .content-bottom ul.basic li,
main .content-main ol li,
main .content-right ol li,
main .content-bottom ol li {
  margin-bottom: 10px;
}
main .content-main ul li a,
main .content-right ul li a,
main .content-bottom ul li a,
main .content-main ul.basic li a,
main .content-right ul.basic li a,
main .content-bottom ul.basic li a,
main .content-main ol li a,
main .content-right ol li a,
main .content-bottom ol li a {
  color: #0c5fa8;
  text-decoration: none;
}
main .content-main ul li a:hover,
main .content-right ul li a:hover,
main .content-bottom ul li a:hover,
main .content-main ul.basic li a:hover,
main .content-right ul.basic li a:hover,
main .content-bottom ul.basic li a:hover,
main .content-main ol li a:hover,
main .content-right ol li a:hover,
main .content-bottom ol li a:hover,
main .content-main ul li a:focus,
main .content-right ul li a:focus,
main .content-bottom ul li a:focus,
main .content-main ul.basic li a:focus,
main .content-right ul.basic li a:focus,
main .content-bottom ul.basic li a:focus,
main .content-main ol li a:focus,
main .content-right ol li a:focus,
main .content-bottom ol li a:focus,
main .content-main ul li a:active,
main .content-right ul li a:active,
main .content-bottom ul li a:active,
main .content-main ul.basic li a:active,
main .content-right ul.basic li a:active,
main .content-bottom ul.basic li a:active,
main .content-main ol li a:active,
main .content-right ol li a:active,
main .content-bottom ol li a:active {
  color: #19a1cf;
}
main .content-main ul li.hover > span,
main .content-right ul li.hover > span,
main .content-bottom ul li.hover > span,
main .content-main ul.basic li.hover > span,
main .content-right ul.basic li.hover > span,
main .content-bottom ul.basic li.hover > span,
main .content-main ol li.hover > span,
main .content-right ol li.hover > span,
main .content-bottom ol li.hover > span {
  color: #19a1cf;
}
main .content-main ul li.hover:before,
main .content-right ul li.hover:before,
main .content-bottom ul li.hover:before,
main .content-main ul.basic li.hover:before,
main .content-right ul.basic li.hover:before,
main .content-bottom ul.basic li.hover:before,
main .content-main ol li.hover:before,
main .content-right ol li.hover:before,
main .content-bottom ol li.hover:before {
  color: #19a1cf;
}
main .content-main ul .level-2,
main .content-right ul .level-2,
main .content-bottom ul .level-2,
main .content-main ul.basic .level-2,
main .content-right ul.basic .level-2,
main .content-bottom ul.basic .level-2,
main .content-main ol .level-2,
main .content-right ol .level-2,
main .content-bottom ol .level-2,
main .content-main ul .level-3,
main .content-right ul .level-3,
main .content-bottom ul .level-3,
main .content-main ul.basic .level-3,
main .content-right ul.basic .level-3,
main .content-bottom ul.basic .level-3,
main .content-main ol .level-3,
main .content-right ol .level-3,
main .content-bottom ol .level-3 {
  margin-top: 10px;
  margin-left: 25px;
  margin-bottom: 0;
  list-style: none;
}
main .content-main ul .level-2 li,
main .content-right ul .level-2 li,
main .content-bottom ul .level-2 li,
main .content-main ul.basic .level-2 li,
main .content-right ul.basic .level-2 li,
main .content-bottom ul.basic .level-2 li,
main .content-main ol .level-2 li,
main .content-right ol .level-2 li,
main .content-bottom ol .level-2 li,
main .content-main ul .level-3 li,
main .content-right ul .level-3 li,
main .content-bottom ul .level-3 li,
main .content-main ul.basic .level-3 li,
main .content-right ul.basic .level-3 li,
main .content-bottom ul.basic .level-3 li,
main .content-main ol .level-3 li,
main .content-right ol .level-3 li,
main .content-bottom ol .level-3 li {
  background: none;
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 0;
}
main .content-main ul .level-2 li:before,
main .content-right ul .level-2 li:before,
main .content-bottom ul .level-2 li:before,
main .content-main ul.basic .level-2 li:before,
main .content-right ul.basic .level-2 li:before,
main .content-bottom ul.basic .level-2 li:before,
main .content-main ol .level-2 li:before,
main .content-right ol .level-2 li:before,
main .content-bottom ol .level-2 li:before,
main .content-main ul .level-3 li:before,
main .content-right ul .level-3 li:before,
main .content-bottom ul .level-3 li:before,
main .content-main ul.basic .level-3 li:before,
main .content-right ul.basic .level-3 li:before,
main .content-bottom ul.basic .level-3 li:before,
main .content-main ol .level-3 li:before,
main .content-right ol .level-3 li:before,
main .content-bottom ol .level-3 li:before {
  content: "• ";
  padding-left: 5px;
}
main .content-main ul li,
main .content-right ul li,
main .content-bottom ul li,
main .content-main ul.basic li,
main .content-right ul.basic li,
main .content-bottom ul.basic li {
  background: url('../assets/images/li.png') no-repeat -5px top;
  background-position: -5px -2px;
  padding-left: 15px;
}
main .content-main ol,
main .content-right ol,
main .content-bottom ol {
  margin-left: 30px;
  color: #19a1cf;
}
main .content-main ol span,
main .content-right ol span,
main .content-bottom ol span {
  color: #1a1d22;
}
main .content-main table,
main .content-right table,
main .content-bottom table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
main .content-main table caption,
main .content-right table caption,
main .content-bottom table caption {
  text-transform: uppercase;
  text-align: left;
  font-family: "open-sans", Arial;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  background-color: #d1d4d7;
  padding: 10px 20px;
}
main .content-main table thead,
main .content-right table thead,
main .content-bottom table thead,
main .content-main table tbody,
main .content-right table tbody,
main .content-bottom table tbody {
  text-align: left;
}
main .content-main table thead td,
main .content-right table thead td,
main .content-bottom table thead td,
main .content-main table tbody td,
main .content-right table tbody td,
main .content-bottom table tbody td {
  padding: 20px 0 10px 40px;
}
main .content-main table thead,
main .content-right table thead,
main .content-bottom table thead {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  background-color: #f4f4f5;
}
main .content-main table td,
main .content-right table td,
main .content-bottom table td {
  border-left: 2px solid #f4f4f5;
  border-right: 2px solid #f4f4f5;
}
main .content-main table tbody,
main .content-right table tbody,
main .content-bottom table tbody {
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}
main .content-main table tbody a,
main .content-right table tbody a,
main .content-bottom table tbody a {
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}
main .content-main table tbody tr:nth-child(even),
main .content-right table tbody tr:nth-child(even),
main .content-bottom table tbody tr:nth-child(even) {
  background-color: #f4f4f5;
}
main .content-main table tbody td,
main .content-right table tbody td,
main .content-bottom table tbody td {
  border-top: 2px solid #f4f4f5;
  border-bottom: 2px solid #f4f4f5;
}
main .content-main table.alt caption,
main .content-right table.alt caption,
main .content-bottom table.alt caption {
  background-color: #75c7e2;
}
main .content-main table.alt thead,
main .content-right table.alt thead,
main .content-bottom table.alt thead {
  background-color: #ddf1f8;
}
main .content-main table.alt td,
main .content-right table.alt td,
main .content-bottom table.alt td {
  border-left: 2px solid #ddf1f8;
  border-right: 2px solid #ddf1f8;
}
main .content-main table.alt tbody tr:nth-child(even),
main .content-right table.alt tbody tr:nth-child(even),
main .content-bottom table.alt tbody tr:nth-child(even) {
  background-color: #ddf1f8;
}
main .content-main table.alt tbody td,
main .content-right table.alt tbody td,
main .content-bottom table.alt tbody td {
  border-top: 2px solid #ddf1f8;
  border-bottom: 2px solid #ddf1f8;
}
main .content-main .article,
main .content-right .article,
main .content-bottom .article {
  margin-left: 0;
}
main .content-main .article li,
main .content-right .article li,
main .content-bottom .article li {
  background: none;
}
main .content-main .article li a,
main .content-right .article li a,
main .content-bottom .article li a {
  display: inline-block;
  background: url('../assets/images/icon-article.png') no-repeat;
}
main .content-main .article li a:hover,
main .content-right .article li a:hover,
main .content-bottom .article li a:hover {
  background: url('../assets/images/icon-article-roll.png') no-repeat;
}
main .content-main .article li a span,
main .content-right .article li a span,
main .content-bottom .article li a span {
  display: inline-block;
  margin-left: 25px;
}
main .content-main .article-stack,
main .content-right .article-stack,
main .content-bottom .article-stack {
  margin-left: 0;
}
main .content-main .article-stack span,
main .content-right .article-stack span,
main .content-bottom .article-stack span {
  font-family: "open-sans", Arial;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
}
main .content-main .article-stack li,
main .content-right .article-stack li,
main .content-bottom .article-stack li {
  background: none;
}
main .content-main .article-stack li a,
main .content-right .article-stack li a,
main .content-bottom .article-stack li a {
  display: inline-block;
  background: url('../assets/images/icon-article-stack.png') no-repeat 0 2px;
}
main .content-main .article-stack li a:hover,
main .content-right .article-stack li a:hover,
main .content-bottom .article-stack li a:hover {
  background: url('../assets/images/icon-articlestack-rollover.png') no-repeat 0 2px;
}
main .content-main .article-stack li a span,
main .content-right .article-stack li a span,
main .content-bottom .article-stack li a span {
  display: inline-block;
  margin-left: 25px;
}
main .content-main .tab-container,
main .content-right .tab-container,
main .content-bottom .tab-container {
  overflow: hidden;
}
main .content-main .tab-container .tabs,
main .content-right .tab-container .tabs,
main .content-bottom .tab-container .tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-position: outside;
  width: 100%;
}
main .content-main .tab-container .tabs li,
main .content-right .tab-container .tabs li,
main .content-bottom .tab-container .tabs li {
  background: none;
  background-position: 0;
  position: relative;
  display: inline-block;
  float: left;
  padding: 5px 20px;
  margin-left: 2px;
  margin-bottom: 0;
  cursor: pointer;
  border: 1px solid #b3b8bc;
  border-bottom: none;
  margin-bottom: -1px;
  height: 29px;
  text-align: center;
}
main .content-main .tab-container .tabs li span,
main .content-right .tab-container .tabs li span,
main .content-bottom .tab-container .tabs li span {
  display: inline;
  text-transform: uppercase;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.16666667;
  font-weight: 700;
  font-style: normal;
  color: #0c5fa8;
}
main .content-main .tab-container .tabs li.active,
main .content-right .tab-container .tabs li.active,
main .content-bottom .tab-container .tabs li.active {
  background-color: #ffffff;
  border-bottom: 0;
  height: 30px;
}
main .content-main .tab-container .tabs li.active span,
main .content-right .tab-container .tabs li.active span,
main .content-bottom .tab-container .tabs li.active span {
  color: #1a1d22;
}
main .content-main .tab-container .tabs li.active:hover,
main .content-right .tab-container .tabs li.active:hover,
main .content-bottom .tab-container .tabs li.active:hover {
  background-color: #ffffff;
}
main .content-main .tab-container .tabs li.active:hover span,
main .content-right .tab-container .tabs li.active:hover span,
main .content-bottom .tab-container .tabs li.active:hover span {
  color: #1a1d22;
}
main .content-main .tab-container .tabs li:not(.active),
main .content-right .tab-container .tabs li:not(.active),
main .content-bottom .tab-container .tabs li:not(.active) {
  background-color: #f4f4f5;
}
main .content-main .tab-container .tabs li:first-child,
main .content-right .tab-container .tabs li:first-child,
main .content-bottom .tab-container .tabs li:first-child {
  margin-left: 0;
}
main .content-main .tab-container .tabs li:hover,
main .content-right .tab-container .tabs li:hover,
main .content-bottom .tab-container .tabs li:hover {
  background-color: #19a1cf;
}
main .content-main .tab-container .tabs li:hover span,
main .content-right .tab-container .tabs li:hover span,
main .content-bottom .tab-container .tabs li:hover span {
  color: #ffffff;
}
main .content-main .tab-container .tabs:after,
main .content-right .tab-container .tabs:after,
main .content-bottom .tab-container .tabs:after {
  content: " ";
  display: table;
  clear: both;
}
main .content-main .tab-container .top-border,
main .content-right .tab-container .top-border,
main .content-bottom .tab-container .top-border {
  border-bottom: 1px solid #b3b8bc;
}
main .content-main .tab-container .tab-pane,
main .content-right .tab-container .tab-pane,
main .content-bottom .tab-container .tab-pane {
  display: none;
  background-color: #ffffff;
  margin: 0;
  padding: 20px;
}
main .content-main .tab-container .tab-pane.active,
main .content-right .tab-container .tab-pane.active,
main .content-bottom .tab-container .tab-pane.active {
  display: block;
  border: 1px solid #b3b8bc;
  border-top-style: none;
}
main .content-main .intro .share,
main .content-right .intro .share,
main .content-bottom .intro .share,
main .content-main .intro-v3 .share,
main .content-right .intro-v3 .share,
main .content-bottom .intro-v3 .share,
main .content-main .intro-membership-v2 .share,
main .content-right .intro-membership-v2 .share,
main .content-bottom .intro-membership-v2 .share {
  margin-bottom: 30px;
}
main .content-main .intro .share span,
main .content-right .intro .share span,
main .content-bottom .intro .share span,
main .content-main .intro-v3 .share span,
main .content-right .intro-v3 .share span,
main .content-bottom .intro-v3 .share span,
main .content-main .intro-membership-v2 .share span,
main .content-right .intro-membership-v2 .share span,
main .content-bottom .intro-membership-v2 .share span {
  color: #8c959d;
  margin-right: 10px;
  text-transform: uppercase;
  font-family: "futura-pt", Verdana;
  font-size: 14px;
  /*px fallback*/
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
}
main .content-main .intro .share img,
main .content-right .intro .share img,
main .content-bottom .intro .share img,
main .content-main .intro-v3 .share img,
main .content-right .intro-v3 .share img,
main .content-bottom .intro-v3 .share img,
main .content-main .intro-membership-v2 .share img,
main .content-right .intro-membership-v2 .share img,
main .content-bottom .intro-membership-v2 .share img {
  margin-bottom: 5px;
}
main .content-main .intro p,
main .content-right .intro p,
main .content-bottom .intro p,
main .content-main .intro-v3 p,
main .content-right .intro-v3 p,
main .content-bottom .intro-v3 p,
main .content-main .intro-membership-v2 p,
main .content-right .intro-membership-v2 p,
main .content-bottom .intro-membership-v2 p {
  font-family: "open-sans", Arial;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
}
main .content-main .intro-v3,
main .content-right .intro-v3,
main .content-bottom .intro-v3,
main .content-main .intro-membership-v2,
main .content-right .intro-membership-v2,
main .content-bottom .intro-membership-v2 {
  margin-bottom: 40px;
}
main .content-main .intro-v3 .share,
main .content-right .intro-v3 .share,
main .content-bottom .intro-v3 .share,
main .content-main .intro-membership-v2 .share,
main .content-right .intro-membership-v2 .share,
main .content-bottom .intro-membership-v2 .share {
  margin-bottom: 20px;
}
main .content-main .intro-v3 p,
main .content-right .intro-v3 p,
main .content-bottom .intro-v3 p,
main .content-main .intro-membership-v2 p,
main .content-right .intro-membership-v2 p,
main .content-bottom .intro-membership-v2 p {
  margin-left: 0;
}
main .content-main .intro-v3 .button-big,
main .content-right .intro-v3 .button-big,
main .content-bottom .intro-v3 .button-big,
main .content-main .intro-membership-v2 .button-big,
main .content-right .intro-membership-v2 .button-big,
main .content-bottom .intro-membership-v2 .button-big {
  margin-top: 0;
  vertical-align: top;
}
main .content-main .intro-v3 .login,
main .content-right .intro-v3 .login,
main .content-bottom .intro-v3 .login,
main .content-main .intro-membership-v2 .login,
main .content-right .intro-membership-v2 .login,
main .content-bottom .intro-membership-v2 .login {
  display: inline-block;
  margin-left: 40px;
  margin-top: 0;
}
main .content-main .intro-v3 .login span,
main .content-right .intro-v3 .login span,
main .content-bottom .intro-v3 .login span,
main .content-main .intro-membership-v2 .login span,
main .content-right .intro-membership-v2 .login span,
main .content-bottom .intro-membership-v2 .login span,
main .content-main .intro-v3 .login a,
main .content-right .intro-v3 .login a,
main .content-bottom .intro-v3 .login a,
main .content-main .intro-membership-v2 .login a,
main .content-right .intro-membership-v2 .login a,
main .content-bottom .intro-membership-v2 .login a {
  display: block;
}
main .content-main .intro-v3 .login a,
main .content-right .intro-v3 .login a,
main .content-bottom .intro-v3 .login a,
main .content-main .intro-membership-v2 .login a,
main .content-right .intro-membership-v2 .login a,
main .content-bottom .intro-membership-v2 .login a {
  margin-top: 5px;
}
main .content-main .intro-membership-v2 .benefits,
main .content-right .intro-membership-v2 .benefits,
main .content-bottom .intro-membership-v2 .benefits {
  display: block;
  margin: 30px 0;
}
main .content-main .intro-membership-v2 .button-big,
main .content-right .intro-membership-v2 .button-big,
main .content-bottom .intro-membership-v2 .button-big {
  margin-bottom: 20px;
}
main .content-main .intro-membership-v2 .link-pdf,
main .content-right .intro-membership-v2 .link-pdf,
main .content-bottom .intro-membership-v2 .link-pdf {
  display: block;
}
main .content-main .intro-special,
main .content-right .intro-special,
main .content-bottom .intro-special {
  padding: 20px;
  margin-bottom: 50px;
  background: url('../assets/images/ASCE_bg_blue.jpg') repeat;
  color: #ffffff;
}
main .content-main .intro-special:after,
main .content-right .intro-special:after,
main .content-bottom .intro-special:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}
main .content-main p.intro,
main .content-right p.intro,
main .content-bottom p.intro,
main .content-main span.intro,
main .content-right span.intro,
main .content-bottom span.intro {
  font-family: "open-sans", Arial;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
}
main .content-main p.intro a,
main .content-right p.intro a,
main .content-bottom p.intro a,
main .content-main span.intro a,
main .content-right span.intro a,
main .content-bottom span.intro a {
  font-family: "open-sans", Arial;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
}
main .content-main .featured-publications,
main .content-right .featured-publications,
main .content-bottom .featured-publications,
main .content-main .featured-publications-v2,
main .content-right .featured-publications-v2,
main .content-bottom .featured-publications-v2 {
  position: relative;
  clear: both;
  margin-bottom: 40px;
}
main .content-main .featured-publications:last-child,
main .content-right .featured-publications:last-child,
main .content-bottom .featured-publications:last-child,
main .content-main .featured-publications-v2:last-child,
main .content-right .featured-publications-v2:last-child,
main .content-bottom .featured-publications-v2:last-child {
  margin-bottom: 0;
}
main .content-main .featured-publications h4,
main .content-right .featured-publications h4,
main .content-bottom .featured-publications h4,
main .content-main .featured-publications-v2 h4,
main .content-right .featured-publications-v2 h4,
main .content-bottom .featured-publications-v2 h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
main .content-main .featured-publications .content,
main .content-right .featured-publications .content,
main .content-bottom .featured-publications .content,
main .content-main .featured-publications-v2 .content,
main .content-right .featured-publications-v2 .content,
main .content-bottom .featured-publications-v2 .content {
  overflow: hidden;
}
main .content-main .featured-publications .meta,
main .content-right .featured-publications .meta,
main .content-bottom .featured-publications .meta,
main .content-main .featured-publications-v2 .meta,
main .content-right .featured-publications-v2 .meta,
main .content-bottom .featured-publications-v2 .meta {
  font-weight: 600;
}
main .content-main .featured-publications .meta span,
main .content-right .featured-publications .meta span,
main .content-bottom .featured-publications .meta span,
main .content-main .featured-publications-v2 .meta span,
main .content-right .featured-publications-v2 .meta span,
main .content-bottom .featured-publications-v2 .meta span {
  font-weight: inherit;
  display: block;
  margin-bottom: 10px;
}
main .content-main .featured-publications .description,
main .content-right .featured-publications .description,
main .content-bottom .featured-publications .description,
main .content-main .featured-publications-v2 .description,
main .content-right .featured-publications-v2 .description,
main .content-bottom .featured-publications-v2 .description {
  margin: 0;
}
main .content-main .featured-publications img,
main .content-right .featured-publications img,
main .content-bottom .featured-publications img,
main .content-main .featured-publications-v2 img,
main .content-right .featured-publications-v2 img,
main .content-bottom .featured-publications-v2 img {
  max-width: 80px;
  margin-bottom: 20px;
}
main .content-main .featured-publications img.pull-left,
main .content-right .featured-publications img.pull-left,
main .content-bottom .featured-publications img.pull-left,
main .content-main .featured-publications-v2 img.pull-left,
main .content-right .featured-publications-v2 img.pull-left,
main .content-bottom .featured-publications-v2 img.pull-left {
  margin-right: 20px;
}
main .content-main .featured-publications:after,
main .content-right .featured-publications:after,
main .content-bottom .featured-publications:after,
main .content-main .featured-publications-v2:after,
main .content-right .featured-publications-v2:after,
main .content-bottom .featured-publications-v2:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}
main .content-main .featured-publications-v2 h4,
main .content-right .featured-publications-v2 h4,
main .content-bottom .featured-publications-v2 h4 {
  overflow: hidden;
}
main .content-main .featured-publications-v2 .meta,
main .content-right .featured-publications-v2 .meta,
main .content-bottom .featured-publications-v2 .meta {
  overflow: hidden;
}
main .content-main .featured-publications-v2 .description,
main .content-right .featured-publications-v2 .description,
main .content-bottom .featured-publications-v2 .description {
  float: left;
}
main .content-main .date-overlay,
main .content-right .date-overlay,
main .content-bottom .date-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  text-align: center;
}
main .content-main .date-overlay span,
main .content-right .date-overlay span,
main .content-bottom .date-overlay span {
  display: block;
}
main .content-main .date-overlay .month,
main .content-right .date-overlay .month,
main .content-bottom .date-overlay .month {
  text-transform: uppercase;
  font-family: "futura-pt", Verdana;
  font-size: 10px;
  /*px fallback*/
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  font-style: normal;
  background-color: #b3b8bc;
}
main .content-main .date-overlay .day,
main .content-right .date-overlay .day,
main .content-bottom .date-overlay .day {
  font-family: "futura-pt", Verdana;
  font-size: 18px;
  /*px fallback*/
  font-size: 1.8rem;
  line-height: 0.88888889;
  font-weight: 500;
  font-style: normal;
  background-color: #e8eaeb;
  padding: 8px 0;
}
main .content-main .date-heading,
main .content-right .date-heading,
main .content-bottom .date-heading {
  position: relative;
}
main .content-main .date-heading h4,
main .content-right .date-heading h4,
main .content-bottom .date-heading h4 {
  margin-left: 50px;
  top: 0;
}
main .content-main .show-more,
main .content-right .show-more,
main .content-bottom .show-more {
  border-top: 2px solid #e8eaeb;
  margin-bottom: 50px;
}
main .content-main .show-more a,
main .content-right .show-more a,
main .content-bottom .show-more a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #0c5fa8;
  background-color: #e8eaeb;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 700;
  font-style: normal;
}
main .content-main .show-more a:hover,
main .content-right .show-more a:hover,
main .content-bottom .show-more a:hover,
main .content-main .show-more a:focus,
main .content-right .show-more a:focus,
main .content-bottom .show-more a:focus,
main .content-main .show-more a:active,
main .content-right .show-more a:active,
main .content-bottom .show-more a:active,
main .content-main .show-more a.hover,
main .content-right .show-more a.hover,
main .content-bottom .show-more a.hover {
  color: #ffffff;
  background-color: #19a1cf;
}
main .content-main .show-more a span,
main .content-right .show-more a span,
main .content-bottom .show-more a span {
  display: inline-block;
  margin-left: 10px;
}
main .content-main .show-more a.selected,
main .content-right .show-more a.selected,
main .content-bottom .show-more a.selected {
  color: #ffffff;
  background-color: #77bc66;
}
main .content-main .show-more a.selected span,
main .content-right .show-more a.selected span,
main .content-bottom .show-more a.selected span {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -190px -10px;
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
}
main .content-main .show-more-v2,
main .content-right .show-more-v2,
main .content-bottom .show-more-v2 {
  border-top: 2px solid #e8eaeb;
  margin-bottom: 50px;
}
main .content-main .show-more-v2 a,
main .content-right .show-more-v2 a,
main .content-bottom .show-more-v2 a {
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  color: #0c5fa8;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  display: block;
}
main .content-main .show-more-v2 a:hover,
main .content-right .show-more-v2 a:hover,
main .content-bottom .show-more-v2 a:hover,
main .content-main .show-more-v2 a:focus,
main .content-right .show-more-v2 a:focus,
main .content-bottom .show-more-v2 a:focus,
main .content-main .show-more-v2 a:active,
main .content-right .show-more-v2 a:active,
main .content-bottom .show-more-v2 a:active {
  color: #19a1cf;
}
main .content-main .show-more-v2 a:visited,
main .content-right .show-more-v2 a:visited,
main .content-bottom .show-more-v2 a:visited {
  color: #92663f;
}
main .content-main .med-gray .show-more-v2,
main .content-right .med-gray .show-more-v2,
main .content-bottom .med-gray .show-more-v2 {
  border-top: 2px solid #ffffff;
}
main .content-main .show-more-content,
main .content-right .show-more-content,
main .content-bottom .show-more-content {
  margin-top: 30px;
}
main .content-main .highlight-box-gray,
main .content-right .highlight-box-gray,
main .content-bottom .highlight-box-gray,
main .content-main .highlight-box-blue,
main .content-right .highlight-box-blue,
main .content-bottom .highlight-box-blue {
  margin-bottom: 50px;
  padding: 30px;
}
main .content-main .highlight-box-gray .border,
main .content-right .highlight-box-gray .border,
main .content-bottom .highlight-box-gray .border,
main .content-main .highlight-box-blue .border,
main .content-right .highlight-box-blue .border,
main .content-bottom .highlight-box-blue .border {
  border-left: 2px solid #ffffff;
}
main .content-main .highlight-box-gray ul,
main .content-right .highlight-box-gray ul,
main .content-bottom .highlight-box-gray ul,
main .content-main .highlight-box-blue ul,
main .content-right .highlight-box-blue ul,
main .content-bottom .highlight-box-blue ul {
  margin-bottom: 0;
}
main .content-main .highlight-box-gray,
main .content-right .highlight-box-gray,
main .content-bottom .highlight-box-gray {
  background: url('../assets/images/ASCE_bglight2.jpg');
  border-top: 2px solid #c6cacd;
}
main .content-main .highlight-box-blue,
main .content-right .highlight-box-blue,
main .content-bottom .highlight-box-blue {
  background-color: #eef5f8;
  border-top: 2px solid #bae3f1;
}
main .content-main .testimonial,
main .content-right .testimonial,
main .content-bottom .testimonial,
main .content-main .testimonial-v2,
main .content-right .testimonial-v2,
main .content-bottom .testimonial-v2,
main .content-main .testimonial-v3,
main .content-right .testimonial-v3,
main .content-bottom .testimonial-v3 {
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}
main .content-main .testimonial .icon-quote,
main .content-right .testimonial .icon-quote,
main .content-bottom .testimonial .icon-quote,
main .content-main .testimonial-v2 .icon-quote,
main .content-right .testimonial-v2 .icon-quote,
main .content-bottom .testimonial-v2 .icon-quote,
main .content-main .testimonial-v3 .icon-quote,
main .content-right .testimonial-v3 .icon-quote,
main .content-bottom .testimonial-v3 .icon-quote {
  display: table-cell;
  padding-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
main .content-main .testimonial blockquote,
main .content-right .testimonial blockquote,
main .content-bottom .testimonial blockquote,
main .content-main .testimonial-v2 blockquote,
main .content-right .testimonial-v2 blockquote,
main .content-bottom .testimonial-v2 blockquote,
main .content-main .testimonial-v3 blockquote,
main .content-right .testimonial-v3 blockquote,
main .content-bottom .testimonial-v3 blockquote {
  font-family: "open-sans", Arial;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  border-left: 2px solid #19a1cf;
  margin: 0;
  margin-left: 40px;
  margin-right: 0;
  padding: 10px;
  display: inline-block;
  width: 60%;
}
main .content-main .testimonial div,
main .content-right .testimonial div,
main .content-bottom .testimonial div,
main .content-main .testimonial-v2 div,
main .content-right .testimonial-v2 div,
main .content-bottom .testimonial-v2 div,
main .content-main .testimonial-v3 div,
main .content-right .testimonial-v3 div,
main .content-bottom .testimonial-v3 div {
  background-color: #f4f4f5;
  height: auto;
  position: relative;
  display: inline-block;
  right: 0;
  bottom: 0;
  padding: 15px;
  left: 20px;
  width: 30%;
}
main .content-main .testimonial div .name,
main .content-right .testimonial div .name,
main .content-bottom .testimonial div .name,
main .content-main .testimonial-v2 div .name,
main .content-right .testimonial-v2 div .name,
main .content-bottom .testimonial-v2 div .name,
main .content-main .testimonial-v3 div .name,
main .content-right .testimonial-v3 div .name,
main .content-bottom .testimonial-v3 div .name {
  display: block;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
}
main .content-main .testimonial div .title,
main .content-right .testimonial div .title,
main .content-bottom .testimonial div .title,
main .content-main .testimonial-v2 div .title,
main .content-right .testimonial-v2 div .title,
main .content-bottom .testimonial-v2 div .title,
main .content-main .testimonial-v3 div .title,
main .content-right .testimonial-v3 div .title,
main .content-bottom .testimonial-v3 div .title {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
main .content-main .testimonial-v2,
main .content-right .testimonial-v2,
main .content-bottom .testimonial-v2 {
  margin-top: 0;
  background-color: #ffffff;
}
main .content-main .testimonial-v2 blockquote,
main .content-right .testimonial-v2 blockquote,
main .content-bottom .testimonial-v2 blockquote {
  margin: 0;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}
main .content-main .testimonial-v2 div,
main .content-right .testimonial-v2 div,
main .content-bottom .testimonial-v2 div {
  width: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-left: 30px;
}
main .content-main .testimonial-v2 div span,
main .content-right .testimonial-v2 div span,
main .content-bottom .testimonial-v2 div span {
  display: block;
  text-align: left;
}
main .content-main .testimonial-v3 div,
main .content-right .testimonial-v3 div,
main .content-bottom .testimonial-v3 div {
  display: block;
  margin: 20px 20px 0 20px;
  width: auto;
}
main .content-main .contact-box,
main .content-right .contact-box,
main .content-bottom .contact-box {
  background: url('../assets/images/triangle-dark.png') repeat-x right bottom #ffffff;
  border-left: 2px solid #8c959d;
  width: 100%;
  position: relative;
  text-align: left;
  padding: 20px;
  margin-bottom: 40px;
}
main .content-main .contact-box h2,
main .content-right .contact-box h2,
main .content-bottom .contact-box h2 {
  font-family: "futura-pt", Verdana;
  font-size: 24px;
  /*px fallback*/
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
}
main .content-main .contact-box a,
main .content-right .contact-box a,
main .content-bottom .contact-box a {
  display: block;
}
main .content-main .contact-box span,
main .content-right .contact-box span,
main .content-bottom .contact-box span,
main .content-main .contact-box a,
main .content-right .contact-box a,
main .content-bottom .contact-box a {
  margin-bottom: 0;
}
main .content-main .contact-box .phone,
main .content-right .contact-box .phone,
main .content-bottom .contact-box .phone {
  display: inline-block;
  font-family: "open-sans", Arial;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 0.77777778;
  font-weight: 600;
  font-style: normal;
  white-space: nowrap;
  margin-bottom: 20px;
}
main .content-main .contact-box .phone span:last-child,
main .content-right .contact-box .phone span:last-child,
main .content-bottom .contact-box .phone span:last-child {
  display: inline;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.16666667;
  font-weight: 400;
  font-style: normal;
}
main .content-main .contact-box .phone .icon-phone,
main .content-right .contact-box .phone .icon-phone,
main .content-bottom .contact-box .phone .icon-phone {
  margin-right: 5px;
  cursor: default;
}
main .content-main .contact-box .email,
main .content-right .contact-box .email,
main .content-bottom .contact-box .email {
  display: inline-block;
  margin-bottom: 20px;
  color: #0c5fa8;
}
main .content-main .contact-box .email .icon-mail,
main .content-right .contact-box .email .icon-mail,
main .content-bottom .contact-box .email .icon-mail {
  margin-right: 5px;
}
main .content-main .contact-box .chat,
main .content-right .contact-box .chat,
main .content-bottom .contact-box .chat {
  display: inline-block;
  margin-bottom: 20px;
  color: #62b840;
  font-family: "open-sans", Arial;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
}
main .content-main .contact-box .chat .icon-chat,
main .content-right .contact-box .chat .icon-chat,
main .content-bottom .contact-box .chat .icon-chat {
  margin-right: 5px;
}
main .content-main .contact-box .chat img,
main .content-right .contact-box .chat img,
main .content-bottom .contact-box .chat img {
  max-height: 22px;
  margin-bottom: 0;
}
main .content-main .contact-box .notes,
main .content-right .contact-box .notes,
main .content-bottom .contact-box .notes {
  margin-left: 20px;
}
main .content-main .contact-box .notes span,
main .content-right .contact-box .notes span,
main .content-bottom .contact-box .notes span {
  display: block;
  font-weight: 600;
  margin-left: 0;
}
main .content-main .promo,
main .content-right .promo,
main .content-bottom .promo,
main .content-main .promo-300x250,
main .content-right .promo-300x250,
main .content-bottom .promo-300x250 {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 700;
  font-style: normal;
  background-color: #8c959d;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 180px;
  height: 150px;
}
main .content-main .promo-300x250,
main .content-right .promo-300x250,
main .content-bottom .promo-300x250 {
  width: 300px;
  height: 250px;
  margin-bottom: 40px;
}
main .content-main .featured-news,
main .content-right .featured-news,
main .content-bottom .featured-news,
main .content-main .featured-news-intro,
main .content-right .featured-news-intro,
main .content-bottom .featured-news-intro,
main .content-main .featured-news-image,
main .content-right .featured-news-image,
main .content-bottom .featured-news-image {
  position: relative;
  padding: 10px 20px 10px 10px;
  margin-left: 17px;
  margin-bottom: 20px;
  border: 2px solid #ffffff;
}
main .content-main .featured-news a:hover,
main .content-right .featured-news a:hover,
main .content-bottom .featured-news a:hover,
main .content-main .featured-news-intro a:hover,
main .content-right .featured-news-intro a:hover,
main .content-bottom .featured-news-intro a:hover,
main .content-main .featured-news-image a:hover,
main .content-right .featured-news-image a:hover,
main .content-bottom .featured-news-image a:hover,
main .content-main .featured-news a:focus,
main .content-right .featured-news a:focus,
main .content-bottom .featured-news a:focus,
main .content-main .featured-news-intro a:focus,
main .content-right .featured-news-intro a:focus,
main .content-bottom .featured-news-intro a:focus,
main .content-main .featured-news-image a:focus,
main .content-right .featured-news-image a:focus,
main .content-bottom .featured-news-image a:focus,
main .content-main .featured-news a:active,
main .content-right .featured-news a:active,
main .content-bottom .featured-news a:active,
main .content-main .featured-news-intro a:active,
main .content-right .featured-news-intro a:active,
main .content-bottom .featured-news-intro a:active,
main .content-main .featured-news-image a:active,
main .content-right .featured-news-image a:active,
main .content-bottom .featured-news-image a:active {
  text-decoration: none;
}
main .content-main .featured-news .title,
main .content-right .featured-news .title,
main .content-bottom .featured-news .title,
main .content-main .featured-news-intro .title,
main .content-right .featured-news-intro .title,
main .content-bottom .featured-news-intro .title,
main .content-main .featured-news-image .title,
main .content-right .featured-news-image .title,
main .content-bottom .featured-news-image .title {
  display: block;
  text-transform: uppercase;
  text-align: left;
  padding: 0 30px 0 0;
  font-weight: 700;
  color: #0c5fa8;
  margin-top: -2px;
  margin-left: 50px;
}
main .content-main .featured-news .date-overlay,
main .content-right .featured-news .date-overlay,
main .content-bottom .featured-news .date-overlay,
main .content-main .featured-news-intro .date-overlay,
main .content-right .featured-news-intro .date-overlay,
main .content-bottom .featured-news-intro .date-overlay,
main .content-main .featured-news-image .date-overlay,
main .content-right .featured-news-image .date-overlay,
main .content-bottom .featured-news-image .date-overlay {
  margin-top: 10px;
  margin-left: 10px;
  color: #1a1d22;
}
main .content-main .featured-news img,
main .content-right .featured-news img,
main .content-bottom .featured-news img,
main .content-main .featured-news-intro img,
main .content-right .featured-news-intro img,
main .content-bottom .featured-news-intro img,
main .content-main .featured-news-image img,
main .content-right .featured-news-image img,
main .content-bottom .featured-news-image img {
  margin: -12px 15px 0 0;
  max-width: 100px;
  max-height: 100px;
}
main .content-main .featured-news p,
main .content-right .featured-news p,
main .content-bottom .featured-news p,
main .content-main .featured-news-intro p,
main .content-right .featured-news-intro p,
main .content-bottom .featured-news-intro p,
main .content-main .featured-news-image p,
main .content-right .featured-news-image p,
main .content-bottom .featured-news-image p {
  color: #1a1d22;
  margin-bottom: 0;
  margin-top: -15px;
}
main .content-main .featured-news:after,
main .content-right .featured-news:after,
main .content-bottom .featured-news:after,
main .content-main .featured-news-intro:after,
main .content-right .featured-news-intro:after,
main .content-bottom .featured-news-intro:after,
main .content-main .featured-news-image:after,
main .content-right .featured-news-image:after,
main .content-bottom .featured-news-image:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
main .content-main .featured-news:hover,
main .content-right .featured-news:hover,
main .content-bottom .featured-news:hover,
main .content-main .featured-news-intro:hover,
main .content-right .featured-news-intro:hover,
main .content-bottom .featured-news-intro:hover,
main .content-main .featured-news-image:hover,
main .content-right .featured-news-image:hover,
main .content-bottom .featured-news-image:hover {
  border: 2px solid #e8eaeb;
}
main .content-main .featured-news:hover .triangle,
main .content-right .featured-news:hover .triangle,
main .content-bottom .featured-news:hover .triangle,
main .content-main .featured-news-intro:hover .triangle,
main .content-right .featured-news-intro:hover .triangle,
main .content-bottom .featured-news-intro:hover .triangle,
main .content-main .featured-news-image:hover .triangle,
main .content-right .featured-news-image:hover .triangle,
main .content-bottom .featured-news-image:hover .triangle {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #19a1cf transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -2px;
  margin-right: -2px;
}
main .content-main .featured-news,
main .content-right .featured-news,
main .content-bottom .featured-news {
  padding-right: 0;
}
main .content-main .featured-news p,
main .content-right .featured-news p,
main .content-bottom .featured-news p {
  margin-left: 50px;
}
main .content-main .featured-news-intro,
main .content-right .featured-news-intro,
main .content-bottom .featured-news-intro {
  margin-bottom: 40px;
}
main .content-main .featured-news-intro img,
main .content-right .featured-news-intro img,
main .content-bottom .featured-news-intro img {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 140px;
  max-height: 140px;
}
main .content-main .featured-news-intro .title,
main .content-right .featured-news-intro .title,
main .content-bottom .featured-news-intro .title {
  font-family: "open-sans", Arial;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
}
main .content-main .featured-news-intro p,
main .content-right .featured-news-intro p,
main .content-bottom .featured-news-intro p {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
  margin-left: 20px;
}
main .content-main .jobs,
main .content-right .jobs,
main .content-bottom .jobs,
main .content-main .jobs-v2,
main .content-right .jobs-v2,
main .content-bottom .jobs-v2 {
  text-align: left;
  margin: 0;
}
main .content-main .jobs h2,
main .content-right .jobs h2,
main .content-bottom .jobs h2,
main .content-main .jobs-v2 h2,
main .content-right .jobs-v2 h2,
main .content-bottom .jobs-v2 h2 {
  margin: 0;
  padding: 0;
  border: none;
}
main .content-main .jobs .intro,
main .content-right .jobs .intro,
main .content-bottom .jobs .intro,
main .content-main .jobs-v2 .intro,
main .content-right .jobs-v2 .intro,
main .content-bottom .jobs-v2 .intro {
  background-color: #ffffff;
  padding: 20px;
}
main .content-main .jobs .intro h3,
main .content-right .jobs .intro h3,
main .content-bottom .jobs .intro h3,
main .content-main .jobs-v2 .intro h3,
main .content-right .jobs-v2 .intro h3,
main .content-bottom .jobs-v2 .intro h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
main .content-main .jobs .intro p,
main .content-right .jobs .intro p,
main .content-bottom .jobs .intro p,
main .content-main .jobs-v2 .intro p,
main .content-right .jobs-v2 .intro p,
main .content-bottom .jobs-v2 .intro p {
  margin-bottom: 0;
}
main .content-main .jobs .title,
main .content-right .jobs .title,
main .content-bottom .jobs .title,
main .content-main .jobs-v2 .title,
main .content-right .jobs-v2 .title,
main .content-bottom .jobs-v2 .title {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 0;
  font-family: "futura-pt", Verdana;
  font-size: 36px;
  /*px fallback*/
  font-size: 3.6rem;
  line-height: 0.44444444;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background-color: #8c959d;
  border-bottom: 2px solid #ffffff;
}
main .content-main .jobs .title .text,
main .content-right .jobs .title .text,
main .content-bottom .jobs .title .text,
main .content-main .jobs-v2 .title .text,
main .content-right .jobs-v2 .title .text,
main .content-bottom .jobs-v2 .title .text {
  padding-left: 20px;
  font-family: "futura-pt", Verdana;
  font-size: 36px;
  /*px fallback*/
  font-size: 3.6rem;
  line-height: 0.44444444;
  font-weight: 300;
  font-style: normal;
}
main .content-main .jobs .title .icon,
main .content-right .jobs .title .icon,
main .content-bottom .jobs .title .icon,
main .content-main .jobs-v2 .title .icon,
main .content-right .jobs-v2 .title .icon,
main .content-bottom .jobs-v2 .title .icon {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -310px -40px;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  margin-bottom: 7px;
  -webkit-transform: rotate(-90deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(-90deg);
  /* FF */
  -o-transform: rotate(-90deg);
  /* Opera */
  -ms-transform: rotate(-90deg);
  /* IE9 */
  transform: rotate(-90deg);
}
main .content-main .jobs .title .icon:hover,
main .content-right .jobs .title .icon:hover,
main .content-bottom .jobs .title .icon:hover,
main .content-main .jobs-v2 .title .icon:hover,
main .content-right .jobs-v2 .title .icon:hover,
main .content-bottom .jobs-v2 .title .icon:hover {
  cursor: inherit;
}
main .content-main .jobs span.title:before,
main .content-right .jobs span.title:before,
main .content-bottom .jobs span.title:before,
main .content-main .jobs-v2 span.title:before,
main .content-right .jobs-v2 span.title:before,
main .content-bottom .jobs-v2 span.title:before {
  display: block;
  position: absolute;
  content: " ";
  color: transparent;
  border-left: 2px solid #65707a;
  height: 100%;
  left: 0;
  top: 0;
  padding: 2px 0;
}
main .content-main .jobs a.title,
main .content-right .jobs a.title,
main .content-bottom .jobs a.title,
main .content-main .jobs-v2 a.title,
main .content-right .jobs-v2 a.title,
main .content-bottom .jobs-v2 a.title {
  background-color: #19a1cf;
  position: relative;
}
main .content-main .jobs a.title:hover,
main .content-right .jobs a.title:hover,
main .content-bottom .jobs a.title:hover,
main .content-main .jobs-v2 a.title:hover,
main .content-right .jobs-v2 a.title:hover,
main .content-bottom .jobs-v2 a.title:hover,
main .content-main .jobs a.title:focus,
main .content-right .jobs a.title:focus,
main .content-bottom .jobs a.title:focus,
main .content-main .jobs-v2 a.title:focus,
main .content-right .jobs-v2 a.title:focus,
main .content-bottom .jobs-v2 a.title:focus,
main .content-main .jobs a.title:active,
main .content-right .jobs a.title:active,
main .content-bottom .jobs a.title:active,
main .content-main .jobs-v2 a.title:active,
main .content-right .jobs-v2 a.title:active,
main .content-bottom .jobs-v2 a.title:active {
  background-color: #0c5fa8;
}
main .content-main .jobs a.title:before,
main .content-right .jobs a.title:before,
main .content-bottom .jobs a.title:before,
main .content-main .jobs-v2 a.title:before,
main .content-right .jobs-v2 a.title:before,
main .content-bottom .jobs-v2 a.title:before {
  display: block;
  position: absolute;
  content: " ";
  color: transparent;
  border-left: 2px solid #0687b2;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 2px 0;
}
main .content-main .jobs .content,
main .content-right .jobs .content,
main .content-bottom .jobs .content,
main .content-main .jobs-v2 .content,
main .content-right .jobs-v2 .content,
main .content-bottom .jobs-v2 .content {
  background-color: #e8eaeb;
  margin-top: 0;
}
main .content-main .jobs .content ul,
main .content-right .jobs .content ul,
main .content-bottom .jobs .content ul,
main .content-main .jobs-v2 .content ul,
main .content-right .jobs-v2 .content ul,
main .content-bottom .jobs-v2 .content ul {
  margin: 0;
  margin-right: 150px;
  padding: 15px 0 0 0;
  list-style: none;
}
main .content-main .jobs .content ul li,
main .content-right .jobs .content ul li,
main .content-bottom .jobs .content ul li,
main .content-main .jobs-v2 .content ul li,
main .content-right .jobs-v2 .content ul li,
main .content-bottom .jobs-v2 .content ul li {
  text-align: left;
  margin-bottom: 15px;
  padding-left: 0;
  background: none;
}
main .content-main .jobs .content ul a,
main .content-right .jobs .content ul a,
main .content-bottom .jobs .content ul a,
main .content-main .jobs-v2 .content ul a,
main .content-right .jobs-v2 .content ul a,
main .content-bottom .jobs-v2 .content ul a {
  display: block;
  width: 100%;
  padding: 5px 0 5px 0;
  text-decoration: none;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
  color: #1a1d22;
}
main .content-main .jobs .content ul a:visited,
main .content-right .jobs .content ul a:visited,
main .content-bottom .jobs .content ul a:visited,
main .content-main .jobs-v2 .content ul a:visited,
main .content-right .jobs-v2 .content ul a:visited,
main .content-bottom .jobs-v2 .content ul a:visited {
  color: #1a1d22;
}
main .content-main .jobs .content ul a:hover,
main .content-right .jobs .content ul a:hover,
main .content-bottom .jobs .content ul a:hover,
main .content-main .jobs-v2 .content ul a:hover,
main .content-right .jobs-v2 .content ul a:hover,
main .content-bottom .jobs-v2 .content ul a:hover,
main .content-main .jobs .content ul a:focus,
main .content-right .jobs .content ul a:focus,
main .content-bottom .jobs .content ul a:focus,
main .content-main .jobs-v2 .content ul a:focus,
main .content-right .jobs-v2 .content ul a:focus,
main .content-bottom .jobs-v2 .content ul a:focus,
main .content-main .jobs .content ul a:active,
main .content-right .jobs .content ul a:active,
main .content-bottom .jobs .content ul a:active,
main .content-main .jobs-v2 .content ul a:active,
main .content-right .jobs-v2 .content ul a:active,
main .content-bottom .jobs-v2 .content ul a:active {
  background-color: #19a1cf;
}
main .content-main .jobs .content ul a:hover span,
main .content-right .jobs .content ul a:hover span,
main .content-bottom .jobs .content ul a:hover span,
main .content-main .jobs-v2 .content ul a:hover span,
main .content-right .jobs-v2 .content ul a:hover span,
main .content-bottom .jobs-v2 .content ul a:hover span,
main .content-main .jobs .content ul a:focus span,
main .content-right .jobs .content ul a:focus span,
main .content-bottom .jobs .content ul a:focus span,
main .content-main .jobs-v2 .content ul a:focus span,
main .content-right .jobs-v2 .content ul a:focus span,
main .content-bottom .jobs-v2 .content ul a:focus span,
main .content-main .jobs .content ul a:active span,
main .content-right .jobs .content ul a:active span,
main .content-bottom .jobs .content ul a:active span,
main .content-main .jobs-v2 .content ul a:active span,
main .content-right .jobs-v2 .content ul a:active span,
main .content-bottom .jobs-v2 .content ul a:active span {
  color: #ffffff;
}
main .content-main .jobs .content ul a > span,
main .content-right .jobs .content ul a > span,
main .content-bottom .jobs .content ul a > span,
main .content-main .jobs-v2 .content ul a > span,
main .content-right .jobs-v2 .content ul a > span,
main .content-bottom .jobs-v2 .content ul a > span {
  display: block;
  margin-left: 20px;
}
main .content-main .jobs .content ul a .em,
main .content-right .jobs .content ul a .em,
main .content-bottom .jobs .content ul a .em,
main .content-main .jobs-v2 .content ul a .em,
main .content-right .jobs-v2 .content ul a .em,
main .content-bottom .jobs-v2 .content ul a .em {
  font-weight: 600;
  color: #0c5fa8;
}
main .content-main .jobs .content ul a .em:visited,
main .content-right .jobs .content ul a .em:visited,
main .content-bottom .jobs .content ul a .em:visited,
main .content-main .jobs-v2 .content ul a .em:visited,
main .content-right .jobs-v2 .content ul a .em:visited,
main .content-bottom .jobs-v2 .content ul a .em:visited {
  color: #0c5fa8;
}
main .content-main .jobs .content .links,
main .content-right .jobs .content .links,
main .content-bottom .jobs .content .links,
main .content-main .jobs-v2 .content .links,
main .content-right .jobs-v2 .content .links,
main .content-bottom .jobs-v2 .content .links {
  margin: 0 20px;
  padding-bottom: 30px;
}
main .content-main .jobs .content .links > div,
main .content-right .jobs .content .links > div,
main .content-bottom .jobs .content .links > div,
main .content-main .jobs-v2 .content .links > div,
main .content-right .jobs-v2 .content .links > div,
main .content-bottom .jobs-v2 .content .links > div {
  width: 100%;
  background-color: #ffffff;
  padding: 5px 0;
  text-align: left;
}
main .content-main .jobs .content .links > div a,
main .content-right .jobs .content .links > div a,
main .content-bottom .jobs .content .links > div a,
main .content-main .jobs-v2 .content .links > div a,
main .content-right .jobs-v2 .content .links > div a,
main .content-bottom .jobs-v2 .content .links > div a {
  display: inline;
  padding: 10px;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 600;
  font-style: normal;
  color: #0c5fa8;
}
main .content-main .jobs .content .links > div a:hover,
main .content-right .jobs .content .links > div a:hover,
main .content-bottom .jobs .content .links > div a:hover,
main .content-main .jobs-v2 .content .links > div a:hover,
main .content-right .jobs-v2 .content .links > div a:hover,
main .content-bottom .jobs-v2 .content .links > div a:hover,
main .content-main .jobs .content .links > div a:focus,
main .content-right .jobs .content .links > div a:focus,
main .content-bottom .jobs .content .links > div a:focus,
main .content-main .jobs-v2 .content .links > div a:focus,
main .content-right .jobs-v2 .content .links > div a:focus,
main .content-bottom .jobs-v2 .content .links > div a:focus,
main .content-main .jobs .content .links > div a:active,
main .content-right .jobs .content .links > div a:active,
main .content-bottom .jobs .content .links > div a:active,
main .content-main .jobs-v2 .content .links > div a:active,
main .content-right .jobs-v2 .content .links > div a:active,
main .content-bottom .jobs-v2 .content .links > div a:active {
  color: #19a1cf;
  text-decoration: none;
}
main .content-main .jobs .content .links > div a .icon-search-3,
main .content-right .jobs .content .links > div a .icon-search-3,
main .content-bottom .jobs .content .links > div a .icon-search-3,
main .content-main .jobs-v2 .content .links > div a .icon-search-3,
main .content-right .jobs-v2 .content .links > div a .icon-search-3,
main .content-bottom .jobs-v2 .content .links > div a .icon-search-3,
main .content-main .jobs .content .links > div a .icon-edit,
main .content-right .jobs .content .links > div a .icon-edit,
main .content-bottom .jobs .content .links > div a .icon-edit,
main .content-main .jobs-v2 .content .links > div a .icon-edit,
main .content-right .jobs-v2 .content .links > div a .icon-edit,
main .content-bottom .jobs-v2 .content .links > div a .icon-edit {
  margin-right: 5px;
}
main .content-main .jobs-v2 .content,
main .content-right .jobs-v2 .content,
main .content-bottom .jobs-v2 .content {
  background-color: #f4f4f5;
}
main .content-main .jobs-v2 .content ul,
main .content-right .jobs-v2 .content ul,
main .content-bottom .jobs-v2 .content ul {
  margin-right: 20px;
}
main .content-main .jobs-v2 .content .links,
main .content-right .jobs-v2 .content .links,
main .content-bottom .jobs-v2 .content .links {
  margin-bottom: 0;
}
main .content-main .jobs-v2 .content .links > div a,
main .content-right .jobs-v2 .content .links > div a,
main .content-bottom .jobs-v2 .content .links > div a {
  display: block;
}
main .content-main .jobs-v2 .content .links > div a span,
main .content-right .jobs-v2 .content .links > div a span,
main .content-bottom .jobs-v2 .content .links > div a span {
  margin-bottom: 0;
}
main .content-main .continuing-education .featured,
main .content-right .continuing-education .featured,
main .content-bottom .continuing-education .featured,
main .content-main .continuing-education-v2 .featured,
main .content-right .continuing-education-v2 .featured,
main .content-bottom .continuing-education-v2 .featured,
main .content-main .conferences-events .featured,
main .content-right .conferences-events .featured,
main .content-bottom .conferences-events .featured,
main .content-main .conferences-events-v2 .featured,
main .content-right .conferences-events-v2 .featured,
main .content-bottom .conferences-events-v2 .featured,
main .content-main .events-calendar .featured,
main .content-right .events-calendar .featured,
main .content-bottom .events-calendar .featured {
  position: relative;
  margin: 30px 10px 10px 0;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 100%;
}
main .content-main .continuing-education .featured .header,
main .content-right .continuing-education .featured .header,
main .content-bottom .continuing-education .featured .header,
main .content-main .continuing-education-v2 .featured .header,
main .content-right .continuing-education-v2 .featured .header,
main .content-bottom .continuing-education-v2 .featured .header,
main .content-main .conferences-events .featured .header,
main .content-right .conferences-events .featured .header,
main .content-bottom .conferences-events .featured .header,
main .content-main .conferences-events-v2 .featured .header,
main .content-right .conferences-events-v2 .featured .header,
main .content-bottom .conferences-events-v2 .featured .header,
main .content-main .events-calendar .featured .header,
main .content-right .events-calendar .featured .header,
main .content-bottom .events-calendar .featured .header {
  display: table-row;
}
main .content-main .continuing-education .featured .header .light,
main .content-right .continuing-education .featured .header .light,
main .content-bottom .continuing-education .featured .header .light,
main .content-main .continuing-education-v2 .featured .header .light,
main .content-right .continuing-education-v2 .featured .header .light,
main .content-bottom .continuing-education-v2 .featured .header .light,
main .content-main .conferences-events .featured .header .light,
main .content-right .conferences-events .featured .header .light,
main .content-bottom .conferences-events .featured .header .light,
main .content-main .conferences-events-v2 .featured .header .light,
main .content-right .conferences-events-v2 .featured .header .light,
main .content-bottom .conferences-events-v2 .featured .header .light,
main .content-main .events-calendar .featured .header .light,
main .content-right .events-calendar .featured .header .light,
main .content-bottom .events-calendar .featured .header .light,
main .content-main .continuing-education .featured .header .dark,
main .content-right .continuing-education .featured .header .dark,
main .content-bottom .continuing-education .featured .header .dark,
main .content-main .continuing-education-v2 .featured .header .dark,
main .content-right .continuing-education-v2 .featured .header .dark,
main .content-bottom .continuing-education-v2 .featured .header .dark,
main .content-main .conferences-events .featured .header .dark,
main .content-right .conferences-events .featured .header .dark,
main .content-bottom .conferences-events .featured .header .dark,
main .content-main .conferences-events-v2 .featured .header .dark,
main .content-right .conferences-events-v2 .featured .header .dark,
main .content-bottom .conferences-events-v2 .featured .header .dark,
main .content-main .events-calendar .featured .header .dark,
main .content-right .events-calendar .featured .header .dark,
main .content-bottom .events-calendar .featured .header .dark {
  padding: 15px 25px;
  text-transform: uppercase;
  display: table-cell;
}
main .content-main .continuing-education .featured .header .light span,
main .content-right .continuing-education .featured .header .light span,
main .content-bottom .continuing-education .featured .header .light span,
main .content-main .continuing-education-v2 .featured .header .light span,
main .content-right .continuing-education-v2 .featured .header .light span,
main .content-bottom .continuing-education-v2 .featured .header .light span,
main .content-main .conferences-events .featured .header .light span,
main .content-right .conferences-events .featured .header .light span,
main .content-bottom .conferences-events .featured .header .light span,
main .content-main .conferences-events-v2 .featured .header .light span,
main .content-right .conferences-events-v2 .featured .header .light span,
main .content-bottom .conferences-events-v2 .featured .header .light span,
main .content-main .events-calendar .featured .header .light span,
main .content-right .events-calendar .featured .header .light span,
main .content-bottom .events-calendar .featured .header .light span {
  font-family: "futura-pt", Verdana;
  font-size: 18px;
  /*px fallback*/
  font-size: 1.8rem;
  line-height: 0.88888889;
  font-weight: 500;
  font-style: normal;
}
main .content-main .continuing-education .featured .header .light span:last-child,
main .content-right .continuing-education .featured .header .light span:last-child,
main .content-bottom .continuing-education .featured .header .light span:last-child,
main .content-main .continuing-education-v2 .featured .header .light span:last-child,
main .content-right .continuing-education-v2 .featured .header .light span:last-child,
main .content-bottom .continuing-education-v2 .featured .header .light span:last-child,
main .content-main .conferences-events .featured .header .light span:last-child,
main .content-right .conferences-events .featured .header .light span:last-child,
main .content-bottom .conferences-events .featured .header .light span:last-child,
main .content-main .conferences-events-v2 .featured .header .light span:last-child,
main .content-right .conferences-events-v2 .featured .header .light span:last-child,
main .content-bottom .conferences-events-v2 .featured .header .light span:last-child,
main .content-main .events-calendar .featured .header .light span:last-child,
main .content-right .events-calendar .featured .header .light span:last-child,
main .content-bottom .events-calendar .featured .header .light span:last-child {
  font-family: "futura-pt", Verdana;
  font-size: 14px;
  /*px fallback*/
  font-size: 1.4rem;
  line-height: 1.14285714;
  font-weight: 500;
  font-style: normal;
}
main .content-main .continuing-education .featured .header .dark,
main .content-right .continuing-education .featured .header .dark,
main .content-bottom .continuing-education .featured .header .dark,
main .content-main .continuing-education-v2 .featured .header .dark,
main .content-right .continuing-education-v2 .featured .header .dark,
main .content-bottom .continuing-education-v2 .featured .header .dark,
main .content-main .conferences-events .featured .header .dark,
main .content-right .conferences-events .featured .header .dark,
main .content-bottom .conferences-events .featured .header .dark,
main .content-main .conferences-events-v2 .featured .header .dark,
main .content-right .conferences-events-v2 .featured .header .dark,
main .content-bottom .conferences-events-v2 .featured .header .dark,
main .content-main .events-calendar .featured .header .dark,
main .content-right .events-calendar .featured .header .dark,
main .content-bottom .events-calendar .featured .header .dark {
  font-family: "futura-pt", Verdana;
  font-size: 14px;
  /*px fallback*/
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 500;
  font-style: normal;
}
main .content-main .continuing-education .featured .content,
main .content-right .continuing-education .featured .content,
main .content-bottom .continuing-education .featured .content,
main .content-main .continuing-education-v2 .featured .content,
main .content-right .continuing-education-v2 .featured .content,
main .content-bottom .continuing-education-v2 .featured .content,
main .content-main .conferences-events .featured .content,
main .content-right .conferences-events .featured .content,
main .content-bottom .conferences-events .featured .content,
main .content-main .conferences-events-v2 .featured .content,
main .content-right .conferences-events-v2 .featured .content,
main .content-bottom .conferences-events-v2 .featured .content,
main .content-main .events-calendar .featured .content,
main .content-right .events-calendar .featured .content,
main .content-bottom .events-calendar .featured .content {
  display: table-row;
}
main .content-main .continuing-education .featured .content .pattern,
main .content-right .continuing-education .featured .content .pattern,
main .content-bottom .continuing-education .featured .content .pattern,
main .content-main .continuing-education-v2 .featured .content .pattern,
main .content-right .continuing-education-v2 .featured .content .pattern,
main .content-bottom .continuing-education-v2 .featured .content .pattern,
main .content-main .conferences-events .featured .content .pattern,
main .content-right .conferences-events .featured .content .pattern,
main .content-bottom .conferences-events .featured .content .pattern,
main .content-main .conferences-events-v2 .featured .content .pattern,
main .content-right .conferences-events-v2 .featured .content .pattern,
main .content-bottom .conferences-events-v2 .featured .content .pattern,
main .content-main .events-calendar .featured .content .pattern,
main .content-right .events-calendar .featured .content .pattern,
main .content-bottom .events-calendar .featured .content .pattern,
main .content-main .continuing-education .featured .content .plain,
main .content-right .continuing-education .featured .content .plain,
main .content-bottom .continuing-education .featured .content .plain,
main .content-main .continuing-education-v2 .featured .content .plain,
main .content-right .continuing-education-v2 .featured .content .plain,
main .content-bottom .continuing-education-v2 .featured .content .plain,
main .content-main .conferences-events .featured .content .plain,
main .content-right .conferences-events .featured .content .plain,
main .content-bottom .conferences-events .featured .content .plain,
main .content-main .conferences-events-v2 .featured .content .plain,
main .content-right .conferences-events-v2 .featured .content .plain,
main .content-bottom .conferences-events-v2 .featured .content .plain,
main .content-main .events-calendar .featured .content .plain,
main .content-right .events-calendar .featured .content .plain,
main .content-bottom .events-calendar .featured .content .plain {
  vertical-align: top;
  width: 50%;
  padding: 30px 25px;
  border-top: 2px solid #ffffff;
}
main .content-main .continuing-education .featured .content .pattern span,
main .content-right .continuing-education .featured .content .pattern span,
main .content-bottom .continuing-education .featured .content .pattern span,
main .content-main .continuing-education-v2 .featured .content .pattern span,
main .content-right .continuing-education-v2 .featured .content .pattern span,
main .content-bottom .continuing-education-v2 .featured .content .pattern span,
main .content-main .conferences-events .featured .content .pattern span,
main .content-right .conferences-events .featured .content .pattern span,
main .content-bottom .conferences-events .featured .content .pattern span,
main .content-main .conferences-events-v2 .featured .content .pattern span,
main .content-right .conferences-events-v2 .featured .content .pattern span,
main .content-bottom .conferences-events-v2 .featured .content .pattern span,
main .content-main .events-calendar .featured .content .pattern span,
main .content-right .events-calendar .featured .content .pattern span,
main .content-bottom .events-calendar .featured .content .pattern span,
main .content-main .continuing-education .featured .content .plain span,
main .content-right .continuing-education .featured .content .plain span,
main .content-bottom .continuing-education .featured .content .plain span,
main .content-main .continuing-education-v2 .featured .content .plain span,
main .content-right .continuing-education-v2 .featured .content .plain span,
main .content-bottom .continuing-education-v2 .featured .content .plain span,
main .content-main .conferences-events .featured .content .plain span,
main .content-right .conferences-events .featured .content .plain span,
main .content-bottom .conferences-events .featured .content .plain span,
main .content-main .conferences-events-v2 .featured .content .plain span,
main .content-right .conferences-events-v2 .featured .content .plain span,
main .content-bottom .conferences-events-v2 .featured .content .plain span,
main .content-main .events-calendar .featured .content .plain span,
main .content-right .events-calendar .featured .content .plain span,
main .content-bottom .events-calendar .featured .content .plain span {
  margin-right: 50px;
  word-wrap: break-word;
}
main .content-main .continuing-education .featured .content .pattern,
main .content-right .continuing-education .featured .content .pattern,
main .content-bottom .continuing-education .featured .content .pattern,
main .content-main .continuing-education-v2 .featured .content .pattern,
main .content-right .continuing-education-v2 .featured .content .pattern,
main .content-bottom .continuing-education-v2 .featured .content .pattern,
main .content-main .conferences-events .featured .content .pattern,
main .content-right .conferences-events .featured .content .pattern,
main .content-bottom .conferences-events .featured .content .pattern,
main .content-main .conferences-events-v2 .featured .content .pattern,
main .content-right .conferences-events-v2 .featured .content .pattern,
main .content-bottom .conferences-events-v2 .featured .content .pattern,
main .content-main .events-calendar .featured .content .pattern,
main .content-right .events-calendar .featured .content .pattern,
main .content-bottom .events-calendar .featured .content .pattern {
  background: url('../assets/images/triangle-dark.png') repeat-x right bottom, #8c959d;
}
main .content-main .continuing-education .featured .content .pattern span,
main .content-right .continuing-education .featured .content .pattern span,
main .content-bottom .continuing-education .featured .content .pattern span,
main .content-main .continuing-education-v2 .featured .content .pattern span,
main .content-right .continuing-education-v2 .featured .content .pattern span,
main .content-bottom .continuing-education-v2 .featured .content .pattern span,
main .content-main .conferences-events .featured .content .pattern span,
main .content-right .conferences-events .featured .content .pattern span,
main .content-bottom .conferences-events .featured .content .pattern span,
main .content-main .conferences-events-v2 .featured .content .pattern span,
main .content-right .conferences-events-v2 .featured .content .pattern span,
main .content-bottom .conferences-events-v2 .featured .content .pattern span,
main .content-main .events-calendar .featured .content .pattern span,
main .content-right .events-calendar .featured .content .pattern span,
main .content-bottom .events-calendar .featured .content .pattern span {
  font-family: "futura-pt", Verdana;
  font-size: 20px;
  /*px fallback*/
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-transform: uppercase;
}
main .content-main .continuing-education .featured .content .pattern span:nth-child(2),
main .content-right .continuing-education .featured .content .pattern span:nth-child(2),
main .content-bottom .continuing-education .featured .content .pattern span:nth-child(2),
main .content-main .continuing-education-v2 .featured .content .pattern span:nth-child(2),
main .content-right .continuing-education-v2 .featured .content .pattern span:nth-child(2),
main .content-bottom .continuing-education-v2 .featured .content .pattern span:nth-child(2),
main .content-main .conferences-events .featured .content .pattern span:nth-child(2),
main .content-right .conferences-events .featured .content .pattern span:nth-child(2),
main .content-bottom .conferences-events .featured .content .pattern span:nth-child(2),
main .content-main .conferences-events-v2 .featured .content .pattern span:nth-child(2),
main .content-right .conferences-events-v2 .featured .content .pattern span:nth-child(2),
main .content-bottom .conferences-events-v2 .featured .content .pattern span:nth-child(2),
main .content-main .events-calendar .featured .content .pattern span:nth-child(2),
main .content-right .events-calendar .featured .content .pattern span:nth-child(2),
main .content-bottom .events-calendar .featured .content .pattern span:nth-child(2) {
  font-family: "futura-pt", Verdana;
  font-size: 14px;
  /*px fallback*/
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 500;
  font-style: normal;
}
main .content-main .continuing-education .featured .content .plain,
main .content-right .continuing-education .featured .content .plain,
main .content-bottom .continuing-education .featured .content .plain,
main .content-main .continuing-education-v2 .featured .content .plain,
main .content-right .continuing-education-v2 .featured .content .plain,
main .content-bottom .continuing-education-v2 .featured .content .plain,
main .content-main .conferences-events .featured .content .plain,
main .content-right .conferences-events .featured .content .plain,
main .content-bottom .conferences-events .featured .content .plain,
main .content-main .conferences-events-v2 .featured .content .plain,
main .content-right .conferences-events-v2 .featured .content .plain,
main .content-bottom .conferences-events-v2 .featured .content .plain,
main .content-main .events-calendar .featured .content .plain,
main .content-right .events-calendar .featured .content .plain,
main .content-bottom .events-calendar .featured .content .plain {
  background-color: #a2aab0;
}
main .content-main .continuing-education .featured .content .plain span,
main .content-right .continuing-education .featured .content .plain span,
main .content-bottom .continuing-education .featured .content .plain span,
main .content-main .continuing-education-v2 .featured .content .plain span,
main .content-right .continuing-education-v2 .featured .content .plain span,
main .content-bottom .continuing-education-v2 .featured .content .plain span,
main .content-main .conferences-events .featured .content .plain span,
main .content-right .conferences-events .featured .content .plain span,
main .content-bottom .conferences-events .featured .content .plain span,
main .content-main .conferences-events-v2 .featured .content .plain span,
main .content-right .conferences-events-v2 .featured .content .plain span,
main .content-bottom .conferences-events-v2 .featured .content .plain span,
main .content-main .events-calendar .featured .content .plain span,
main .content-right .events-calendar .featured .content .plain span,
main .content-bottom .events-calendar .featured .content .plain span {
  font-family: "open-sans", Arial;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333333;
  font-weight: 600;
  font-style: normal;
}
main .content-main .continuing-education .featured .content .wrapper,
main .content-right .continuing-education .featured .content .wrapper,
main .content-bottom .continuing-education .featured .content .wrapper,
main .content-main .continuing-education-v2 .featured .content .wrapper,
main .content-right .continuing-education-v2 .featured .content .wrapper,
main .content-bottom .continuing-education-v2 .featured .content .wrapper,
main .content-main .conferences-events .featured .content .wrapper,
main .content-right .conferences-events .featured .content .wrapper,
main .content-bottom .conferences-events .featured .content .wrapper,
main .content-main .conferences-events-v2 .featured .content .wrapper,
main .content-right .conferences-events-v2 .featured .content .wrapper,
main .content-bottom .conferences-events-v2 .featured .content .wrapper,
main .content-main .events-calendar .featured .content .wrapper,
main .content-right .events-calendar .featured .content .wrapper,
main .content-bottom .events-calendar .featured .content .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
main .content-main .continuing-education .featured .pattern,
main .content-right .continuing-education .featured .pattern,
main .content-bottom .continuing-education .featured .pattern,
main .content-main .continuing-education-v2 .featured .pattern,
main .content-right .continuing-education-v2 .featured .pattern,
main .content-bottom .continuing-education-v2 .featured .pattern,
main .content-main .conferences-events .featured .pattern,
main .content-right .conferences-events .featured .pattern,
main .content-bottom .conferences-events .featured .pattern,
main .content-main .conferences-events-v2 .featured .pattern,
main .content-right .conferences-events-v2 .featured .pattern,
main .content-bottom .conferences-events-v2 .featured .pattern,
main .content-main .events-calendar .featured .pattern,
main .content-right .events-calendar .featured .pattern,
main .content-bottom .events-calendar .featured .pattern,
main .content-main .continuing-education .featured .plain,
main .content-right .continuing-education .featured .plain,
main .content-bottom .continuing-education .featured .plain,
main .content-main .continuing-education-v2 .featured .plain,
main .content-right .continuing-education-v2 .featured .plain,
main .content-bottom .continuing-education-v2 .featured .plain,
main .content-main .conferences-events .featured .plain,
main .content-right .conferences-events .featured .plain,
main .content-bottom .conferences-events .featured .plain,
main .content-main .conferences-events-v2 .featured .plain,
main .content-right .conferences-events-v2 .featured .plain,
main .content-bottom .conferences-events-v2 .featured .plain,
main .content-main .events-calendar .featured .plain,
main .content-right .events-calendar .featured .plain,
main .content-bottom .events-calendar .featured .plain {
  display: table-cell;
}
main .content-main .continuing-education .featured:hover,
main .content-right .continuing-education .featured:hover,
main .content-bottom .continuing-education .featured:hover,
main .content-main .continuing-education-v2 .featured:hover,
main .content-right .continuing-education-v2 .featured:hover,
main .content-bottom .continuing-education-v2 .featured:hover,
main .content-main .conferences-events .featured:hover,
main .content-right .conferences-events .featured:hover,
main .content-bottom .conferences-events .featured:hover,
main .content-main .conferences-events-v2 .featured:hover,
main .content-right .conferences-events-v2 .featured:hover,
main .content-bottom .conferences-events-v2 .featured:hover,
main .content-main .events-calendar .featured:hover,
main .content-right .events-calendar .featured:hover,
main .content-bottom .events-calendar .featured:hover,
main .content-main .continuing-education .featured:active,
main .content-right .continuing-education .featured:active,
main .content-bottom .continuing-education .featured:active,
main .content-main .continuing-education-v2 .featured:active,
main .content-right .continuing-education-v2 .featured:active,
main .content-bottom .continuing-education-v2 .featured:active,
main .content-main .conferences-events .featured:active,
main .content-right .conferences-events .featured:active,
main .content-bottom .conferences-events .featured:active,
main .content-main .conferences-events-v2 .featured:active,
main .content-right .conferences-events-v2 .featured:active,
main .content-bottom .conferences-events-v2 .featured:active,
main .content-main .events-calendar .featured:active,
main .content-right .events-calendar .featured:active,
main .content-bottom .events-calendar .featured:active,
main .content-main .continuing-education .featured:focus,
main .content-right .continuing-education .featured:focus,
main .content-bottom .continuing-education .featured:focus,
main .content-main .continuing-education-v2 .featured:focus,
main .content-right .continuing-education-v2 .featured:focus,
main .content-bottom .continuing-education-v2 .featured:focus,
main .content-main .conferences-events .featured:focus,
main .content-right .conferences-events .featured:focus,
main .content-bottom .conferences-events .featured:focus,
main .content-main .conferences-events-v2 .featured:focus,
main .content-right .conferences-events-v2 .featured:focus,
main .content-bottom .conferences-events-v2 .featured:focus,
main .content-main .events-calendar .featured:focus,
main .content-right .events-calendar .featured:focus,
main .content-bottom .events-calendar .featured:focus {
  border: 2px solid #5b656d;
}
main .content-main .continuing-education .feeds,
main .content-right .continuing-education .feeds,
main .content-bottom .continuing-education .feeds,
main .content-main .continuing-education-v2 .feeds,
main .content-right .continuing-education-v2 .feeds,
main .content-bottom .continuing-education-v2 .feeds,
main .content-main .conferences-events .feeds,
main .content-right .conferences-events .feeds,
main .content-bottom .conferences-events .feeds,
main .content-main .conferences-events-v2 .feeds,
main .content-right .conferences-events-v2 .feeds,
main .content-bottom .conferences-events-v2 .feeds,
main .content-main .events-calendar .feeds,
main .content-right .events-calendar .feeds,
main .content-bottom .events-calendar .feeds {
  margin-left: 30px;
  margin-right: 10px;
}
main .content-main .continuing-education .feeds li,
main .content-right .continuing-education .feeds li,
main .content-bottom .continuing-education .feeds li,
main .content-main .continuing-education-v2 .feeds li,
main .content-right .continuing-education-v2 .feeds li,
main .content-bottom .continuing-education-v2 .feeds li,
main .content-main .conferences-events .feeds li,
main .content-right .conferences-events .feeds li,
main .content-bottom .conferences-events .feeds li,
main .content-main .conferences-events-v2 .feeds li,
main .content-right .conferences-events-v2 .feeds li,
main .content-bottom .conferences-events-v2 .feeds li,
main .content-main .events-calendar .feeds li,
main .content-right .events-calendar .feeds li,
main .content-bottom .events-calendar .feeds li {
  position: relative;
  margin: 0;
  background: none;
}
main .content-main .continuing-education .feeds li .date-overlay,
main .content-right .continuing-education .feeds li .date-overlay,
main .content-bottom .continuing-education .feeds li .date-overlay,
main .content-main .continuing-education-v2 .feeds li .date-overlay,
main .content-right .continuing-education-v2 .feeds li .date-overlay,
main .content-bottom .continuing-education-v2 .feeds li .date-overlay,
main .content-main .conferences-events .feeds li .date-overlay,
main .content-right .conferences-events .feeds li .date-overlay,
main .content-bottom .conferences-events .feeds li .date-overlay,
main .content-main .conferences-events-v2 .feeds li .date-overlay,
main .content-right .conferences-events-v2 .feeds li .date-overlay,
main .content-bottom .conferences-events-v2 .feeds li .date-overlay,
main .content-main .events-calendar .feeds li .date-overlay,
main .content-right .events-calendar .feeds li .date-overlay,
main .content-bottom .events-calendar .feeds li .date-overlay {
  top: 20px;
}
main .content-main .continuing-education .feeds li .info-left,
main .content-right .continuing-education .feeds li .info-left,
main .content-bottom .continuing-education .feeds li .info-left,
main .content-main .continuing-education-v2 .feeds li .info-left,
main .content-right .continuing-education-v2 .feeds li .info-left,
main .content-bottom .continuing-education-v2 .feeds li .info-left,
main .content-main .conferences-events .feeds li .info-left,
main .content-right .conferences-events .feeds li .info-left,
main .content-bottom .conferences-events .feeds li .info-left,
main .content-main .conferences-events-v2 .feeds li .info-left,
main .content-right .conferences-events-v2 .feeds li .info-left,
main .content-bottom .conferences-events-v2 .feeds li .info-left,
main .content-main .events-calendar .feeds li .info-left,
main .content-right .events-calendar .feeds li .info-left,
main .content-bottom .events-calendar .feeds li .info-left {
  display: none;
}
main .content-main .continuing-education .feeds li .credits,
main .content-right .continuing-education .feeds li .credits,
main .content-bottom .continuing-education .feeds li .credits,
main .content-main .continuing-education-v2 .feeds li .credits,
main .content-right .continuing-education-v2 .feeds li .credits,
main .content-bottom .continuing-education-v2 .feeds li .credits,
main .content-main .conferences-events .feeds li .credits,
main .content-right .conferences-events .feeds li .credits,
main .content-bottom .conferences-events .feeds li .credits,
main .content-main .conferences-events-v2 .feeds li .credits,
main .content-right .conferences-events-v2 .feeds li .credits,
main .content-bottom .conferences-events-v2 .feeds li .credits,
main .content-main .events-calendar .feeds li .credits,
main .content-right .events-calendar .feeds li .credits,
main .content-bottom .events-calendar .feeds li .credits {
  padding: 4px 12px;
  background-color: #ffffff;
  border: 1px solid #8c959d;
  border-left: 3px solid #8c959d;
  text-transform: uppercase;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 400;
  font-style: normal;
}
main .content-main .continuing-education .feeds li .padding-container,
main .content-right .continuing-education .feeds li .padding-container,
main .content-bottom .continuing-education .feeds li .padding-container,
main .content-main .continuing-education-v2 .feeds li .padding-container,
main .content-right .continuing-education-v2 .feeds li .padding-container,
main .content-bottom .continuing-education-v2 .feeds li .padding-container,
main .content-main .conferences-events .feeds li .padding-container,
main .content-right .conferences-events .feeds li .padding-container,
main .content-bottom .conferences-events .feeds li .padding-container,
main .content-main .conferences-events-v2 .feeds li .padding-container,
main .content-right .conferences-events-v2 .feeds li .padding-container,
main .content-bottom .conferences-events-v2 .feeds li .padding-container,
main .content-main .events-calendar .feeds li .padding-container,
main .content-right .events-calendar .feeds li .padding-container,
main .content-bottom .events-calendar .feeds li .padding-container {
  padding: 20px 30px 20px 0;
  margin-left: 0;
}
main .content-main .continuing-education .feeds li .content,
main .content-right .continuing-education .feeds li .content,
main .content-bottom .continuing-education .feeds li .content,
main .content-main .continuing-education-v2 .feeds li .content,
main .content-right .continuing-education-v2 .feeds li .content,
main .content-bottom .continuing-education-v2 .feeds li .content,
main .content-main .conferences-events .feeds li .content,
main .content-right .conferences-events .feeds li .content,
main .content-bottom .conferences-events .feeds li .content,
main .content-main .conferences-events-v2 .feeds li .content,
main .content-right .conferences-events-v2 .feeds li .content,
main .content-bottom .conferences-events-v2 .feeds li .content,
main .content-main .events-calendar .feeds li .content,
main .content-right .events-calendar .feeds li .content,
main .content-bottom .events-calendar .feeds li .content {
  margin: 0 100px 0 50px;
}
main .content-main .continuing-education .feeds li .content .title,
main .content-right .continuing-education .feeds li .content .title,
main .content-bottom .continuing-education .feeds li .content .title,
main .content-main .continuing-education-v2 .feeds li .content .title,
main .content-right .continuing-education-v2 .feeds li .content .title,
main .content-bottom .continuing-education-v2 .feeds li .content .title,
main .content-main .conferences-events .feeds li .content .title,
main .content-right .conferences-events .feeds li .content .title,
main .content-bottom .conferences-events .feeds li .content .title,
main .content-main .conferences-events-v2 .feeds li .content .title,
main .content-right .conferences-events-v2 .feeds li .content .title,
main .content-bottom .conferences-events-v2 .feeds li .content .title,
main .content-main .events-calendar .feeds li .content .title,
main .content-right .events-calendar .feeds li .content .title,
main .content-bottom .events-calendar .feeds li .content .title {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #0c5fa8;
  display: block;
  margin-top: -2px;
  margin-bottom: 18px;
}
main .content-main .continuing-education .feeds li .content .date,
main .content-right .continuing-education .feeds li .content .date,
main .content-bottom .continuing-education .feeds li .content .date,
main .content-main .continuing-education-v2 .feeds li .content .date,
main .content-right .continuing-education-v2 .feeds li .content .date,
main .content-bottom .continuing-education-v2 .feeds li .content .date,
main .content-main .conferences-events .feeds li .content .date,
main .content-right .conferences-events .feeds li .content .date,
main .content-bottom .conferences-events .feeds li .content .date,
main .content-main .conferences-events-v2 .feeds li .content .date,
main .content-right .conferences-events-v2 .feeds li .content .date,
main .content-bottom .conferences-events-v2 .feeds li .content .date,
main .content-main .events-calendar .feeds li .content .date,
main .content-right .events-calendar .feeds li .content .date,
main .content-bottom .events-calendar .feeds li .content .date,
main .content-main .continuing-education .feeds li .content .location,
main .content-right .continuing-education .feeds li .content .location,
main .content-bottom .continuing-education .feeds li .content .location,
main .content-main .continuing-education-v2 .feeds li .content .location,
main .content-right .continuing-education-v2 .feeds li .content .location,
main .content-bottom .continuing-education-v2 .feeds li .content .location,
main .content-main .conferences-events .feeds li .content .location,
main .content-right .conferences-events .feeds li .content .location,
main .content-bottom .conferences-events .feeds li .content .location,
main .content-main .conferences-events-v2 .feeds li .content .location,
main .content-right .conferences-events-v2 .feeds li .content .location,
main .content-bottom .conferences-events-v2 .feeds li .content .location,
main .content-main .events-calendar .feeds li .content .location,
main .content-right .events-calendar .feeds li .content .location,
main .content-bottom .events-calendar .feeds li .content .location {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
}
main .content-main .continuing-education .feeds li .content .date,
main .content-right .continuing-education .feeds li .content .date,
main .content-bottom .continuing-education .feeds li .content .date,
main .content-main .continuing-education-v2 .feeds li .content .date,
main .content-right .continuing-education-v2 .feeds li .content .date,
main .content-bottom .continuing-education-v2 .feeds li .content .date,
main .content-main .conferences-events .feeds li .content .date,
main .content-right .conferences-events .feeds li .content .date,
main .content-bottom .conferences-events .feeds li .content .date,
main .content-main .conferences-events-v2 .feeds li .content .date,
main .content-right .conferences-events-v2 .feeds li .content .date,
main .content-bottom .conferences-events-v2 .feeds li .content .date,
main .content-main .events-calendar .feeds li .content .date,
main .content-right .events-calendar .feeds li .content .date,
main .content-bottom .events-calendar .feeds li .content .date {
  margin-right: 20px;
  display: block;
}
main .content-main .continuing-education .feeds li .content .location,
main .content-right .continuing-education .feeds li .content .location,
main .content-bottom .continuing-education .feeds li .content .location,
main .content-main .continuing-education-v2 .feeds li .content .location,
main .content-right .continuing-education-v2 .feeds li .content .location,
main .content-bottom .continuing-education-v2 .feeds li .content .location,
main .content-main .conferences-events .feeds li .content .location,
main .content-right .conferences-events .feeds li .content .location,
main .content-bottom .conferences-events .feeds li .content .location,
main .content-main .conferences-events-v2 .feeds li .content .location,
main .content-right .conferences-events-v2 .feeds li .content .location,
main .content-bottom .conferences-events-v2 .feeds li .content .location,
main .content-main .events-calendar .feeds li .content .location,
main .content-right .events-calendar .feeds li .content .location,
main .content-bottom .events-calendar .feeds li .content .location {
  font-style: italic;
}
main .content-main .continuing-education .feeds li .info,
main .content-right .continuing-education .feeds li .info,
main .content-bottom .continuing-education .feeds li .info,
main .content-main .continuing-education-v2 .feeds li .info,
main .content-right .continuing-education-v2 .feeds li .info,
main .content-bottom .continuing-education-v2 .feeds li .info,
main .content-main .conferences-events .feeds li .info,
main .content-right .conferences-events .feeds li .info,
main .content-bottom .conferences-events .feeds li .info,
main .content-main .conferences-events-v2 .feeds li .info,
main .content-right .conferences-events-v2 .feeds li .info,
main .content-bottom .conferences-events-v2 .feeds li .info,
main .content-main .events-calendar .feeds li .info,
main .content-right .events-calendar .feeds li .info,
main .content-bottom .events-calendar .feeds li .info {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 20px;
  margin-right: 20px;
  text-transform: uppercase;
}
main .content-main .continuing-education .feeds li .info .icon-screen,
main .content-right .continuing-education .feeds li .info .icon-screen,
main .content-bottom .continuing-education .feeds li .info .icon-screen,
main .content-main .continuing-education-v2 .feeds li .info .icon-screen,
main .content-right .continuing-education-v2 .feeds li .info .icon-screen,
main .content-bottom .continuing-education-v2 .feeds li .info .icon-screen,
main .content-main .conferences-events .feeds li .info .icon-screen,
main .content-right .conferences-events .feeds li .info .icon-screen,
main .content-bottom .conferences-events .feeds li .info .icon-screen,
main .content-main .conferences-events-v2 .feeds li .info .icon-screen,
main .content-right .conferences-events-v2 .feeds li .info .icon-screen,
main .content-bottom .conferences-events-v2 .feeds li .info .icon-screen,
main .content-main .events-calendar .feeds li .info .icon-screen,
main .content-right .events-calendar .feeds li .info .icon-screen,
main .content-bottom .events-calendar .feeds li .info .icon-screen,
main .content-main .continuing-education .feeds li .info .icon-calendar,
main .content-right .continuing-education .feeds li .info .icon-calendar,
main .content-bottom .continuing-education .feeds li .info .icon-calendar,
main .content-main .continuing-education-v2 .feeds li .info .icon-calendar,
main .content-right .continuing-education-v2 .feeds li .info .icon-calendar,
main .content-bottom .continuing-education-v2 .feeds li .info .icon-calendar,
main .content-main .conferences-events .feeds li .info .icon-calendar,
main .content-right .conferences-events .feeds li .info .icon-calendar,
main .content-bottom .conferences-events .feeds li .info .icon-calendar,
main .content-main .conferences-events-v2 .feeds li .info .icon-calendar,
main .content-right .conferences-events-v2 .feeds li .info .icon-calendar,
main .content-bottom .conferences-events-v2 .feeds li .info .icon-calendar,
main .content-main .events-calendar .feeds li .info .icon-calendar,
main .content-right .events-calendar .feeds li .info .icon-calendar,
main .content-bottom .events-calendar .feeds li .info .icon-calendar {
  margin-right: 4px;
  margin-bottom: -2px;
}
main .content-main .continuing-education .feeds li .info .type,
main .content-right .continuing-education .feeds li .info .type,
main .content-bottom .continuing-education .feeds li .info .type,
main .content-main .continuing-education-v2 .feeds li .info .type,
main .content-right .continuing-education-v2 .feeds li .info .type,
main .content-bottom .continuing-education-v2 .feeds li .info .type,
main .content-main .conferences-events .feeds li .info .type,
main .content-right .conferences-events .feeds li .info .type,
main .content-bottom .conferences-events .feeds li .info .type,
main .content-main .conferences-events-v2 .feeds li .info .type,
main .content-right .conferences-events-v2 .feeds li .info .type,
main .content-bottom .conferences-events-v2 .feeds li .info .type,
main .content-main .events-calendar .feeds li .info .type,
main .content-right .events-calendar .feeds li .info .type,
main .content-bottom .events-calendar .feeds li .info .type {
  display: block;
  margin-bottom: 12px;
  font-family: "futura-pt", Verdana;
  font-size: 14px;
  /*px fallback*/
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 500;
  font-style: normal;
  color: #8c959d;
}
main .content-main .continuing-education .feeds li .info .credits,
main .content-right .continuing-education .feeds li .info .credits,
main .content-bottom .continuing-education .feeds li .info .credits,
main .content-main .continuing-education-v2 .feeds li .info .credits,
main .content-right .continuing-education-v2 .feeds li .info .credits,
main .content-bottom .continuing-education-v2 .feeds li .info .credits,
main .content-main .conferences-events .feeds li .info .credits,
main .content-right .conferences-events .feeds li .info .credits,
main .content-bottom .conferences-events .feeds li .info .credits,
main .content-main .conferences-events-v2 .feeds li .info .credits,
main .content-right .conferences-events-v2 .feeds li .info .credits,
main .content-bottom .conferences-events-v2 .feeds li .info .credits,
main .content-main .events-calendar .feeds li .info .credits,
main .content-right .events-calendar .feeds li .info .credits,
main .content-bottom .events-calendar .feeds li .info .credits {
  bottom: 0;
}
main .content-main .continuing-education .feeds li:hover .padding-container,
main .content-right .continuing-education .feeds li:hover .padding-container,
main .content-bottom .continuing-education .feeds li:hover .padding-container,
main .content-main .continuing-education-v2 .feeds li:hover .padding-container,
main .content-right .continuing-education-v2 .feeds li:hover .padding-container,
main .content-bottom .continuing-education-v2 .feeds li:hover .padding-container,
main .content-main .conferences-events .feeds li:hover .padding-container,
main .content-right .conferences-events .feeds li:hover .padding-container,
main .content-bottom .conferences-events .feeds li:hover .padding-container,
main .content-main .conferences-events-v2 .feeds li:hover .padding-container,
main .content-right .conferences-events-v2 .feeds li:hover .padding-container,
main .content-bottom .conferences-events-v2 .feeds li:hover .padding-container,
main .content-main .events-calendar .feeds li:hover .padding-container,
main .content-right .events-calendar .feeds li:hover .padding-container,
main .content-bottom .events-calendar .feeds li:hover .padding-container,
main .content-main .continuing-education .feeds li:focus .padding-container,
main .content-right .continuing-education .feeds li:focus .padding-container,
main .content-bottom .continuing-education .feeds li:focus .padding-container,
main .content-main .continuing-education-v2 .feeds li:focus .padding-container,
main .content-right .continuing-education-v2 .feeds li:focus .padding-container,
main .content-bottom .continuing-education-v2 .feeds li:focus .padding-container,
main .content-main .conferences-events .feeds li:focus .padding-container,
main .content-right .conferences-events .feeds li:focus .padding-container,
main .content-bottom .conferences-events .feeds li:focus .padding-container,
main .content-main .conferences-events-v2 .feeds li:focus .padding-container,
main .content-right .conferences-events-v2 .feeds li:focus .padding-container,
main .content-bottom .conferences-events-v2 .feeds li:focus .padding-container,
main .content-main .events-calendar .feeds li:focus .padding-container,
main .content-right .events-calendar .feeds li:focus .padding-container,
main .content-bottom .events-calendar .feeds li:focus .padding-container,
main .content-main .continuing-education .feeds li:active .padding-container,
main .content-right .continuing-education .feeds li:active .padding-container,
main .content-bottom .continuing-education .feeds li:active .padding-container,
main .content-main .continuing-education-v2 .feeds li:active .padding-container,
main .content-right .continuing-education-v2 .feeds li:active .padding-container,
main .content-bottom .continuing-education-v2 .feeds li:active .padding-container,
main .content-main .conferences-events .feeds li:active .padding-container,
main .content-right .conferences-events .feeds li:active .padding-container,
main .content-bottom .conferences-events .feeds li:active .padding-container,
main .content-main .conferences-events-v2 .feeds li:active .padding-container,
main .content-right .conferences-events-v2 .feeds li:active .padding-container,
main .content-bottom .conferences-events-v2 .feeds li:active .padding-container,
main .content-main .events-calendar .feeds li:active .padding-container,
main .content-right .events-calendar .feeds li:active .padding-container,
main .content-bottom .events-calendar .feeds li:active .padding-container {
  background-color: #f99729;
}
main .content-main .continuing-education .feeds li:hover .date-overlay .month,
main .content-right .continuing-education .feeds li:hover .date-overlay .month,
main .content-bottom .continuing-education .feeds li:hover .date-overlay .month,
main .content-main .continuing-education-v2 .feeds li:hover .date-overlay .month,
main .content-right .continuing-education-v2 .feeds li:hover .date-overlay .month,
main .content-bottom .continuing-education-v2 .feeds li:hover .date-overlay .month,
main .content-main .conferences-events .feeds li:hover .date-overlay .month,
main .content-right .conferences-events .feeds li:hover .date-overlay .month,
main .content-bottom .conferences-events .feeds li:hover .date-overlay .month,
main .content-main .conferences-events-v2 .feeds li:hover .date-overlay .month,
main .content-right .conferences-events-v2 .feeds li:hover .date-overlay .month,
main .content-bottom .conferences-events-v2 .feeds li:hover .date-overlay .month,
main .content-main .events-calendar .feeds li:hover .date-overlay .month,
main .content-right .events-calendar .feeds li:hover .date-overlay .month,
main .content-bottom .events-calendar .feeds li:hover .date-overlay .month,
main .content-main .continuing-education .feeds li:focus .date-overlay .month,
main .content-right .continuing-education .feeds li:focus .date-overlay .month,
main .content-bottom .continuing-education .feeds li:focus .date-overlay .month,
main .content-main .continuing-education-v2 .feeds li:focus .date-overlay .month,
main .content-right .continuing-education-v2 .feeds li:focus .date-overlay .month,
main .content-bottom .continuing-education-v2 .feeds li:focus .date-overlay .month,
main .content-main .conferences-events .feeds li:focus .date-overlay .month,
main .content-right .conferences-events .feeds li:focus .date-overlay .month,
main .content-bottom .conferences-events .feeds li:focus .date-overlay .month,
main .content-main .conferences-events-v2 .feeds li:focus .date-overlay .month,
main .content-right .conferences-events-v2 .feeds li:focus .date-overlay .month,
main .content-bottom .conferences-events-v2 .feeds li:focus .date-overlay .month,
main .content-main .events-calendar .feeds li:focus .date-overlay .month,
main .content-right .events-calendar .feeds li:focus .date-overlay .month,
main .content-bottom .events-calendar .feeds li:focus .date-overlay .month,
main .content-main .continuing-education .feeds li:active .date-overlay .month,
main .content-right .continuing-education .feeds li:active .date-overlay .month,
main .content-bottom .continuing-education .feeds li:active .date-overlay .month,
main .content-main .continuing-education-v2 .feeds li:active .date-overlay .month,
main .content-right .continuing-education-v2 .feeds li:active .date-overlay .month,
main .content-bottom .continuing-education-v2 .feeds li:active .date-overlay .month,
main .content-main .conferences-events .feeds li:active .date-overlay .month,
main .content-right .conferences-events .feeds li:active .date-overlay .month,
main .content-bottom .conferences-events .feeds li:active .date-overlay .month,
main .content-main .conferences-events-v2 .feeds li:active .date-overlay .month,
main .content-right .conferences-events-v2 .feeds li:active .date-overlay .month,
main .content-bottom .conferences-events-v2 .feeds li:active .date-overlay .month,
main .content-main .events-calendar .feeds li:active .date-overlay .month,
main .content-right .events-calendar .feeds li:active .date-overlay .month,
main .content-bottom .events-calendar .feeds li:active .date-overlay .month,
main .content-main .continuing-education .feeds li:hover .date-overlay .day,
main .content-right .continuing-education .feeds li:hover .date-overlay .day,
main .content-bottom .continuing-education .feeds li:hover .date-overlay .day,
main .content-main .continuing-education-v2 .feeds li:hover .date-overlay .day,
main .content-right .continuing-education-v2 .feeds li:hover .date-overlay .day,
main .content-bottom .continuing-education-v2 .feeds li:hover .date-overlay .day,
main .content-main .conferences-events .feeds li:hover .date-overlay .day,
main .content-right .conferences-events .feeds li:hover .date-overlay .day,
main .content-bottom .conferences-events .feeds li:hover .date-overlay .day,
main .content-main .conferences-events-v2 .feeds li:hover .date-overlay .day,
main .content-right .conferences-events-v2 .feeds li:hover .date-overlay .day,
main .content-bottom .conferences-events-v2 .feeds li:hover .date-overlay .day,
main .content-main .events-calendar .feeds li:hover .date-overlay .day,
main .content-right .events-calendar .feeds li:hover .date-overlay .day,
main .content-bottom .events-calendar .feeds li:hover .date-overlay .day,
main .content-main .continuing-education .feeds li:focus .date-overlay .day,
main .content-right .continuing-education .feeds li:focus .date-overlay .day,
main .content-bottom .continuing-education .feeds li:focus .date-overlay .day,
main .content-main .continuing-education-v2 .feeds li:focus .date-overlay .day,
main .content-right .continuing-education-v2 .feeds li:focus .date-overlay .day,
main .content-bottom .continuing-education-v2 .feeds li:focus .date-overlay .day,
main .content-main .conferences-events .feeds li:focus .date-overlay .day,
main .content-right .conferences-events .feeds li:focus .date-overlay .day,
main .content-bottom .conferences-events .feeds li:focus .date-overlay .day,
main .content-main .conferences-events-v2 .feeds li:focus .date-overlay .day,
main .content-right .conferences-events-v2 .feeds li:focus .date-overlay .day,
main .content-bottom .conferences-events-v2 .feeds li:focus .date-overlay .day,
main .content-main .events-calendar .feeds li:focus .date-overlay .day,
main .content-right .events-calendar .feeds li:focus .date-overlay .day,
main .content-bottom .events-calendar .feeds li:focus .date-overlay .day,
main .content-main .continuing-education .feeds li:active .date-overlay .day,
main .content-right .continuing-education .feeds li:active .date-overlay .day,
main .content-bottom .continuing-education .feeds li:active .date-overlay .day,
main .content-main .continuing-education-v2 .feeds li:active .date-overlay .day,
main .content-right .continuing-education-v2 .feeds li:active .date-overlay .day,
main .content-bottom .continuing-education-v2 .feeds li:active .date-overlay .day,
main .content-main .conferences-events .feeds li:active .date-overlay .day,
main .content-right .conferences-events .feeds li:active .date-overlay .day,
main .content-bottom .conferences-events .feeds li:active .date-overlay .day,
main .content-main .conferences-events-v2 .feeds li:active .date-overlay .day,
main .content-right .conferences-events-v2 .feeds li:active .date-overlay .day,
main .content-bottom .conferences-events-v2 .feeds li:active .date-overlay .day,
main .content-main .events-calendar .feeds li:active .date-overlay .day,
main .content-right .events-calendar .feeds li:active .date-overlay .day,
main .content-bottom .events-calendar .feeds li:active .date-overlay .day {
  background-color: #ffffff;
}
main .content-main .continuing-education .feeds li:hover .content,
main .content-right .continuing-education .feeds li:hover .content,
main .content-bottom .continuing-education .feeds li:hover .content,
main .content-main .continuing-education-v2 .feeds li:hover .content,
main .content-right .continuing-education-v2 .feeds li:hover .content,
main .content-bottom .continuing-education-v2 .feeds li:hover .content,
main .content-main .conferences-events .feeds li:hover .content,
main .content-right .conferences-events .feeds li:hover .content,
main .content-bottom .conferences-events .feeds li:hover .content,
main .content-main .conferences-events-v2 .feeds li:hover .content,
main .content-right .conferences-events-v2 .feeds li:hover .content,
main .content-bottom .conferences-events-v2 .feeds li:hover .content,
main .content-main .events-calendar .feeds li:hover .content,
main .content-right .events-calendar .feeds li:hover .content,
main .content-bottom .events-calendar .feeds li:hover .content,
main .content-main .continuing-education .feeds li:focus .content,
main .content-right .continuing-education .feeds li:focus .content,
main .content-bottom .continuing-education .feeds li:focus .content,
main .content-main .continuing-education-v2 .feeds li:focus .content,
main .content-right .continuing-education-v2 .feeds li:focus .content,
main .content-bottom .continuing-education-v2 .feeds li:focus .content,
main .content-main .conferences-events .feeds li:focus .content,
main .content-right .conferences-events .feeds li:focus .content,
main .content-bottom .conferences-events .feeds li:focus .content,
main .content-main .conferences-events-v2 .feeds li:focus .content,
main .content-right .conferences-events-v2 .feeds li:focus .content,
main .content-bottom .conferences-events-v2 .feeds li:focus .content,
main .content-main .events-calendar .feeds li:focus .content,
main .content-right .events-calendar .feeds li:focus .content,
main .content-bottom .events-calendar .feeds li:focus .content,
main .content-main .continuing-education .feeds li:active .content,
main .content-right .continuing-education .feeds li:active .content,
main .content-bottom .continuing-education .feeds li:active .content,
main .content-main .continuing-education-v2 .feeds li:active .content,
main .content-right .continuing-education-v2 .feeds li:active .content,
main .content-bottom .continuing-education-v2 .feeds li:active .content,
main .content-main .conferences-events .feeds li:active .content,
main .content-right .conferences-events .feeds li:active .content,
main .content-bottom .conferences-events .feeds li:active .content,
main .content-main .conferences-events-v2 .feeds li:active .content,
main .content-right .conferences-events-v2 .feeds li:active .content,
main .content-bottom .conferences-events-v2 .feeds li:active .content,
main .content-main .events-calendar .feeds li:active .content,
main .content-right .events-calendar .feeds li:active .content,
main .content-bottom .events-calendar .feeds li:active .content {
  color: #ffffff;
}
main .content-main .continuing-education .feeds li:hover .content .title,
main .content-right .continuing-education .feeds li:hover .content .title,
main .content-bottom .continuing-education .feeds li:hover .content .title,
main .content-main .continuing-education-v2 .feeds li:hover .content .title,
main .content-right .continuing-education-v2 .feeds li:hover .content .title,
main .content-bottom .continuing-education-v2 .feeds li:hover .content .title,
main .content-main .conferences-events .feeds li:hover .content .title,
main .content-right .conferences-events .feeds li:hover .content .title,
main .content-bottom .conferences-events .feeds li:hover .content .title,
main .content-main .conferences-events-v2 .feeds li:hover .content .title,
main .content-right .conferences-events-v2 .feeds li:hover .content .title,
main .content-bottom .conferences-events-v2 .feeds li:hover .content .title,
main .content-main .events-calendar .feeds li:hover .content .title,
main .content-right .events-calendar .feeds li:hover .content .title,
main .content-bottom .events-calendar .feeds li:hover .content .title,
main .content-main .continuing-education .feeds li:focus .content .title,
main .content-right .continuing-education .feeds li:focus .content .title,
main .content-bottom .continuing-education .feeds li:focus .content .title,
main .content-main .continuing-education-v2 .feeds li:focus .content .title,
main .content-right .continuing-education-v2 .feeds li:focus .content .title,
main .content-bottom .continuing-education-v2 .feeds li:focus .content .title,
main .content-main .conferences-events .feeds li:focus .content .title,
main .content-right .conferences-events .feeds li:focus .content .title,
main .content-bottom .conferences-events .feeds li:focus .content .title,
main .content-main .conferences-events-v2 .feeds li:focus .content .title,
main .content-right .conferences-events-v2 .feeds li:focus .content .title,
main .content-bottom .conferences-events-v2 .feeds li:focus .content .title,
main .content-main .events-calendar .feeds li:focus .content .title,
main .content-right .events-calendar .feeds li:focus .content .title,
main .content-bottom .events-calendar .feeds li:focus .content .title,
main .content-main .continuing-education .feeds li:active .content .title,
main .content-right .continuing-education .feeds li:active .content .title,
main .content-bottom .continuing-education .feeds li:active .content .title,
main .content-main .continuing-education-v2 .feeds li:active .content .title,
main .content-right .continuing-education-v2 .feeds li:active .content .title,
main .content-bottom .continuing-education-v2 .feeds li:active .content .title,
main .content-main .conferences-events .feeds li:active .content .title,
main .content-right .conferences-events .feeds li:active .content .title,
main .content-bottom .conferences-events .feeds li:active .content .title,
main .content-main .conferences-events-v2 .feeds li:active .content .title,
main .content-right .conferences-events-v2 .feeds li:active .content .title,
main .content-bottom .conferences-events-v2 .feeds li:active .content .title,
main .content-main .events-calendar .feeds li:active .content .title,
main .content-right .events-calendar .feeds li:active .content .title,
main .content-bottom .events-calendar .feeds li:active .content .title {
  color: #ffffff;
}
main .content-main .continuing-education .feeds li:hover .info .type,
main .content-right .continuing-education .feeds li:hover .info .type,
main .content-bottom .continuing-education .feeds li:hover .info .type,
main .content-main .continuing-education-v2 .feeds li:hover .info .type,
main .content-right .continuing-education-v2 .feeds li:hover .info .type,
main .content-bottom .continuing-education-v2 .feeds li:hover .info .type,
main .content-main .conferences-events .feeds li:hover .info .type,
main .content-right .conferences-events .feeds li:hover .info .type,
main .content-bottom .conferences-events .feeds li:hover .info .type,
main .content-main .conferences-events-v2 .feeds li:hover .info .type,
main .content-right .conferences-events-v2 .feeds li:hover .info .type,
main .content-bottom .conferences-events-v2 .feeds li:hover .info .type,
main .content-main .events-calendar .feeds li:hover .info .type,
main .content-right .events-calendar .feeds li:hover .info .type,
main .content-bottom .events-calendar .feeds li:hover .info .type,
main .content-main .continuing-education .feeds li:focus .info .type,
main .content-right .continuing-education .feeds li:focus .info .type,
main .content-bottom .continuing-education .feeds li:focus .info .type,
main .content-main .continuing-education-v2 .feeds li:focus .info .type,
main .content-right .continuing-education-v2 .feeds li:focus .info .type,
main .content-bottom .continuing-education-v2 .feeds li:focus .info .type,
main .content-main .conferences-events .feeds li:focus .info .type,
main .content-right .conferences-events .feeds li:focus .info .type,
main .content-bottom .conferences-events .feeds li:focus .info .type,
main .content-main .conferences-events-v2 .feeds li:focus .info .type,
main .content-right .conferences-events-v2 .feeds li:focus .info .type,
main .content-bottom .conferences-events-v2 .feeds li:focus .info .type,
main .content-main .events-calendar .feeds li:focus .info .type,
main .content-right .events-calendar .feeds li:focus .info .type,
main .content-bottom .events-calendar .feeds li:focus .info .type,
main .content-main .continuing-education .feeds li:active .info .type,
main .content-right .continuing-education .feeds li:active .info .type,
main .content-bottom .continuing-education .feeds li:active .info .type,
main .content-main .continuing-education-v2 .feeds li:active .info .type,
main .content-right .continuing-education-v2 .feeds li:active .info .type,
main .content-bottom .continuing-education-v2 .feeds li:active .info .type,
main .content-main .conferences-events .feeds li:active .info .type,
main .content-right .conferences-events .feeds li:active .info .type,
main .content-bottom .conferences-events .feeds li:active .info .type,
main .content-main .conferences-events-v2 .feeds li:active .info .type,
main .content-right .conferences-events-v2 .feeds li:active .info .type,
main .content-bottom .conferences-events-v2 .feeds li:active .info .type,
main .content-main .events-calendar .feeds li:active .info .type,
main .content-right .events-calendar .feeds li:active .info .type,
main .content-bottom .events-calendar .feeds li:active .info .type {
  color: #ffffff;
}
main .content-main .continuing-education .feeds li:hover .info .credits,
main .content-right .continuing-education .feeds li:hover .info .credits,
main .content-bottom .continuing-education .feeds li:hover .info .credits,
main .content-main .continuing-education-v2 .feeds li:hover .info .credits,
main .content-right .continuing-education-v2 .feeds li:hover .info .credits,
main .content-bottom .continuing-education-v2 .feeds li:hover .info .credits,
main .content-main .conferences-events .feeds li:hover .info .credits,
main .content-right .conferences-events .feeds li:hover .info .credits,
main .content-bottom .conferences-events .feeds li:hover .info .credits,
main .content-main .conferences-events-v2 .feeds li:hover .info .credits,
main .content-right .conferences-events-v2 .feeds li:hover .info .credits,
main .content-bottom .conferences-events-v2 .feeds li:hover .info .credits,
main .content-main .events-calendar .feeds li:hover .info .credits,
main .content-right .events-calendar .feeds li:hover .info .credits,
main .content-bottom .events-calendar .feeds li:hover .info .credits,
main .content-main .continuing-education .feeds li:focus .info .credits,
main .content-right .continuing-education .feeds li:focus .info .credits,
main .content-bottom .continuing-education .feeds li:focus .info .credits,
main .content-main .continuing-education-v2 .feeds li:focus .info .credits,
main .content-right .continuing-education-v2 .feeds li:focus .info .credits,
main .content-bottom .continuing-education-v2 .feeds li:focus .info .credits,
main .content-main .conferences-events .feeds li:focus .info .credits,
main .content-right .conferences-events .feeds li:focus .info .credits,
main .content-bottom .conferences-events .feeds li:focus .info .credits,
main .content-main .conferences-events-v2 .feeds li:focus .info .credits,
main .content-right .conferences-events-v2 .feeds li:focus .info .credits,
main .content-bottom .conferences-events-v2 .feeds li:focus .info .credits,
main .content-main .events-calendar .feeds li:focus .info .credits,
main .content-right .events-calendar .feeds li:focus .info .credits,
main .content-bottom .events-calendar .feeds li:focus .info .credits,
main .content-main .continuing-education .feeds li:active .info .credits,
main .content-right .continuing-education .feeds li:active .info .credits,
main .content-bottom .continuing-education .feeds li:active .info .credits,
main .content-main .continuing-education-v2 .feeds li:active .info .credits,
main .content-right .continuing-education-v2 .feeds li:active .info .credits,
main .content-bottom .continuing-education-v2 .feeds li:active .info .credits,
main .content-main .conferences-events .feeds li:active .info .credits,
main .content-right .conferences-events .feeds li:active .info .credits,
main .content-bottom .conferences-events .feeds li:active .info .credits,
main .content-main .conferences-events-v2 .feeds li:active .info .credits,
main .content-right .conferences-events-v2 .feeds li:active .info .credits,
main .content-bottom .conferences-events-v2 .feeds li:active .info .credits,
main .content-main .events-calendar .feeds li:active .info .credits,
main .content-right .events-calendar .feeds li:active .info .credits,
main .content-bottom .events-calendar .feeds li:active .info .credits {
  background-color: #ffffff;
}
main .content-main .continuing-education .feeds li:hover .info .icon-screen,
main .content-right .continuing-education .feeds li:hover .info .icon-screen,
main .content-bottom .continuing-education .feeds li:hover .info .icon-screen,
main .content-main .continuing-education-v2 .feeds li:hover .info .icon-screen,
main .content-right .continuing-education-v2 .feeds li:hover .info .icon-screen,
main .content-bottom .continuing-education-v2 .feeds li:hover .info .icon-screen,
main .content-main .conferences-events .feeds li:hover .info .icon-screen,
main .content-right .conferences-events .feeds li:hover .info .icon-screen,
main .content-bottom .conferences-events .feeds li:hover .info .icon-screen,
main .content-main .conferences-events-v2 .feeds li:hover .info .icon-screen,
main .content-right .conferences-events-v2 .feeds li:hover .info .icon-screen,
main .content-bottom .conferences-events-v2 .feeds li:hover .info .icon-screen,
main .content-main .events-calendar .feeds li:hover .info .icon-screen,
main .content-right .events-calendar .feeds li:hover .info .icon-screen,
main .content-bottom .events-calendar .feeds li:hover .info .icon-screen,
main .content-main .continuing-education .feeds li:focus .info .icon-screen,
main .content-right .continuing-education .feeds li:focus .info .icon-screen,
main .content-bottom .continuing-education .feeds li:focus .info .icon-screen,
main .content-main .continuing-education-v2 .feeds li:focus .info .icon-screen,
main .content-right .continuing-education-v2 .feeds li:focus .info .icon-screen,
main .content-bottom .continuing-education-v2 .feeds li:focus .info .icon-screen,
main .content-main .conferences-events .feeds li:focus .info .icon-screen,
main .content-right .conferences-events .feeds li:focus .info .icon-screen,
main .content-bottom .conferences-events .feeds li:focus .info .icon-screen,
main .content-main .conferences-events-v2 .feeds li:focus .info .icon-screen,
main .content-right .conferences-events-v2 .feeds li:focus .info .icon-screen,
main .content-bottom .conferences-events-v2 .feeds li:focus .info .icon-screen,
main .content-main .events-calendar .feeds li:focus .info .icon-screen,
main .content-right .events-calendar .feeds li:focus .info .icon-screen,
main .content-bottom .events-calendar .feeds li:focus .info .icon-screen,
main .content-main .continuing-education .feeds li:active .info .icon-screen,
main .content-right .continuing-education .feeds li:active .info .icon-screen,
main .content-bottom .continuing-education .feeds li:active .info .icon-screen,
main .content-main .continuing-education-v2 .feeds li:active .info .icon-screen,
main .content-right .continuing-education-v2 .feeds li:active .info .icon-screen,
main .content-bottom .continuing-education-v2 .feeds li:active .info .icon-screen,
main .content-main .conferences-events .feeds li:active .info .icon-screen,
main .content-right .conferences-events .feeds li:active .info .icon-screen,
main .content-bottom .conferences-events .feeds li:active .info .icon-screen,
main .content-main .conferences-events-v2 .feeds li:active .info .icon-screen,
main .content-right .conferences-events-v2 .feeds li:active .info .icon-screen,
main .content-bottom .conferences-events-v2 .feeds li:active .info .icon-screen,
main .content-main .events-calendar .feeds li:active .info .icon-screen,
main .content-right .events-calendar .feeds li:active .info .icon-screen,
main .content-bottom .events-calendar .feeds li:active .info .icon-screen {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -158px -128px;
}
main .content-main .continuing-education .feeds li:hover .info .icon-calendar,
main .content-right .continuing-education .feeds li:hover .info .icon-calendar,
main .content-bottom .continuing-education .feeds li:hover .info .icon-calendar,
main .content-main .continuing-education-v2 .feeds li:hover .info .icon-calendar,
main .content-right .continuing-education-v2 .feeds li:hover .info .icon-calendar,
main .content-bottom .continuing-education-v2 .feeds li:hover .info .icon-calendar,
main .content-main .conferences-events .feeds li:hover .info .icon-calendar,
main .content-right .conferences-events .feeds li:hover .info .icon-calendar,
main .content-bottom .conferences-events .feeds li:hover .info .icon-calendar,
main .content-main .conferences-events-v2 .feeds li:hover .info .icon-calendar,
main .content-right .conferences-events-v2 .feeds li:hover .info .icon-calendar,
main .content-bottom .conferences-events-v2 .feeds li:hover .info .icon-calendar,
main .content-main .events-calendar .feeds li:hover .info .icon-calendar,
main .content-right .events-calendar .feeds li:hover .info .icon-calendar,
main .content-bottom .events-calendar .feeds li:hover .info .icon-calendar,
main .content-main .continuing-education .feeds li:focus .info .icon-calendar,
main .content-right .continuing-education .feeds li:focus .info .icon-calendar,
main .content-bottom .continuing-education .feeds li:focus .info .icon-calendar,
main .content-main .continuing-education-v2 .feeds li:focus .info .icon-calendar,
main .content-right .continuing-education-v2 .feeds li:focus .info .icon-calendar,
main .content-bottom .continuing-education-v2 .feeds li:focus .info .icon-calendar,
main .content-main .conferences-events .feeds li:focus .info .icon-calendar,
main .content-right .conferences-events .feeds li:focus .info .icon-calendar,
main .content-bottom .conferences-events .feeds li:focus .info .icon-calendar,
main .content-main .conferences-events-v2 .feeds li:focus .info .icon-calendar,
main .content-right .conferences-events-v2 .feeds li:focus .info .icon-calendar,
main .content-bottom .conferences-events-v2 .feeds li:focus .info .icon-calendar,
main .content-main .events-calendar .feeds li:focus .info .icon-calendar,
main .content-right .events-calendar .feeds li:focus .info .icon-calendar,
main .content-bottom .events-calendar .feeds li:focus .info .icon-calendar,
main .content-main .continuing-education .feeds li:active .info .icon-calendar,
main .content-right .continuing-education .feeds li:active .info .icon-calendar,
main .content-bottom .continuing-education .feeds li:active .info .icon-calendar,
main .content-main .continuing-education-v2 .feeds li:active .info .icon-calendar,
main .content-right .continuing-education-v2 .feeds li:active .info .icon-calendar,
main .content-bottom .continuing-education-v2 .feeds li:active .info .icon-calendar,
main .content-main .conferences-events .feeds li:active .info .icon-calendar,
main .content-right .conferences-events .feeds li:active .info .icon-calendar,
main .content-bottom .conferences-events .feeds li:active .info .icon-calendar,
main .content-main .conferences-events-v2 .feeds li:active .info .icon-calendar,
main .content-right .conferences-events-v2 .feeds li:active .info .icon-calendar,
main .content-bottom .conferences-events-v2 .feeds li:active .info .icon-calendar,
main .content-main .events-calendar .feeds li:active .info .icon-calendar,
main .content-right .events-calendar .feeds li:active .info .icon-calendar,
main .content-bottom .events-calendar .feeds li:active .info .icon-calendar {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -219px -127px;
}
main .content-main .continuing-education .featured,
main .content-right .continuing-education .featured,
main .content-bottom .continuing-education .featured,
main .content-main .continuing-education-v2 .featured,
main .content-right .continuing-education-v2 .featured,
main .content-bottom .continuing-education-v2 .featured,
main .content-main .events-calendar .featured,
main .content-right .events-calendar .featured,
main .content-bottom .events-calendar .featured {
  display: table;
}
main .content-main .continuing-education .featured .header .light,
main .content-right .continuing-education .featured .header .light,
main .content-bottom .continuing-education .featured .header .light,
main .content-main .continuing-education-v2 .featured .header .light,
main .content-right .continuing-education-v2 .featured .header .light,
main .content-bottom .continuing-education-v2 .featured .header .light,
main .content-main .events-calendar .featured .header .light,
main .content-right .events-calendar .featured .header .light,
main .content-bottom .events-calendar .featured .header .light {
  background-color: #fbb15f;
}
main .content-main .continuing-education .featured .header .dark,
main .content-right .continuing-education .featured .header .dark,
main .content-bottom .continuing-education .featured .header .dark,
main .content-main .continuing-education-v2 .featured .header .dark,
main .content-right .continuing-education-v2 .featured .header .dark,
main .content-bottom .continuing-education-v2 .featured .header .dark,
main .content-main .events-calendar .featured .header .dark,
main .content-right .events-calendar .featured .header .dark,
main .content-bottom .events-calendar .featured .header .dark {
  background-color: #f99729;
}
main .content-main .continuing-education .featured .header .dark .icon,
main .content-right .continuing-education .featured .header .dark .icon,
main .content-bottom .continuing-education .featured .header .dark .icon,
main .content-main .continuing-education-v2 .featured .header .dark .icon,
main .content-right .continuing-education-v2 .featured .header .dark .icon,
main .content-bottom .continuing-education-v2 .featured .header .dark .icon,
main .content-main .events-calendar .featured .header .dark .icon,
main .content-right .events-calendar .featured .header .dark .icon,
main .content-bottom .events-calendar .featured .header .dark .icon {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -158px -128px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-bottom: -2px;
}
main .content-main .continuing-education .featured .content .pattern span:last-child,
main .content-right .continuing-education .featured .content .pattern span:last-child,
main .content-bottom .continuing-education .featured .content .pattern span:last-child,
main .content-main .continuing-education-v2 .featured .content .pattern span:last-child,
main .content-right .continuing-education-v2 .featured .content .pattern span:last-child,
main .content-bottom .continuing-education-v2 .featured .content .pattern span:last-child,
main .content-main .events-calendar .featured .content .pattern span:last-child,
main .content-right .events-calendar .featured .content .pattern span:last-child,
main .content-bottom .events-calendar .featured .content .pattern span:last-child {
  display: block;
  width: 70px;
  background-color: #ffffff;
  color: #1a1d22;
  padding: 4px 8px;
  margin-top: 10px;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
main .content-main .continuing-education .feeds li:hover .padding-container,
main .content-right .continuing-education .feeds li:hover .padding-container,
main .content-bottom .continuing-education .feeds li:hover .padding-container,
main .content-main .continuing-education-v2 .feeds li:hover .padding-container,
main .content-right .continuing-education-v2 .feeds li:hover .padding-container,
main .content-bottom .continuing-education-v2 .feeds li:hover .padding-container,
main .content-main .events-calendar .feeds li:hover .padding-container,
main .content-right .events-calendar .feeds li:hover .padding-container,
main .content-bottom .events-calendar .feeds li:hover .padding-container,
main .content-main .continuing-education .feeds .education-feed:hover .padding-container,
main .content-right .continuing-education .feeds .education-feed:hover .padding-container,
main .content-bottom .continuing-education .feeds .education-feed:hover .padding-container,
main .content-main .continuing-education-v2 .feeds .education-feed:hover .padding-container,
main .content-right .continuing-education-v2 .feeds .education-feed:hover .padding-container,
main .content-bottom .continuing-education-v2 .feeds .education-feed:hover .padding-container,
main .content-main .events-calendar .feeds .education-feed:hover .padding-container,
main .content-right .events-calendar .feeds .education-feed:hover .padding-container,
main .content-bottom .events-calendar .feeds .education-feed:hover .padding-container {
  background-color: #f99729;
}
main .content-main .continuing-education .feeds li .date-overlay .month,
main .content-right .continuing-education .feeds li .date-overlay .month,
main .content-bottom .continuing-education .feeds li .date-overlay .month,
main .content-main .continuing-education-v2 .feeds li .date-overlay .month,
main .content-right .continuing-education-v2 .feeds li .date-overlay .month,
main .content-bottom .continuing-education-v2 .feeds li .date-overlay .month,
main .content-main .events-calendar .feeds li .date-overlay .month,
main .content-right .events-calendar .feeds li .date-overlay .month,
main .content-bottom .events-calendar .feeds li .date-overlay .month,
main .content-main .continuing-education .feeds .education-feed .date-overlay .month,
main .content-right .continuing-education .feeds .education-feed .date-overlay .month,
main .content-bottom .continuing-education .feeds .education-feed .date-overlay .month,
main .content-main .continuing-education-v2 .feeds .education-feed .date-overlay .month,
main .content-right .continuing-education-v2 .feeds .education-feed .date-overlay .month,
main .content-bottom .continuing-education-v2 .feeds .education-feed .date-overlay .month,
main .content-main .events-calendar .feeds .education-feed .date-overlay .month,
main .content-right .events-calendar .feeds .education-feed .date-overlay .month,
main .content-bottom .events-calendar .feeds .education-feed .date-overlay .month {
  background-color: #f99729;
}
main .content-main .continuing-education .feeds li .date-overlay .day,
main .content-right .continuing-education .feeds li .date-overlay .day,
main .content-bottom .continuing-education .feeds li .date-overlay .day,
main .content-main .continuing-education-v2 .feeds li .date-overlay .day,
main .content-right .continuing-education-v2 .feeds li .date-overlay .day,
main .content-bottom .continuing-education-v2 .feeds li .date-overlay .day,
main .content-main .events-calendar .feeds li .date-overlay .day,
main .content-right .events-calendar .feeds li .date-overlay .day,
main .content-bottom .events-calendar .feeds li .date-overlay .day,
main .content-main .continuing-education .feeds .education-feed .date-overlay .day,
main .content-right .continuing-education .feeds .education-feed .date-overlay .day,
main .content-bottom .continuing-education .feeds .education-feed .date-overlay .day,
main .content-main .continuing-education-v2 .feeds .education-feed .date-overlay .day,
main .content-right .continuing-education-v2 .feeds .education-feed .date-overlay .day,
main .content-bottom .continuing-education-v2 .feeds .education-feed .date-overlay .day,
main .content-main .events-calendar .feeds .education-feed .date-overlay .day,
main .content-right .events-calendar .feeds .education-feed .date-overlay .day,
main .content-bottom .events-calendar .feeds .education-feed .date-overlay .day {
  background-color: #fbb15f;
}
main .content-main .conferences-events .featured .table-data,
main .content-right .conferences-events .featured .table-data,
main .content-bottom .conferences-events .featured .table-data,
main .content-main .conferences-events-v2 .featured .table-data,
main .content-right .conferences-events-v2 .featured .table-data,
main .content-bottom .conferences-events-v2 .featured .table-data,
main .content-main .events-calendar .featured .table-data,
main .content-right .events-calendar .featured .table-data,
main .content-bottom .events-calendar .featured .table-data {
  display: table;
}
main .content-main .conferences-events .featured .header .light,
main .content-right .conferences-events .featured .header .light,
main .content-bottom .conferences-events .featured .header .light,
main .content-main .conferences-events-v2 .featured .header .light,
main .content-right .conferences-events-v2 .featured .header .light,
main .content-bottom .conferences-events-v2 .featured .header .light,
main .content-main .events-calendar .featured .header .light,
main .content-right .events-calendar .featured .header .light,
main .content-bottom .events-calendar .featured .header .light {
  background-color: #99cd8c;
}
main .content-main .conferences-events .featured .header .dark,
main .content-right .conferences-events .featured .header .dark,
main .content-bottom .conferences-events .featured .header .dark,
main .content-main .conferences-events-v2 .featured .header .dark,
main .content-right .conferences-events-v2 .featured .header .dark,
main .content-bottom .conferences-events-v2 .featured .header .dark,
main .content-main .events-calendar .featured .header .dark,
main .content-right .events-calendar .featured .header .dark,
main .content-bottom .events-calendar .featured .header .dark {
  background-color: #77bc66;
}
main .content-main .conferences-events .featured .header .dark .icon,
main .content-right .conferences-events .featured .header .dark .icon,
main .content-bottom .conferences-events .featured .header .dark .icon,
main .content-main .conferences-events-v2 .featured .header .dark .icon,
main .content-right .conferences-events-v2 .featured .header .dark .icon,
main .content-bottom .conferences-events-v2 .featured .header .dark .icon,
main .content-main .events-calendar .featured .header .dark .icon,
main .content-right .events-calendar .featured .header .dark .icon,
main .content-bottom .events-calendar .featured .header .dark .icon {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -219px -127px;
  width: 13px;
  height: 16px;
  margin-right: 4px;
  margin-bottom: -2px;
}
main .content-main .conferences-events .featured .content .pattern,
main .content-right .conferences-events .featured .content .pattern,
main .content-bottom .conferences-events .featured .content .pattern,
main .content-main .conferences-events-v2 .featured .content .pattern,
main .content-right .conferences-events-v2 .featured .content .pattern,
main .content-bottom .conferences-events-v2 .featured .content .pattern,
main .content-main .events-calendar .featured .content .pattern,
main .content-right .events-calendar .featured .content .pattern,
main .content-bottom .events-calendar .featured .content .pattern {
  position: relative;
}
main .content-main .conferences-events .featured .content .pattern span:nth-child(2),
main .content-right .conferences-events .featured .content .pattern span:nth-child(2),
main .content-bottom .conferences-events .featured .content .pattern span:nth-child(2),
main .content-main .conferences-events-v2 .featured .content .pattern span:nth-child(2),
main .content-right .conferences-events-v2 .featured .content .pattern span:nth-child(2),
main .content-bottom .conferences-events-v2 .featured .content .pattern span:nth-child(2),
main .content-main .events-calendar .featured .content .pattern span:nth-child(2),
main .content-right .events-calendar .featured .content .pattern span:nth-child(2),
main .content-bottom .events-calendar .featured .content .pattern span:nth-child(2) {
  margin-top: 20px;
}
main .content-main .conferences-events .featured .content .pattern span:last-child,
main .content-right .conferences-events .featured .content .pattern span:last-child,
main .content-bottom .conferences-events .featured .content .pattern span:last-child,
main .content-main .conferences-events-v2 .featured .content .pattern span:last-child,
main .content-right .conferences-events-v2 .featured .content .pattern span:last-child,
main .content-bottom .conferences-events-v2 .featured .content .pattern span:last-child,
main .content-main .events-calendar .featured .content .pattern span:last-child,
main .content-right .events-calendar .featured .content .pattern span:last-child,
main .content-bottom .events-calendar .featured .content .pattern span:last-child {
  margin-top: 20px;
  font-family: "futura-pt", Verdana;
  font-size: 14px;
  /*px fallback*/
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 500;
  font-style: normal;
}
main .content-main .conferences-events .featured .content .plain,
main .content-right .conferences-events .featured .content .plain,
main .content-bottom .conferences-events .featured .content .plain,
main .content-main .conferences-events-v2 .featured .content .plain,
main .content-right .conferences-events-v2 .featured .content .plain,
main .content-bottom .conferences-events-v2 .featured .content .plain,
main .content-main .events-calendar .featured .content .plain,
main .content-right .events-calendar .featured .content .plain,
main .content-bottom .events-calendar .featured .content .plain {
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .content-main .conferences-events .featured .overlay-content,
main .content-right .conferences-events .featured .overlay-content,
main .content-bottom .conferences-events .featured .overlay-content,
main .content-main .conferences-events-v2 .featured .overlay-content,
main .content-right .conferences-events-v2 .featured .overlay-content,
main .content-bottom .conferences-events-v2 .featured .overlay-content,
main .content-main .events-calendar .featured .overlay-content,
main .content-right .events-calendar .featured .overlay-content,
main .content-bottom .events-calendar .featured .overlay-content {
  position: relative;
  background-size: cover;
  background-color: rgba(140, 149, 157, 0.8);
}
main .content-main .conferences-events .featured .overlay-content > div,
main .content-right .conferences-events .featured .overlay-content > div,
main .content-bottom .conferences-events .featured .overlay-content > div,
main .content-main .conferences-events-v2 .featured .overlay-content > div,
main .content-right .conferences-events-v2 .featured .overlay-content > div,
main .content-bottom .conferences-events-v2 .featured .overlay-content > div,
main .content-main .events-calendar .featured .overlay-content > div,
main .content-right .events-calendar .featured .overlay-content > div,
main .content-bottom .events-calendar .featured .overlay-content > div {
  background-color: rgba(140, 149, 157, 0.8);
  padding: 10px 30px 10px 30px;
}
main .content-main .conferences-events .featured .overlay-content > div span,
main .content-right .conferences-events .featured .overlay-content > div span,
main .content-bottom .conferences-events .featured .overlay-content > div span,
main .content-main .conferences-events-v2 .featured .overlay-content > div span,
main .content-right .conferences-events-v2 .featured .overlay-content > div span,
main .content-bottom .conferences-events-v2 .featured .overlay-content > div span,
main .content-main .events-calendar .featured .overlay-content > div span,
main .content-right .events-calendar .featured .overlay-content > div span,
main .content-bottom .events-calendar .featured .overlay-content > div span {
  font-family: "open-sans", Arial;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333333;
  font-weight: 600;
  font-style: normal;
}
main .content-main .conferences-events .feeds li:hover .padding-container,
main .content-right .conferences-events .feeds li:hover .padding-container,
main .content-bottom .conferences-events .feeds li:hover .padding-container,
main .content-main .conferences-events-v2 .feeds li:hover .padding-container,
main .content-right .conferences-events-v2 .feeds li:hover .padding-container,
main .content-bottom .conferences-events-v2 .feeds li:hover .padding-container,
main .content-main .events-calendar .feeds li:hover .padding-container,
main .content-right .events-calendar .feeds li:hover .padding-container,
main .content-bottom .events-calendar .feeds li:hover .padding-container,
main .content-main .conferences-events .feeds .events-feed:hover .padding-container,
main .content-right .conferences-events .feeds .events-feed:hover .padding-container,
main .content-bottom .conferences-events .feeds .events-feed:hover .padding-container,
main .content-main .conferences-events-v2 .feeds .events-feed:hover .padding-container,
main .content-right .conferences-events-v2 .feeds .events-feed:hover .padding-container,
main .content-bottom .conferences-events-v2 .feeds .events-feed:hover .padding-container,
main .content-main .events-calendar .feeds .events-feed:hover .padding-container,
main .content-right .events-calendar .feeds .events-feed:hover .padding-container,
main .content-bottom .events-calendar .feeds .events-feed:hover .padding-container {
  background-color: #77bc66;
}
main .content-main .conferences-events .feeds li .date-overlay .month,
main .content-right .conferences-events .feeds li .date-overlay .month,
main .content-bottom .conferences-events .feeds li .date-overlay .month,
main .content-main .conferences-events-v2 .feeds li .date-overlay .month,
main .content-right .conferences-events-v2 .feeds li .date-overlay .month,
main .content-bottom .conferences-events-v2 .feeds li .date-overlay .month,
main .content-main .events-calendar .feeds li .date-overlay .month,
main .content-right .events-calendar .feeds li .date-overlay .month,
main .content-bottom .events-calendar .feeds li .date-overlay .month,
main .content-main .conferences-events .feeds .events-feed .date-overlay .month,
main .content-right .conferences-events .feeds .events-feed .date-overlay .month,
main .content-bottom .conferences-events .feeds .events-feed .date-overlay .month,
main .content-main .conferences-events-v2 .feeds .events-feed .date-overlay .month,
main .content-right .conferences-events-v2 .feeds .events-feed .date-overlay .month,
main .content-bottom .conferences-events-v2 .feeds .events-feed .date-overlay .month,
main .content-main .events-calendar .feeds .events-feed .date-overlay .month,
main .content-right .events-calendar .feeds .events-feed .date-overlay .month,
main .content-bottom .events-calendar .feeds .events-feed .date-overlay .month {
  background-color: #77bc66;
}
main .content-main .conferences-events .feeds li .date-overlay .day,
main .content-right .conferences-events .feeds li .date-overlay .day,
main .content-bottom .conferences-events .feeds li .date-overlay .day,
main .content-main .conferences-events-v2 .feeds li .date-overlay .day,
main .content-right .conferences-events-v2 .feeds li .date-overlay .day,
main .content-bottom .conferences-events-v2 .feeds li .date-overlay .day,
main .content-main .events-calendar .feeds li .date-overlay .day,
main .content-right .events-calendar .feeds li .date-overlay .day,
main .content-bottom .events-calendar .feeds li .date-overlay .day,
main .content-main .conferences-events .feeds .events-feed .date-overlay .day,
main .content-right .conferences-events .feeds .events-feed .date-overlay .day,
main .content-bottom .conferences-events .feeds .events-feed .date-overlay .day,
main .content-main .conferences-events-v2 .feeds .events-feed .date-overlay .day,
main .content-right .conferences-events-v2 .feeds .events-feed .date-overlay .day,
main .content-bottom .conferences-events-v2 .feeds .events-feed .date-overlay .day,
main .content-main .events-calendar .feeds .events-feed .date-overlay .day,
main .content-right .events-calendar .feeds .events-feed .date-overlay .day,
main .content-bottom .events-calendar .feeds .events-feed .date-overlay .day {
  background-color: #99cd8c;
}
main .content-main .continuing-education-v2 .featured,
main .content-right .continuing-education-v2 .featured,
main .content-bottom .continuing-education-v2 .featured,
main .content-main .conferences-events-v2 .featured,
main .content-right .conferences-events-v2 .featured,
main .content-bottom .conferences-events-v2 .featured {
  margin-top: 10px;
  text-align: left;
  border: 2px solid #ebeded;
}
main .content-main .continuing-education-v2 .featured .header .dark,
main .content-right .continuing-education-v2 .featured .header .dark,
main .content-bottom .continuing-education-v2 .featured .header .dark,
main .content-main .conferences-events-v2 .featured .header .dark,
main .content-right .conferences-events-v2 .featured .header .dark,
main .content-bottom .conferences-events-v2 .featured .header .dark {
  padding: 10px 10px 10px 25px;
}
main .content-main .continuing-education-v2 .featured .header .dark span:first-child,
main .content-right .continuing-education-v2 .featured .header .dark span:first-child,
main .content-bottom .continuing-education-v2 .featured .header .dark span:first-child,
main .content-main .conferences-events-v2 .featured .header .dark span:first-child,
main .content-right .conferences-events-v2 .featured .header .dark span:first-child,
main .content-bottom .conferences-events-v2 .featured .header .dark span:first-child {
  font-family: "open-sans", Arial;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 0.88888889;
  font-weight: 600;
  font-style: normal;
}
main .content-main .continuing-education-v2 .featured .header .dark span:nth-child(2),
main .content-right .continuing-education-v2 .featured .header .dark span:nth-child(2),
main .content-bottom .continuing-education-v2 .featured .header .dark span:nth-child(2),
main .content-main .conferences-events-v2 .featured .header .dark span:nth-child(2),
main .content-right .conferences-events-v2 .featured .header .dark span:nth-child(2),
main .content-bottom .conferences-events-v2 .featured .header .dark span:nth-child(2) {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14285714;
  font-weight: 400;
  font-style: normal;
}
main .content-main .continuing-education-v2 .featured .header .dark span:last-child,
main .content-right .continuing-education-v2 .featured .header .dark span:last-child,
main .content-bottom .continuing-education-v2 .featured .header .dark span:last-child,
main .content-main .conferences-events-v2 .featured .header .dark span:last-child,
main .content-right .conferences-events-v2 .featured .header .dark span:last-child,
main .content-bottom .conferences-events-v2 .featured .header .dark span:last-child {
  margin-top: 5px;
  display: inline-block;
}
main .content-main .continuing-education-v2 .featured .content .pattern,
main .content-right .continuing-education-v2 .featured .content .pattern,
main .content-bottom .continuing-education-v2 .featured .content .pattern,
main .content-main .conferences-events-v2 .featured .content .pattern,
main .content-right .conferences-events-v2 .featured .content .pattern,
main .content-bottom .conferences-events-v2 .featured .content .pattern {
  padding: 25px 10px 25px 25px;
}
main .content-main .continuing-education-v2 .featured .content .pattern span,
main .content-right .continuing-education-v2 .featured .content .pattern span,
main .content-bottom .continuing-education-v2 .featured .content .pattern span,
main .content-main .conferences-events-v2 .featured .content .pattern span,
main .content-right .conferences-events-v2 .featured .content .pattern span,
main .content-bottom .conferences-events-v2 .featured .content .pattern span {
  margin: 0;
}
main .content-main .continuing-education-v2 .featured .content .plain .overlay,
main .content-right .continuing-education-v2 .featured .content .plain .overlay,
main .content-bottom .continuing-education-v2 .featured .content .plain .overlay,
main .content-main .conferences-events-v2 .featured .content .plain .overlay,
main .content-right .conferences-events-v2 .featured .content .plain .overlay,
main .content-bottom .conferences-events-v2 .featured .content .plain .overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 20px;
  width: 100%;
  background-color: rgba(140, 149, 157, 0.8);
}
main .content-main .continuing-education-v2 .feeds,
main .content-right .continuing-education-v2 .feeds,
main .content-bottom .continuing-education-v2 .feeds,
main .content-main .conferences-events-v2 .feeds,
main .content-right .conferences-events-v2 .feeds,
main .content-bottom .conferences-events-v2 .feeds {
  margin: 0;
}
main .content-main .continuing-education-v2 .feeds li .date-overlay,
main .content-right .continuing-education-v2 .feeds li .date-overlay,
main .content-bottom .continuing-education-v2 .feeds li .date-overlay,
main .content-main .conferences-events-v2 .feeds li .date-overlay,
main .content-right .conferences-events-v2 .feeds li .date-overlay,
main .content-bottom .conferences-events-v2 .feeds li .date-overlay {
  top: 15px;
}
main .content-main .continuing-education-v2 .feeds li .info-left,
main .content-right .continuing-education-v2 .feeds li .info-left,
main .content-bottom .continuing-education-v2 .feeds li .info-left,
main .content-main .conferences-events-v2 .feeds li .info-left,
main .content-right .conferences-events-v2 .feeds li .info-left,
main .content-bottom .conferences-events-v2 .feeds li .info-left {
  position: absolute;
  display: block;
  left: 0;
  margin-top: 85px;
  width: 40px;
  text-align: center;
}
main .content-main .continuing-education-v2 .feeds li .info-left span,
main .content-right .continuing-education-v2 .feeds li .info-left span,
main .content-bottom .continuing-education-v2 .feeds li .info-left span,
main .content-main .conferences-events-v2 .feeds li .info-left span,
main .content-right .conferences-events-v2 .feeds li .info-left span,
main .content-bottom .conferences-events-v2 .feeds li .info-left span {
  display: block;
  width: 100%;
  margin-left: 0;
  padding: 0;
  overflow-wrap: break-word;
}
main .content-main .continuing-education-v2 .feeds li .padding-container,
main .content-right .continuing-education-v2 .feeds li .padding-container,
main .content-bottom .continuing-education-v2 .feeds li .padding-container,
main .content-main .conferences-events-v2 .feeds li .padding-container,
main .content-right .conferences-events-v2 .feeds li .padding-container,
main .content-bottom .conferences-events-v2 .feeds li .padding-container {
  padding: 15px 0 15px 0;
}
main .content-main .continuing-education-v2 .feeds li .content,
main .content-right .continuing-education-v2 .feeds li .content,
main .content-bottom .continuing-education-v2 .feeds li .content,
main .content-main .conferences-events-v2 .feeds li .content,
main .content-right .conferences-events-v2 .feeds li .content,
main .content-bottom .conferences-events-v2 .feeds li .content {
  min-height: 0;
  background-color: transparent;
  color: #1a1d22;
  margin: 0 10px 0 50px;
  text-align: left;
}
main .content-main .continuing-education-v2 .feeds li .content .title,
main .content-right .continuing-education-v2 .feeds li .content .title,
main .content-bottom .continuing-education-v2 .feeds li .content .title,
main .content-main .conferences-events-v2 .feeds li .content .title,
main .content-right .conferences-events-v2 .feeds li .content .title,
main .content-bottom .conferences-events-v2 .feeds li .content .title {
  margin-bottom: 5px;
  text-align: left;
}
main .content-main .continuing-education-v2 .feeds li .content .date,
main .content-right .continuing-education-v2 .feeds li .content .date,
main .content-bottom .continuing-education-v2 .feeds li .content .date,
main .content-main .conferences-events-v2 .feeds li .content .date,
main .content-right .conferences-events-v2 .feeds li .content .date,
main .content-bottom .conferences-events-v2 .feeds li .content .date {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
}
main .content-main .continuing-education-v2 .feeds li .content .location,
main .content-right .continuing-education-v2 .feeds li .content .location,
main .content-bottom .continuing-education-v2 .feeds li .content .location,
main .content-main .conferences-events-v2 .feeds li .content .location,
main .content-right .conferences-events-v2 .feeds li .content .location,
main .content-bottom .conferences-events-v2 .feeds li .content .location {
  white-space: pre-wrap;
}
main .content-main .continuing-education-v2 .feeds li .info,
main .content-right .continuing-education-v2 .feeds li .info,
main .content-bottom .continuing-education-v2 .feeds li .info,
main .content-main .conferences-events-v2 .feeds li .info,
main .content-right .conferences-events-v2 .feeds li .info,
main .content-bottom .conferences-events-v2 .feeds li .info {
  position: relative;
  margin-top: 5px;
  margin-left: 50px;
}
main .content-main .continuing-education-v2 .feeds li .info .credits,
main .content-right .continuing-education-v2 .feeds li .info .credits,
main .content-bottom .continuing-education-v2 .feeds li .info .credits,
main .content-main .conferences-events-v2 .feeds li .info .credits,
main .content-right .conferences-events-v2 .feeds li .info .credits,
main .content-bottom .conferences-events-v2 .feeds li .info .credits {
  display: none;
}
main .content-main .continuing-education-v2 .feeds li .info .type,
main .content-right .continuing-education-v2 .feeds li .info .type,
main .content-bottom .continuing-education-v2 .feeds li .info .type,
main .content-main .conferences-events-v2 .feeds li .info .type,
main .content-right .conferences-events-v2 .feeds li .info .type,
main .content-bottom .conferences-events-v2 .feeds li .info .type {
  text-align: left;
}
main .content-main .conferences-events-v2 .featured .content .plain,
main .content-right .conferences-events-v2 .featured .content .plain,
main .content-bottom .conferences-events-v2 .featured .content .plain {
  height: 100px;
}
main .content-main .conferences-events-v2 .featured .content .pattern,
main .content-right .conferences-events-v2 .featured .content .pattern,
main .content-bottom .conferences-events-v2 .featured .content .pattern {
  border-top: none;
}
main .content-main .conferences-events-v2 .featured .content .pattern span:nth-child(2),
main .content-right .conferences-events-v2 .featured .content .pattern span:nth-child(2),
main .content-bottom .conferences-events-v2 .featured .content .pattern span:nth-child(2) {
  margin-top: 10px;
}
main .content-main .events-calendar .feeds li,
main .content-right .events-calendar .feeds li,
main .content-bottom .events-calendar .feeds li {
  padding-left: 0;
}
main .content-main .events-calendar .feeds li > div:first-child,
main .content-right .events-calendar .feeds li > div:first-child,
main .content-bottom .events-calendar .feeds li > div:first-child {
  position: relative;
  margin-right: 40px;
  padding-left: 20px;
}
main .content-main .events-calendar .feeds li > div:last-child,
main .content-right .events-calendar .feeds li > div:last-child,
main .content-bottom .events-calendar .feeds li > div:last-child {
  position: absolute;
  right: 10px;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
}
main .content-main .callout,
main .content-right .callout,
main .content-bottom .callout,
main .content-main .callout-mylearning,
main .content-right .callout-mylearning,
main .content-bottom .callout-mylearning {
  background: url('../assets/images/triangle-light.png') repeat-x right bottom #f4f4f5;
  overflow: hidden;
  padding-top: 20px;
}
main .content-main .callout h2,
main .content-right .callout h2,
main .content-bottom .callout h2,
main .content-main .callout-mylearning h2,
main .content-right .callout-mylearning h2,
main .content-bottom .callout-mylearning h2 {
  text-align: left;
  color: #ffffff;
  padding: 10px 20px 10px 18px;
  border: none;
  border-left: 2px solid #65707a;
  background-color: #8c959d;
  position: relative;
}
main .content-main .callout h2:first-child,
main .content-right .callout h2:first-child,
main .content-bottom .callout h2:first-child,
main .content-main .callout-mylearning h2:first-child,
main .content-right .callout-mylearning h2:first-child,
main .content-bottom .callout-mylearning h2:first-child {
  margin-top: -20px;
}
main .content-main .callout h2 a,
main .content-right .callout h2 a,
main .content-bottom .callout h2 a,
main .content-main .callout-mylearning h2 a,
main .content-right .callout-mylearning h2 a,
main .content-bottom .callout-mylearning h2 a {
  display: block;
  margin: -10px -20px -10px -20px;
  padding: 10px 20px 10px 18px;
  background: url('../assets/images/ASCEheadpattern_fade.jpg');
  border-left: 2px solid #0c5fa8;
  color: #ffffff;
}
main .content-main .callout h2 a:hover,
main .content-right .callout h2 a:hover,
main .content-bottom .callout h2 a:hover,
main .content-main .callout-mylearning h2 a:hover,
main .content-right .callout-mylearning h2 a:hover,
main .content-bottom .callout-mylearning h2 a:hover,
main .content-main .callout h2 a:active,
main .content-right .callout h2 a:active,
main .content-bottom .callout h2 a:active,
main .content-main .callout-mylearning h2 a:active,
main .content-right .callout-mylearning h2 a:active,
main .content-bottom .callout-mylearning h2 a:active,
main .content-main .callout h2 a:focus,
main .content-right .callout h2 a:focus,
main .content-bottom .callout h2 a:focus,
main .content-main .callout-mylearning h2 a:focus,
main .content-right .callout-mylearning h2 a:focus,
main .content-bottom .callout-mylearning h2 a:focus {
  background: none;
  background-color: #19a1cf;
  border-left: 2px solid #19a1cf;
  cursor: pointer;
  cursor: hand;
}
main .content-main .callout h2 a:visited,
main .content-right .callout h2 a:visited,
main .content-bottom .callout h2 a:visited,
main .content-main .callout-mylearning h2 a:visited,
main .content-right .callout-mylearning h2 a:visited,
main .content-bottom .callout-mylearning h2 a:visited {
  color: #ffffff;
}
main .content-main .callout h2 a:after,
main .content-right .callout h2 a:after,
main .content-bottom .callout h2 a:after,
main .content-main .callout-mylearning h2 a:after,
main .content-right .callout-mylearning h2 a:after,
main .content-bottom .callout-mylearning h2 a:after {
  content: " ";
  display: inline-block;
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -310px -40px;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  margin-top: 2px;
  -webkit-transform: rotate(-90deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(-90deg);
  /* FF */
  -o-transform: rotate(-90deg);
  /* Opera */
  -ms-transform: rotate(-90deg);
  /* IE9 */
  transform: rotate(-90deg);
}
main .content-main .callout h3,
main .content-right .callout h3,
main .content-bottom .callout h3,
main .content-main .callout-mylearning h3,
main .content-right .callout-mylearning h3,
main .content-bottom .callout-mylearning h3,
main .content-main .callout h4,
main .content-right .callout h4,
main .content-bottom .callout h4,
main .content-main .callout-mylearning h4,
main .content-right .callout-mylearning h4,
main .content-bottom .callout-mylearning h4,
main .content-main .callout h5,
main .content-right .callout h5,
main .content-bottom .callout h5,
main .content-main .callout-mylearning h5,
main .content-right .callout-mylearning h5,
main .content-bottom .callout-mylearning h5,
main .content-main .callout h6,
main .content-right .callout h6,
main .content-bottom .callout h6,
main .content-main .callout-mylearning h6,
main .content-right .callout-mylearning h6,
main .content-bottom .callout-mylearning h6 {
  margin-bottom: 20px;
}
main .content-main .callout h3,
main .content-right .callout h3,
main .content-bottom .callout h3,
main .content-main .callout-mylearning h3,
main .content-right .callout-mylearning h3,
main .content-bottom .callout-mylearning h3 {
  text-align: left;
  padding: 0 20px;
}
main .content-main .callout h4,
main .content-right .callout h4,
main .content-bottom .callout h4,
main .content-main .callout-mylearning h4,
main .content-right .callout-mylearning h4,
main .content-bottom .callout-mylearning h4,
main .content-main .callout h5,
main .content-right .callout h5,
main .content-bottom .callout h5,
main .content-main .callout-mylearning h5,
main .content-right .callout-mylearning h5,
main .content-bottom .callout-mylearning h5,
main .content-main .callout h6,
main .content-right .callout h6,
main .content-bottom .callout h6,
main .content-main .callout-mylearning h6,
main .content-right .callout-mylearning h6,
main .content-bottom .callout-mylearning h6 {
  padding: 0 20px;
}
main .content-main .callout img,
main .content-right .callout img,
main .content-bottom .callout img,
main .content-main .callout-mylearning img,
main .content-right .callout-mylearning img,
main .content-bottom .callout-mylearning img {
  max-width: 100%;
}
main .content-main .callout img:first-child,
main .content-right .callout img:first-child,
main .content-bottom .callout img:first-child,
main .content-main .callout-mylearning img:first-child,
main .content-right .callout-mylearning img:first-child,
main .content-bottom .callout-mylearning img:first-child {
  margin-top: -20px;
}
main .content-main .callout p,
main .content-right .callout p,
main .content-bottom .callout p,
main .content-main .callout-mylearning p,
main .content-right .callout-mylearning p,
main .content-bottom .callout-mylearning p {
  padding: 0 20px;
  text-align: left;
}
main .content-main .callout p a,
main .content-right .callout p a,
main .content-bottom .callout p a,
main .content-main .callout-mylearning p a,
main .content-right .callout-mylearning p a,
main .content-bottom .callout-mylearning p a {
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
main .content-main .callout p a:hover,
main .content-right .callout p a:hover,
main .content-bottom .callout p a:hover,
main .content-main .callout-mylearning p a:hover,
main .content-right .callout-mylearning p a:hover,
main .content-bottom .callout-mylearning p a:hover {
  background: none;
  border: none;
}
main .content-main .callout ul,
main .content-right .callout ul,
main .content-bottom .callout ul,
main .content-main .callout-mylearning ul,
main .content-right .callout-mylearning ul,
main .content-bottom .callout-mylearning ul {
  margin-left: 30px;
  margin-right: 10px;
}
main .content-main .callout .article-stack,
main .content-right .callout .article-stack,
main .content-bottom .callout .article-stack,
main .content-main .callout-mylearning .article-stack,
main .content-right .callout-mylearning .article-stack,
main .content-bottom .callout-mylearning .article-stack {
  margin-left: 0;
}
main .content-main .callout .highlight,
main .content-right .callout .highlight,
main .content-bottom .callout .highlight,
main .content-main .callout-mylearning .highlight,
main .content-right .callout-mylearning .highlight,
main .content-bottom .callout-mylearning .highlight {
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px;
}
main .content-main .callout .show-more-v2,
main .content-right .callout .show-more-v2,
main .content-bottom .callout .show-more-v2,
main .content-main .callout-mylearning .show-more-v2,
main .content-right .callout-mylearning .show-more-v2,
main .content-bottom .callout-mylearning .show-more-v2 {
  border-top-color: #ffffff;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}
main .content-main .callout .article-stack li,
main .content-right .callout .article-stack li,
main .content-bottom .callout .article-stack li,
main .content-main .callout-mylearning .article-stack li,
main .content-right .callout-mylearning .article-stack li,
main .content-bottom .callout-mylearning .article-stack li {
  background: none;
}
main .content-main .callout .article-stack li a,
main .content-right .callout .article-stack li a,
main .content-bottom .callout .article-stack li a,
main .content-main .callout-mylearning .article-stack li a,
main .content-right .callout-mylearning .article-stack li a,
main .content-bottom .callout-mylearning .article-stack li a {
  display: inline-block;
  background: url('../assets/images/icon-article-stack.png') no-repeat 0 2px;
}
main .content-main .callout .article-stack li a:hover,
main .content-right .callout .article-stack li a:hover,
main .content-bottom .callout .article-stack li a:hover,
main .content-main .callout-mylearning .article-stack li a:hover,
main .content-right .callout-mylearning .article-stack li a:hover,
main .content-bottom .callout-mylearning .article-stack li a:hover {
  background: url('../assets/images/icon-articlestack-rollover.png') no-repeat 0 2px;
}
main .content-main .callout .article-stack li a span,
main .content-right .callout .article-stack li a span,
main .content-bottom .callout .article-stack li a span,
main .content-main .callout-mylearning .article-stack li a span,
main .content-right .callout-mylearning .article-stack li a span,
main .content-bottom .callout-mylearning .article-stack li a span {
  display: inline-block;
  margin-left: 25px;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 600;
  font-style: normal;
}
main .content-main .callout .button,
main .content-right .callout .button,
main .content-bottom .callout .button,
main .content-main .callout-mylearning .button,
main .content-right .callout-mylearning .button,
main .content-bottom .callout-mylearning .button {
  margin-left: 20px;
  margin-bottom: 20px;
}
main .content-main .callout-mylearning,
main .content-right .callout-mylearning,
main .content-bottom .callout-mylearning {
  padding-bottom: 0;
  margin-bottom: 20px;
}
main .content-main .callout-mylearning .header,
main .content-right .callout-mylearning .header,
main .content-bottom .callout-mylearning .header {
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
}
main .content-main .callout-mylearning .body,
main .content-right .callout-mylearning .body,
main .content-bottom .callout-mylearning .body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: url('../assets/images/triangle-light.png') repeat-x right bottom #f4f4f5;
}
main .content-main .callout-mylearning .body ul,
main .content-right .callout-mylearning .body ul,
main .content-bottom .callout-mylearning .body ul {
  margin-bottom: 0;
  padding-bottom: 30px;
}
main .content-main .callout-mylearning .body ul li:last-child,
main .content-right .callout-mylearning .body ul li:last-child,
main .content-bottom .callout-mylearning .body ul li:last-child {
  margin-bottom: 0;
}
main .content-main .callout-mylearning .endcap,
main .content-right .callout-mylearning .endcap,
main .content-bottom .callout-mylearning .endcap {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}
main .content-main .callout-mylearning .endcap a,
main .content-right .callout-mylearning .endcap a,
main .content-bottom .callout-mylearning .endcap a {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
main .content-main .callout-mylearning .endcap a:hover,
main .content-right .callout-mylearning .endcap a:hover,
main .content-bottom .callout-mylearning .endcap a:hover {
  text-decoration: none;
}
main .content-main .accordion .header,
main .content-right .accordion .header,
main .content-bottom .accordion .header {
  background-color: #f4f4f5;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
main .content-main .accordion .header div.icon,
main .content-right .accordion .header div.icon,
main .content-bottom .accordion .header div.icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #dbe7f2;
}
main .content-main .accordion .header div.icon .icon,
main .content-right .accordion .header div.icon .icon,
main .content-bottom .accordion .header div.icon .icon {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -220px -40px;
  width: 11px;
  height: 11px;
  margin: 0 7px;
}
main .content-main .accordion .header h1,
main .content-right .accordion .header h1,
main .content-bottom .accordion .header h1,
main .content-main .accordion .header h2,
main .content-right .accordion .header h2,
main .content-bottom .accordion .header h2,
main .content-main .accordion .header h3,
main .content-right .accordion .header h3,
main .content-bottom .accordion .header h3,
main .content-main .accordion .header h4,
main .content-right .accordion .header h4,
main .content-bottom .accordion .header h4,
main .content-main .accordion .header h5,
main .content-right .accordion .header h5,
main .content-bottom .accordion .header h5,
main .content-main .accordion .header h6,
main .content-right .accordion .header h6,
main .content-bottom .accordion .header h6 {
  display: table-cell;
  vertical-align: middle;
  font-family: "futura-pt", Verdana;
  font-size: 20px;
  /*px fallback*/
  font-size: 2rem;
  line-height: 0.9;
  font-weight: 400;
  font-style: normal;
  color: #0c5fa8;
  margin: 0;
  padding: 15px 0 15px 25px;
  border: none;
}
main .content-main .accordion .header:hover,
main .content-right .accordion .header:hover,
main .content-bottom .accordion .header:hover,
main .content-main .accordion .header:active,
main .content-right .accordion .header:active,
main .content-bottom .accordion .header:active,
main .content-main .accordion .header:focus,
main .content-right .accordion .header:focus,
main .content-bottom .accordion .header:focus {
  cursor: pointer;
  cursor: hand;
}
main .content-main .accordion .header:hover div.icon,
main .content-right .accordion .header:hover div.icon,
main .content-bottom .accordion .header:hover div.icon,
main .content-main .accordion .header:active div.icon,
main .content-right .accordion .header:active div.icon,
main .content-bottom .accordion .header:active div.icon,
main .content-main .accordion .header:focus div.icon,
main .content-right .accordion .header:focus div.icon,
main .content-bottom .accordion .header:focus div.icon {
  background-color: #19a1cf;
}
main .content-main .accordion .header:hover div.icon .icon,
main .content-right .accordion .header:hover div.icon .icon,
main .content-bottom .accordion .header:hover div.icon .icon,
main .content-main .accordion .header:active div.icon .icon,
main .content-right .accordion .header:active div.icon .icon,
main .content-bottom .accordion .header:active div.icon .icon,
main .content-main .accordion .header:focus div.icon .icon,
main .content-right .accordion .header:focus div.icon .icon,
main .content-bottom .accordion .header:focus div.icon .icon {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -190px -10px;
}
main .content-main .accordion .header.selected,
main .content-right .accordion .header.selected,
main .content-bottom .accordion .header.selected {
  background-color: #ebf5e8;
}
main .content-main .accordion .header.selected div.icon,
main .content-right .accordion .header.selected div.icon,
main .content-bottom .accordion .header.selected div.icon {
  background-color: #77bc66;
}
main .content-main .accordion .header.selected div.icon .icon,
main .content-right .accordion .header.selected div.icon .icon,
main .content-bottom .accordion .header.selected div.icon .icon {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -190px -10px;
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
}
main .content-main .accordion .content,
main .content-right .accordion .content,
main .content-bottom .accordion .content {
  border: 2px solid #f4f4f5;
  border-top: none;
  margin-right: 1px;
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 20px 25px 0 25px;
}
main .content-main .accordion .content .intro,
main .content-right .accordion .content .intro,
main .content-bottom .accordion .content .intro {
  margin-bottom: 20px;
}
main .content-main .accordion-v2 h2,
main .content-right .accordion-v2 h2,
main .content-bottom .accordion-v2 h2 {
  border: none;
}
main .content-main .accordion-v2 h2 a:visited,
main .content-right .accordion-v2 h2 a:visited,
main .content-bottom .accordion-v2 h2 a:visited {
  color: #0c5fa8;
}
main .content-main .accordion-v2 h2 a:before,
main .content-right .accordion-v2 h2 a:before,
main .content-bottom .accordion-v2 h2 a:before {
  content: " + ";
  margin-right: 5px;
  display: inline;
}
main .content-main .accordion-v2 h2.selected a,
main .content-right .accordion-v2 h2.selected a,
main .content-bottom .accordion-v2 h2.selected a {
  color: #0c5fa8;
}
main .content-main .accordion-v2 h2.selected a:hover,
main .content-right .accordion-v2 h2.selected a:hover,
main .content-bottom .accordion-v2 h2.selected a:hover {
  color: #19a1cf;
}
main .content-main .accordion-v2 h2.selected a:before,
main .content-right .accordion-v2 h2.selected a:before,
main .content-bottom .accordion-v2 h2.selected a:before {
  content: " - ";
  margin-right: 5px;
  display: inline;
}
main .content-main .group-finder,
main .content-right .group-finder,
main .content-bottom .group-finder,
main .content-main .group-finder-v2,
main .content-right .group-finder-v2,
main .content-bottom .group-finder-v2 {
  text-align: left;
}
main .content-main .group-finder .title,
main .content-right .group-finder .title,
main .content-bottom .group-finder .title,
main .content-main .group-finder-v2 .title,
main .content-right .group-finder-v2 .title,
main .content-bottom .group-finder-v2 .title {
  text-transform: uppercase;
  font-family: "futura-pt", Verdana;
  font-size: 24px;
  /*px fallback*/
  font-size: 2.4rem;
  line-height: 0.75;
  font-weight: 500;
  font-style: normal;
}
main .content-main .group-finder .tab-container,
main .content-right .group-finder .tab-container,
main .content-bottom .group-finder .tab-container,
main .content-main .group-finder-v2 .tab-container,
main .content-right .group-finder-v2 .tab-container,
main .content-bottom .group-finder-v2 .tab-container {
  width: 248px;
  margin-top: 15px;
}
main .content-main .group-finder .tab-container .tabs li:first-child,
main .content-right .group-finder .tab-container .tabs li:first-child,
main .content-bottom .group-finder .tab-container .tabs li:first-child,
main .content-main .group-finder-v2 .tab-container .tabs li:first-child,
main .content-right .group-finder-v2 .tab-container .tabs li:first-child,
main .content-bottom .group-finder-v2 .tab-container .tabs li:first-child {
  width: 84px;
}
main .content-main .group-finder .tab-container .tabs li:last-child,
main .content-right .group-finder .tab-container .tabs li:last-child,
main .content-bottom .group-finder .tab-container .tabs li:last-child,
main .content-main .group-finder-v2 .tab-container .tabs li:last-child,
main .content-right .group-finder-v2 .tab-container .tabs li:last-child,
main .content-bottom .group-finder-v2 .tab-container .tabs li:last-child {
  width: 162px;
}
main .content-main .group-finder .tab-container .tab-pane form,
main .content-right .group-finder .tab-container .tab-pane form,
main .content-bottom .group-finder .tab-container .tab-pane form,
main .content-main .group-finder-v2 .tab-container .tab-pane form,
main .content-right .group-finder-v2 .tab-container .tab-pane form,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form,
main .content-main .group-finder .tab-container .tab-pane .form,
main .content-right .group-finder .tab-container .tab-pane .form,
main .content-bottom .group-finder .tab-container .tab-pane .form,
main .content-main .group-finder-v2 .tab-container .tab-pane .form,
main .content-right .group-finder-v2 .tab-container .tab-pane .form,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form {
  position: relative;
  padding: 0;
  background-color: #ffffff;
  margin-bottom: 15px;
  font-size: 0;
}
main .content-main .group-finder .tab-container .tab-pane form input,
main .content-right .group-finder .tab-container .tab-pane form input,
main .content-bottom .group-finder .tab-container .tab-pane form input,
main .content-main .group-finder-v2 .tab-container .tab-pane form input,
main .content-right .group-finder-v2 .tab-container .tab-pane form input,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form input,
main .content-main .group-finder .tab-container .tab-pane .form input,
main .content-right .group-finder .tab-container .tab-pane .form input,
main .content-bottom .group-finder .tab-container .tab-pane .form input,
main .content-main .group-finder-v2 .tab-container .tab-pane .form input,
main .content-right .group-finder-v2 .tab-container .tab-pane .form input,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form input,
main .content-main .group-finder .tab-container .tab-pane form select,
main .content-right .group-finder .tab-container .tab-pane form select,
main .content-bottom .group-finder .tab-container .tab-pane form select,
main .content-main .group-finder-v2 .tab-container .tab-pane form select,
main .content-right .group-finder-v2 .tab-container .tab-pane form select,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form select,
main .content-main .group-finder .tab-container .tab-pane .form select,
main .content-right .group-finder .tab-container .tab-pane .form select,
main .content-bottom .group-finder .tab-container .tab-pane .form select,
main .content-main .group-finder-v2 .tab-container .tab-pane .form select,
main .content-right .group-finder-v2 .tab-container .tab-pane .form select,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form select {
  height: 20px;
  padding: 8px;
  border: 1px solid #b3b8bc;
  box-shadow: inset 2px 2px 0 #ebeded;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: bottom;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
}
main .content-main .group-finder .tab-container .tab-pane form input.required-border,
main .content-right .group-finder .tab-container .tab-pane form input.required-border,
main .content-bottom .group-finder .tab-container .tab-pane form input.required-border,
main .content-main .group-finder-v2 .tab-container .tab-pane form input.required-border,
main .content-right .group-finder-v2 .tab-container .tab-pane form input.required-border,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form input.required-border,
main .content-main .group-finder .tab-container .tab-pane .form input.required-border,
main .content-right .group-finder .tab-container .tab-pane .form input.required-border,
main .content-bottom .group-finder .tab-container .tab-pane .form input.required-border,
main .content-main .group-finder-v2 .tab-container .tab-pane .form input.required-border,
main .content-right .group-finder-v2 .tab-container .tab-pane .form input.required-border,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form input.required-border,
main .content-main .group-finder .tab-container .tab-pane form select.required-border,
main .content-right .group-finder .tab-container .tab-pane form select.required-border,
main .content-bottom .group-finder .tab-container .tab-pane form select.required-border,
main .content-main .group-finder-v2 .tab-container .tab-pane form select.required-border,
main .content-right .group-finder-v2 .tab-container .tab-pane form select.required-border,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form select.required-border,
main .content-main .group-finder .tab-container .tab-pane .form select.required-border,
main .content-right .group-finder .tab-container .tab-pane .form select.required-border,
main .content-bottom .group-finder .tab-container .tab-pane .form select.required-border,
main .content-main .group-finder-v2 .tab-container .tab-pane .form select.required-border,
main .content-right .group-finder-v2 .tab-container .tab-pane .form select.required-border,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form select.required-border {
  border: 1px solid #d83241;
}
main .content-main .group-finder .tab-container .tab-pane form input .wrapper,
main .content-right .group-finder .tab-container .tab-pane form input .wrapper,
main .content-bottom .group-finder .tab-container .tab-pane form input .wrapper,
main .content-main .group-finder-v2 .tab-container .tab-pane form input .wrapper,
main .content-right .group-finder-v2 .tab-container .tab-pane form input .wrapper,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form input .wrapper,
main .content-main .group-finder .tab-container .tab-pane .form input .wrapper,
main .content-right .group-finder .tab-container .tab-pane .form input .wrapper,
main .content-bottom .group-finder .tab-container .tab-pane .form input .wrapper,
main .content-main .group-finder-v2 .tab-container .tab-pane .form input .wrapper,
main .content-right .group-finder-v2 .tab-container .tab-pane .form input .wrapper,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form input .wrapper,
main .content-main .group-finder .tab-container .tab-pane form select .wrapper,
main .content-right .group-finder .tab-container .tab-pane form select .wrapper,
main .content-bottom .group-finder .tab-container .tab-pane form select .wrapper,
main .content-main .group-finder-v2 .tab-container .tab-pane form select .wrapper,
main .content-right .group-finder-v2 .tab-container .tab-pane form select .wrapper,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form select .wrapper,
main .content-main .group-finder .tab-container .tab-pane .form select .wrapper,
main .content-right .group-finder .tab-container .tab-pane .form select .wrapper,
main .content-bottom .group-finder .tab-container .tab-pane .form select .wrapper,
main .content-main .group-finder-v2 .tab-container .tab-pane .form select .wrapper,
main .content-right .group-finder-v2 .tab-container .tab-pane .form select .wrapper,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form select .wrapper {
  position: absolute;
  right: 30px;
  top: 0;
  left: 0;
}
main .content-main .group-finder .tab-container .tab-pane form input .wrapper input[type=text],
main .content-right .group-finder .tab-container .tab-pane form input .wrapper input[type=text],
main .content-bottom .group-finder .tab-container .tab-pane form input .wrapper input[type=text],
main .content-main .group-finder-v2 .tab-container .tab-pane form input .wrapper input[type=text],
main .content-right .group-finder-v2 .tab-container .tab-pane form input .wrapper input[type=text],
main .content-bottom .group-finder-v2 .tab-container .tab-pane form input .wrapper input[type=text],
main .content-main .group-finder .tab-container .tab-pane .form input .wrapper input[type=text],
main .content-right .group-finder .tab-container .tab-pane .form input .wrapper input[type=text],
main .content-bottom .group-finder .tab-container .tab-pane .form input .wrapper input[type=text],
main .content-main .group-finder-v2 .tab-container .tab-pane .form input .wrapper input[type=text],
main .content-right .group-finder-v2 .tab-container .tab-pane .form input .wrapper input[type=text],
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form input .wrapper input[type=text],
main .content-main .group-finder .tab-container .tab-pane form select .wrapper input[type=text],
main .content-right .group-finder .tab-container .tab-pane form select .wrapper input[type=text],
main .content-bottom .group-finder .tab-container .tab-pane form select .wrapper input[type=text],
main .content-main .group-finder-v2 .tab-container .tab-pane form select .wrapper input[type=text],
main .content-right .group-finder-v2 .tab-container .tab-pane form select .wrapper input[type=text],
main .content-bottom .group-finder-v2 .tab-container .tab-pane form select .wrapper input[type=text],
main .content-main .group-finder .tab-container .tab-pane .form select .wrapper input[type=text],
main .content-right .group-finder .tab-container .tab-pane .form select .wrapper input[type=text],
main .content-bottom .group-finder .tab-container .tab-pane .form select .wrapper input[type=text],
main .content-main .group-finder-v2 .tab-container .tab-pane .form select .wrapper input[type=text],
main .content-right .group-finder-v2 .tab-container .tab-pane .form select .wrapper input[type=text],
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form select .wrapper input[type=text] {
  width: 100%;
}
main .content-main .group-finder .tab-container .tab-pane form select,
main .content-right .group-finder .tab-container .tab-pane form select,
main .content-bottom .group-finder .tab-container .tab-pane form select,
main .content-main .group-finder-v2 .tab-container .tab-pane form select,
main .content-right .group-finder-v2 .tab-container .tab-pane form select,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form select,
main .content-main .group-finder .tab-container .tab-pane .form select,
main .content-right .group-finder .tab-container .tab-pane .form select,
main .content-bottom .group-finder .tab-container .tab-pane .form select,
main .content-main .group-finder-v2 .tab-container .tab-pane .form select,
main .content-right .group-finder-v2 .tab-container .tab-pane .form select,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form select {
  width: 170px;
}
main .content-main .group-finder .tab-container .tab-pane form select option,
main .content-right .group-finder .tab-container .tab-pane form select option,
main .content-bottom .group-finder .tab-container .tab-pane form select option,
main .content-main .group-finder-v2 .tab-container .tab-pane form select option,
main .content-right .group-finder-v2 .tab-container .tab-pane form select option,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form select option,
main .content-main .group-finder .tab-container .tab-pane .form select option,
main .content-right .group-finder .tab-container .tab-pane .form select option,
main .content-bottom .group-finder .tab-container .tab-pane .form select option,
main .content-main .group-finder-v2 .tab-container .tab-pane .form select option,
main .content-right .group-finder-v2 .tab-container .tab-pane .form select option,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form select option {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
  color: #1a1d22;
  text-align: left;
  padding-top: 2px;
}
main .content-main .group-finder .tab-container .tab-pane form .search-container,
main .content-right .group-finder .tab-container .tab-pane form .search-container,
main .content-bottom .group-finder .tab-container .tab-pane form .search-container,
main .content-main .group-finder-v2 .tab-container .tab-pane form .search-container,
main .content-right .group-finder-v2 .tab-container .tab-pane form .search-container,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form .search-container,
main .content-main .group-finder .tab-container .tab-pane .form .search-container,
main .content-right .group-finder .tab-container .tab-pane .form .search-container,
main .content-bottom .group-finder .tab-container .tab-pane .form .search-container,
main .content-main .group-finder-v2 .tab-container .tab-pane .form .search-container,
main .content-right .group-finder-v2 .tab-container .tab-pane .form .search-container,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form .search-container {
  overflow: hidden;
}
main .content-main .group-finder .tab-container .tab-pane form .search-container input[type="submit"]::-moz-focus-inner,
main .content-right .group-finder .tab-container .tab-pane form .search-container input[type="submit"]::-moz-focus-inner,
main .content-bottom .group-finder .tab-container .tab-pane form .search-container input[type="submit"]::-moz-focus-inner,
main .content-main .group-finder-v2 .tab-container .tab-pane form .search-container input[type="submit"]::-moz-focus-inner,
main .content-right .group-finder-v2 .tab-container .tab-pane form .search-container input[type="submit"]::-moz-focus-inner,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form .search-container input[type="submit"]::-moz-focus-inner,
main .content-main .group-finder .tab-container .tab-pane .form .search-container input[type="submit"]::-moz-focus-inner,
main .content-right .group-finder .tab-container .tab-pane .form .search-container input[type="submit"]::-moz-focus-inner,
main .content-bottom .group-finder .tab-container .tab-pane .form .search-container input[type="submit"]::-moz-focus-inner,
main .content-main .group-finder-v2 .tab-container .tab-pane .form .search-container input[type="submit"]::-moz-focus-inner,
main .content-right .group-finder-v2 .tab-container .tab-pane .form .search-container input[type="submit"]::-moz-focus-inner,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form .search-container input[type="submit"]::-moz-focus-inner {
  border: 0;
}
main .content-main .group-finder .tab-container .tab-pane form .search-container input,
main .content-right .group-finder .tab-container .tab-pane form .search-container input,
main .content-bottom .group-finder .tab-container .tab-pane form .search-container input,
main .content-main .group-finder-v2 .tab-container .tab-pane form .search-container input,
main .content-right .group-finder-v2 .tab-container .tab-pane form .search-container input,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form .search-container input,
main .content-main .group-finder .tab-container .tab-pane .form .search-container input,
main .content-right .group-finder .tab-container .tab-pane .form .search-container input,
main .content-bottom .group-finder .tab-container .tab-pane .form .search-container input,
main .content-main .group-finder-v2 .tab-container .tab-pane .form .search-container input,
main .content-right .group-finder-v2 .tab-container .tab-pane .form .search-container input,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form .search-container input {
  border-right: none;
}
main .content-main .group-finder .tab-container .tab-pane form .search-container input.submit,
main .content-right .group-finder .tab-container .tab-pane form .search-container input.submit,
main .content-bottom .group-finder .tab-container .tab-pane form .search-container input.submit,
main .content-main .group-finder-v2 .tab-container .tab-pane form .search-container input.submit,
main .content-right .group-finder-v2 .tab-container .tab-pane form .search-container input.submit,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form .search-container input.submit,
main .content-main .group-finder .tab-container .tab-pane .form .search-container input.submit,
main .content-right .group-finder .tab-container .tab-pane .form .search-container input.submit,
main .content-bottom .group-finder .tab-container .tab-pane .form .search-container input.submit,
main .content-main .group-finder-v2 .tab-container .tab-pane .form .search-container input.submit,
main .content-right .group-finder-v2 .tab-container .tab-pane .form .search-container input.submit,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form .search-container input.submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 30px;
  padding: 8px;
  background-color: #0c5fa8;
  color: #ffffff;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  border-left: 2px solid #0b5597;
  border-top: 2px solid #0b5597;
  border-right: none;
  border-bottom: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  box-shadow: none;
}
main .content-main .group-finder .tab-container .tab-pane form .search-container input.submit:hover,
main .content-right .group-finder .tab-container .tab-pane form .search-container input.submit:hover,
main .content-bottom .group-finder .tab-container .tab-pane form .search-container input.submit:hover,
main .content-main .group-finder-v2 .tab-container .tab-pane form .search-container input.submit:hover,
main .content-right .group-finder-v2 .tab-container .tab-pane form .search-container input.submit:hover,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form .search-container input.submit:hover,
main .content-main .group-finder .tab-container .tab-pane .form .search-container input.submit:hover,
main .content-right .group-finder .tab-container .tab-pane .form .search-container input.submit:hover,
main .content-bottom .group-finder .tab-container .tab-pane .form .search-container input.submit:hover,
main .content-main .group-finder-v2 .tab-container .tab-pane .form .search-container input.submit:hover,
main .content-right .group-finder-v2 .tab-container .tab-pane .form .search-container input.submit:hover,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form .search-container input.submit:hover,
main .content-main .group-finder .tab-container .tab-pane form .search-container input.submit:active,
main .content-right .group-finder .tab-container .tab-pane form .search-container input.submit:active,
main .content-bottom .group-finder .tab-container .tab-pane form .search-container input.submit:active,
main .content-main .group-finder-v2 .tab-container .tab-pane form .search-container input.submit:active,
main .content-right .group-finder-v2 .tab-container .tab-pane form .search-container input.submit:active,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form .search-container input.submit:active,
main .content-main .group-finder .tab-container .tab-pane .form .search-container input.submit:active,
main .content-right .group-finder .tab-container .tab-pane .form .search-container input.submit:active,
main .content-bottom .group-finder .tab-container .tab-pane .form .search-container input.submit:active,
main .content-main .group-finder-v2 .tab-container .tab-pane .form .search-container input.submit:active,
main .content-right .group-finder-v2 .tab-container .tab-pane .form .search-container input.submit:active,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form .search-container input.submit:active,
main .content-main .group-finder .tab-container .tab-pane form .search-container input.submit:focus,
main .content-right .group-finder .tab-container .tab-pane form .search-container input.submit:focus,
main .content-bottom .group-finder .tab-container .tab-pane form .search-container input.submit:focus,
main .content-main .group-finder-v2 .tab-container .tab-pane form .search-container input.submit:focus,
main .content-right .group-finder-v2 .tab-container .tab-pane form .search-container input.submit:focus,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form .search-container input.submit:focus,
main .content-main .group-finder .tab-container .tab-pane .form .search-container input.submit:focus,
main .content-right .group-finder .tab-container .tab-pane .form .search-container input.submit:focus,
main .content-bottom .group-finder .tab-container .tab-pane .form .search-container input.submit:focus,
main .content-main .group-finder-v2 .tab-container .tab-pane .form .search-container input.submit:focus,
main .content-right .group-finder-v2 .tab-container .tab-pane .form .search-container input.submit:focus,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form .search-container input.submit:focus {
  background-color: #19a1cf;
  border-left: 2px solid #168EB6;
  border-top: 2px solid #168EB6;
}
main .content-main .group-finder .tab-container .tab-pane form .search-container ::-webkit-input-placeholder,
main .content-right .group-finder .tab-container .tab-pane form .search-container ::-webkit-input-placeholder,
main .content-bottom .group-finder .tab-container .tab-pane form .search-container ::-webkit-input-placeholder,
main .content-main .group-finder-v2 .tab-container .tab-pane form .search-container ::-webkit-input-placeholder,
main .content-right .group-finder-v2 .tab-container .tab-pane form .search-container ::-webkit-input-placeholder,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form .search-container ::-webkit-input-placeholder,
main .content-main .group-finder .tab-container .tab-pane .form .search-container ::-webkit-input-placeholder,
main .content-right .group-finder .tab-container .tab-pane .form .search-container ::-webkit-input-placeholder,
main .content-bottom .group-finder .tab-container .tab-pane .form .search-container ::-webkit-input-placeholder,
main .content-main .group-finder-v2 .tab-container .tab-pane .form .search-container ::-webkit-input-placeholder,
main .content-right .group-finder-v2 .tab-container .tab-pane .form .search-container ::-webkit-input-placeholder,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form .search-container ::-webkit-input-placeholder {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
  color: #8c959d;
  text-align: left;
  padding-top: 2px;
}
main .content-main .group-finder .tab-container .tab-pane form .search-container ::-moz-placeholder,
main .content-right .group-finder .tab-container .tab-pane form .search-container ::-moz-placeholder,
main .content-bottom .group-finder .tab-container .tab-pane form .search-container ::-moz-placeholder,
main .content-main .group-finder-v2 .tab-container .tab-pane form .search-container ::-moz-placeholder,
main .content-right .group-finder-v2 .tab-container .tab-pane form .search-container ::-moz-placeholder,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form .search-container ::-moz-placeholder,
main .content-main .group-finder .tab-container .tab-pane .form .search-container ::-moz-placeholder,
main .content-right .group-finder .tab-container .tab-pane .form .search-container ::-moz-placeholder,
main .content-bottom .group-finder .tab-container .tab-pane .form .search-container ::-moz-placeholder,
main .content-main .group-finder-v2 .tab-container .tab-pane .form .search-container ::-moz-placeholder,
main .content-right .group-finder-v2 .tab-container .tab-pane .form .search-container ::-moz-placeholder,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form .search-container ::-moz-placeholder {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  padding-top: 2px;
}
main .content-main .group-finder .tab-container .tab-pane form .search-container :-ms-input-placeholder,
main .content-right .group-finder .tab-container .tab-pane form .search-container :-ms-input-placeholder,
main .content-bottom .group-finder .tab-container .tab-pane form .search-container :-ms-input-placeholder,
main .content-main .group-finder-v2 .tab-container .tab-pane form .search-container :-ms-input-placeholder,
main .content-right .group-finder-v2 .tab-container .tab-pane form .search-container :-ms-input-placeholder,
main .content-bottom .group-finder-v2 .tab-container .tab-pane form .search-container :-ms-input-placeholder,
main .content-main .group-finder .tab-container .tab-pane .form .search-container :-ms-input-placeholder,
main .content-right .group-finder .tab-container .tab-pane .form .search-container :-ms-input-placeholder,
main .content-bottom .group-finder .tab-container .tab-pane .form .search-container :-ms-input-placeholder,
main .content-main .group-finder-v2 .tab-container .tab-pane .form .search-container :-ms-input-placeholder,
main .content-right .group-finder-v2 .tab-container .tab-pane .form .search-container :-ms-input-placeholder,
main .content-bottom .group-finder-v2 .tab-container .tab-pane .form .search-container :-ms-input-placeholder {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 400;
  font-style: normal;
  color: #8c959d;
  text-align: left;
  padding-top: 8px;
}
main .content-main .group-finder .tab-container .tab-pane a,
main .content-right .group-finder .tab-container .tab-pane a,
main .content-bottom .group-finder .tab-container .tab-pane a,
main .content-main .group-finder-v2 .tab-container .tab-pane a,
main .content-right .group-finder-v2 .tab-container .tab-pane a,
main .content-bottom .group-finder-v2 .tab-container .tab-pane a {
  text-transform: uppercase;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
  color: #0c5fa8;
}
main .content-main .why-join,
main .content-right .why-join,
main .content-bottom .why-join {
  text-align: center;
}
main .content-main .why-join h2,
main .content-right .why-join h2,
main .content-bottom .why-join h2 {
  font-family: "futura-pt", Verdana;
  font-size: 20px;
  /*px fallback*/
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
main .content-main .why-join .circle,
main .content-right .why-join .circle,
main .content-bottom .why-join .circle {
  background-color: #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 20px 0;
  margin-left: 40px;
  display: table;
}
main .content-main .why-join .label-style,
main .content-right .why-join .label-style,
main .content-bottom .why-join .label-style {
  text-align: center;
}
main .content-main .why-join .bignumber-v1,
main .content-right .why-join .bignumber-v1,
main .content-bottom .why-join .bignumber-v1,
main .content-main .why-join .bignumber-v2,
main .content-right .why-join .bignumber-v2,
main .content-bottom .why-join .bignumber-v2,
main .content-main .why-join .bignumber-v3,
main .content-right .why-join .bignumber-v3,
main .content-bottom .why-join .bignumber-v3 {
  font-family: "open-sans", Arial;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
main .content-main .why-join .bignumber-v1,
main .content-right .why-join .bignumber-v1,
main .content-bottom .why-join .bignumber-v1 {
  color: #62b840;
}
main .content-main .why-join .bignumber-v2,
main .content-right .why-join .bignumber-v2,
main .content-bottom .why-join .bignumber-v2 {
  color: #19a1cf;
}
main .content-main .why-join .bignumber-v3,
main .content-right .why-join .bignumber-v3,
main .content-bottom .why-join .bignumber-v3 {
  color: #f99729;
}
main .content-main .why-join .small,
main .content-right .why-join .small,
main .content-bottom .why-join .small {
  font-family: "open-sans", Arial;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}
main .content-main .group-list,
main .content-right .group-list,
main .content-bottom .group-list,
main .content-main .group-list-v2,
main .content-right .group-list-v2,
main .content-bottom .group-list-v2 {
  margin-bottom: 50px;
}
main .content-main .group-list .group-container,
main .content-right .group-list .group-container,
main .content-bottom .group-list .group-container,
main .content-main .group-list-v2 .group-container,
main .content-right .group-list-v2 .group-container,
main .content-bottom .group-list-v2 .group-container {
  position: relative;
  background-color: #f4f4f5;
  padding: 20px;
  margin-bottom: 40px;
  border: 2px solid #ffffff;
}
main .content-main .group-list .group-container .image,
main .content-right .group-list .group-container .image,
main .content-bottom .group-list .group-container .image,
main .content-main .group-list-v2 .group-container .image,
main .content-right .group-list-v2 .group-container .image,
main .content-bottom .group-list-v2 .group-container .image {
  float: left;
  max-width: 100%;
  height: 100%;
  margin-right: 20px;
}
main .content-main .group-list .group-container .image img,
main .content-right .group-list .group-container .image img,
main .content-bottom .group-list .group-container .image img,
main .content-main .group-list-v2 .group-container .image img,
main .content-right .group-list-v2 .group-container .image img,
main .content-bottom .group-list-v2 .group-container .image img {
  width: 100%;
  margin-bottom: 0;
}
main .content-main .group-list .group-container .content .title,
main .content-right .group-list .group-container .content .title,
main .content-bottom .group-list .group-container .content .title,
main .content-main .group-list-v2 .group-container .content .title,
main .content-right .group-list-v2 .group-container .content .title,
main .content-bottom .group-list-v2 .group-container .content .title {
  text-align: left;
  color: #0c5fa8;
  margin-top: 0;
}
main .content-main .group-list .group-container .content p,
main .content-right .group-list .group-container .content p,
main .content-bottom .group-list .group-container .content p,
main .content-main .group-list-v2 .group-container .content p,
main .content-right .group-list-v2 .group-container .content p,
main .content-bottom .group-list-v2 .group-container .content p {
  margin-bottom: 0;
  overflow: hidden;
}
main .content-main .group-list .group-container:hover,
main .content-right .group-list .group-container:hover,
main .content-bottom .group-list .group-container:hover,
main .content-main .group-list-v2 .group-container:hover,
main .content-right .group-list-v2 .group-container:hover,
main .content-bottom .group-list-v2 .group-container:hover {
  border: 2px solid #e8eaeb;
}
main .content-main .group-list .group-container:hover .triangle,
main .content-right .group-list .group-container:hover .triangle,
main .content-bottom .group-list .group-container:hover .triangle,
main .content-main .group-list-v2 .group-container:hover .triangle,
main .content-right .group-list-v2 .group-container:hover .triangle,
main .content-bottom .group-list-v2 .group-container:hover .triangle {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #19a1cf transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -2px;
  margin-right: -2px;
}
main .content-main .group-list .group-container:after,
main .content-right .group-list .group-container:after,
main .content-bottom .group-list .group-container:after,
main .content-main .group-list-v2 .group-container:after,
main .content-right .group-list-v2 .group-container:after,
main .content-bottom .group-list-v2 .group-container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}
main .content-main .group-list-v2 .group-container,
main .content-right .group-list-v2 .group-container,
main .content-bottom .group-list-v2 .group-container {
  background-color: inherit;
  padding: 10px 10px 20px 10px;
  margin-bottom: 0;
}
main .content-main .group-list-v2 .group-container .content p,
main .content-right .group-list-v2 .group-container .content p,
main .content-bottom .group-list-v2 .group-container .content p {
  line-height: 1.4em;
}
main .content-main .popup-container-small,
main .content-right .popup-container-small,
main .content-bottom .popup-container-small,
main .content-main .popup-container-large,
main .content-right .popup-container-large,
main .content-bottom .popup-container-large {
  position: absolute;
  max-width: 100%;
  z-index: 999999;
  background-color: #ffffff;
  border: 1px solid #8c959d;
  -webkit-box-shadow: 2px 3px 1px 0px rgba(140, 149, 157, 0.75);
  -moz-box-shadow: 2px 3px 1px 0px rgba(140, 149, 157, 0.75);
  box-shadow: 2px 3px 1px 0px rgba(140, 149, 157, 0.75);
}
main .content-main .popup-container-small .header,
main .content-right .popup-container-small .header,
main .content-bottom .popup-container-small .header,
main .content-main .popup-container-large .header,
main .content-right .popup-container-large .header,
main .content-bottom .popup-container-large .header {
  width: 100%;
  position: relative;
}
main .content-main .popup-container-small .header span,
main .content-right .popup-container-small .header span,
main .content-bottom .popup-container-small .header span,
main .content-main .popup-container-large .header span,
main .content-right .popup-container-large .header span,
main .content-bottom .popup-container-large .header span {
  position: absolute;
  top: 2px;
  right: 2px;
}
main .content-main .popup-container-small .body,
main .content-right .popup-container-small .body,
main .content-bottom .popup-container-small .body,
main .content-main .popup-container-large .body,
main .content-right .popup-container-large .body,
main .content-bottom .popup-container-large .body {
  padding: 20px;
}
main .content-main .popup-container-small,
main .content-right .popup-container-small,
main .content-bottom .popup-container-small {
  max-width: 500px;
}
main .content-main .popup-container-small .triangle,
main .content-right .popup-container-small .triangle,
main .content-bottom .popup-container-small .triangle {
  display: none;
  width: 100%;
  position: relative;
  top: -12px;
  left: 50%;
  margin: 0 auto;
}
main .content-main .popup-container-small .triangle .triangle-top,
main .content-right .popup-container-small .triangle .triangle-top,
main .content-bottom .popup-container-small .triangle .triangle-top {
  position: absolute;
  top: 2px;
  left: 1px;
  width: 0;
  height: 0;
  z-index: 1001;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
main .content-main .popup-container-small .triangle .triangle-bottom,
main .content-right .popup-container-small .triangle .triangle-bottom,
main .content-bottom .popup-container-small .triangle .triangle-bottom {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1000;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #8c959d;
}
main .content-main .promo-offer,
main .content-right .promo-offer,
main .content-bottom .promo-offer,
main .content-main .promo-offer-image,
main .content-right .promo-offer-image,
main .content-bottom .promo-offer-image {
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
main .content-main .promo-offer .header,
main .content-right .promo-offer .header,
main .content-bottom .promo-offer .header,
main .content-main .promo-offer-image .header,
main .content-right .promo-offer-image .header,
main .content-bottom .promo-offer-image .header {
  background-color: #8c959d;
  color: #ffffff;
  padding: 20px 30px;
  position: relative;
}
main .content-main .promo-offer .header h2,
main .content-right .promo-offer .header h2,
main .content-bottom .promo-offer .header h2,
main .content-main .promo-offer-image .header h2,
main .content-right .promo-offer-image .header h2,
main .content-bottom .promo-offer-image .header h2 {
  border: none;
  margin: 0;
}
main .content-main .promo-offer .header.linked,
main .content-right .promo-offer .header.linked,
main .content-bottom .promo-offer .header.linked,
main .content-main .promo-offer-image .header.linked,
main .content-right .promo-offer-image .header.linked,
main .content-bottom .promo-offer-image .header.linked {
  background-color: transparent;
  background: url('../assets/images/ASCEheadpattern_fade.jpg');
  border-left: 2px solid #0c5fa8;
}
main .content-main .promo-offer .header.linked h2:after,
main .content-right .promo-offer .header.linked h2:after,
main .content-bottom .promo-offer .header.linked h2:after,
main .content-main .promo-offer-image .header.linked h2:after,
main .content-right .promo-offer-image .header.linked h2:after,
main .content-bottom .promo-offer-image .header.linked h2:after {
  content: " ";
  display: inline-block;
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -310px -40px;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  margin-top: 2px;
  -webkit-transform: rotate(-90deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(-90deg);
  /* FF */
  -o-transform: rotate(-90deg);
  /* Opera */
  -ms-transform: rotate(-90deg);
  /* IE9 */
  transform: rotate(-90deg);
}
main .content-main .promo-offer .header.linked:hover,
main .content-right .promo-offer .header.linked:hover,
main .content-bottom .promo-offer .header.linked:hover,
main .content-main .promo-offer-image .header.linked:hover,
main .content-right .promo-offer-image .header.linked:hover,
main .content-bottom .promo-offer-image .header.linked:hover,
main .content-main .promo-offer .header.linked:active,
main .content-right .promo-offer .header.linked:active,
main .content-bottom .promo-offer .header.linked:active,
main .content-main .promo-offer-image .header.linked:active,
main .content-right .promo-offer-image .header.linked:active,
main .content-bottom .promo-offer-image .header.linked:active,
main .content-main .promo-offer .header.linked:focus,
main .content-right .promo-offer .header.linked:focus,
main .content-bottom .promo-offer .header.linked:focus,
main .content-main .promo-offer-image .header.linked:focus,
main .content-right .promo-offer-image .header.linked:focus,
main .content-bottom .promo-offer-image .header.linked:focus {
  background: none;
  background-color: #19a1cf;
  border-left: 2px solid #19a1cf;
  cursor: pointer;
  cursor: hand;
}
main .content-main .promo-offer .body,
main .content-right .promo-offer .body,
main .content-bottom .promo-offer .body,
main .content-main .promo-offer-image .body,
main .content-right .promo-offer-image .body,
main .content-bottom .promo-offer-image .body {
  background-color: #e8eaeb;
  border-top: 2px solid #ffffff;
}
main .content-main .promo-offer .body p,
main .content-right .promo-offer .body p,
main .content-bottom .promo-offer .body p,
main .content-main .promo-offer-image .body p,
main .content-right .promo-offer-image .body p,
main .content-bottom .promo-offer-image .body p {
  margin: 0;
  padding: 15px 30px;
}
main .content-main .promo-offer .body .highlight,
main .content-right .promo-offer .body .highlight,
main .content-bottom .promo-offer .body .highlight,
main .content-main .promo-offer-image .body .highlight,
main .content-right .promo-offer-image .body .highlight,
main .content-bottom .promo-offer-image .body .highlight {
  background-color: #ffffff;
}
main .content-main .promo-offer .body a.highlight,
main .content-right .promo-offer .body a.highlight,
main .content-bottom .promo-offer .body a.highlight,
main .content-main .promo-offer-image .body a.highlight,
main .content-right .promo-offer-image .body a.highlight,
main .content-bottom .promo-offer-image .body a.highlight {
  color: #0c5fa8;
  background-color: #ffffff;
}
main .content-main .promo-offer-image img,
main .content-right .promo-offer-image img,
main .content-bottom .promo-offer-image img {
  margin: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 180px;
}
main .content-main .promo-offer-image .header h2,
main .content-right .promo-offer-image .header h2,
main .content-bottom .promo-offer-image .header h2,
main .content-main .promo-offer-image .header a,
main .content-right .promo-offer-image .header a,
main .content-bottom .promo-offer-image .header a {
  margin-left: 200px;
}
main .content-main .promo-offer-image .body p,
main .content-right .promo-offer-image .body p,
main .content-bottom .promo-offer-image .body p {
  margin-left: 200px;
}
main .content-main .membership-requirements,
main .content-right .membership-requirements,
main .content-bottom .membership-requirements {
  margin-bottom: 40px;
  display: table;
  position: relative;
}
main .content-main .membership-requirements .col-1,
main .content-right .membership-requirements .col-1,
main .content-bottom .membership-requirements .col-1,
main .content-main .membership-requirements .col-2,
main .content-right .membership-requirements .col-2,
main .content-bottom .membership-requirements .col-2 {
  display: table-cell;
  width: 50%;
}
main .content-main .membership-requirements .header,
main .content-right .membership-requirements .header,
main .content-bottom .membership-requirements .header {
  background-color: #75c7e2;
  border-bottom: 2px solid #bae3f1;
  position: relative;
}
main .content-main .membership-requirements .header .col-1,
main .content-right .membership-requirements .header .col-1,
main .content-bottom .membership-requirements .header .col-1,
main .content-main .membership-requirements .header .col-2,
main .content-right .membership-requirements .header .col-2,
main .content-bottom .membership-requirements .header .col-2 {
  padding: 15px 20px 0 20px;
}
main .content-main .membership-requirements .header .col-2,
main .content-right .membership-requirements .header .col-2,
main .content-bottom .membership-requirements .header .col-2 {
  padding-left: 30px;
}
main .content-main .membership-requirements .header .col-2 .icon,
main .content-right .membership-requirements .header .col-2 .icon,
main .content-bottom .membership-requirements .header .col-2 .icon {
  position: absolute;
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -71px -5px;
  width: 12px;
  height: 19px;
  left: 50%;
  top: 20px;
}
main .content-main .membership-requirements .content,
main .content-right .membership-requirements .content,
main .content-bottom .membership-requirements .content {
  position: relative;
  background-color: #ddf1f8;
}
main .content-main .membership-requirements .content .col-1,
main .content-right .membership-requirements .content .col-1,
main .content-bottom .membership-requirements .content .col-1,
main .content-main .membership-requirements .content .col-2,
main .content-right .membership-requirements .content .col-2,
main .content-bottom .membership-requirements .content .col-2 {
  padding: 30px 20px 5px 20px;
  border-bottom: 2px solid #bae3f1;
  border-left: 2px solid #bae3f1;
}
main .content-main .membership-requirements .content .col-2,
main .content-right .membership-requirements .content .col-2,
main .content-bottom .membership-requirements .content .col-2 {
  border-right: 2px solid #bae3f1;
}
main .content-main .membership-requirements .content p,
main .content-right .membership-requirements .content p,
main .content-bottom .membership-requirements .content p {
  font-weight: 600;
}
main .content-main .membership-requirements .content ul,
main .content-right .membership-requirements .content ul,
main .content-bottom .membership-requirements .content ul {
  margin: 0;
}
main .content-main .membership-requirements .content.odd,
main .content-right .membership-requirements .content.odd,
main .content-bottom .membership-requirements .content.odd {
  background-color: #eff7fa;
}
main .content-main .membership-requirements .outer-circle,
main .content-right .membership-requirements .outer-circle,
main .content-bottom .membership-requirements .outer-circle,
main .content-main .membership-requirements .inner-circle,
main .content-right .membership-requirements .inner-circle,
main .content-bottom .membership-requirements .inner-circle {
  background-color: #62b840;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 9999;
}
main .content-main .membership-requirements .outer-circle span,
main .content-right .membership-requirements .outer-circle span,
main .content-bottom .membership-requirements .outer-circle span,
main .content-main .membership-requirements .inner-circle span,
main .content-right .membership-requirements .inner-circle span,
main .content-bottom .membership-requirements .inner-circle span {
  text-transform: uppercase;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
main .content-main .map img[usemap],
main .content-right .map img[usemap],
main .content-bottom .map img[usemap] {
  border: none;
  outline: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
main .content-main .map a,
main .content-right .map a,
main .content-bottom .map a {
  outline: none;
}
main .content-main .map map > area,
main .content-right .map map > area,
main .content-bottom .map map > area,
main .content-main .map map > area:active,
main .content-right .map map > area:active,
main .content-bottom .map map > area:active,
main .content-main .map map > area:focus,
main .content-right .map map > area:focus,
main .content-bottom .map map > area:focus {
  outline: none;
  border: 0;
}
main .content-main .exam-review,
main .content-right .exam-review,
main .content-bottom .exam-review {
  background: url('../assets/images/triangle-light.png') repeat-x left bottom;
  display: table;
  margin-bottom: 50px;
}
main .content-main .exam-review .content,
main .content-right .exam-review .content,
main .content-bottom .exam-review .content {
  width: 65%;
  display: table-cell;
  vertical-align: top;
  padding: 0 20px 20px 20px;
}
main .content-main .exam-review .content .header,
main .content-right .exam-review .content .header,
main .content-bottom .exam-review .content .header {
  margin: 0 -20px;
}
main .content-main .exam-review .content .header h2,
main .content-right .exam-review .content .header h2,
main .content-bottom .exam-review .content .header h2 {
  text-align: left;
  color: #ffffff;
  padding: 10px 20px 10px 18px;
  border: none;
  border-left: 2px solid #65707a;
  background-color: #8c959d;
  position: relative;
}
main .content-main .exam-review .content .button,
main .content-right .exam-review .content .button,
main .content-bottom .exam-review .content .button {
  margin-bottom: 30px;
}
main .content-main .exam-review .content .accordion-v2 .content h5,
main .content-right .exam-review .content .accordion-v2 .content h5,
main .content-bottom .exam-review .content .accordion-v2 .content h5 {
  margin-bottom: 0;
}
main .content-main .exam-review .content .accordion-v2 .content .popup-large,
main .content-right .exam-review .content .accordion-v2 .content .popup-large,
main .content-bottom .exam-review .content .accordion-v2 .content .popup-large {
  display: block;
  margin-bottom: 10px;
}
main .content-main .exam-review .sidebar,
main .content-right .exam-review .sidebar,
main .content-bottom .exam-review .sidebar {
  width: 35%;
  display: table-cell;
  vertical-align: top;
  background: url('../assets/images/triangle-light.png') repeat-x left bottom #f4f4f5;
  padding: 20px 0 0 20px;
}
main .content-main .exam-review .sidebar span,
main .content-right .exam-review .sidebar span,
main .content-bottom .exam-review .sidebar span {
  display: block;
}
main .content-main .exam-review .sidebar .price,
main .content-right .exam-review .sidebar .price,
main .content-bottom .exam-review .sidebar .price {
  display: inline;
}
main .content-main .exam-review .sidebar .individual,
main .content-right .exam-review .sidebar .individual,
main .content-bottom .exam-review .sidebar .individual {
  margin-bottom: 15px;
}
main .content-main .exam-review .sidebar .individual span:first-child,
main .content-right .exam-review .sidebar .individual span:first-child,
main .content-bottom .exam-review .sidebar .individual span:first-child {
  text-transform: uppercase;
  font-weight: 700;
}
main .content-main .exam-review .sidebar .individual .price,
main .content-right .exam-review .sidebar .individual .price,
main .content-bottom .exam-review .sidebar .individual .price {
  font-weight: 600;
}
main .content-main .exam-review .sidebar .group,
main .content-right .exam-review .sidebar .group,
main .content-bottom .exam-review .sidebar .group {
  margin-bottom: 30px;
}
main .content-main .exam-review .sidebar .group span:first-child,
main .content-right .exam-review .sidebar .group span:first-child,
main .content-bottom .exam-review .sidebar .group span:first-child {
  text-transform: uppercase;
}
main .content-main .exam-review .sidebar .group .price,
main .content-right .exam-review .sidebar .group .price,
main .content-bottom .exam-review .sidebar .group .price {
  font-weight: normal;
}
main .content-main .product-stub,
main .content-right .product-stub,
main .content-bottom .product-stub {
  margin-bottom: 50px;
}
main .content-main .product-stub h2 span[class^="icon"],
main .content-right .product-stub h2 span[class^="icon"],
main .content-bottom .product-stub h2 span[class^="icon"] {
  margin-right: 10px;
}
main .content-main .product-stub h2 .icon-webinar,
main .content-right .product-stub h2 .icon-webinar,
main .content-bottom .product-stub h2 .icon-webinar,
main .content-main .product-stub h2 .icon-learning,
main .content-right .product-stub h2 .icon-learning,
main .content-bottom .product-stub h2 .icon-learning {
  margin-bottom: -5px;
}
main .content-main .product-stub ul,
main .content-right .product-stub ul,
main .content-bottom .product-stub ul {
  margin-left: 0;
}
main .content-main .product-stub .button,
main .content-right .product-stub .button,
main .content-bottom .product-stub .button {
  display: block;
  margin: 0 7px 10px 7px;
  text-align: center;
}
main .content-main .product-stub .label-style,
main .content-right .product-stub .label-style,
main .content-bottom .product-stub .label-style {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
main .content-main .product-stub .box,
main .content-right .product-stub .box,
main .content-bottom .product-stub .box {
  background-color: #f4f4f5;
  padding: 20px;
}
main .content-main .product-stub .box a,
main .content-right .product-stub .box a,
main .content-bottom .product-stub .box a {
  display: block;
}
main .content-main .product-stub .box p,
main .content-right .product-stub .box p,
main .content-bottom .product-stub .box p {
  margin-bottom: 0;
}
main .content-main .library-block,
main .content-right .library-block,
main .content-bottom .library-block {
  background: url('../assets/images/ASCE_bglight2.jpg') repeat;
  padding: 30px;
  margin-bottom: 50px;
}
main .content-main .library-block h2,
main .content-right .library-block h2,
main .content-bottom .library-block h2 {
  border-bottom-color: #ffffff;
}
main .content-main .list-of-journals,
main .content-right .list-of-journals,
main .content-bottom .list-of-journals {
  margin-bottom: 50px;
}
main .content-main .list-of-journals p,
main .content-right .list-of-journals p,
main .content-bottom .list-of-journals p {
  margin-bottom: 10px;
}
main .content-main .book-purchase,
main .content-right .book-purchase,
main .content-bottom .book-purchase {
  position: relative;
  margin-bottom: 40px;
}
main .content-main .book-purchase h4,
main .content-right .book-purchase h4,
main .content-bottom .book-purchase h4 {
  margin-bottom: 0;
}
main .content-main .book-purchase p,
main .content-right .book-purchase p,
main .content-bottom .book-purchase p {
  margin-bottom: 20px;
}
main .content-main .book-purchase span,
main .content-right .book-purchase span,
main .content-bottom .book-purchase span {
  display: inline-block;
}
main .content-main .book-purchase .price,
main .content-right .book-purchase .price,
main .content-bottom .book-purchase .price {
  font-weight: 700;
}
main .content-main .book-purchase .button-v2,
main .content-right .book-purchase .button-v2,
main .content-bottom .book-purchase .button-v2 {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 50px;
  padding-right: 50px;
}
main .content-main .book-search,
main .content-right .book-search,
main .content-bottom .book-search {
  background-color: #ddf1f8;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
main .content-main .book-search .search,
main .content-right .book-search .search,
main .content-bottom .book-search .search {
  margin-top: 10px;
  margin-bottom: 10px;
}
main .content-main .book-search .search .search-container .submit,
main .content-right .book-search .search .search-container .submit,
main .content-bottom .book-search .search .search-container .submit {
  width: 50px;
}
main .content-main .book-search .options,
main .content-right .book-search .options,
main .content-bottom .book-search .options,
main .content-main .book-search .clear,
main .content-right .book-search .clear,
main .content-bottom .book-search .clear,
main .content-main .book-search .reset,
main .content-right .book-search .reset,
main .content-bottom .book-search .reset {
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 400;
  font-style: normal;
}
main .content-main .book-search .options:hover,
main .content-right .book-search .options:hover,
main .content-bottom .book-search .options:hover,
main .content-main .book-search .clear:hover,
main .content-right .book-search .clear:hover,
main .content-bottom .book-search .clear:hover,
main .content-main .book-search .reset:hover,
main .content-right .book-search .reset:hover,
main .content-bottom .book-search .reset:hover,
main .content-main .book-search .options:focus,
main .content-right .book-search .options:focus,
main .content-bottom .book-search .options:focus,
main .content-main .book-search .clear:focus,
main .content-right .book-search .clear:focus,
main .content-bottom .book-search .clear:focus,
main .content-main .book-search .reset:focus,
main .content-right .book-search .reset:focus,
main .content-bottom .book-search .reset:focus,
main .content-main .book-search .options:active,
main .content-right .book-search .options:active,
main .content-bottom .book-search .options:active,
main .content-main .book-search .clear:active,
main .content-right .book-search .clear:active,
main .content-bottom .book-search .clear:active,
main .content-main .book-search .reset:active,
main .content-right .book-search .reset:active,
main .content-bottom .book-search .reset:active {
  text-decoration: none;
}
main .content-main .book-search .options:visited,
main .content-right .book-search .options:visited,
main .content-bottom .book-search .options:visited,
main .content-main .book-search .clear:visited,
main .content-right .book-search .clear:visited,
main .content-bottom .book-search .clear:visited,
main .content-main .book-search .reset:visited,
main .content-right .book-search .reset:visited,
main .content-bottom .book-search .reset:visited {
  color: #0c5fa8;
}
main .content-main .book-search .options:visited:hover,
main .content-right .book-search .options:visited:hover,
main .content-bottom .book-search .options:visited:hover,
main .content-main .book-search .clear:visited:hover,
main .content-right .book-search .clear:visited:hover,
main .content-bottom .book-search .clear:visited:hover,
main .content-main .book-search .reset:visited:hover,
main .content-right .book-search .reset:visited:hover,
main .content-bottom .book-search .reset:visited:hover {
  color: #19a1cf;
}
main .content-main .book-search .options span,
main .content-right .book-search .options span,
main .content-bottom .book-search .options span,
main .content-main .book-search .clear span,
main .content-right .book-search .clear span,
main .content-bottom .book-search .clear span,
main .content-main .book-search .reset span,
main .content-right .book-search .reset span,
main .content-bottom .book-search .reset span {
  margin-right: 5px;
  margin-bottom: -2px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
main .content-main .book-search .options.expanded span,
main .content-right .book-search .options.expanded span,
main .content-bottom .book-search .options.expanded span,
main .content-main .book-search .clear.expanded span,
main .content-right .book-search .clear.expanded span,
main .content-bottom .book-search .clear.expanded span,
main .content-main .book-search .reset.expanded span,
main .content-right .book-search .reset.expanded span,
main .content-bottom .book-search .reset.expanded span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
main .content-main .book-search .reset,
main .content-right .book-search .reset,
main .content-bottom .book-search .reset {
  float: right;
}
main .content-main .book-search .params,
main .content-right .book-search .params,
main .content-bottom .book-search .params {
  display: block;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 400;
  font-style: normal;
}
main .content-main .book-search .params .bold,
main .content-right .book-search .params .bold,
main .content-bottom .book-search .params .bold {
  text-transform: uppercase;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 600;
  font-style: normal;
}
main .content-main .book-search hr,
main .content-right .book-search hr,
main .content-bottom .book-search hr {
  margin: 10px 0;
  background-color: #ffffff;
  height: 2px;
}
main .content-main .book-search .option-note,
main .content-right .book-search .option-note,
main .content-bottom .book-search .option-note {
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.16666667;
  font-weight: 400;
  font-style: normal;
  color: #8c959d;
}
main .content-main .book-search .options-form,
main .content-right .book-search .options-form,
main .content-bottom .book-search .options-form {
  background-color: inherit;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}
main .content-main .book-search .options-form > div,
main .content-right .book-search .options-form > div,
main .content-bottom .book-search .options-form > div {
  margin-bottom: 10px;
}
main .content-main .book-search .options-form label,
main .content-right .book-search .options-form label,
main .content-bottom .book-search .options-form label {
  display: inline-block;
  margin-right: 20px;
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
main .content-main .book-search .options-form label span,
main .content-right .book-search .options-form label span,
main .content-bottom .book-search .options-form label span {
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}
main .content-main .book-search .options-form input,
main .content-right .book-search .options-form input,
main .content-bottom .book-search .options-form input {
  margin-right: 20px;
}
main .content-main .book-search .options-form input[type='tel'],
main .content-right .book-search .options-form input[type='tel'],
main .content-bottom .book-search .options-form input[type='tel'] {
  max-width: 80px;
}
main .content-main .book-search .options-form .select,
main .content-right .book-search .options-form .select,
main .content-bottom .book-search .options-form .select {
  max-width: 70%;
}
main .content-main .book-search .options-form .select select,
main .content-right .book-search .options-form .select select,
main .content-bottom .book-search .options-form .select select {
  max-width: 100%;
}
main .content-main .book-list,
main .content-right .book-list,
main .content-bottom .book-list {
  margin-bottom: 50px;
}
main .content-main .book-list .search,
main .content-right .book-list .search,
main .content-bottom .book-list .search {
  width: 80%;
}
main .content-main .book-list .sort,
main .content-right .book-list .sort,
main .content-bottom .book-list .sort,
main .content-main .book-list .pagination,
main .content-right .book-list .pagination,
main .content-bottom .book-list .pagination {
  background-color: #ffffff;
}
main .content-main .book-list .pagination,
main .content-right .book-list .pagination,
main .content-bottom .book-list .pagination {
  margin-bottom: 30px;
}
main .content-main .book-list .sort,
main .content-right .book-list .sort,
main .content-bottom .book-list .sort {
  margin-top: 32px;
  padding: 0 30px 0 0;
}
main .content-main .promo-list .promo-container,
main .content-right .promo-list .promo-container,
main .content-bottom .promo-list .promo-container {
  position: relative;
  border: 2px solid transparent;
  margin-bottom: 30px;
}
main .content-main .promo-list .promo-container:hover,
main .content-right .promo-list .promo-container:hover,
main .content-bottom .promo-list .promo-container:hover {
  border: 2px solid #8c959d;
}
main .content-main .promo-list .promo-container:hover .triangle,
main .content-right .promo-list .promo-container:hover .triangle,
main .content-bottom .promo-list .promo-container:hover .triangle {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #75c7e2 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -2px;
  margin-right: -2px;
}
main .content-main .promo-list .v1,
main .content-right .promo-list .v1,
main .content-bottom .promo-list .v1 {
  background: url('../assets/images/ASCE_bg_blue.jpg') repeat;
  border-left: 2px solid #005dab;
  padding: 20px 20px 0 20px;
  overflow: hidden;
}
main .content-main .promo-list .v1 span,
main .content-right .promo-list .v1 span,
main .content-bottom .promo-list .v1 span {
  color: #ffffff;
  font-family: "futura-pt", Verdana;
  font-size: 20px;
  /*px fallback*/
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
main .content-main .promo-list .v2,
main .content-right .promo-list .v2,
main .content-bottom .promo-list .v2 {
  overflow: hidden;
}
main .content-main .promo-list .v2 img,
main .content-right .promo-list .v2 img,
main .content-bottom .promo-list .v2 img {
  max-width: 100%;
  margin-bottom: 0;
}
main .content-main .promo-list .v2 .overlay,
main .content-right .promo-list .v2 .overlay,
main .content-bottom .promo-list .v2 .overlay {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
  padding: 10px;
  width: 100%;
}
main .content-main .promo-list .v2 .overlay span,
main .content-right .promo-list .v2 .overlay span,
main .content-bottom .promo-list .v2 .overlay span {
  color: #0c5fa8;
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
}
main .content-main .promo-horizontal,
main .content-right .promo-horizontal,
main .content-bottom .promo-horizontal {
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
}
main .content-main .promo-horizontal .wrapper,
main .content-right .promo-horizontal .wrapper,
main .content-bottom .promo-horizontal .wrapper {
  width: 50%;
  height: auto;
  display: table-cell;
  background: url('../assets/images/ASCE_bg_blue.jpg') repeat;
}
main .content-main .promo-horizontal .wrapper .caption,
main .content-right .promo-horizontal .wrapper .caption,
main .content-bottom .promo-horizontal .wrapper .caption {
  vertical-align: middle;
  text-align: center;
}
main .content-main .promo-horizontal .wrapper .caption span,
main .content-right .promo-horizontal .wrapper .caption span,
main .content-bottom .promo-horizontal .wrapper .caption span {
  color: #ffffff;
  font-weight: 600;
  display: block;
  padding: 30px;
  text-align: left;
}
main .content-main .promo-horizontal .wrapper img,
main .content-right .promo-horizontal .wrapper img,
main .content-bottom .promo-horizontal .wrapper img {
  margin: 0;
  max-width: 100%;
}
main .content-main .promo-horizontal:hover,
main .content-right .promo-horizontal:hover,
main .content-bottom .promo-horizontal:hover {
  border: 2px solid #1a1d22;
}
main .content-main .promo-horizontal:hover .triangle,
main .content-right .promo-horizontal:hover .triangle,
main .content-bottom .promo-horizontal:hover .triangle {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #19a1cf transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -2px;
  margin-right: -2px;
}
main .content-main .pagination,
main .content-right .pagination,
main .content-bottom .pagination {
  margin-bottom: 50px;
}
main .content-main .pagination .count,
main .content-right .pagination .count,
main .content-bottom .pagination .count {
  margin-bottom: 15px;
}
main .content-main .pagination .count span,
main .content-right .pagination .count span,
main .content-bottom .pagination .count span {
  font-family: "open-sans", Arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
}
main .content-main .pagination .count span.bold,
main .content-right .pagination .count span.bold,
main .content-bottom .pagination .count span.bold {
  font-weight: 700;
}
main .content-main .pagination .count .filter,
main .content-right .pagination .count .filter,
main .content-bottom .pagination .count .filter {
  float: right;
}
main .content-main .pagination .count .filter:hover,
main .content-right .pagination .count .filter:hover,
main .content-bottom .pagination .count .filter:hover {
  text-decoration: none;
}
main .content-main .pagination .count .filter:visited,
main .content-right .pagination .count .filter:visited,
main .content-bottom .pagination .count .filter:visited {
  color: #19a1cf;
}
main .content-main .pagination .count .filter span,
main .content-right .pagination .count .filter span,
main .content-bottom .pagination .count .filter span {
  margin-right: 2px;
}
main .content-main .pagination ul,
main .content-right .pagination ul,
main .content-bottom .pagination ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
main .content-main .pagination ul li,
main .content-right .pagination ul li,
main .content-bottom .pagination ul li {
  background: none;
  padding: 0;
  display: inline;
}
main .content-main .pagination ul li:not(:first-child),
main .content-right .pagination ul li:not(:first-child),
main .content-bottom .pagination ul li:not(:first-child) {
  margin-left: 2px;
}
main .content-main .pagination ul li a,
main .content-right .pagination ul li a,
main .content-bottom .pagination ul li a,
main .content-main .pagination ul li span,
main .content-right .pagination ul li span,
main .content-bottom .pagination ul li span {
  display: inline-block;
  color: #8c959d;
  padding: 6px 9px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
main .content-main .pagination ul li a,
main .content-right .pagination ul li a,
main .content-bottom .pagination ul li a {
  text-decoration: none;
}
main .content-main .pagination ul li a:hover,
main .content-right .pagination ul li a:hover,
main .content-bottom .pagination ul li a:hover {
  color: #ffffff;
  background-color: #97d5ea;
}
main .content-main .pagination ul li a.first,
main .content-right .pagination ul li a.first,
main .content-bottom .pagination ul li a.first,
main .content-main .pagination ul li a.last,
main .content-right .pagination ul li a.last,
main .content-bottom .pagination ul li a.last {
  background-color: #e9eaec;
}
main .content-main .pagination ul li a.first:hover,
main .content-right .pagination ul li a.first:hover,
main .content-bottom .pagination ul li a.first:hover,
main .content-main .pagination ul li a.last:hover,
main .content-right .pagination ul li a.last:hover,
main .content-bottom .pagination ul li a.last:hover {
  background-color: #97d5ea;
}
main .content-main .pagination ul li a.first span,
main .content-right .pagination ul li a.first span,
main .content-bottom .pagination ul li a.first span,
main .content-main .pagination ul li a.last span,
main .content-right .pagination ul li a.last span,
main .content-bottom .pagination ul li a.last span {
  padding: 0;
}
main .content-main .pagination ul li a.first:hover span,
main .content-right .pagination ul li a.first:hover span,
main .content-bottom .pagination ul li a.first:hover span {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -281px -101px;
}
main .content-main .pagination ul li a.first span,
main .content-right .pagination ul li a.first span,
main .content-bottom .pagination ul li a.first span {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -281px -71px;
  width: 6px;
  height: 9px;
}
main .content-main .pagination ul li a.first span:hover,
main .content-right .pagination ul li a.first span:hover,
main .content-bottom .pagination ul li a.first span:hover,
main .content-main .pagination ul li a.first span:focus,
main .content-right .pagination ul li a.first span:focus,
main .content-bottom .pagination ul li a.first span:focus,
main .content-main .pagination ul li a.first span:active,
main .content-right .pagination ul li a.first span:active,
main .content-bottom .pagination ul li a.first span:active,
main .content-main .pagination ul li a.first span.hover,
main .content-right .pagination ul li a.first span.hover,
main .content-bottom .pagination ul li a.first span.hover {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -281px -101px;
}
main .content-main .pagination ul li a.last:hover span,
main .content-right .pagination ul li a.last:hover span,
main .content-bottom .pagination ul li a.last:hover span {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -313px -101px;
}
main .content-main .pagination ul li a.last span,
main .content-right .pagination ul li a.last span,
main .content-bottom .pagination ul li a.last span {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -313px -71px;
  width: 6px;
  height: 9px;
}
main .content-main .pagination ul li a.last span:hover,
main .content-right .pagination ul li a.last span:hover,
main .content-bottom .pagination ul li a.last span:hover,
main .content-main .pagination ul li a.last span:focus,
main .content-right .pagination ul li a.last span:focus,
main .content-bottom .pagination ul li a.last span:focus,
main .content-main .pagination ul li a.last span:active,
main .content-right .pagination ul li a.last span:active,
main .content-bottom .pagination ul li a.last span:active,
main .content-main .pagination ul li a.last span.hover,
main .content-right .pagination ul li a.last span.hover,
main .content-bottom .pagination ul li a.last span.hover {
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -313px -101px;
}
main .content-main .pagination ul li span.selected,
main .content-right .pagination ul li span.selected,
main .content-bottom .pagination ul li span.selected {
  color: #ffffff;
  background-color: #0c5fa8;
}
main .content-main .pagination ul li span.first,
main .content-right .pagination ul li span.first,
main .content-bottom .pagination ul li span.first {
  background-color: #e9eaec;
}
main .content-main .pagination ul li span.first span,
main .content-right .pagination ul li span.first span,
main .content-bottom .pagination ul li span.first span {
  padding: 0;
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -281px -71px;
  display: inline-block;
  width: 6px;
  height: 9px;
}
main .content-main .pagination ul li span.last,
main .content-right .pagination ul li span.last,
main .content-bottom .pagination ul li span.last {
  background-color: #e9eaec;
}
main .content-main .pagination ul li span.last span,
main .content-right .pagination ul li span.last span,
main .content-bottom .pagination ul li span.last span {
  padding: 0;
  background: url(../assets/images/sprite.png) no-repeat;
  background-position: -313px -71px;
  display: inline-block;
  width: 6px;
  height: 9px;
}
main .content-main .jobs a.title:before,
main .content-bottom .jobs a.title:before,
main .content-main .jobs span.title:before,
main .content-bottom .jobs span.title:before {
  content: " ";
  border-left: none;
}
main .content-main .continuing-education .feeds li:nth-child(odd) .padding-container,
main .content-bottom .continuing-education .feeds li:nth-child(odd) .padding-container {
  background-color: #f4f4f5;
}
main .content-main .continuing-education .feeds li:hover .padding-container,
main .content-bottom .continuing-education .feeds li:hover .padding-container {
  background-color: #f99729;
}
main .content-main .conferences-events .feeds li:nth-child(odd) .padding-container,
main .content-bottom .conferences-events .feeds li:nth-child(odd) .padding-container {
  background-color: #f4f4f5;
}
main .content-main .conferences-events .feeds li:hover .padding-container,
main .content-bottom .conferences-events .feeds li:hover .padding-container {
  background-color: #77bc66;
}
main .content-main .events-calendar .feeds li:nth-child(odd) .padding-container,
main .content-bottom .events-calendar .feeds li:nth-child(odd) .padding-container {
  background-color: #f4f4f5;
}
main .content-main .events-calendar .feeds .events-feed:hover .padding-container,
main .content-bottom .events-calendar .feeds .events-feed:hover .padding-container {
  background-color: #77bc66;
}
main .content-main .events-calendar .feeds .education-feed:hover .padding-container,
main .content-bottom .events-calendar .feeds .education-feed:hover .padding-container {
  background-color: #f99729;
}
main .content-main .callout,
main .content-bottom .callout {
  margin-bottom: 20px;
}
main .content-main .callout a:hover,
main .content-bottom .callout a:hover {
  text-decoration: none;
}
main .content-right .group-finder .tab-container {
  width: 200px;
}
main .content-right .group-finder .tab-container .tabs li:first-child {
  width: 60px;
}
main .content-right .group-finder .tab-container .tabs li:last-child {
  width: 138px;
}
main .content-right .group-finder .tab-container .tab-pane form input,
main .content-right .group-finder .tab-container .tab-pane .form input,
main .content-right .group-finder .tab-container .tab-pane form select,
main .content-right .group-finder .tab-container .tab-pane .form select {
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 400;
  font-style: normal;
}
main .content-right .group-finder .tab-container .tab-pane form select,
main .content-right .group-finder .tab-container .tab-pane .form select {
  width: 140px;
}
main .content-right .group-finder .tab-container .tab-pane form .search-container ::-webkit-input-placeholder,
main .content-right .group-finder .tab-container .tab-pane .form .search-container ::-webkit-input-placeholder {
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 400;
  font-style: normal;
  color: #8c959d;
  text-align: left;
  padding-top: 2px;
}
main .content-right .group-finder .tab-container .tab-pane form .search-container ::-moz-placeholder,
main .content-right .group-finder .tab-container .tab-pane .form .search-container ::-moz-placeholder {
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  padding-top: 2px;
}
main .content-right .group-finder .tab-container .tab-pane form .search-container :-ms-input-placeholder,
main .content-right .group-finder .tab-container .tab-pane .form .search-container :-ms-input-placeholder {
  font-family: "open-sans", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 400;
  font-style: normal;
  color: #8c959d;
  text-align: left;
  padding-top: 8px;
}
main .content-right .promo:first-child,
main .content-right .promo-300x250:first-child {
  margin-top: 40px;
}
@media (min-width: 1020px) {
  main .content-right .testimonial-v2:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    right: -250%;
    width: 250%;
    background-color: #ffffff;
    z-index: 999;
  }
  main .content-right .contact-box:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    right: -250%;
    width: 250%;
    background: url('../assets/images/triangle-dark.png') repeat-x right bottom #ffffff;
    z-index: 999;
  }
}
/* < Large */
@media (max-width: 1019px) {
  main .content-main .continuing-education .featured .header,
  main .content-bottom .continuing-education .featured .header,
  main .content-main .conferences-events .featured .header,
  main .content-bottom .conferences-events .featured .header,
  main .content-main .continuing-education .featured .content,
  main .content-bottom .continuing-education .featured .content,
  main .content-main .conferences-events .featured .content,
  main .content-bottom .conferences-events .featured .content {
    display: block;
  }
  main .content-main .continuing-education .featured .header .light,
  main .content-bottom .continuing-education .featured .header .light,
  main .content-main .conferences-events .featured .header .light,
  main .content-bottom .conferences-events .featured .header .light,
  main .content-main .continuing-education .featured .content .light,
  main .content-bottom .continuing-education .featured .content .light,
  main .content-main .conferences-events .featured .content .light,
  main .content-bottom .conferences-events .featured .content .light,
  main .content-main .continuing-education .featured .header .dark,
  main .content-bottom .continuing-education .featured .header .dark,
  main .content-main .conferences-events .featured .header .dark,
  main .content-bottom .conferences-events .featured .header .dark,
  main .content-main .continuing-education .featured .content .dark,
  main .content-bottom .continuing-education .featured .content .dark,
  main .content-main .conferences-events .featured .content .dark,
  main .content-bottom .conferences-events .featured .content .dark,
  main .content-main .continuing-education .featured .header .pattern,
  main .content-bottom .continuing-education .featured .header .pattern,
  main .content-main .conferences-events .featured .header .pattern,
  main .content-bottom .conferences-events .featured .header .pattern,
  main .content-main .continuing-education .featured .content .pattern,
  main .content-bottom .continuing-education .featured .content .pattern,
  main .content-main .conferences-events .featured .content .pattern,
  main .content-bottom .conferences-events .featured .content .pattern,
  main .content-main .continuing-education .featured .header .plain,
  main .content-bottom .continuing-education .featured .header .plain,
  main .content-main .conferences-events .featured .header .plain,
  main .content-bottom .conferences-events .featured .header .plain,
  main .content-main .continuing-education .featured .content .plain,
  main .content-bottom .continuing-education .featured .content .plain,
  main .content-main .conferences-events .featured .content .plain,
  main .content-bottom .conferences-events .featured .content .plain {
    display: block;
    width: 100%;
  }
  main .content-main .continuing-education .featured .header .plain,
  main .content-bottom .continuing-education .featured .header .plain,
  main .content-main .conferences-events .featured .header .plain,
  main .content-bottom .conferences-events .featured .header .plain,
  main .content-main .continuing-education .featured .content .plain,
  main .content-bottom .continuing-education .featured .content .plain,
  main .content-main .conferences-events .featured .content .plain,
  main .content-bottom .conferences-events .featured .content .plain {
    border-top: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  main .content-main .conferences-events .featured .table-data .content .plain,
  main .content-bottom .conferences-events .featured .table-data .content .plain {
    min-height: 300px;
  }
  main .content-main .promo-list .row,
  main .content-bottom .promo-list .row {
    margin-bottom: 0;
  }
  main .content-main .promo-list .row .promo-container,
  main .content-bottom .promo-list .row .promo-container {
    margin-bottom: 30px;
  }
  main .content-main .highlight-box-gray .border,
  main .content-bottom .highlight-box-gray .border,
  main .content-main .highlight-box-blue .border,
  main .content-bottom .highlight-box-blue .border {
    padding-top: 20px;
    border: none;
  }
}
/* Medium */
@media (min-width: 768px) and (max-width: 1019px) {
  main .content-main .promo-offer-image img,
  main .content-right .promo-offer-image img,
  main .content-bottom .promo-offer-image img {
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 135px;
  }
  main .content-main .promo-offer-image .header h2,
  main .content-right .promo-offer-image .header h2,
  main .content-bottom .promo-offer-image .header h2,
  main .content-main .promo-offer-image .header a,
  main .content-right .promo-offer-image .header a,
  main .content-bottom .promo-offer-image .header a {
    margin-left: 155px;
  }
  main .content-main .promo-offer-image .body p,
  main .content-right .promo-offer-image .body p,
  main .content-bottom .promo-offer-image .body p {
    margin-left: 155px;
  }
}
/* < Medium */
@media (max-width: 767px) {
  main .content-main .continuing-education .feeds li .content,
  main .content-right .continuing-education .feeds li .content,
  main .content-bottom .continuing-education .feeds li .content,
  main .content-main .conferences-events .feeds li .content,
  main .content-right .conferences-events .feeds li .content,
  main .content-bottom .conferences-events .feeds li .content,
  main .content-main .events-calendar .feeds li .content,
  main .content-right .events-calendar .feeds li .content,
  main .content-bottom .events-calendar .feeds li .content {
    margin-right: 0;
  }
  main .content-main .continuing-education .feeds li .content .title,
  main .content-right .continuing-education .feeds li .content .title,
  main .content-bottom .continuing-education .feeds li .content .title,
  main .content-main .conferences-events .feeds li .content .title,
  main .content-right .conferences-events .feeds li .content .title,
  main .content-bottom .conferences-events .feeds li .content .title,
  main .content-main .events-calendar .feeds li .content .title,
  main .content-right .events-calendar .feeds li .content .title,
  main .content-bottom .events-calendar .feeds li .content .title {
    margin-bottom: 5px;
  }
  main .content-main .continuing-education .feeds li .info,
  main .content-right .continuing-education .feeds li .info,
  main .content-bottom .continuing-education .feeds li .info,
  main .content-main .conferences-events .feeds li .info,
  main .content-right .conferences-events .feeds li .info,
  main .content-bottom .conferences-events .feeds li .info,
  main .content-main .events-calendar .feeds li .info,
  main .content-right .events-calendar .feeds li .info,
  main .content-bottom .events-calendar .feeds li .info {
    position: relative;
    margin-top: 4px;
    margin-left: 50px;
  }
  main .content-main .continuing-education .feeds li .info .type,
  main .content-right .continuing-education .feeds li .info .type,
  main .content-bottom .continuing-education .feeds li .info .type,
  main .content-main .conferences-events .feeds li .info .type,
  main .content-right .conferences-events .feeds li .info .type,
  main .content-bottom .conferences-events .feeds li .info .type,
  main .content-main .events-calendar .feeds li .info .type,
  main .content-right .events-calendar .feeds li .info .type,
  main .content-bottom .events-calendar .feeds li .info .type {
    display: inline-block;
  }
  main .content-main .continuing-education .feeds li .info .credits,
  main .content-right .continuing-education .feeds li .info .credits,
  main .content-bottom .continuing-education .feeds li .info .credits,
  main .content-main .conferences-events .feeds li .info .credits,
  main .content-right .conferences-events .feeds li .info .credits,
  main .content-bottom .conferences-events .feeds li .info .credits,
  main .content-main .events-calendar .feeds li .info .credits,
  main .content-right .events-calendar .feeds li .info .credits,
  main .content-bottom .events-calendar .feeds li .info .credits {
    display: inline-block;
    margin-left: 10px;
  }
  main .content-main .membership-requirements .col-1,
  main .content-right .membership-requirements .col-1,
  main .content-bottom .membership-requirements .col-1,
  main .content-main .membership-requirements .col-2,
  main .content-right .membership-requirements .col-2,
  main .content-bottom .membership-requirements .col-2 {
    display: block;
    width: 100%;
  }
  main .content-main .membership-requirements .header .col-2,
  main .content-right .membership-requirements .header .col-2,
  main .content-bottom .membership-requirements .header .col-2 {
    display: none;
  }
  main .content-main .membership-requirements .content > .header,
  main .content-right .membership-requirements .content > .header,
  main .content-bottom .membership-requirements .content > .header {
    display: block;
    background-color: #75c7e2;
    border-bottom: 2px solid #bae3f1;
    padding: 15px 20px 0 20px;
  }
  main .content-main .membership-requirements .outer-circle,
  main .content-right .membership-requirements .outer-circle,
  main .content-bottom .membership-requirements .outer-circle {
    position: relative;
    display: table;
    margin: 10px auto;
  }
  main .content-main .membership-requirements .inner-circle,
  main .content-right .membership-requirements .inner-circle,
  main .content-bottom .membership-requirements .inner-circle {
    display: none;
  }
  main .content-main .exam-review .content,
  main .content-right .exam-review .content,
  main .content-bottom .exam-review .content {
    display: block;
    width: 100%;
  }
  main .content-main .exam-review .sidebar,
  main .content-right .exam-review .sidebar,
  main .content-bottom .exam-review .sidebar {
    display: block;
    width: 100%;
  }
  main .content-main .book-purchase .button-v2,
  main .content-right .book-purchase .button-v2,
  main .content-bottom .book-purchase .button-v2 {
    position: relative;
  }
  main .content-main .promo-horizontal,
  main .content-right .promo-horizontal,
  main .content-bottom .promo-horizontal {
    display: block;
  }
  main .content-main .promo-horizontal .wrapper,
  main .content-right .promo-horizontal .wrapper,
  main .content-bottom .promo-horizontal .wrapper {
    display: block;
    width: 100%;
  }
  main .content-main .book-search .reset,
  main .content-right .book-search .reset,
  main .content-bottom .book-search .reset {
    float: none;
    display: block;
    margin-top: 10px;
  }
  main .content-main .book-list .pagination,
  main .content-right .book-list .pagination,
  main .content-bottom .book-list .pagination {
    margin-bottom: 30px;
  }
  main .content-main .book-list .sort,
  main .content-right .book-list .sort,
  main .content-bottom .book-list .sort {
    margin-top: 0;
  }
  main .content-main .book-list .search,
  main .content-right .book-list .search,
  main .content-bottom .book-list .search {
    width: 100%;
  }
  main .content-main .continuing-education .feeds,
  main .content-bottom .continuing-education .feeds,
  main .content-main .conferences-events .feeds,
  main .content-bottom .conferences-events .feeds {
    margin-left: 0;
  }
  main .content-main .conferences-events .feeds,
  main .content-bottom .conferences-events .feeds {
    margin-left: 0;
  }
  main .content-main .conferences-events .featured .table-data,
  main .content-bottom .conferences-events .featured .table-data {
    display: block;
  }
  main .content-main .conferences-events .featured .table-data .pattern .overlay,
  main .content-bottom .conferences-events .featured .table-data .pattern .overlay {
    display: none;
  }
  main .content-main .conferences-events .featured .table-data .plain,
  main .content-bottom .conferences-events .featured .table-data .plain {
    min-height: 200px;
  }
  main .content-main .testimonial blockquote,
  main .content-bottom .testimonial blockquote {
    width: auto;
  }
  main .content-main .testimonial div,
  main .content-bottom .testimonial div {
    display: block;
    width: auto;
    margin-top: 20px;
  }
  main .content-right .continuing-education .feeds li .info .credits {
    display: none;
  }
}
/* > Small */
@media (min-width: 768px) {
  main .content-main .membership-requirements .content > .header,
  main .content-right .membership-requirements .content > .header,
  main .content-bottom .membership-requirements .content > .header {
    display: none;
  }
  main .content-main .membership-requirements .content .col-1,
  main .content-right .membership-requirements .content .col-1,
  main .content-bottom .membership-requirements .content .col-1 {
    position: relative;
  }
  main .content-main .membership-requirements .outer-circle,
  main .content-right .membership-requirements .outer-circle,
  main .content-bottom .membership-requirements .outer-circle {
    display: none;
  }
  main .content-main .membership-requirements .inner-circle,
  main .content-right .membership-requirements .inner-circle,
  main .content-bottom .membership-requirements .inner-circle {
    display: table;
    position: absolute;
    bottom: -20px;
  }
}
/* Small */
@media (min-width: 581px) and (max-width: 767px) {
  main .content-main .promo-offer-image img,
  main .content-right .promo-offer-image img,
  main .content-bottom .promo-offer-image img {
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 130px;
  }
  main .content-main .promo-offer-image .header h2,
  main .content-right .promo-offer-image .header h2,
  main .content-bottom .promo-offer-image .header h2,
  main .content-main .promo-offer-image .header a,
  main .content-right .promo-offer-image .header a,
  main .content-bottom .promo-offer-image .header a {
    margin-left: 150px;
  }
  main .content-main .promo-offer-image .body p,
  main .content-right .promo-offer-image .body p,
  main .content-bottom .promo-offer-image .body p {
    margin-left: 150px;
  }
}
/*X-Small*/
@media (max-width: 580px) {
  main .content-main .promo,
  main .content-right .promo,
  main .content-bottom .promo {
    display: none;
  }
  main .content-main .intro,
  main .content-right .intro,
  main .content-bottom .intro {
    padding: 0;
  }
  main .content-main .intro p,
  main .content-right .intro p,
  main .content-bottom .intro p {
    font-family: "open-sans", Arial;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857143;
    font-weight: 400;
    font-style: normal;
  }
  main .content-main .intro h1,
  main .content-right .intro h1,
  main .content-bottom .intro h1 {
    margin-bottom: 30px;
  }
  main .content-main .featured-news-intro .title,
  main .content-right .featured-news-intro .title,
  main .content-bottom .featured-news-intro .title {
    margin-left: 0;
    margin-top: 20px;
    float: left;
  }
  main .content-main .featured-news-intro p,
  main .content-right .featured-news-intro p,
  main .content-bottom .featured-news-intro p {
    margin-left: 0;
    margin-top: 0;
    float: left;
  }
  main .content-main .promo-offer-image img,
  main .content-right .promo-offer-image img,
  main .content-bottom .promo-offer-image img {
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 100px;
  }
  main .content-main .promo-offer-image .header h2,
  main .content-right .promo-offer-image .header h2,
  main .content-bottom .promo-offer-image .header h2,
  main .content-main .promo-offer-image .header a,
  main .content-right .promo-offer-image .header a,
  main .content-bottom .promo-offer-image .header a {
    margin-left: 120px;
  }
  main .content-main .promo-offer-image .body p,
  main .content-right .promo-offer-image .body p,
  main .content-bottom .promo-offer-image .body p {
    margin-left: 120px;
  }
  main .content-main .popup-container-small,
  main .content-right .popup-container-small,
  main .content-bottom .popup-container-small {
    max-width: 320px;
  }
}
