/* 

    Template Custom Styles
    _______________________________ 
 
    Table of Contents:  
    -- Global Defaults (MANDATORY)
        -- design widths
        -- breakpoints
        -- z indexes
    --Color Palette 
    -- Typography 
        --  Heading 1  
        --  Heading 2
        --  Heading 3 
        --  Heading 4 
        --  Heading 5
        --  Heading 6  
        --  Basics   
        -- Buttons
    -- Editor Friendly Classes (MANDATORY)
    -- Buttons
    -- Forms 
    -- Tables
    -- Flex Embeds
    -- Tabs
    -- Style Guide 
    -- MOTION
*/
/* IN FOUNDATIONS SETTINGS
$blockquote-color: $dark-gray;
$blockquote-padding: rem-calc(9 20 0 19);
$blockquote-border: 1px solid $medium-gray;
*/
body.is-reveal-open {
  overflow: hidden;
}

.mobile-menu {
  z-index: 900;
}

@media screen and (min-width: 64em) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu__button {
  position: absolute;
  right: -22px;
  top: 15px;
  display: block;
  height: 43px;
  padding: 11px 30px;
  color: #231f20;
  background: url(/images/menu-3.png) no-repeat center center;
  background-size: 30px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 40em) {
  .mobile-menu__button {
    padding: 18px 30px;
    top: 24px;
  }
}

.mobile-menu__button img {
  max-width: 26px;
}

.mobile-menu__button:after {
  content: '';
  width: 26px;
  height: 26px;
  background: url(/images/menu.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-menu__button:before {
  content: '';
  background-size: 30px !important;
  background: url(/images/menu-3.png) no-repeat center center;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-left: -48px;
  position: absolute;
  top: 10px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .mobile-menu__button:before {
    height: 22px;
    width: 22px;
    background-size: 22px !important;
  }
}

.mobile-menu__button.open {
  color: #e5801c;
}

.mobile-menu__wrapper {
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  transition: max-height 0.8s;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.mobile-menu__wrapper .rpExpanded span.rpExpandHandle {
  transform: rotate(180deg);
  background: url(/images/ui-arrow-down.png) no-repeat center left 10px !important;
}

.mobile-menu__wrapper .rpExpandable span.rpExpandHandle {
  background-size: 16px !important;
  background: url(/images/ui-arrow-down.png) no-repeat center right 10px;
  display: block !important;
  width: 60px;
  height: 32px;
  margin-top: -7px !important;
  position: absolute;
  right: 0;
}

.mobile-menu__wrapper.open {
  height: auto;
  max-height: none;
  z-index: 7;
}

.mobile-menu__wrapper .RadPanelBar {
  width: 100%;
  text-align: center;
}

.mobile-menu__wrapper .RadPanelBar .rpExpandHandle {
  display: none;
}

.mobile-menu__wrapper .RadPanelBar .rpLink.rpSelected {
  background-color: #fff;
  color: #231f20;
}

.mobile-menu__wrapper .RadPanelBar .rpSlide .rpGroup .rpLink .rpText {
  color: grey;
  text-transform: none;
}

.mobile-menu__wrapper .RadPanelBar .rpItem.rpLast .rpText {
  border-bottom: 0 none;
}

.mobile-menu__wrapper .RadPanelBar .rpItem .rpLink {
  padding: 11px;
  border-bottom: 1px solid #e4e4e4;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
  border-left: 3px solid transparent;
}

.mobile-menu__wrapper .RadPanelBar .rpItem .rpLink .rpText {
  text-transform: uppercase;
  font-weight: bold;
  color: #231f20;
}

.mobile-menu__wrapper .RadPanelBar .rpItem .rpLink:hover, .mobile-menu__wrapper .RadPanelBar .rpItem .rpLink:focus, .mobile-menu__wrapper .RadPanelBar .rpItem .rpLink:active {
  color: #c82b67;
  border-left: 3px solid #c82b67;
}

.mobile-menu__wrapper .RadPanelBar .rpItem .rpLink:hover:before, .mobile-menu__wrapper .RadPanelBar .rpItem .rpLink:focus:before, .mobile-menu__wrapper .RadPanelBar .rpItem .rpLink:active:before {
  transform: scaleX(1);
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em";
}

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,
menu,
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-color: 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: #000;
}

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 {
  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;
  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;
}

html,
body {
  font-size: 16px;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #231f20;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.row {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.small-collapse > .column, .row.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.small-uncollapse > .column, .row.small-uncollapse > .columns {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 40em) {
  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 64em) {
  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row.expanded {
  max-width: none;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child, .end.columns:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 .column, .small-up-1 .columns {
  width: 100%;
  float: left;
}

.small-up-1 .column:nth-of-type(1n), .small-up-1 .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 .column:nth-of-type(1n+1), .small-up-1 .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 .column:last-child, .small-up-1 .columns:last-child {
  float: left;
}

.small-up-2 .column, .small-up-2 .columns {
  width: 50%;
  float: left;
}

.small-up-2 .column:nth-of-type(1n), .small-up-2 .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 .column:nth-of-type(2n+1), .small-up-2 .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 .column:last-child, .small-up-2 .columns:last-child {
  float: left;
}

.small-up-3 .column, .small-up-3 .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 .column:nth-of-type(1n), .small-up-3 .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 .column:nth-of-type(3n+1), .small-up-3 .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 .column:last-child, .small-up-3 .columns:last-child {
  float: left;
}

.small-up-4 .column, .small-up-4 .columns {
  width: 25%;
  float: left;
}

.small-up-4 .column:nth-of-type(1n), .small-up-4 .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 .column:nth-of-type(4n+1), .small-up-4 .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 .column:last-child, .small-up-4 .columns:last-child {
  float: left;
}

.small-up-5 .column, .small-up-5 .columns {
  width: 20%;
  float: left;
}

.small-up-5 .column:nth-of-type(1n), .small-up-5 .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 .column:nth-of-type(5n+1), .small-up-5 .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 .column:last-child, .small-up-5 .columns:last-child {
  float: left;
}

.small-up-6 .column, .small-up-6 .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 .column:nth-of-type(1n), .small-up-6 .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 .column:nth-of-type(6n+1), .small-up-6 .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 .column:last-child, .small-up-6 .columns:last-child {
  float: left;
}

.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncenter,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 .column, .medium-up-1 .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 .column:nth-of-type(1n), .medium-up-1 .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 .column:nth-of-type(1n+1), .medium-up-1 .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 .column:last-child, .medium-up-1 .columns:last-child {
    float: left;
  }
  .medium-up-2 .column, .medium-up-2 .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 .column:nth-of-type(1n), .medium-up-2 .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 .column:nth-of-type(2n+1), .medium-up-2 .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 .column:last-child, .medium-up-2 .columns:last-child {
    float: left;
  }
  .medium-up-3 .column, .medium-up-3 .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 .column:nth-of-type(1n), .medium-up-3 .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 .column:nth-of-type(3n+1), .medium-up-3 .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 .column:last-child, .medium-up-3 .columns:last-child {
    float: left;
  }
  .medium-up-4 .column, .medium-up-4 .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 .column:nth-of-type(1n), .medium-up-4 .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 .column:nth-of-type(4n+1), .medium-up-4 .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 .column:last-child, .medium-up-4 .columns:last-child {
    float: left;
  }
  .medium-up-5 .column, .medium-up-5 .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 .column:nth-of-type(1n), .medium-up-5 .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 .column:nth-of-type(5n+1), .medium-up-5 .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 .column:last-child, .medium-up-5 .columns:last-child {
    float: left;
  }
  .medium-up-6 .column, .medium-up-6 .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 .column:nth-of-type(1n), .medium-up-6 .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 .column:nth-of-type(6n+1), .medium-up-6 .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 .column:last-child, .medium-up-6 .columns:last-child {
    float: left;
  }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 .column, .large-up-1 .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 .column:nth-of-type(1n), .large-up-1 .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 .column:nth-of-type(1n+1), .large-up-1 .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 .column:last-child, .large-up-1 .columns:last-child {
    float: left;
  }
  .large-up-2 .column, .large-up-2 .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 .column:nth-of-type(1n), .large-up-2 .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 .column:nth-of-type(2n+1), .large-up-2 .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 .column:last-child, .large-up-2 .columns:last-child {
    float: left;
  }
  .large-up-3 .column, .large-up-3 .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 .column:nth-of-type(1n), .large-up-3 .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 .column:nth-of-type(3n+1), .large-up-3 .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 .column:last-child, .large-up-3 .columns:last-child {
    float: left;
  }
  .large-up-4 .column, .large-up-4 .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 .column:nth-of-type(1n), .large-up-4 .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 .column:nth-of-type(4n+1), .large-up-4 .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 .column:last-child, .large-up-4 .columns:last-child {
    float: left;
  }
  .large-up-5 .column, .large-up-5 .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 .column:nth-of-type(1n), .large-up-5 .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 .column:nth-of-type(5n+1), .large-up-5 .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 .column:last-child, .large-up-5 .columns:last-child {
    float: left;
  }
  .large-up-6 .column, .large-up-6 .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 .column:nth-of-type(1n), .large-up-6 .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 .column:nth-of-type(6n+1), .large-up-6 .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 .column:last-child, .large-up-6 .columns:last-child {
    float: left;
  }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: -0.0625em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 32px;
  margin-bottom: 2rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #80838A;
  line-height: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.8125rem;
}

h6 {
  font-size: 0.6875rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.625rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.75rem;
  }
}

a {
  color: #e5801c;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #c66e17;
}

a img {
  border: 0;
}

hr {
  max-width: 1024px;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #80838A;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 32px;
  margin-bottom: 2rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 2rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #80838A;
}

blockquote, blockquote p {
  line-height: 32px;
  color: #4f545c;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #4f545c;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #231f20;
  cursor: help;
  border-bottom: 1px dotted #231f20;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #231f20;
  background-color: #e6e6e6;
  border: 1px solid #80838A;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #231f20;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #4f545c;
}

.lead {
  font-size: 20px;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(35, 31, 32, 0.25);
  border-radius: 0;
  position: relative;
  background-color: white;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #fbecdd;
}

.callout.primary a {
  color: #a15a12;
}

.callout.primary a:hover {
  color: #5d330b;
}

.callout.secondary {
  background-color: #f5f7d6;
}

.callout.secondary a {
  color: #636815;
}

.callout.secondary a:hover {
  color: #262808;
}

.callout.success {
  background-color: #e5f4ea;
}

.callout.success a {
  color: #377e51;
}

.callout.success a:hover {
  color: #20492f;
}

.callout.alert {
  background-color: #f5e5e3;
}

.callout.alert a {
  color: #833a2f;
}

.callout.alert a:hover {
  color: #4b211b;
}

.callout.warning {
  background-color: #fff3d9;
}

.callout.warning a {
  color: #b37a00;
}

.callout.warning a:hover {
  color: #664600;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.button {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 3px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 50px;
  background: #e5801c;
  color: #fff;
}

.button:hover, .button:focus {
  background: #c46d16;
  color: #fff;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.85rem;
}

.button.large {
  font-size: 1.325rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background: #e5801c;
  color: #fff;
}

.button.primary:hover, .button.primary:focus {
  background: #b86615;
  color: #fff;
}

.button.secondary {
  background: #8d941e;
  color: #fff;
}

.button.secondary:hover, .button.secondary:focus {
  background: #717618;
  color: #fff;
}

.button.success {
  background: #50b374;
  color: #fff;
}

.button.success:hover, .button.success:focus {
  background: #3f905c;
  color: #fff;
}

.button.alert {
  background: #bb5343;
  color: #fff;
}

.button.alert:hover, .button.alert:focus {
  background: #964236;
  color: #fff;
}

.button.warning {
  background: #ffae00;
  color: #fff;
}

.button.warning:hover, .button.warning:focus {
  background: #cc8b00;
  color: #fff;
}

.button.hollow {
  border: 1px solid #e5801c;
  color: #e5801c;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #73400d;
  color: #73400d;
}

.button.hollow.primary {
  border: 1px solid #e5801c;
  color: #e5801c;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #73400d;
  color: #73400d;
}

.button.hollow.secondary {
  border: 1px solid #8d941e;
  color: #8d941e;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #464a0f;
  color: #464a0f;
}

.button.hollow.success {
  border: 1px solid #50b374;
  color: #50b374;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #275a3a;
  color: #275a3a;
}

.button.hollow.alert {
  border: 1px solid #bb5343;
  color: #bb5343;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #5e2921;
  color: #5e2921;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fff transparent transparent;
  border-top-style: solid;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: 0.2em;
}

table.pivot {
  border-spacing: 0px;
  border-collapse: collapse;
  margin: 24px auto;
  width: 100%;
  word-break: normal;
}

table.pivot th,
table.pivot td {
  border: 1px solid #80838A;
  padding: 0.9375rem 1.125rem;
  margin: 0;
}

table.pivot[data-cols='2'] td {
  width: 50%;
}

table.pivot[data-cols='3'] td {
  width: 33.3%;
}

table.pivot[data-cols='4'] td {
  width: 25%;
}

table.pivot[data-cols='5'] td {
  width: 20%;
}

table.pivot[data-cols='6'] td {
  width: 16.6%;
}

table.pivot tr:nth-of-type(even) {
  background: #e6e6e6;
}

table.pivot tr:nth-of-type(even) td {
  background: #e6e6e6;
}

table.pivot *:last-child {
  margin-bottom: 0;
}

@media (max-width: 68.75rem) {
  table.pivot[data-cols='6'] thead {
    display: none;
  }
  table.pivot[data-cols='6'] tr {
    border: 1px solid #80838A;
    display: block;
    padding: 7px 0;
  }
  table.pivot[data-cols='6'] tr:nth-of-type(even) {
    background: #e6e6e6;
  }
  table.pivot[data-cols='6'] td {
    border: 0;
    padding-bottom: 7px;
    padding-top: 7px;
    display: inline-block;
    vertical-align: top;
    width: 32%;
  }
}

@media (max-width: 68.75rem) and (max-width: 43.75rem) {
  table.pivot[data-cols='6'] td {
    width: 49%;
  }
}

@media (max-width: 68.75rem) {
  table.pivot[data-cols='6'] td:before {
    content: attr(data-heading);
    color: #4f545c;
    display: block;
    text-transform: uppercase;
    opacity: 0.8;
  }
}

@media (max-width: 59.375rem) {
  table.pivot[data-cols='5'] thead {
    display: none;
  }
  table.pivot[data-cols='5'] tr {
    border: 1px solid #80838A;
    display: block;
    padding: 7px 0;
  }
  table.pivot[data-cols='5'] tr:nth-of-type(odd) {
    background: #e6e6e6;
  }
  table.pivot[data-cols='5'] td {
    border: 0;
    padding-bottom: 7px;
    padding-top: 7px;
    display: inline-block;
    width: 32%;
  }
}

@media (max-width: 59.375rem) and (max-width: 43.75rem) {
  table.pivot[data-cols='5'] td {
    width: 49%;
  }
}

@media (max-width: 59.375rem) {
  table.pivot[data-cols='5'] td:before {
    content: attr(data-heading);
    color: #4f545c;
    display: block;
    text-transform: uppercase;
    opacity: 0.8;
  }
}

@media (max-width: 50rem) {
  table.pivot[data-cols='4'] thead {
    display: none;
  }
  table.pivot[data-cols='4'] tr {
    border: 1px solid #80838A;
    display: block;
    padding: 7px 0;
  }
  table.pivot[data-cols='4'] tr:nth-of-type(even) {
    background: #e6e6e6;
  }
  table.pivot[data-cols='4'] td {
    border: 0;
    padding-bottom: 7px;
    padding-top: 7px;
    display: inline-block;
    width: 49%;
  }
  table.pivot[data-cols='4'] td:before {
    content: attr(data-heading);
    color: #4f545c;
    display: block;
    text-transform: uppercase;
    opacity: 0.8;
  }
}

@media (max-width: 40.625rem) {
  table.pivot[data-cols='3'] thead {
    display: none;
  }
  table.pivot[data-cols='3'] tr {
    border: 1px solid #80838A;
    display: block;
    padding: 7px 0;
  }
  table.pivot[data-cols='3'] tr:nth-of-type(even) {
    background: #e6e6e6;
  }
  table.pivot[data-cols='3'] td {
    border: 0;
    padding-bottom: 7px;
    padding-top: 7px;
    display: inline-block;
    width: 49%;
  }
  table.pivot[data-cols='3'] td:before {
    content: attr(data-heading);
    color: #4f545c;
    display: block;
    text-transform: uppercase;
    opacity: 0.8;
  }
}

@media (max-width: 31.25rem) {
  table.pivot thead {
    display: none;
  }
  table.pivot td {
    display: block !important;
    width: 100% !important;
  }
  table.pivot td:not(:first-of-type) {
    border-top: 0;
    padding-top: 7px;
  }
  table.pivot td:not(:last-of-type) {
    border-bottom: 0;
    padding-bottom: 7px;
  }
  table.pivot td:before {
    content: attr(data-heading);
    color: #231f20;
    display: block;
    text-transform: uppercase;
    opacity: 0.8;
  }
}

.PopUpContent {
  display: none !important;
}

.PopUpOpen {
  overflow: hidden !important;
}

.PopUpOpen #PopUpContainer {
  background: #FFF;
  box-shadow: 5px 5px 10px rgba(35, 31, 32, 0.25);
  padding: 5px 25px;
}

.PopUpOpen #PopUpWrap {
  position: relative;
  max-height: calc(100% - 40px);
  margin: 20px;
  overflow: auto;
}

#PopUpBG {
  position: fixed;
  opacity: 0;
  top: 100%;
  bottom: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background: rgba(35, 31, 32, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: opacity 0.7s	ease, 
 top 	0.5s	ease, 
 bottom 	0.5s	ease;
}

.PopUpOpen #PopUpBG {
  top: 0;
  bottom: 0;
  opacity: 1;
}

#PopUpClose {
  transition: opacity 	0.5s	ease	0.5s, 
 background 	0.5s	ease;
  opacity: 0;
}

.PopUpOpen #PopUpClose {
  position: absolute;
  display: block;
  border: 2px solid #fff;
  border-left: 0px;
  border-top: 0px;
  border-bottom-right-radius: 50%;
  background: rgba(187, 83, 67, 0.25);
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 1;
}

.PopUpOpen #PopUpClose:before, .PopUpOpen #PopUpClose:after {
  content: '';
  width: 70%;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 2px;
  transform: rotate(45deg);
  background: #fff;
}

.PopUpOpen #PopUpClose:after {
  transform: rotate(-45deg);
}

.PopUpOpen #PopUpClose:hover, .PopUpOpen #PopUpClose:focus {
  background: #bb5343;
  cursor: pointer;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 2px solid #80838A;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #4f545c;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(35, 31, 32, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 2px solid #231f20;
  background: #fff;
  outline: none;
  box-shadow: 0 0 5px #80838A;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #231f20;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #231f20;
  border: 1px solid #80838A;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
}

.fieldset {
  border: 1px solid #80838A;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 2px solid #80838A;
  border-radius: 0;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #4f545c;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb(51, 51, 51)'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(187, 83, 67, 0.1);
  border-color: #bb5343;
}

.is-invalid-label {
  color: #bb5343;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #bb5343;
}

.form-error.is-visible {
  display: block;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  width: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.row.full {
  max-width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .small-0 {
    display: none;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-0 {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .large-0 {
    display: none;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  96% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

body {
  overflow-x: hidden;
  opacity: 1;
}

html, body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  height: 100%;
  position: relative;
}

body::after, #aspnetForm::after, .PageWrap::after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  margin: 0;
  list-style-type: none;
}

nav ul > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] nav ul > li {
  outline: 0;
}

nav ul > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

nav ul input,
nav ul a,
nav ul button {
  margin-bottom: 0;
}

nav ul .rmSlide {
  display: none;
}

#aspnetForm {
  position: relative;
  min-height: 100%;
}

.DesktopMenuWrapper .rmItem .rmLink {
  padding: 12px;
}

.DesktopMenuWrapper .rmItem .rmLink .rmText {
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: none;
  text-transform: none;
}

nav ul {
  margin: 0;
  list-style-type: none;
}

nav ul > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] nav ul > li {
  outline: 0;
}

nav ul > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

nav ul input,
nav ul a,
nav ul button {
  margin-bottom: 0;
}

nav ul li {
  list-style: none outside;
  display: inline-block;
}

nav ul a {
  text-decoration: none;
}

nav ul .rmSlide {
  display: none;
}

body:not(.editor) .column > table, body:not(.editor) .columns > table, body:not(.editor) .column > table tbody, body:not(.editor) .columns > table tbody, body:not(.editor) .column > table tr, body:not(.editor) .columns > table tr, body:not(.editor) .column > table td, body:not(.editor) .columns > table td {
  display: block;
}

p {
  line-height: 130%;
}

a {
  outline: none;
}

img:not([src*="shim.gif"]) {
  width: 100%;
}

.no-margin {
  margin: 0;
}

a.with-chevron:after {
  content: ' >';
}

img.with-outline {
  border: 1px solid #81848a;
}

hr {
  width: 100%;
  height: 1px;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #868686;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui_rotator {
  margin: 8px auto;
}

.logo {
  margin-top: 19px;
}

@media screen and (min-width: 64em) {
  .logo {
    margin-top: 32px;
  }
}

table {
  width: 100%;
}

.GoogleMap_Container {
  display: inline-block;
  width: auto;
}

table.custom-content {
  display: block;
}

table.custom-content > tbody {
  display: block;
}

table.custom-content > tbody > tr {
  display: flex;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

table.custom-content > tbody > tr::before, table.custom-content > tbody > tr::after {
  content: ' ';
  display: table;
}

table.custom-content > tbody > tr::after {
  clear: both;
}

table.custom-content > tbody > tr.align-top {
  align-items: flex-start;
}

table.custom-content > tbody > tr > td {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}

+ table.custom-content > tbody > tr > td:first-of-type {
  padding-left: 0;
}

+ table.custom-content > tbody > tr > td:last-of-type {
  padding-right: 0;
}

table.custom-content > tbody > tr > td:last-child {
  float: right;
}

table.custom-content > tbody > tr > td[class*="small-"] {
  width: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  table.custom-content > tbody > tr > td[class*="medium-"] {
    width: 100%;
  }
}

@media screen and (min-width: 40em) {
  table.custom-content > tbody > tr > td[class*="medium-"] {
    width: none;
  }
}

@media screen and (max-width: 63.9375em) {
  table.custom-content > tbody > tr > td[class*="large-"] {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  table.custom-content > tbody > tr > td[class*="large-"] {
    width: none;
  }
}

table.pagetop-cta {
  background-color: #febe10;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 8px;
}

table.pagetop-cta td {
  text-align: center;
}

table.pagetop-cta td > *:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 40em) {
  table.pagetop-cta td {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
  }
}

@media screen and (min-width: 40em) {
  table.pagetop-cta .row {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

table.pagetop-cta p, table.pagetop-cta h1, table.pagetop-cta h2, table.pagetop-cta h3, table.pagetop-cta h4, table.pagetop-cta h5, table.pagetop-cta h6 {
  margin-bottom: 0;
  max-width: 467px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  table.pagetop-cta .button-pink {
    margin-bottom: 18px;
  }
}

table.full-width {
  background-color: #e7e7e9;
  padding: 45px 0 25px;
}

table[class*="flip-content"] {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

table[class*="flip-content"] tbody {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

table[class*="flip-content"] tr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 218px;
  height: 218px;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  table[class*="flip-content"] tr {
    margin: 0 auto 20px auto;
  }
}

table[class*="flip-content"] td {
  display: block;
  border-radius: 300px;
  width: 218px;
  height: 218px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 40em) {
  table[class*="flip-content"] td {
    width: 23vw;
    height: 23vw;
  }
}

@media screen and (min-width: 64em) {
  table[class*="flip-content"] td {
    width: 218px;
    height: 218px;
  }
}

table[class*="flip-content"].square td {
  border-radius: 0;
}

table[class*="flip-content"].flip-content-horizontal td img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotateX(-90deg);
  transition: transform 0.6s linear;
  z-index: 2;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  max-width: none;
  height: auto;
}

table[class*="flip-content"].flip-content-horizontal td img.active {
  transform: translate(-50%, -50%) rotateX(0deg);
  z-index: 1;
}

table[class*="flip-content"].flip-content-vertical td img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateY(-90deg);
  transition: transform 0.6s linear;
  z-index: 2;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  max-width: none;
  height: auto;
}

table[class*="flip-content"].flip-content-vertical td img.active {
  transform: translate(-50%, -50%) rotateY(0deg);
  z-index: 1;
}

table.info-section {
  width: 100%;
  margin-bottom: 15px;
}

table.info-section > tbody > tr:first-of-type td {
  padding-bottom: 10px;
  border-bottom: 1px solid #82858b;
}

table.info-section > tbody > tr:nth-of-type(2) td {
  padding-top: 10px;
}

table.info-section h3 + p.small {
  margin-top: -10px;
}

.hr-yellow {
  border-bottom: 1px solid #febe10;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .sm-text-left {
    text-align: left;
  }
}

.RSSFeedReader_Wrapper {
  position: relative;
}

.RSSFeedReader_Wrapper .RssItem .RssEnclosure,
.RSSFeedReader_Wrapper .AlternateRssItem .RssEnclosure {
  display: inline-block;
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin-right: 20px;
  float: left;
  position: relative;
}

.RSSFeedReader_Wrapper .RssItem .RssEnclosure img,
.RSSFeedReader_Wrapper .AlternateRssItem .RssEnclosure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 130px;
  min-height: 130px;
  height: auto;
  width: auto;
  max-width: 150%;
  max-height: none;
}

.RSSFeedReader_Wrapper .RssItem .RssTitle a,
.RSSFeedReader_Wrapper .AlternateRssItem .RssTitle a {
  color: #231F20;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  text-transform: inherit;
  line-height: 22px;
  font-size: 1.125rem;
}

.RSSFeedReader_Wrapper .RssItem .RssTitle a:after,
.RSSFeedReader_Wrapper .AlternateRssItem .RssTitle a:after {
  content: 'Read More >';
  position: absolute;
  bottom: -10px;
  right: 0;
  color: #c82b67;
  font-weight: 400;
}

.RSSFeedReader_Wrapper .RssItem .RssDescription,
.RSSFeedReader_Wrapper .AlternateRssItem .RssDescription {
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
  padding-bottom: 20px;
}

.text-right {
  width: auto;
}

.GoogleMap_Container {
  width: 100%;
}

.GoogleMap_Container tr,
.GoogleMap_Container tbody,
.GoogleMap_Container td {
  width: 100% !important;
  display: block;
}

.GoogleMap_Container td.GoogleMap > div {
  width: 100% !important;
}

.main {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.main::before, .main::after {
  content: ' ';
  display: table;
}

.main::after {
  clear: both;
}

body, html {
  overflow-x: hidden;
  overflow-y: auto;
}

body > form > header {
  background-color: #231f20;
  color: #e5801c;
  width: 100%;
  transition: box-shadow .5s ease;
}

body > form > header.fixed {
  box-shadow: 0px 0px 5px rgba(35, 31, 32, 0.4);
  z-index: 1;
}

#main .hover-test {
  box-shadow: inset 0px 0px 0px 1px yellow;
  padding-top: 15px;
  padding-bottom: 15px;
}

#main .hover-test a {
  display: block;
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.3));
}

#main .hover-test a.awesome-custom-class {
  background-image: linear-gradient(rgba(0, 0, 255, 0.1), rgba(0, 0, 255, 0.3));
}

#main .hover-test p {
  transform: rotateX(90deg);
  transition: transform .3s linear;
}

#main .hover-test p.awesome-custom-class {
  transform: rotateX(0deg);
}

#main .popup-test {
  box-shadow: inset 0px 0px 0px 1px aqua;
  padding-top: 15px;
  padding-bottom: 15px;
}

#main .popup-test a {
  display: block;
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #8d941e;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  96% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

body {
  overflow-x: hidden;
  opacity: 1;
}

html, body {
  font-family: "Lato", sans-serif;
  height: 100%;
  position: relative;
}

body::after, #aspnetForm::after, .PageWrap::after {
  content: "";
  display: table;
  clear: both;
}

#aspnetForm {
  position: relative;
  min-height: 100%;
}

.topbar {
  background-color: transparent;
  height: 0;
}

.header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: transparent;
  color: #231f20;
  font: normal normal 400 17px "Lato", sans-serif;
  letter-spacing: 0;
}

.header::before, .header::after {
  content: ' ';
  display: table;
}

.header::after {
  clear: both;
}

.header__container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  height: 100%;
}

.header__container::before, .header__container::after {
  content: ' ';
  display: table;
}

.header__container::after {
  clear: both;
}

.header__container:last-child:not(:first-child) {
  float: right;
}

.header__container, .header__container:last-child {
  float: none;
}

.logo {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding: 15px 0;
  width: 100%;
}

.logo:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .logo {
    width: 50%;
    text-align: left;
    padding: 15px 0;
    padding: 0 0 15px 0;
  }
}

@media screen and (min-width: 64em) {
  .logo {
    width: 25%;
    text-align: left;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .logo {
    padding: 0 0 5px 0;
  }
}

.logo img {
  width: map-deep-get(("width": ("small": auto, "medium": 100%, "large": 100%), "height": ("small": auto, "medium": initial, "large": auto)), "width", "small");
  max-width: 198px;
  height: map-deep-get(("width": ("small": auto, "medium": 100%, "large": 100%), "height": ("small": auto, "medium": initial, "large": auto)), "height", "small");
}

@media screen and (min-width: 40em) {
  .logo img {
    width: map-deep-get(("width": ("small": auto, "medium": 100%, "large": 100%), "height": ("small": auto, "medium": initial, "large": auto)), "width", "medium");
    max-width: none;
    height: map-deep-get(("width": ("small": auto, "medium": 100%, "large": 100%), "height": ("small": auto, "medium": initial, "large": auto)), "height", "medium");
  }
}

@media screen and (min-width: 64em) {
  .logo img {
    width: map-deep-get(("width": ("small": auto, "medium": 100%, "large": 100%), "height": ("small": auto, "medium": initial, "large": auto)), "width", "large");
    max-width: 100%;
    height: map-deep-get(("width": ("small": auto, "medium": 100%, "large": 100%), "height": ("small": auto, "medium": initial, "large": auto)), "height", "large");
  }
}

.contact-bar {
  float: right;
  padding: 10px 15px 0;
  font-size: 15px;
  display: none;
}

@media screen and (min-width: 64em) {
  .contact-bar {
    display: block;
  }
}

.contact-bar img {
  max-height: 17px;
  padding-left: 10px;
  width: auto;
}

.contact-bar table td {
  padding: 0 0 0 10px;
}

.contact-bar table td:first-child img {
  max-height: 14px;
}

.navigation {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}

.navigation:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .navigation {
    width: 50%;
    text-align: right;
  }
}

@media screen and (min-width: 64em) {
  .navigation {
    width: 75%;
    text-align: right;
  }
}

.navigation__container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  padding: 10px 0 0px;
  text-align: right;
  color: #231f20;
}

.navigation__container::before, .navigation__container::after {
  content: ' ';
  display: table;
}

.navigation__container::after {
  clear: both;
}

.navigation__container:last-child:not(:first-child) {
  float: right;
}

.navigation__container, .navigation__container:last-child {
  float: none;
}

.DesktopMenuWrapper .rmItem .rmLink {
  padding: 12px;
}

.DesktopMenuWrapper .rmItem .rmLink .rmText {
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: none;
  text-transform: none;
}

nav ul {
  margin: 0;
  list-style-type: none;
}

nav ul > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] nav ul > li {
  outline: 0;
}

nav ul > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

nav ul input,
nav ul a,
nav ul button {
  margin-bottom: 0;
}

nav ul li {
  list-style: none outside;
  display: inline-block;
}

nav ul a {
  text-decoration: none;
}

nav ul .rmSlide {
  display: none;
}

.footer--top {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #c4c4c4;
}

.footer--top::before, .footer--top::after {
  content: ' ';
  display: table;
}

.footer--top::after {
  clear: both;
}

.footer--bottom {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #c82b67;
  z-index: 2;
  position: relative;
  margin-top: 30px;
  padding: 15px 0;
  padding: 0;
}

.footer--bottom::before, .footer--bottom::after {
  content: ' ';
  display: table;
}

.footer--bottom::after {
  clear: both;
}

.footer--bottom__container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding: 15px 0;
  position: relative;
}

.footer--bottom__container::before, .footer--bottom__container::after {
  content: ' ';
  display: table;
}

.footer--bottom__container::after {
  clear: both;
}

.footer--bottom__container:last-child:not(:first-child) {
  float: right;
}

.footer--bottom__container, .footer--bottom__container:last-child {
  float: none;
}

.footer--bottom__container img {
  max-width: 142px;
  width: auto;
}

.footer--bottom__container table {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
}

.footer--bottom__container table tr:first-child td {
  padding-bottom: 17px;
}

.footer--bottom__container .footer--bottom__right {
  font-size: 10px;
}

@media screen and (min-width: 64em) {
  .footer--bottom__container .footer--bottom__right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer--bottom__container .footer--bottom__right table {
    text-align: right;
  }
  .footer--bottom__container .footer--bottom__right table tr:first-child td {
    padding-bottom: 36px;
  }
  .footer--bottom__container .footer--bottom__right table tr td {
    text-align: right;
  }
}

.footer--bottom__container .footer--bottom__right a {
  color: #fff;
}

.footer--bottom__container .footer--bottom__right img {
  max-height: 17px;
  padding-left: 10px;
}

.footer--bottom__container .footer--bottom__right table {
  text-align: center;
}

.footer--bottom__container .footer--bottom__right table tr:first-child td {
  padding-top: 10px;
}

.footer--bottom__copy table, .footer--bottom__links table {
  width: 100%;
}

.footer--bottom__copy {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: left;
  color: #fff;
  font: normal normal normal 0.875rem "Lato", sans-serif;
  text-transform: none;
  letter-spacing: 0.125rem;
  width: 100%;
}

.footer--bottom__copy:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .footer--bottom__copy {
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .footer--bottom__copy {
    width: 50%;
  }
}

.footer--bottom__copy table td {
  text-align: left;
}

.footer--bottom__links {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: right;
  width: 100%;
}

.footer--bottom__links:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .footer--bottom__links {
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .footer--bottom__links {
    width: 50%;
  }
}

.footer--bottom__links a {
  color: #fff;
  font: normal normal normal 0.875rem "Lato", sans-serif;
  text-transform: none;
  letter-spacing: 0.125rem;
  padding: 0 1rem;
}

.footer--bottom__links table td {
  text-align: right;
}

.BackToTop {
  position: fixed;
  bottom: 20px;
  right: 100%;
  background-color: #fff;
  transition: right 1s ease;
  display: inline-block;
  width: 300px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 3px rgba(35, 31, 32, 0.5);
}

.BackToTop.visible {
  right: 20px;
}

.desktop-menu {
  text-align: center;
  display: none;
}

@media screen and (min-width: 64em) {
  .desktop-menu {
    display: block;
  }
}

.MegaFlyout {
  display: table;
  width: auto;
  float: right;
  clear: both;
}

.RadMenu {
  display: block;
  float: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.RadMenu .RadPanelBar {
  width: 214px;
}

.RadMenu .rmLink {
  padding: 12px;
  color: #231f20;
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.RadMenu .rmLink:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: transparent;
  height: 0;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.RadMenu .rmLink:hover, .RadMenu .rmLink:focus, .RadMenu .rmLink:active, .RadMenu .rmLink.aselected {
  color: #231f20;
  cursor: pointer;
}

.RadMenu .rmLink:hover:before, .RadMenu .rmLink:focus:before, .RadMenu .rmLink:active:before, .RadMenu .rmLink.aselected:before {
  left: 0;
  right: 0;
}

.RadMenu .rmLink .rmText {
  text-transform: none;
  font-weight: 400;
}

.RadMenu .rmSlide {
  width: 214px !important;
  background: #fff;
  box-shadow: -5px 6px 8px rgba(0, 0, 0, 0.3);
}

.RadMenu .rmSlide .rpExpandable .rpExpandHandle {
  display: none;
}

.RadMenu .rmSlide .rpItem {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
  border: 0;
}

.RadMenu .rmSlide .rpItem a.rpLink {
  padding: 0;
  color: #231f20;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.RadMenu .rmSlide .rpItem a.rpLink:hover, .RadMenu .rmSlide .rpItem a.rpLink:focus, .RadMenu .rmSlide .rpItem a.rpLink:active {
  color: #c82b67;
}

.RadMenu .rmSlide .rpItem a.rpLink:hover:before, .RadMenu .rmSlide .rpItem a.rpLink:focus:before, .RadMenu .rmSlide .rpItem a.rpLink:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.RadMenu .rmSlide .rpItem a.rpLink:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.RadMenu .rmSlide .rpItem .rpText {
  padding: 8px 13px;
  font: 400 15px "Lato", sans-serif;
  text-align: left;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.RadMenu .rmSlide .rpItem.rpLast:not(.rpFirst) {
  margin-bottom: 0;
  border-bottom: 0;
}

.RadMenu .rmSlide .rpGroup .rpItem {
  padding: 0;
  border: 0 none;
}

.RadMenu .rmSlide .rpGroup a.rpLink .rpText {
  color: rgba(0, 0, 0, 0.71);
  padding-left: 32px;
}

.RadMenu .rmSlide .rpGroup a.rpLink .rpText:hover {
  color: #c82b67;
}

.RadMenu .rmSlide .rpGroup .rpText {
  font: 400 15px "Lato", sans-serif;
  text-align: left;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.8125rem;
}

h6 {
  font-size: 0.6875rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.625rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.75rem;
  }
}

p {
  margin-bottom: 1rem;
}

h1 {
  color: #231F20;
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  text-transform: inherit;
  line-height: 48px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  h1 {
    font-size: 2rem;
    line-height: 33px;
  }
}

h2 {
  color: #4F545C;
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 2.1875rem;
  text-transform: inherit;
  line-height: 30px;
}

h3 {
  color: #231F20;
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  text-transform: none;
}

.publication-title,
h4 {
  color: #231F20;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  text-transform: inherit;
  line-height: 22px;
}

h5 {
  color: #231F20;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: 0.5rem;
  text-transform: inherit;
}

h6 {
  color: #231F20;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: inherit;
  margin-bottom: inherit;
  text-transform: inherit;
}

a {
  -webkit-transition: all 0.5s ease;
  color: #c82b67;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover, a:focus, a:active {
  color: #d43874;
}

.highlight-feature {
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #e4812a;
  margin-bottom: 10px;
}

.small {
  color: #4f545c;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 1rem;
}

.accent-1-bar p.title, .accent-1-bar .title,
.accent-1-bar p.title-secondary, .accent-1-bar p.title-secondary,
.accent-1-bar p.block-title, .accent-1-bar .block-title, .accent-1-bar a,
.accent-2-bar p.title,
.accent-2-bar .title,
.accent-2-bar p.title-secondary,
.accent-2-bar p.title-secondary,
.accent-2-bar p.block-title,
.accent-2-bar .block-title,
.accent-2-bar a,
.accent-3-bar p.title,
.accent-3-bar .title,
.accent-3-bar p.title-secondary,
.accent-3-bar p.title-secondary,
.accent-3-bar p.block-title,
.accent-3-bar .block-title,
.accent-3-bar a {
  color: #fff;
}

.accent-1-bar a:hover,
.accent-2-bar a:hover,
.accent-3-bar a:hover {
  color: #231f20;
}

.PhotoGallery_Wrapper .PhotoGallery table.Images td {
  width: 25%;
  max-height: 150px;
  display: inline-block;
  overflow: hidden;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .PhotoGallery_Wrapper .PhotoGallery table.Images td {
    width: 50%;
  }
}

.PhotoGallery_Wrapper .PhotoGallery table.Images td img {
  width: 100%;
  opacity: 0.8;
  transition: opacity 1s ease;
}

.PhotoGallery_Wrapper .PhotoGallery table.Images td img:hover {
  opacity: 1;
}

#colorbox *,
#colorbox {
  outline: none;
}

.col-2, .col-3, .col-4, .col-6, .col-2--unequal, .col-2--unequalalt {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.col-2::before, .col-2::after, .col-3::before, .col-3::after, .col-4::before, .col-4::after, .col-6::before, .col-6::after, .col-2--unequal::before, .col-2--unequal::after, .col-2--unequalalt::before, .col-2--unequalalt::after {
  content: ' ';
  display: table;
}

.col-2::after, .col-3::after, .col-4::after, .col-6::after, .col-2--unequal::after, .col-2--unequalalt::after {
  clear: both;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .col-2 .col, .col-3 .col, .col-4 .col, .col-6 .col, .col-2--unequal .col, .col-2--unequalalt .col {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-2 .col:last-child:not(:first-child), .col-3 .col:last-child:not(:first-child), .col-4 .col:last-child:not(:first-child), .col-6 .col:last-child:not(:first-child), .col-2--unequal .col:last-child:not(:first-child), .col-2--unequalalt .col:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .col-2 .col, .col-4 .col, .col-6 .col {
    width: 50%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-2 .col:last-child:not(:first-child), .col-4 .col:last-child:not(:first-child), .col-6 .col:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .col-2 .col {
    width: 50%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-2 .col:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .col-3 .col {
    width: 33.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-3 .col:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .col-3 .col {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-3 .col:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .col-4 .col {
    width: 25%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-4 .col:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .col-6 .col {
    width: 16.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-6 .col:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .col-2--unequal .col:first-child {
    width: 33.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-2--unequal .col:first-child:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .col-2--unequal .col:first-child {
    width: 33.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-2--unequal .col:first-child:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .col-2--unequal .col:last-child {
    width: 66.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-2--unequal .col:last-child:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .col-2--unequal .col:last-child {
    width: 66.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-2--unequal .col:last-child:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .col-2--unequalalt .col:first-child {
    width: 66.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-2--unequalalt .col:first-child:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .col-2--unequalalt .col:first-child {
    width: 66.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-2--unequalalt .col:first-child:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .col-2--unequalalt .col:last-child {
    width: 33.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-2--unequalalt .col:last-child:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .col-2--unequalalt .col:last-child {
    width: 33.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .col-2--unequalalt .col:last-child:last-child:not(:first-child) {
    float: right;
  }
}

.footer--top__container {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #c4c4c4;
  text-align: center;
  width: 100%;
  padding: 30px 15px;
  color: #fff;
  font: normal normal normal 16px "Lato", sans-serif;
  text-transform: none;
  letter-spacing: 0.125rem;
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.footer--top__container:last-child:not(:first-child) {
  float: right;
}

.footer--top__container table {
  width: 100%;
}

.footer--top__container table td {
  text-align: center;
}

@media screen and (min-width: 40em) {
  .footer--top__container {
    width: 60%;
  }
}

@media screen and (min-width: 64em) {
  .footer--top__container {
    width: 33.33333%;
  }
}

.cta-bar {
  background-color: #231f20;
  text-align: center;
  margin-top: 30px;
}

.cta-bar table td {
  text-align: center;
}

.cta-bar__container {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  padding: 30px 15px;
  color: #fff;
  font: normal normal normal 16px "Lato", sans-serif;
  text-transform: none;
  letter-spacing: 0.125rem;
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.cta-bar__container:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .cta-bar__container {
    width: 75%;
  }
}

@media screen and (min-width: 64em) {
  .cta-bar__container {
    width: 66.66667%;
  }
}

.cta-bar__container table {
  width: 100%;
}

.full {
  padding: 80px 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .full {
    padding: 45px 0;
  }
}

.full-white {
  background-color: #fff;
}

.full-grey {
  background-color: #e3e7ea;
}

.full-light-grey {
  background-color: #eef2f3;
}

.block {
  margin-bottom: 10px;
  margin-top: 10px;
}

.block table {
  background: #fff;
  box-shadow: 0px 5px 5px rgba(35, 31, 32, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-spacing: 0;
  position: relative;
}

.block table tbody {
  height: 100%;
}

.block table tr td {
  display: block;
  width: 100%;
  float: none;
  clear: both;
}

.block table tr td:nth-child(1) {
  height: 76px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}

.block table tr td:nth-child(2) {
  background: #8d941e;
  display: block;
  max-height: 255px;
  overflow: hidden;
}

.block table tr td:nth-child(2) img {
  width: 100%;
  opacity: 1;
}

.block table tr td:nth-child(3) {
  vertical-align: top;
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: inherit;
  padding-bottom: 75px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
}

.block table tr td p:last-of-type, .block table tr td p:last-child {
  margin-bottom: 0;
}

.block table tr td [class*="button"] {
  position: absolute;
  bottom: 0;
  margin-bottom: 35px;
}

.button-orange {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 3px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 50px;
  color: #fff;
  background-color: #e5801c;
  border-radius: 50px;
}

.button-green {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 3px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 50px;
  color: #fff;
  background-color: #8d941e;
  border-radius: 50px;
}

.button-pink {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 3px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 50px;
  background-color: #c82b67;
}

.button-pink:hover, .button-pink:focus {
  background: #d43874;
  color: #fff;
}

.product-wrapper {
  padding: 40px 0;
}

.editor .widget-product {
  max-width: 320px;
}

.widget-product, .widget-product--is-OnSale, .widget-product--is-New, .widget-product--is-OnSale--is-New {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid rgba(128, 131, 138, 0.65);
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .widget-product, .widget-product--is-OnSale, .widget-product--is-New, .widget-product--is-OnSale--is-New {
    margin-bottom: 0;
  }
}

.widget-product .widget-product__image, .widget-product--is-OnSale .widget-product__image, .widget-product--is-New .widget-product__image, .widget-product--is-OnSale--is-New .widget-product__image {
  height: 130px;
  vertical-align: middle;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .widget-product .widget-product__image, .widget-product--is-OnSale .widget-product__image, .widget-product--is-New .widget-product__image, .widget-product--is-OnSale--is-New .widget-product__image {
    height: 168px;
  }
}

@media screen and (min-width: 64em) {
  .widget-product .widget-product__image, .widget-product--is-OnSale .widget-product__image, .widget-product--is-New .widget-product__image, .widget-product--is-OnSale--is-New .widget-product__image {
    height: 260px;
  }
}

.widget-product .widget-product__image img, .widget-product--is-OnSale .widget-product__image img, .widget-product--is-New .widget-product__image img, .widget-product--is-OnSale--is-New .widget-product__image img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  text-align: center;
}

.widget-product .product-name, .widget-product--is-OnSale .product-name, .widget-product--is-New .product-name, .widget-product--is-OnSale--is-New .product-name {
  color: #231f20;
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-style: inherit;
  font-weight: bold;
  line-height: 23px;
  text-transform: uppercase;
}

.widget-product .flag-OnSale, .widget-product .flag-New, .widget-product--is-OnSale .flag-OnSale, .widget-product--is-OnSale .flag-New, .widget-product--is-New .flag-OnSale, .widget-product--is-New .flag-New, .widget-product--is-OnSale--is-New .flag-OnSale, .widget-product--is-OnSale--is-New .flag-New {
  height: 40px;
  padding: 12px 20px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .widget-product .flag-OnSale, .widget-product .flag-New, .widget-product--is-OnSale .flag-OnSale, .widget-product--is-OnSale .flag-New, .widget-product--is-New .flag-OnSale, .widget-product--is-New .flag-New, .widget-product--is-OnSale--is-New .flag-OnSale, .widget-product--is-OnSale--is-New .flag-New {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
  }
}

.widget-product .flag-OnSale, .widget-product--is-OnSale .flag-OnSale, .widget-product--is-New .flag-OnSale, .widget-product--is-OnSale--is-New .flag-OnSale {
  background-color: #bb5343;
  width: 100px;
}

.widget-product .flag-New, .widget-product--is-OnSale .flag-New, .widget-product--is-New .flag-New, .widget-product--is-OnSale--is-New .flag-New {
  background-color: #231f20;
  width: 100px;
}

.widget-product .product-price--sale, .widget-product--is-OnSale .product-price--sale, .widget-product--is-New .product-price--sale, .widget-product--is-OnSale--is-New .product-price--sale {
  color: #bb5343;
}

.widget-product--is-OnSale .product-price--list, .widget-product--is-OnSale--is-New .product-price--list {
  text-decoration: line-through;
}

@media screen and (min-width: 40em) {
  .widget-product--is-OnSale--is-New .flag-OnSale {
    left: 100px;
  }
}

.benefits {
  background-color: transparent;
  text-align: center;
  padding: 40px 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .benefits {
    padding: 210px 0 50px 0;
  }
}

@media screen and (min-width: 64em) {
  .benefits {
    padding: 210px 0 50px 0;
  }
}

.benefits-container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.benefits-container::before, .benefits-container::after {
  content: ' ';
  display: table;
}

.benefits-container::after {
  clear: both;
}

@media screen and (min-width: 64em) {
  .benefits-container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .benefits-container::before, .benefits-container::after {
    content: ' ';
    display: table;
  }
  .benefits-container::after {
    clear: both;
  }
}

.benefits-block {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: inherit;
  text-transform: inherit;
  margin: 5px 0;
  transition: all 0.3s ease-in;
}

.benefits-block:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .benefits-block {
    margin: 10px 0;
    width: 33.33333%;
  }
}

@media screen and (min-width: 64em) {
  .benefits-block {
    width: 20%;
  }
  .benefits-block:hover {
    transform: scale(1.1);
  }
}

.benefits-block img {
  max-width: 36px;
}

.benefits-block table {
  border: 1px solid #e7e7e7;
  box-shadow: 0px 5px 5px rgba(35, 31, 32, 0.2);
}

.benefits-block table td {
  padding: 40px 20px 20px 20px;
}

.benefits-block table h1, .benefits-block table h2, .benefits-block table h3, .benefits-block table h4, .benefits-block table h5, .benefits-block table h6 {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .benefits-block table h1, .benefits-block table h2, .benefits-block table h3, .benefits-block table h4, .benefits-block table h5, .benefits-block table h6 {
    margin-top: 20px;
    margin-bottom: 14px;
  }
}

.articles {
  background: #eef2f3;
  text-align: center;
  padding: 40px 0;
}

@media screen and (min-width: 40em) {
  .articles {
    padding: 80px 0 90px 0;
  }
}

.articles-container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.articles-container::before, .articles-container::after {
  content: ' ';
  display: table;
}

.articles-container::after {
  clear: both;
}

.articles-title {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: left;
  margin-top: 20px;
}

.articles-title:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .articles-title {
    width: 80%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .articles-title:last-child:not(:first-child) {
    float: right;
  }
}

.articles-content {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: left;
  margin-top: 25px;
}

.articles-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .articles-content {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .articles-content:last-child:not(:first-child) {
    float: right;
  }
}

.faq {
  margin-top: 50px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .faq {
    margin-top: 15px;
  }
}

.faq table {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d8d8d8;
  display: block;
  height: 100%;
}

.faq h1, .faq h2, .faq h3, .faq h4, .faq h5, .faq h6 {
  margin-bottom: 18px;
}

.faq h1:before, .faq h2:before, .faq h3:before, .faq h4:before, .faq h5:before, .faq h6:before {
  content: url(/images/ui-questionmark.png);
  margin-right: 17px;
  top: 8px;
  display: inline-block;
  position: relative;
}

.features {
  background-color: #eef2f3;
  padding: 40px 0;
  text-align: center;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .features {
    padding: 80px 0 360px 0;
  }
}

@media screen and (min-width: 64em) {
  .features {
    padding: 80px 0 360px 0;
  }
}

.features-tabs .tab-options {
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1024px;
}

@media screen and (min-width: 40em) {
  .features-tabs .tab-options {
    margin-top: 59px;
    margin-bottom: 59px;
  }
}

.features-tabs .tab {
  float: none;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  max-width: initial;
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  display: inline-block;
  opacity: 0.26;
  height: 54px;
  transition: opacity 0.3s ease-in-out;
  background-size: 25px !important;
  margin-bottom: 30px;
}

@media screen and (min-width: 64em) {
  .features-tabs .tab {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16%;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }
}

.features-tabs .tab-01 {
  background: url(/sitecm/i/tab-icon-01.png) no-repeat top center;
}

.features-tabs .tab-02 {
  background: url(/sitecm/i/tab-icon-02.png) no-repeat top center;
}

.features-tabs .tab-03 {
  background: url(/sitecm/i/tab-icon-03.png) no-repeat top center;
}

.features-tabs .tab-04 {
  background: url(/sitecm/i/tab-icon-04.png) no-repeat top center;
}

.features-tabs .tab-05 {
  background: url(/sitecm/i/tab-icon-05.png) no-repeat top center;
}

.features-tabs .tab-06 {
  background: url(/sitecm/i/tab-icon-06.png) no-repeat top center;
}

.features-tabs .tab-title {
  bottom: 0;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .features-tabs .tab-title {
    line-height: 11px;
  }
}

@media screen and (min-width: 64em) {
  .features-tabs .tab-title {
    font-size: 13px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .features-tabs .tab-title {
    font-size: 13px;
  }
}

.features-tabs .tab-device {
  position: relative;
  width: 750px;
  transition: all 1.5s ease-in-out;
  opacity: 0;
}

@media screen and (min-width: 64em) {
  .features-tabs .tab-device {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 16.66667px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .features-tabs .tab-device {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 16.66667px;
  }
}

@media screen and (min-width: 64em) {
  .features-tabs .tab {
    width: 40%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-size: auto !important;
    height: 92px;
    margin-bottom: 0;
  }
  .features-tabs .tab:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .features-tabs .tab {
    width: 40%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-size: auto !important;
    height: 92px;
    margin-bottom: 0;
  }
  .features-tabs .tab:last-child:not(:first-child) {
    float: right;
  }
}

.features-tabs .tab:hover {
  opacity: 1;
}

.features-tabs .tab.open {
  opacity: 1;
}

.features-tabs .tab-content {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 750px;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.features-tabs .tab-content::before, .features-tabs .tab-content::after {
  content: ' ';
  display: table;
}

.features-tabs .tab-content::after {
  clear: both;
}

.features-tabs .tab-content.open {
  max-height: 1000px;
  padding: 20px;
  opacity: 1;
}

.features-tabs .tab-content.open .tab-device {
  opacity: 1;
}

@media screen and (min-width: 64em) {
  .features-tabs .tab-content.open .tab-device {
    margin-top: 50px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .features-tabs .tab-content.open .tab-device {
    margin-top: 50px;
  }
}

.pricing {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 40px;
}

.pricing::before, .pricing::after {
  content: ' ';
  display: table;
}

.pricing::after {
  clear: both;
}

@media screen and (min-width: 64em) {
  .pricing {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}

.pricing-block {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pricing-block:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .pricing-block {
    width: 20%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    transition: all 0.3s ease-in;
  }
  .pricing-block:last-child:not(:first-child) {
    float: right;
  }
  .pricing-block:hover {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .pricing-block {
    width: 50%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .pricing-block:last-child:not(:first-child) {
    float: right;
  }
  .pricing-block:last-child {
    float: left !important;
  }
}

.pricing-block p {
  margin-bottom: 0;
}

.pricing-block table {
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(35, 31, 32, 0.2);
  height: 100%;
  padding: 20px 20px 80px 20px;
  display: block;
  position: relative;
}

.pricing-block table tr:last-child {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
}

.pricing-block table tr, .pricing-block table tbody, .pricing-block table td {
  display: block;
  width: 100%;
}

.pricing-block .pricing-title {
  text-align: center;
  padding: 12px;
}

.pricing-block .pricing-title p {
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-block .pricing-price {
  text-align: center;
  padding: 10px 0 20px 0;
}

.pricing-block .pricing-price p {
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 66px;
  font-weight: 100;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  line-height: 66px;
}

.pricing-block .pricing-price p:before {
  content: '$';
  line-height: 0;
  position: absolute;
  display: inline-block;
  font-size: 25px;
  font-weight: 100;
  margin-top: 18px;
  margin-left: -20px;
  color: #a0a0a0;
}

.pricing-block .pricing-bill {
  text-align: center;
  padding: 0 0 20px 0;
}

.pricing-block .pricing-bill p {
  color: #b0b0b0;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-block .pricing-info {
  padding: 0 0 20px 0;
}

.pricing-block .pricing-info ul {
  list-style-type: none;
  margin: 0;
}

.pricing-block .pricing-info ul li {
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 22px;
  text-transform: inherit;
  text-align: center;
}

.pricing-block .pricing-button [class*="button-"] {
  margin: 0 !important;
}

.pricing-highlight table {
  background-color: #464646;
}

.pricing-highlight .pricing-title p {
  color: #fff;
}

.pricing-highlight .pricing-price p {
  color: #fff;
}

.pricing-highlight .pricing-price p:before {
  color: #a0a0a0;
}

.pricing-highlight .pricing-bill p {
  color: #b0b0b0;
}

.pricing-highlight .pricing-info ul li {
  color: #fff;
}

.testimonials {
  background: #fff;
  padding: 0;
}

@media screen and (min-width: 64em) {
  .testimonials {
    padding: 50px 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .testimonials {
    padding: 50px 0;
  }
}

.testimonials__container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials__container::before, .testimonials__container::after {
  content: ' ';
  display: table;
}

.testimonials__container::after {
  clear: both;
}

.testimonials__intro {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.testimonials__intro:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .testimonials__intro {
    width: 41.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 515px;
  }
  .testimonials__intro:last-child:not(:first-child) {
    float: right;
  }
}

.testimonials__rotator {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #231f20;
}

.testimonials__rotator:last-child:not(:first-child) {
  float: right;
}

.testimonials__rotator p, .testimonials__rotator font, .testimonials__rotator ul, .testimonials__rotator li {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  text-transform: inherit;
}

@media screen and (min-width: 64em) {
  .testimonials__rotator p, .testimonials__rotator font, .testimonials__rotator ul, .testimonials__rotator li {
    font-size: 19px;
    line-height: 35px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .testimonials__rotator p, .testimonials__rotator font, .testimonials__rotator ul, .testimonials__rotator li {
    font-size: 19px;
    line-height: 35px;
  }
}

@media screen and (min-width: 64em) {
  .testimonials__rotator {
    width: 58.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .testimonials__rotator:last-child:not(:first-child) {
    float: right;
  }
}

.testimonials__rotator .ui_rotator {
  height: 365px !important;
}

.testimonials__rotator .Contents .Row {
  display: block;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .testimonials__rotator .Contents {
    height: 280px !important;
  }
}

.testimonials__rotator .LinksBottom_Wrapper .LinksBottom {
  margin-top: 50px;
}

.testimonials__rotator .LinksBottom_Wrapper .LinksBottom a.selected span {
  background-color: #c9cccd;
}

.testimonials__rotator .LinksBottom_Wrapper .LinksBottom a span {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: #eef2f3;
}

.testimonials__rotator .LinksBottom_Wrapper .LinksBottom a span:hover {
  background-color: #c9cccd;
}

.testimonials__rotator .LinksBottom_Wrapper .Seperator {
  display: none;
}

.client-testimonials > .column > table, .client-testimonials > .columns > table {
  margin: 0 auto 20px auto;
}

@media screen and (min-width: 64em) {
  .client-testimonials > .column > table, .client-testimonials > .columns > table {
    width: 85%;
  }
}

.client-testimonials .row {
  display: flex;
  align-items: center;
  flex-direction: row;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .client-testimonials .row {
    flex-direction: column;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .client-testimonials .row .column:first-child, .client-testimonials .row .columns:first-child {
    order: 2;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .client-testimonials .row .column:last-child, .client-testimonials .row .columns:last-child {
    order: 1;
  }
}

.widget-tile {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .widget-tile {
    display: flex;
    flex-direction: column;
  }
}

.widget-tile table, .widget-tile tbody, .widget-tile tr {
  position: static;
}

.widget-tile tbody {
  height: 270px !important;
}

@media screen and (min-width: 40em) {
  .widget-tile tbody {
    height: 365px !important;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile tbody {
    height: 530px !important;
  }
}

.widget-tile__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .widget-tile__image-wrapper {
    order: 1;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .widget-tile__image-wrapper img {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
  }
}

.editor .widget-tile__image-wrapper img {
  min-height: 100%;
  min-width: 100%;
}

.widget-tile [class*="widget-tile__size"] {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .widget-tile [class*="widget-tile__size"] {
    order: 2;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .widget-tile [class*="widget-tile__size"][class*="small-unposition"] {
    height: auto !important;
  }
  .widget-tile [class*="widget-tile__size"][class*="small-unposition"] + p.widget-tile__image-wrapper {
    position: static;
    background-image: none !important;
  }
  .widget-tile [class*="widget-tile__size"][class*="small-unposition"] + p.widget-tile__image-wrapper img {
    display: block !important;
    width: 100%;
    height: auto;
  }
  .widget-tile [class*="widget-tile__size"][class*="small-unposition"] [class^="widget-tile__position"] {
    position: static !important;
    transform: none !important;
  }
  .widget-tile [class*="widget-tile__size"][class*="small-unposition"] [class^="widget-tile__position"]:after {
    content: none !important;
  }
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

.widget-tile [class*="widget-tile__size"][class*="small-quarter"] [class^="widget-tile__position"] {
  width: 25%;
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

.widget-tile [class*="widget-tile__size"][class*="small-one-third"] [class^="widget-tile__position"] {
  width: 33.33333%;
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

.widget-tile [class*="widget-tile__size"][class*="small-half"] [class^="widget-tile__position"] {
  width: 50%;
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

.widget-tile [class*="widget-tile__size"][class*="small-two-thirds"] [class^="widget-tile__position"] {
  width: 66.66667%;
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

.widget-tile [class*="widget-tile__size"][class*="small-three-quarters"] [class^="widget-tile__position"] {
  width: 75%;
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

.widget-tile [class*="widget-tile__size"][class*="small-full"] [class^="widget-tile__position"] {
  width: 100%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .widget-tile [class*="widget-tile__size"][class*="medium-unposition"] {
    height: auto !important;
  }
  .widget-tile [class*="widget-tile__size"][class*="medium-unposition"] + p.widget-tile__image-wrapper {
    position: static;
    background-image: none !important;
  }
  .widget-tile [class*="widget-tile__size"][class*="medium-unposition"] + p.widget-tile__image-wrapper img {
    display: block !important;
    width: 100%;
    height: auto;
  }
  .widget-tile [class*="widget-tile__size"][class*="medium-unposition"] [class^="widget-tile__position"] {
    position: static !important;
    transform: none !important;
  }
  .widget-tile [class*="widget-tile__size"][class*="medium-unposition"] [class^="widget-tile__position"]:after {
    content: none !important;
  }
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"][class*="medium-quarter"] [class^="widget-tile__position"] {
    width: 25%;
  }
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"][class*="medium-one-third"] [class^="widget-tile__position"] {
    width: 33.33333%;
  }
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"][class*="medium-half"] [class^="widget-tile__position"] {
    width: 50%;
  }
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"][class*="medium-two-thirds"] [class^="widget-tile__position"] {
    width: 66.66667%;
  }
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"][class*="medium-three-quarters"] [class^="widget-tile__position"] {
    width: 75%;
  }
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"][class*="medium-full"] [class^="widget-tile__position"] {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"][class*="large-unposition"] {
    height: auto !important;
  }
  .widget-tile [class*="widget-tile__size"][class*="large-unposition"] + p.widget-tile__image-wrapper {
    position: static;
    background-image: none !important;
  }
  .widget-tile [class*="widget-tile__size"][class*="large-unposition"] + p.widget-tile__image-wrapper img {
    display: block !important;
    width: 100%;
    height: auto;
  }
  .widget-tile [class*="widget-tile__size"][class*="large-unposition"] [class^="widget-tile__position"] {
    position: static !important;
    transform: none !important;
  }
  .widget-tile [class*="widget-tile__size"][class*="large-unposition"] [class^="widget-tile__position"]:after {
    content: none !important;
  }
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"][class*="large-quarter"] [class^="widget-tile__position"] {
    width: 25%;
  }
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"][class*="large-one-third"] [class^="widget-tile__position"] {
    width: 33.33333%;
  }
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"][class*="large-half"] [class^="widget-tile__position"] {
    width: 50%;
  }
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"][class*="large-two-thirds"] [class^="widget-tile__position"] {
    width: 66.66667%;
  }
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"][class*="large-three-quarters"] [class^="widget-tile__position"] {
    width: 75%;
  }
}

.widget-tile [class*="widget-tile__size"] tbody {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"] tbody {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="widget-tile__size"][class*="large-full"] [class^="widget-tile__position"] {
    width: 100%;
  }
}

.widget-tile [class*="__text"] * {
  position: relative;
  z-index: 2;
}

.widget-tile [class*="__text"][class*="--light"] {
  color: #231f20;
}

.widget-tile [class*="__text"][class*="--light"][class*="-grade"] td:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: 130%;
  background-image: radial-gradient(rgba(35, 31, 32, 0.5) 0%, rgba(35, 31, 32, 0) 75%);
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="__text"][class*="--light"][class*="-grade"] td:before {
    width: 140%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="__text"][class*="--light"][class*="-grade"] td:before {
    width: 150%;
  }
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="__text"][class*="--light"][class*="-grade"] td:before {
    height: 140%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="__text"][class*="--light"][class*="-grade"] td:before {
    height: 150%;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .widget-tile [class*="__text"][class*="--light"] h1 span {
    color: #231f20 !important;
  }
}

.widget-tile [class*="__text"][class*="--dark"] {
  color: #231f20;
}

.widget-tile [class*="__text"][class*="--dark"][class*="-grade"] td:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: 130%;
  background-image: radial-gradient(rgba(35, 31, 32, 0.5) 0%, rgba(35, 31, 32, 0) 75%);
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="__text"][class*="--dark"][class*="-grade"] td:before {
    width: 140%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="__text"][class*="--dark"][class*="-grade"] td:before {
    width: 150%;
  }
}

@media screen and (min-width: 40em) {
  .widget-tile [class*="__text"][class*="--dark"][class*="-grade"] td:before {
    height: 140%;
  }
}

@media screen and (min-width: 64em) {
  .widget-tile [class*="__text"][class*="--dark"][class*="-grade"] td:before {
    height: 150%;
  }
}

.widget-tile [class^="widget-tile__position"] {
  position: absolute;
  padding: 30px;
}

.widget-tile [class^="widget-tile__position"][class*="left-top"] {
  left: 0;
  top: 0;
}

.widget-tile [class^="widget-tile__position"][class*="left-top"][class*=flush] {
  padding-top: 0 !important;
  padding-left: 0 !important;
}

.widget-tile [class^="widget-tile__position"][class*="left-middle"] {
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.widget-tile [class^="widget-tile__position"][class*="left-middle"][class*=flush] {
  padding-left: 0 !important;
}

.widget-tile [class^="widget-tile__position"][class*="left-bottom"] {
  left: 0;
  bottom: 0;
}

.widget-tile [class^="widget-tile__position"][class*="left-bottom"][class*=flush] {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.widget-tile [class^="widget-tile__position"][class*="center-top"] {
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.widget-tile [class^="widget-tile__position"][class*="center-top"][class*=flush] {
  padding-top: 0 !important;
}

.widget-tile [class^="widget-tile__position"][class*="center-middle"] {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.widget-tile [class^="widget-tile__position"][class*="center-bottom"] {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.widget-tile [class^="widget-tile__position"][class*="center-bottom"][class*=flush] {
  padding-bottom: 0 !important;
}

.widget-tile [class^="widget-tile__position"][class*="right-top"] {
  right: 0;
  top: 0;
}

.widget-tile [class^="widget-tile__position"][class*="right-top"][class*=flush] {
  padding-top: 0 !important;
  padding-right: 0 !important;
}

.widget-tile [class^="widget-tile__position"][class*="right-middle"] {
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.widget-tile [class^="widget-tile__position"][class*="right-middle"][class*=flush] {
  padding-right: 0 !important;
}

.widget-tile [class^="widget-tile__position"][class*="right-bottom"] {
  right: 0;
  bottom: 0;
}

.widget-tile [class^="widget-tile__position"][class*="right-bottom"][class*=flush] {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.IMAGES {
  color: #717171;
  font-weight: bold;
  font-size: 15px;
  pointer-events: none;
  visibility: visible;
  overflow-x: hidden;
  clear: none;
  text-align: left;
  padding: 8px 0;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  margin-bottom: 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

img.responsive-image {
  max-width: 100%;
  height: auto;
}

img.image-fit-container {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.TEXT_COLORS {
  color: #717171;
  font-weight: bold;
  font-size: 15px;
  pointer-events: none;
  visibility: visible;
  overflow-x: hidden;
  clear: none;
  text-align: left;
  padding: 8px 0;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  margin-bottom: 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

.color-black {
  color: #231f20;
}

.color-coolgray {
  color: #80838A;
}

.color-darkgray {
  color: #4f545c;
}

.color-green {
  color: #8d941e;
}

.color-pink {
  color: #c82b67;
}

.color-orange {
  color: #e5801c;
}

.color-yellow {
  color: #febe10;
}

.color-purple {
  color: #43153e;
}

.TEXT_STYLES {
  color: #717171;
  font-weight: bold;
  font-size: 15px;
  pointer-events: none;
  visibility: visible;
  overflow-x: hidden;
  clear: none;
  text-align: left;
  padding: 8px 0;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  margin-bottom: 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

.highlight-feature {
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #e5801c;
  margin-bottom: 10px;
}

.small {
  font-size: 14px;
  line-height: 17px;
  color: #4f545c;
}

.caption {
  font-size: 14px;
  line-height: 20px;
  color: #4f545c;
}

.text-right {
  text-align: right;
  display: block;
}

.BUTTON_LINKS {
  color: #717171;
  font-weight: bold;
  font-size: 15px;
  pointer-events: none;
  visibility: visible;
  overflow-x: hidden;
  clear: none;
  text-align: left;
  padding: 8px 0;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  margin-bottom: 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

.button-orange {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 3px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 50px;
  color: #fff;
  background-color: #e5801c;
  border-radius: 50px;
}

.button-green {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 3px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 50px;
  color: #fff;
  background-color: #8d941e;
  border-radius: 50px;
}

.button-pink {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 3px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 50px;
  background-color: #c82b67;
}

.button-pink:hover, .button-pink:focus {
  background: #d43874;
  color: #fff;
}

.with-chevron {
  color: #c82b67;
}

.with-chevron:after {
  content: ' >';
}

.with-chevron-left {
  color: #c82b67;
}

.with-chevron-left:before {
  content: '< ';
}

.MISCELLANIOUS {
  color: #717171;
  font-weight: bold;
  font-size: 15px;
  pointer-events: none;
  visibility: visible;
  overflow-x: hidden;
  clear: none;
  text-align: left;
  padding: 8px 0;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  margin-bottom: 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

table.wysiwyg-editor-wrap {
  font-size: inherit;
}

.hr-yellow {
  border-bottom: 1px solid #febe10;
}

body.editor {
  height: auto;
}

.editor .cta-bar__container {
  background-color: #231f20;
  color: #fff;
  text-align: center;
}

.editor .footer--top__container {
  background-color: #c4c4c4;
  color: #fff;
  text-align: center;
}

.color-default-reversed,
.color-disabled-reversed {
  background-color: transparent;
}

[class*="button--reversed"], [class*="button--reversed"]:hover, [class*="button--reversed"]:focus {
  background: transparent;
}

[class*="button--reversed"], [class*="button--reversed"]:hover, [class*="button--reversed"]:focus {
  background: transparent;
}

table.accent-1-bar > tbody > tr > td,
table.accent-2-bar > tbody > tr > td,
table.accent-3-bar > tbody > tr > td {
  padding: 4px 15px;
}

.editor .radEditor-wysiwyg-wrapper {
  border: 1px dashed rgba(128, 131, 138, 0.6);
  display: table;
  width: 100%;
}

.editor .row, .editor .column, .editor .columns, .editor .columns {
  border: 1px dashed rgba(128, 131, 138, 0.6);
}

.editor .color-default-reversed,
.editor .color-disabled-reversed {
  background-color: transparent;
}

.editor [class*="button--reversed"] {
  background-color: transparent;
  background-color: transparent;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  img.responsive-image,
  img.image-fit-container {
    width: 100% !important;
    height: auto !important;
  }
  img.responsive-image {
    float: none !important;
    clear: both;
    margin: 15px 0;
  }
}

@media screen and (min-width: 40em) {
  img.responsive-image[style*="float: right"] {
    margin: 0 !important;
    padding: 15px 0 15px 30px !important;
  }
  img.responsive-image[style*="float: left"] {
    margin: 0 !important;
    padding: 15px 30px 15px 0 !important;
  }
}

table.wysiwyg-editor-wrap {
  height: 100%;
}

.row[data-eh="true"] table.wysiwyg-editor-wrap tbody {
  background-color: transparent;
  border: 0 none;
}

.row[data-eh="true"] table.wysiwyg-editor-wrap tbody td {
  padding: 0;
}

.Directory .directory-search__form {
  align-items: center;
  margin: 10px 0;
}

@media screen and (min-width: 40em) {
  .Directory .directory-search__form {
    display: flex;
    float: right;
  }
}

.Directory .directory-search__label {
  color: #828282;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .Directory .directory-search__label {
    display: inline-block;
    width: 70px;
  }
}

.Directory .directory-search__input {
  border-radius: 100px;
  border: 1px solid #e7e7e9;
  box-shadow: none;
  height: auto;
  margin-bottom: 0;
  margin: 0 30px 0 10px;
  padding: 4px 15px;
  width: 240px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .Directory .directory-search__input {
    margin: 0;
    width: calc(100% - 76px);
    display: inline-block;
  }
}

.Directory .directory-search input[type=checkbox] {
  width: 42px;
  display: inline-block;
  height: 15px;
}

.Directory .directory-search__button {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 3px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 50px;
  background-color: #c82b67;
  padding: 5px 0;
  width: 240px;
}

.Directory .directory-search__button:hover, .Directory .directory-search__button:focus {
  background: #d43874;
  color: #fff;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .Directory .directory-search__button {
    width: 100%;
    margin-top: 9px;
  }
}

.Directory .directory-search__filter {
  margin: 20px 0;
}

.Directory .directory-search__filter--button {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 3px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 50px;
  background-color: #c82b67;
}

.Directory .directory-search__filter--button:hover, .Directory .directory-search__filter--button:focus {
  background: #d43874;
  color: #fff;
}

.Directory .directory-search__slide {
  overflow: hidden;
}

.Directory .directory-search__category--form {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.Directory .directory-search__category--input {
  margin: 0;
}

.Directory .directory-search__category--label {
  line-height: 17px;
  max-width: none;
  width: 100%;
}

.Directory .directory-search__info {
  margin-bottom: 40px;
}

.Directory .directory-search__info--display {
  color: #c82b67;
}

.Directory .directory-search__info--clear {
  margin-right: 20px;
}

.Directory .directory-search .hr-yellow {
  margin-bottom: 0;
}

.Directory .directory-results {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}

.Directory .directory-results:last-child:not(:first-child) {
  float: right;
}

.Directory .directory-results__wrapper {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: none;
}

.Directory .directory-results__wrapper::before, .Directory .directory-results__wrapper::after {
  content: ' ';
  display: table;
}

.Directory .directory-results__wrapper::after {
  clear: both;
}

.Directory .directory-results__wrapper .rgPager input#ctl00_ContentPlaceholder1_ctl00_RadGrid1_ctl00_ctl03_ctl01_GoToPageTextBox {
  height: auto;
  font-size: 16px;
  padding: 0;
  border: 1px solid #e0e0e0;
  margin-bottom: 0;
}

.Directory .directory-results__wrapper .rgPager span#ctl00_ContentPlaceholder1_ctl00_RadGrid1_ctl00_ctl03_ctl01_ChangePageSizeLabel,
.Directory .directory-results__wrapper .rgPager span#ctl00_ContentPlaceholder1_ctl00_RadGrid1_ctl00_ctl03_ctl01_ChangePageSizeTextBox_wrapper,
.Directory .directory-results__wrapper .rgPager input#ctl00_ContentPlaceholder1_ctl00_RadGrid1_ctl00_ctl03_ctl01_ChangePageSizeLinkButton,
.Directory .directory-results__wrapper .rgPager a#ctl00_ContentPlaceholder1_ctl00_RadGrid1_ctl00_ctl03_ctl01_GoToPageLinkButton,
.Directory .directory-results__wrapper .rgPager .rgWrap.rgInfoPart,
.Directory .directory-results__wrapper .rgPager .rgWrap.rgNumPart,
.Directory .directory-results__wrapper .rgPager .rgWrap.rgArrPart1 a:first-child,
.Directory .directory-results__wrapper .rgPager .rgWrap.rgArrPart2 a:last-child {
  display: none;
}

.Directory .directory-results__wrapper .rgPager .rgWrap.rgAdvPart {
  order: 2;
  float: none;
  padding: 0;
  width: 100%;
}

.Directory .directory-results__wrapper .rgPager .rgWrap.rgAdvPart:before {
  content: 'Displaying Most Recent | ';
  color: #c82b67;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .Directory .directory-results__wrapper .rgPager .rgWrap.rgAdvPart {
    margin-top: 10px;
  }
}

.Directory .directory-results__wrapper .rgPager .rgWrap.rgArrPart2 {
  order: 3;
  float: none;
  width: 25%;
  text-align: right;
  padding-right: 0;
}

.Directory .directory-results__wrapper .rgPager .rgWrap.rgArrPart2 img {
  display: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .Directory .directory-results__wrapper .rgPager .rgWrap.rgArrPart2 {
    display: inline-block;
    width: 50%;
  }
}

.Directory .directory-results__wrapper .rgPager .rgWrap.rgArrPart1 {
  order: 1;
  float: none;
  width: 25%;
  padding-left: 0;
  text-align: left;
}

.Directory .directory-results__wrapper .rgPager .rgWrap.rgArrPart1 img {
  display: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .Directory .directory-results__wrapper .rgPager .rgWrap.rgArrPart1 {
    display: inline-block;
    width: 50%;
  }
}

.Directory .directory-results__wrapper .rgPager table tr {
  width: 100% !important;
}

.Directory .directory-results__wrapper .rgPager table tr td.rgPagerCell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 35px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .Directory .directory-results__wrapper .rgPager table tr td.rgPagerCell {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 40em) {
  .Directory .directory-results__wrapper .directory-search__info {
    position: absolute;
    bottom: 0;
    right: 0.9375rem;
    margin-bottom: 18px;
  }
}

.Directory .directory-results__card {
  border-top: 1px solid #868686;
  padding-top: 19px;
  padding-bottom: 19px;
  display: inline-block;
}

.Directory .directory-results__card .column, .Directory .directory-results__card .columns {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 64em) {
  .Directory .directory-results__card .column:first-child, .Directory .directory-results__card .columns:first-child {
    padding-left: 0;
  }
  .Directory .directory-results__card .column:last-child, .Directory .directory-results__card .columns:last-child {
    padding-right: 0;
  }
}

.Directory .directory-results__card--category {
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #e5801c;
  margin-bottom: 10px;
}

.Directory .directory-results__card--image img {
  border: 1px solid #d6d6d6;
}

.Directory .directory-results__card--title a {
  color: #231f20;
}

.Directory .directory-results__card--date {
  color: #231f20;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}

.Directory .directory-results__card.no-image .column:first-child, .Directory .directory-results__card.no-image .columns:first-child {
  width: 100%;
}

.Directory .directory-results__card.no-image .column:last-child, .Directory .directory-results__card.no-image .columns:last-child {
  display: none;
}

.Directory .directory-results .rgMasterTable thead {
  display: none;
}

.Directory .directory-results .rgMasterTable tbody tr {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

@media screen and (min-width: 64em) {
  .Directory .directory-results .rgMasterTable tbody tr {
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .Directory .directory-results .rgMasterTable tbody tr:nth-child(1n) {
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 64em) {
  .Directory .directory-results .rgMasterTable tbody tr:nth-child(2n) {
    padding-left: 0.9375rem;
  }
}

.DirectoryListing_Wrapper .details {
  width: 100%;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.DirectoryListing_Wrapper .details:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .DirectoryListing_Wrapper .details {
    width: 66.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .DirectoryListing_Wrapper .details:last-child:not(:first-child) {
    float: right;
  }
}

.DirectoryListing_Wrapper .details-main {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.DirectoryListing_Wrapper .details-main::before, .DirectoryListing_Wrapper .details-main::after {
  content: ' ';
  display: table;
}

.DirectoryListing_Wrapper .details-main::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .DirectoryListing_Wrapper .details-main {
    flex-direction: row;
  }
}

.DirectoryListing_Wrapper .details-image {
  width: 100%;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.DirectoryListing_Wrapper .details-image:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .DirectoryListing_Wrapper .details-image {
    width: 400px;
    width: 33.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .DirectoryListing_Wrapper .details-image:last-child:not(:first-child) {
    float: right;
  }
}

.DirectoryListing_Wrapper .details-image img {
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
}

.DirectoryListing_Wrapper .details-share {
  margin-top: 20px;
  margin-bottom: 20px;
}

.MemberPhoto .MemberValue {
  display: block;
  position: relative;
  border-radius: 50%;
  background: white;
  overflow: hidden;
  margin: 0 auto 15px auto;
  width: 90px;
  height: 90px;
  z-index: 2;
}

.MemberPhoto .MemberValue img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 90px;
  min-height: 90px;
  width: auto;
  max-width: 140px;
  height: auto;
  max-height: none;
}

@media screen and (min-width: 40em) {
  .MemberPhoto .MemberValue img {
    max-width: 190px;
  }
}

@media screen and (min-width: 64em) {
  .MemberPhoto .MemberValue img {
    max-width: none;
  }
}

@media screen and (min-width: 64em) {
  .MemberPhoto .MemberValue {
    width: 166px;
    height: 166px;
  }
  .MemberPhoto .MemberValue img {
    min-width: 166px;
    min-height: 166px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .MemberPhoto .MemberValue {
    width: 120px;
    height: 120px;
  }
  .MemberPhoto .MemberValue img {
    min-width: 120px;
    min-height: 120px;
  }
}

.MemberSocial {
  display: flex;
  justify-content: center;
  align-items: center;
}

.MemberSocial-Mail, .MemberSocial-Linkedin, .MemberSocial-Twitter {
  margin: 0px 5px;
  display: inline-block;
  transition: all 0.3s ease;
}

.MemberSocial-Mail:hover, .MemberSocial-Linkedin:hover, .MemberSocial-Twitter:hover {
  transform: scale(1.1);
}

.MemberSocial-Mail img {
  max-height: 14px;
  width: auto;
}

.MemberSocial-Linkedin img,
.MemberSocial-Twitter img {
  max-height: 17px;
  width: auto;
}

.MemberDirectory .Listing-Background {
  margin: 20px 0 0 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s ease;
}

.MemberDirectory .Listing-Background:hover {
  transform: scale(1.05);
}

.MemberDirectory .Listing_Wrapper {
  background: #E7E7E9;
  display: table;
  width: 100%;
  height: 100%;
}

.MemberDirectory .Listing_Wrapper .Listing {
  padding: 21px 10px 15px 10px;
}

.MemberDirectory .Listing_Wrapper .ListingHeading p {
  color: #231f20;
  margin-bottom: 5px;
}

.MemberDirectory .Listing_Wrapper .MemberJobTitle {
  color: #c82b67;
  display: block;
}

.MemberDirectory .Listing_Wrapper .MemberJobTitle:after {
  content: ' >';
}

.MemberDirectory .Listing_Wrapper img {
  width: auto;
}

.AgencyListing {
  margin: 30px 0;
}

.AgencyListing .MemberPhoto {
  background: #E7E7E9;
  padding: 15px 15px 4px 15px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .AgencyListing .MemberPhoto {
    width: 174px;
    margin: 0 auto;
  }
  .AgencyListing .MemberPhoto .MemberValue {
    width: 140px;
    height: 140px;
  }
  .AgencyListing .MemberPhoto .MemberValue img {
    min-width: 140px;
    min-height: 140px;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) and (min-width: 0em) and (max-width: 39.9375em) {
  .AgencyListing .MemberPhoto .MemberValue img {
    max-width: 230px;
  }
}

.AgencyListing .MemberSocial {
  margin-top: 20px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .AgencyListing .MemberSocial {
    margin-bottom: 40px;
  }
}

.AgencyListing .MemberFeatured {
  margin-top: 25px;
}

.AgencyListing .MemberFeatured .DirectoryValue {
  margin-top: 10px;
  display: block;
}

.AgencyListing .MemberFeatured .DirectoryValue a,
.AgencyListing .MemberFeatured .DirectoryValue img {
  display: block;
  width: 100%;
}

.AgencyListing .MemberFeatured .DirectoryValue img {
  border: 1px solid #d6d6d6;
}

.ui_rotator.ui_center {
  height: auto;
}

.ui_rotator, .ContentRotator_Wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
}

.ui_rotator.ContentRotator_Category48713 .Contents, .ContentRotator_Wrapper.ContentRotator_Category48713 .Contents {
  height: 250px !important;
  margin: 30px 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .ui_rotator.ContentRotator_Category48713 .Contents, .ContentRotator_Wrapper.ContentRotator_Category48713 .Contents {
    height: 380px !important;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .ui_rotator.ContentRotator_Category48713 .Contents, .ContentRotator_Wrapper.ContentRotator_Category48713 .Contents {
    height: 510px !important;
  }
}

.ui_rotator.ContentRotator_Category48713 .Contents .Row, .ContentRotator_Wrapper.ContentRotator_Category48713 .Contents .Row {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0.9375rem;
  border-top: 1px solid #febe10;
  border-bottom: 1px solid #febe10;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .ui_rotator.ContentRotator_Category48713 .Contents .Row, .ContentRotator_Wrapper.ContentRotator_Category48713 .Contents .Row {
    padding: 30px 0.9375rem;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .ui_rotator.ContentRotator_Category48713 .Contents .Row, .ContentRotator_Wrapper.ContentRotator_Category48713 .Contents .Row {
    padding: 30px 0.9375rem;
  }
}

.ui_rotator.ContentRotator_Category48713 .SliderNext.SliderNextBottom,
.ui_rotator.ContentRotator_Category48713 .SliderPrevious.SliderPreviousBottom, .ContentRotator_Wrapper.ContentRotator_Category48713 .SliderNext.SliderNextBottom,
.ContentRotator_Wrapper.ContentRotator_Category48713 .SliderPrevious.SliderPreviousBottom {
  display: none;
}

.ui_rotator .Contents, .ContentRotator_Wrapper .Contents {
  width: 100% !important;
  overflow: hidden !important;
  height: 100vw !important;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .ui_rotator .Contents, .ContentRotator_Wrapper .Contents {
    min-height: 498px;
  }
}

@media screen and (min-width: 40em) {
  .ui_rotator .Contents, .ContentRotator_Wrapper .Contents {
    height: 365px !important;
  }
}

@media screen and (min-width: 64em) {
  .ui_rotator .Contents, .ContentRotator_Wrapper .Contents {
    height: 530px !important;
  }
}

.ui_rotator .Contents .Row, .ContentRotator_Wrapper .Contents .Row {
  width: 100%;
  height: 100%;
}

.ui_rotator .Contents .Row img, .ContentRotator_Wrapper .Contents .Row img {
  width: auto;
  min-width: 100%;
  max-width: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .ui_rotator .Contents .Row img, .ContentRotator_Wrapper .Contents .Row img {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    height: auto;
  }
}

@media screen and (min-width: 40em) {
  .ui_rotator .Contents .Row img, .ContentRotator_Wrapper .Contents .Row img {
    min-height: 365px;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 64em) {
  .ui_rotator .Contents .Row img, .ContentRotator_Wrapper .Contents .Row img {
    min-height: 530px !important;
    width: auto !important;
    max-width: none !important;
  }
}

.ui_rotator .LinksBottom_Wrapper, .ContentRotator_Wrapper .LinksBottom_Wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 20;
  display: none;
  z-index: 200;
  bottom: 15px;
}

.ui_rotator .LinksBottom_Wrapper .Seperator, .ContentRotator_Wrapper .LinksBottom_Wrapper .Seperator {
  display: none;
}

.ui_rotator .LinksBottom_Wrapper a, .ContentRotator_Wrapper .LinksBottom_Wrapper a {
  width: 22px;
  height: 22px;
  margin: 0 8px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  transition: background 0.333s ease;
  transition: scale 0.333s ease-in-out;
}

.ui_rotator .LinksBottom_Wrapper a:hover, .ContentRotator_Wrapper .LinksBottom_Wrapper a:hover {
  background: white;
}

@media screen and (min-width: 40em) {
  .ui_rotator .LinksBottom_Wrapper a, .ContentRotator_Wrapper .LinksBottom_Wrapper a {
    width: 24px;
    height: 24px;
    margin: 0 8px;
  }
}

@media screen and (min-width: 64em) {
  .ui_rotator .LinksBottom_Wrapper a, .ContentRotator_Wrapper .LinksBottom_Wrapper a {
    width: 25px;
    height: 25px;
    margin: 0 8px;
  }
}

.ui_rotator .LinksBottom_Wrapper a span, .ContentRotator_Wrapper .LinksBottom_Wrapper a span {
  display: none;
  font: 0/0 a;
}

.ui_rotator .LinksBottom_Wrapper a.selected, .ContentRotator_Wrapper .LinksBottom_Wrapper a.selected {
  background: #e5801c;
  scale: 1.125;
}

.ui_rotator .SliderPrevious, .ui_rotator .SliderNext, .ContentRotator_Wrapper .SliderPrevious, .ContentRotator_Wrapper .SliderNext {
  position: absolute;
  z-index: 20;
  top: 41%;
  height: 96px;
  width: 96px;
  transform: translateY(-50%);
  display: block;
  height: 60px;
  width: 60px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .ui_rotator .SliderPrevious, .ui_rotator .SliderNext, .ContentRotator_Wrapper .SliderPrevious, .ContentRotator_Wrapper .SliderNext {
    top: 19%;
  }
}

@media screen and (min-width: 40em) {
  .ui_rotator .SliderPrevious, .ui_rotator .SliderNext, .ContentRotator_Wrapper .SliderPrevious, .ContentRotator_Wrapper .SliderNext {
    height: 95px;
    width: 96px;
  }
}

.ui_rotator .SliderPrevious a, .ui_rotator .SliderNext a, .ContentRotator_Wrapper .SliderPrevious a, .ContentRotator_Wrapper .SliderNext a {
  font: 0/0 a;
  color: transparent;
  display: block;
  background: transparent url(/images/arrow.png) no-repeat center center;
  background-size: 100%;
  height: 60px;
  width: 60px;
}

@media screen and (min-width: 40em) {
  .ui_rotator .SliderPrevious a, .ui_rotator .SliderNext a, .ContentRotator_Wrapper .SliderPrevious a, .ContentRotator_Wrapper .SliderNext a {
    height: 86px;
    width: 88px;
  }
}

.ui_rotator .SliderPrevious a:hover, .ui_rotator .SliderPrevious a:active, .ui_rotator .SliderNext a:hover, .ui_rotator .SliderNext a:active, .ContentRotator_Wrapper .SliderPrevious a:hover, .ContentRotator_Wrapper .SliderPrevious a:active, .ContentRotator_Wrapper .SliderNext a:hover, .ContentRotator_Wrapper .SliderNext a:active {
  background-color: #e5801c;
  background-size: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .ui_rotator .SliderPrevious a:hover, .ui_rotator .SliderPrevious a:active, .ui_rotator .SliderNext a:hover, .ui_rotator .SliderNext a:active, .ContentRotator_Wrapper .SliderPrevious a:hover, .ContentRotator_Wrapper .SliderPrevious a:active, .ContentRotator_Wrapper .SliderNext a:hover, .ContentRotator_Wrapper .SliderNext a:active {
    background-color: transparent;
  }
}

.ui_rotator .SliderPrevious, .ContentRotator_Wrapper .SliderPrevious {
  left: 15px;
  transform: rotate(-90deg);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .ui_rotator .SliderPrevious, .ContentRotator_Wrapper .SliderPrevious {
    left: -7px;
  }
}

.ui_rotator .SliderNext, .ContentRotator_Wrapper .SliderNext {
  right: 15px;
  transform: rotate(90deg);
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .ui_rotator .SliderNext, .ContentRotator_Wrapper .SliderNext {
    right: -7px;
  }
}

.FeedbackForm_Wrapper {
  font-family: "Lato", sans-serif;
}

.FeedbackForm_Wrapper .FeedbackForm .Row {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.FeedbackForm_Wrapper .FeedbackForm .Row::before, .FeedbackForm_Wrapper .FeedbackForm .Row::after {
  content: ' ';
  display: table;
}

.FeedbackForm_Wrapper .FeedbackForm .Row::after {
  clear: both;
}

.FeedbackForm_Wrapper .FeedbackForm .Row + .Row {
  margin-top: 10px;
}

.FeedbackForm_Wrapper .FeedbackForm .WrapValue {
  clear: none !important;
  width: 100% !important;
}

.FeedbackForm_Wrapper .FeedbackForm .Row:nth-of-type(even) {
  border-top: 0;
  border-bottom: 0;
}

.FeedbackForm_Wrapper .FeedbackForm .RequiredStar {
  width: 0;
  font-size: 20px;
  color: #d23838;
  position: absolute;
  top: 0;
  left: 5px;
}

.FeedbackForm_Wrapper .FeedbackForm span[id*='question'][id*='val']:last-child {
  display: none;
}

.FeedbackForm_Wrapper .FeedbackForm .Label {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #231f20;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: left;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.FeedbackForm_Wrapper .FeedbackForm .Label:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .FeedbackForm_Wrapper .FeedbackForm .Label {
    width: 33.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .FeedbackForm_Wrapper .FeedbackForm .Label:last-child:not(:first-child) {
    float: right;
  }
}

.FeedbackForm_Wrapper .FeedbackForm .Label.WrapLabel {
  width: 100%;
}

.FeedbackForm_Wrapper .FeedbackForm .Value {
  width: 100%;
  display: block;
  /*input[type=checkbox],
				input[type=radio] {
				    margin: 0;
				    margin-right: 0.5em;
				}*/
}

.FeedbackForm_Wrapper .FeedbackForm .Value input[type=text],
.FeedbackForm_Wrapper .FeedbackForm .Value [type=email],
.FeedbackForm_Wrapper .FeedbackForm .Value [type=password],
.FeedbackForm_Wrapper .FeedbackForm .Value [type=file],
.FeedbackForm_Wrapper .FeedbackForm .Value textarea,
.FeedbackForm_Wrapper .FeedbackForm .Value select,
.FeedbackForm_Wrapper .FeedbackForm .Value input[type=file] ~ .fakefile input {
  color: #7f8691;
  font-family: inherit;
  font-size: 1rem;
  background-color: #fff;
  border: 2px solid #80838A;
  box-shadow: inset 0 1px 2px rgba(35, 31, 32, 0.1);
  transition-property: border, color, box-shadow, background-color;
  transition-duration: 0.333s;
  transition-timing-function: ease-in-out;
  border-radius: 3px;
  margin-bottom: 0.5rem;
}

.FeedbackForm_Wrapper .FeedbackForm .Value input[type=text]:hover,
.FeedbackForm_Wrapper .FeedbackForm .Value [type=email]:hover,
.FeedbackForm_Wrapper .FeedbackForm .Value [type=password]:hover,
.FeedbackForm_Wrapper .FeedbackForm .Value [type=file]:hover,
.FeedbackForm_Wrapper .FeedbackForm .Value textarea:hover,
.FeedbackForm_Wrapper .FeedbackForm .Value select:hover,
.FeedbackForm_Wrapper .FeedbackForm .Value input[type=file] ~ .fakefile input:hover {
  color: #666d77;
  border-color: #6c6f76;
}

.FeedbackForm_Wrapper .FeedbackForm .Value input[type=text]:focus,
.FeedbackForm_Wrapper .FeedbackForm .Value [type=email]:focus,
.FeedbackForm_Wrapper .FeedbackForm .Value [type=password]:focus,
.FeedbackForm_Wrapper .FeedbackForm .Value [type=file]:focus,
.FeedbackForm_Wrapper .FeedbackForm .Value textarea:focus,
.FeedbackForm_Wrapper .FeedbackForm .Value select:focus,
.FeedbackForm_Wrapper .FeedbackForm .Value input[type=file] ~ .fakefile input:focus {
  color: #4f545c;
  background-color: #fff;
  border-color: #231f20;
  box-shadow: 0 0 5px #80838A;
}

.FeedbackForm_Wrapper .FeedbackForm .Value select.SelectMultiple {
  height: auto;
}

.FeedbackForm_Wrapper .FeedbackForm .Value input[type=checkbox] {
  width: 15px;
  height: 15px;
}

.FeedbackForm_Wrapper .FeedbackForm .Value textarea {
  height: 6em;
}

.FeedbackForm_Wrapper .FeedbackForm .Value input.riTextBox {
  min-height: 44px;
}

.FeedbackForm_Wrapper .FeedbackForm .Value input.FormEmail,
.FeedbackForm_Wrapper .FeedbackForm .Value input.FormTextInput,
.FeedbackForm_Wrapper .FeedbackForm .Value textarea {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .FeedbackForm_Wrapper .FeedbackForm .Value {
    width: 66.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .FeedbackForm_Wrapper .FeedbackForm .Value:last-child:not(:first-child) {
    float: right;
  }
}

.FeedbackForm_Wrapper .FeedbackForm .Value * {
  outline: none;
}

.FeedbackForm_Wrapper .FeedbackForm span[id$="_ReqData"] {
  display: none;
}

.FeedbackForm_Wrapper .FeedbackForm .HeaderValue {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.FeedbackForm_Wrapper .FeedbackForm .HeaderValue:last-child:not(:first-child) {
  float: right;
}

.FeedbackForm_Wrapper .FormCheck tbody tr td,
.FeedbackForm_Wrapper .FormRadio tbody tr td {
  display: flex;
  align-items: baseline;
}

.FeedbackForm_Wrapper .ErrorMessages {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(35, 31, 32, 0.25);
  border-radius: 0;
  position: relative;
  background-color: #f5e5e3;
}

.FeedbackForm_Wrapper .ErrorMessages > :first-child {
  margin-top: 0;
}

.FeedbackForm_Wrapper .ErrorMessages > :last-child {
  margin-bottom: 0;
}

.FeedbackForm_Wrapper .ErrorMessages a {
  color: #833a2f;
}

.FeedbackForm_Wrapper .ErrorMessages a:hover {
  color: #4b211b;
}

.FeedbackForm_Wrapper .ThankYouMessage {
  color: #50b374;
}

.FeedbackForm_Wrapper label[for*=fileAttachment] + span {
  position: relative;
}

.FeedbackForm_Wrapper .BrowseWrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.FeedbackForm_Wrapper input.hiddenViajQuery {
  text-align: right;
  opacity: 0;
  z-index: 1;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.FeedbackForm_Wrapper .fake-browse-field {
  flex-grow: 1;
  width: auto;
  max-width: 100%;
  pointer-events: none;
}

.FeedbackForm_Wrapper .fake-browse-button {
  pointer-events: none;
}

.FeedbackForm_Wrapper a[id*="_clear"],
.FeedbackForm_Wrapper .fake-browse-button {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 3px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 50px;
  background: #e5801c;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 10px 25px;
  margin-left: 5px;
  margin-bottom: 5px;
  text-transform: none;
  z-index: 2;
}

.FeedbackForm_Wrapper a[id*="_clear"]:hover, .FeedbackForm_Wrapper a[id*="_clear"]:focus,
.FeedbackForm_Wrapper .fake-browse-button:hover,
.FeedbackForm_Wrapper .fake-browse-button:focus {
  background: #c46d16;
  color: #fff;
}

.FeedbackForm_Wrapper a[id*="_clear"]:hover,
.FeedbackForm_Wrapper .fake-browse-button:hover {
  cursor: pointer;
}

.FeedbackForm_Wrapper .Buttons {
  margin: 10px 0;
  text-align: center;
}

.FeedbackForm_Wrapper .Buttons .SubmitButton {
  margin: 0 auto;
}

.FeedbackForm_Wrapper .Buttons .SubmitButton input {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 3px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 50px;
  background: #e5801c;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 10px 25px;
  outline: none;
  white-space: normal;
}

.FeedbackForm_Wrapper .Buttons .SubmitButton input:hover, .FeedbackForm_Wrapper .Buttons .SubmitButton input:focus {
  background: #c46d16;
  color: #fff;
}
