@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

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

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

a img {
  border: 0;
}

input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  color: inherit;
  /* Remove user-agent outlines */
  outline: none;
  /* Reset mobile Safari */
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type='checkbox'] {
  -webkit-appearance: checkbox;
}

input[type='radio'] {
  -webkit-appearance: radio;
}

html {
  font-size: 1em;
}
@media screen and (min-width: 767px) {
  html {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 1030px) {
  html {
    font-size: 1em;
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 1.063em;
  }
}
@media screen and (min-width: 1300px) {
  html {
    font-size: 1.188em;
  }
}
@media screen and (min-width: 1550px) {
  html {
    font-size: 1.375em;
  }
}

body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  line-height: 1.57;
  color: #333333;
  cursor: default;
}

a {
  color: #2295c6;
  text-decoration: none;
  border-bottom: 1px solid #2295c6;
}

a.link_red, .post_preview a {
  color: #d24259;
  border-bottom-color: #d24259;
}

a:hover {
  color: black;
  border-bottom-color: black;
}

p, blockquote {
  margin-bottom: 1.3em;
}

h1 {
  font-size: 1.83em;
  letter-spacing: -0.035em;
  line-height: 1.2;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 767px) {
  h1 {
    font-size: 2.742em;
  }
}

.post_show h1 {
  margin-bottom: 1.4em;
}

h2 {
  font-size: 1.45em;
  letter-spacing: -0.035em;
  line-height: 1.3;
  margin: 1.3em 0 0.4em;
}
@media screen and (min-width: 767px) {
  h2 {
    font-size: 1.828em;
  }
}

h3 {
  font-size: 1.12em;
  font-weight: 600;
  line-height: 1.3;
  margin: 1.3em 0 0.5em;
}
@media screen and (min-width: 767px) {
  h3 {
    font-size: 1.219em;
  }
}

h4 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3;
  margin: 1.3em 0 0.5em;
}
@media screen and (min-width: 767px) {
  h4 {
    font-size: 1.16667em;
  }
}

h5 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3;
  margin: 1.3em 0 0.5em;
}

small, .font_small {
  font-size: 79%;
}

.font_medium {
  font-size: 1.067em;
}

@media screen and (min-width: 767px) {
  .font_content_medium {
    font-size: 1.067em;
  }
}
.font_large {
  font-size: 135%;
  line-height: 1.3;
}

.font_xl {
  font-size: 200%;
  line-height: 1.3;
}

em, i, .font_italic {
  font-style: italic;
}

strong, b, .font_bold {
  font-weight: 600;
}

.text_gray, .text_light, .text_muted {
  color: #93928b;
}

.text_gray a:not(.btn), a.link_gray {
  color: #93928b;
  border-color: #c0bfbb;
}
.text_gray a:not(.btn):hover, a.link_gray:hover {
  color: black;
  border-color: black;
}

.text_white {
  color: white;
}
.text_white a:not(.btn) {
  color: white;
  border-color: white;
}
.text_white a:not(.btn):hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.no_wrap {
  white-space: nowrap;
}

.text_uppercase {
  text-transform: uppercase;
}

sup {
  vertical-align: super;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  background-color: white;
  overflow: hidden;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
  body {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.bleed_page {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
  .bleed_page {
    margin-left: -8vw;
    margin-right: -8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

.app_header {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 5.2rem;
}
@media screen and (min-width: 767px) {
  .app_header {
    margin-left: -8vw;
    margin-right: -8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media screen and (min-width: 767px) {
  .app_header {
    padding-left: 23.96vw !important;
  }
}

.home .app_header {
  padding-bottom: 10rem;
}

.app_logo img {
  max-width: 100%;
  width: 11.824em;
  height: auto;
}
.app_logo:hover {
  opacity: 0.76;
}

.app_xs_nav_btn {
  float: right;
  border: 1px solid #87cdea;
  padding: 0.3rem 0.5rem;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.app_xs_nav_btn:hover {
  color: #2295c6;
  border-color: #87cdea;
}
@media screen and (min-width: 767px) {
  .app_xs_nav_btn {
    display: none;
  }
}

.app_header_nav {
  display: none;
  position: relative;
  margin: 1rem 0 0 -1.1rem;
  font-size: 85%;
}
@media screen and (min-width: 767px) {
  .app_header_nav {
    display: block;
    float: left;
    padding-right: 1.1rem;
  }
  .app_header_nav:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 1.1rem;
    background: #3daede;
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
    -ms-transform: skew(-15deg, 0);
    -o-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
  }
}
.app_header_nav a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.73rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #3daede;
  color: #fefefe;
  font-weight: 600;
}
.app_header_nav a:hover:before {
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 767px) {
  .app_header_nav a {
    background: transparent;
    float: left;
    width: auto;
    border-bottom: none;
    z-index: 2;
  }
  .app_header_nav a:last-of-type {
    display: none;
  }
  .app_header_nav a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
    -ms-transform: skew(-15deg, 0);
    -o-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
    -webkit-transition: background 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
  }
}

.app_header_login {
  display: none;
  position: relative;
  right: -1.1rem;
  top: -2.5rem;
  font-size: 85%;
}
@media screen and (min-width: 767px) {
  .app_header_login {
    display: block;
    float: right;
    padding-left: 1.1rem;
  }
  .app_header_login:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.1rem;
    right: -100%;
    background: #454d58;
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
    -ms-transform: skew(-15deg, 0);
    -o-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
  }
}
.app_header_login a {
  position: relative;
  padding: 0.73rem 1.1rem;
  background: #454d58;
  color: #fefefe;
  font-weight: 600;
}
.app_header_login a:hover:before {
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 767px) {
  .app_header_login a {
    background: transparent;
    float: right;
    width: auto;
    border-bottom: none;
    z-index: 2;
  }
  .app_header_login a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
    -ms-transform: skew(-15deg, 0);
    -o-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
    -webkit-transition: background 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
  }
}

@media screen and (min-width: 767px) {
  .home .app_header_nav {
    margin-bottom: 10rem;
  }
}

.app_footer {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 6.2rem;
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
  clear: both;
  background: #303843;
  font-size: 79%;
  font-weight: 600;
  color: #969b9f;
}
@media screen and (min-width: 767px) {
  .app_footer {
    margin-left: -8vw;
    margin-right: -8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.app_footer a {
  color: #969b9f;
  border-bottom-color: transparent;
}
.app_footer a:hover {
  color: #fefefe;
  border-bottom-color: #fefefe;
}

.home .app_footer {
  margin-top: 0;
}

.app_footer_nav a {
  line-height: 1.75;
}
.app_footer_nav a:after {
  content: "\A";
  white-space: pre;
}

.flush_with_footer {
  margin-bottom: -6.2rem;
}

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2.6em;
  padding: 1.5em 1.66667em 1.66667em;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.box > *:first-child {
  margin-top: 0;
}
.box > *:last-child {
  margin-bottom: 0;
}

.box_gray {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2.6em;
  padding: 1.5em 1.66667em 1.66667em;
  background-color: #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.box_gray > *:first-child {
  margin-top: 0;
}
.box_gray > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .col_single_large {
    padding-left: 19%;
    padding-right: 38%;
  }

  .col_single_xl {
    padding-left: 19%;
  }

  .cols, .cols_layout {
    clear: both;
  }
  .cols:after, .cols_layout:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .cols > div, .cols_layout > div {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
  }
  .cols > div:last-of-type, .cols_layout > div:last-of-type {
    margin-right: 0;
    padding-right: 0;
  }
  .cols > div > *:first-child, .cols_layout > div > *:first-child {
    margin-top: 0;
  }

  .cols > div {
    margin-right: 4.2%;
  }

  .col_layout_small {
    width: 19%;
    padding-right: 8%;
  }

  .col_layout_medium {
    width: 28%;
    padding-right: 10%;
  }

  .col_layout_large {
    width: 53%;
    padding-right: 10%;
  }

  .col_layout_xl {
    width: 81%;
    padding-right: 10%;
  }

  .col_half {
    width: 47.9%;
  }

  .col_one_third {
    width: 30.53333%;
  }

  .col_two_thirds {
    width: 65.26667%;
  }

  .col_one_fourth {
    width: 21.85%;
  }

  .col_two_fourths {
    width: 47.9%;
  }

  .col_three_fourths {
    width: 73.95%;
  }
}
.col_padded_medium {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 767px) {
  .col_padded_medium {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .cols:not(.media_xs_cols) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .media_xs_cols_two_flow {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    -ms-column-gap: 2em;
    -o-column-gap: 2em;
    column-gap: 2em;
  }
}
@media screen and (min-width: 767px) {
  .cols_two_flow {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    -ms-column-gap: 2em;
    -o-column-gap: 2em;
    column-gap: 2em;
    margin-bottom: 1.3em;
  }
  .cols_two_flow p {
    margin-bottom: 0;
  }
  .cols_two_flow p:nth-child(n+2) {
    text-indent: 1.5em;
  }

  .cols_three_flow {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    -ms-column-gap: 2em;
    -o-column-gap: 2em;
    column-gap: 2em;
    margin-bottom: 1.3em;
  }
  .cols_three_flow p {
    margin-bottom: 0;
  }
  .cols_three_flow p:nth-child(n+2) {
    text-indent: 1.5em;
  }

  .cols_four_flow {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.3em;
    -moz-column-gap: 1.3em;
    -ms-column-gap: 1.3em;
    -o-column-gap: 1.3em;
    column-gap: 1.3em;
  }
}
.col_content_padding_right {
  padding-right: 6em;
}

.field {
  margin-bottom: 1.3em;
}
.field.cols {
  max-width: 30em;
}

label {
  display: block;
  margin-bottom: 0.2em;
  text-align: left;
  color: #828179;
}
label.inline {
  display: inline-block;
}

input[type='text'], input[type='email'], input[type='password'], textarea, select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
  border: 1px solid #cbcbcb;
  outline: none;
  width: 100%;
  padding: 0.47em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px 1px inset;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (min-width: 767px) {
  input[type='text'], input[type='email'], input[type='password'], textarea, select {
    max-width: 20em;
  }
}
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #4291de;
  -webkit-box-shadow: #61adf2 0 0 5px 0;
  -moz-box-shadow: #61adf2 0 0 5px 0;
  box-shadow: #61adf2 0 0 5px 0;
}

textarea {
  max-width: none;
  height: 10em;
  max-height: 25em;
}

input[type='checkbox'], input[type='radio'] {
  cursor: pointer;
}
input[type='checkbox'] + label, input[type='radio'] + label {
  display: inline;
  color: #333333;
  cursor: pointer;
}

.field_inline_btn {
  position: relative;
  max-width: 30em;
}
.field_inline_btn input[type="text"], .field_inline_btn input[type="email"] {
  padding-right: 7em;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  max-width: none;
}
.field_inline_btn input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  height: auto;
  padding-top: 0;
  padding-bottom: 0.3em;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn, input[type='submit'], button, .paging-navigation a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 1em 1.65em;
  border: none;
  background-color: #454d58;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  vertical-align: baseline;
  line-height: 1;
  color: white;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.btn:hover, input[type='submit']:hover, button:hover, .paging-navigation a:hover {
  background-color: #4e5763;
  color: white;
}
.btn:active, input[type='submit']:active, button:active, .paging-navigation a:active {
  background-color: #3a404a;
  color: rgba(255, 255, 255, 0.53);
}
.btn + .btn, .btn + input[type='submit'], input[type='submit'] + .btn, input[type='submit'] + input[type='submit'], button + .btn, button + input[type='submit'], .paging-navigation a + .btn, .paging-navigation a + input[type='submit'] {
  margin-left: 0.769em;
}
.btn + .inline_list, input[type='submit'] + .inline_list, button + .inline_list, .paging-navigation a + .inline_list {
  margin-left: 1.538em;
}

input[type='submit'], button {
  height: 2.4em;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-appearance: none;
}
input[type='submit']::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn_gray, input.btn_gray[type="submit"] {
  background-color: #dddddd;
  color: #777777;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
}
.btn_gray:hover, input.btn_gray[type="submit"]:hover {
  background-color: #cccccc;
  color: #777777;
}
.btn_gray:active, input.btn_gray[type="submit"]:active {
  background-color: #bbbbbb;
}

.btn_red, input.btn_red[type="submit"] {
  background-color: #d24259;
}
.btn_red:hover, input.btn_red[type="submit"]:hover {
  background-color: #d65267;
}
.btn_red:active, input.btn_red[type="submit"]:active {
  background-color: #ca3049;
}

.btn_ghost_white, input.btn_ghost_white[type="submit"] {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0 1px transparent;
  -moz-box-shadow: inset 0 0 0 1px transparent;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn_ghost_white:hover, input.btn_ghost_white[type="submit"]:hover {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 1px white;
  -moz-box-shadow: inset 0 0 0 1px white;
  box-shadow: inset 0 0 0 1px white;
}
.btn_ghost_white:active, input.btn_ghost_white[type="submit"]:active {
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {
  a.btn, input[type="submit"] {
    margin-bottom: 1.3em;
  }
  a.btn + a.btn, a.btn + input[type="submit"], input[type="submit"] + a.btn, input[type="submit"] + input[type="submit"] {
    margin-left: 0;
  }
}
ul, ol {
  margin: 0 0 1.3em 1em;
  padding: 0;
}

ol {
  padding-left: 2.4em;
}

li {
  margin-bottom: 0.6em;
}

.inline_list {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.inline_list li {
  display: inline-block;
  border-right: 1px solid #d9d9d9;
  margin-right: 0.7em;
  padding-right: 1em;
  line-height: 1.28;
}
.inline_list li:last-of-type {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.remove_bullets, .widget_categories ul {
  list-style: none;
  margin-left: 0;
}

.navigation_list {
  list-style: none;
  margin: 0;
}
.navigation_list li {
  margin-bottom: 0;
}
.navigation_list a {
  display: block;
  padding: 0.4em 0 0.6em;
}
.navigation_list a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.table_index, .table_padded, .table_layout {
  display: table;
  width: 100%;
}

.table_row, .table_row_header {
  display: table-row;
}

@media screen and (min-width: 767px) {
  .table_cell {
    display: table-cell;
    vertical-align: top;
  }
}
table, .table_index {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 -1.25rem 5em;
}
@media screen and (min-width: 767px) {
  table, .table_index {
    width: 100%;
    margin: inherit;
    margin-bottom: 5em;
  }
}

@media screen and (max-width: 767px) {
  tbody tr {
    display: block;
    padding: 0.6em 1.6em;
    border-top: 1px solid #d9d9d9;
  }
}
th, .table_row_header .table_cell {
  padding: 0.4em 1.6em;
  font-weight: 600;
  color: #828179;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  th, .table_row_header .table_cell {
    display: none;
  }
}

td, .table_index .table_row .table_cell {
  border-top: 1px solid #d9d9d9;
  padding: 0.6em 1.6em;
}
@media screen and (max-width: 767px) {
  td, .table_index .table_row .table_cell {
    display: block;
    border-top: none;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .table_index .table_row .table_cell {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .table_index .table_row .table_cell:first-of-type {
    padding-top: 0.6em;
  }
  .table_index .table_row .table_cell:last-of-type {
    padding-bottom: 0.6em;
    border-top: none;
  }
  .table_index .table_row .text_right {
    text-align: left;
  }
}

.table_padded .table_cell {
  padding: 0.3em 1.231em 0.3em 0;
}
.table_padded .table_cell:last-child {
  padding-right: 0;
}

tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.08);
}

.table_index .table_row:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.08);
}

.cell_collapse {
  width: 1px;
  white-space: nowrap;
}

img {
  max-width: 100%;
  height: auto;
}

.break_xs {
  margin-bottom: 0.65em;
}

.break_small {
  margin-bottom: 1.3em;
}

.break_medium {
  margin-bottom: 2.6em;
}

.break_large {
  margin-bottom: 5em;
}

.break_xl {
  margin-bottom: 8.5em;
}

@media screen and (min-width: 767px) {
  .float_left {
    float: left;
    margin-right: 1.66667em;
  }

  .float_right {
    float: right;
    margin-left: 1.66667em;
  }
}
.clear {
  clear: both;
}

hr {
  clear: both;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  height: 0;
  margin: 2.2em 0;
  padding: 0;
}

@media screen and (min-width: 767px) {
  .align_left {
    float: left;
    margin-right: 1.5em;
  }

  .align_right {
    float: right;
    margin-left: 1.5em;
  }

  .align_center {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .bleed {
    margin-left: -15.96vw;
    width: 84vw;
    max-width: none;
  }

  .bleed_left {
    margin-left: -15.96vw;
    width: 52.08vw;
    max-width: none;
  }

  .bleed_right {
    width: 68.04vw;
    max-width: none;
  }

  .float_into_right_col {
    float: right;
    margin-right: -31.92vw;
    width: 23.52vw;
  }
}
.bg_gray_light {
  background: #e5e5e5;
}

.bg_blue {
  background: #2295c6;
}

.bg_blue_medium {
  background: #454d58;
}

.bg_brown {
  background: #828179;
}

.bg_green {
  background: #7fb24d;
}

@media screen and (min-width: 767px) {
  .width_20 {
    width: 20%;
  }

  .width_25 {
    width: 25%;
  }

  .width_33 {
    width: 33.33%;
  }

  .width_35 {
    width: 35%;
  }

  .width_40 {
    width: 40%;
  }

  .width_45 {
    width: 45%;
  }

  .width_50 {
    width: 50%;
  }

  .width_55 {
    width: 55%;
  }

  .width_65 {
    width: 65%;
  }

  .width_75 {
    width: 75%;
  }

  .width_100 {
    width: 100%;
  }
}
.img_border {
  border: 1px solid #d9d9d9;
}

blockquote {
  position: relative;
}
blockquote:before {
  content: "“";
  position: absolute;
  right: 101.5%;
  opacity: 0.4;
  font-family: Georgia, serif;
  font-size: 3.3em;
  line-height: 0.95;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  blockquote {
    text-indent: 1.61em;
  }
  blockquote:before {
    left: -0.52em;
    right: auto;
  }
}

code, pre {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 3px;
  background-color: #e5e5e5;
  font-family: "Courier New", Courier, monospace;
}

pre {
  margin-bottom: 1.5em;
  padding: 8px;
  line-height: 150%;
  white-space: pre-wrap;
}

.highlight {
  padding: 2px 0;
  background-color: yellow;
}

.drop_cap {
  float: left;
  margin: 0.33rem 0.6rem 0 0;
  padding: 0 0.17em 0.1em;
  font-size: 2.25em;
  line-height: 1;
  color: white;
  background-color: #333333;
}

.box_alert, .box_alert_positive, .notice_success, .box_alert_negative, .error, .notice {
  position: relative;
  margin-bottom: 1.3em;
  background-color: #edd863;
  padding: 0.8em 1.6em;
}
.box_alert a, .box_alert_positive a, .notice_success a, .box_alert_negative a, .error a, .notice a {
  color: #333333;
  border-bottom: 1px solid #333333;
}
.box_alert a:hover, .box_alert_positive a:hover, .notice_success a:hover, .box_alert_negative a:hover, .error a:hover, .notice a:hover {
  color: red;
  border-color: red;
}
.box_alert *:last-child, .box_alert_positive *:last-child, .notice_success *:last-child, .box_alert_negative *:last-child, .error *:last-child, .notice *:last-child {
  margin-bottom: 0;
}

.box_alert_positive, .notice_success {
  background-color: #7fb24d;
  color: white;
}
.box_alert_positive a, .notice_success a {
  color: white;
  border-bottom: 1px solid white;
}
.box_alert_positive a:hover, .notice_success a:hover {
  color: #333333;
  border-color: #333333;
}

.box_alert_negative, .error, .notice {
  background-color: #d24259;
  color: white;
}
.box_alert_negative a, .error a, .notice a {
  color: white;
  border-bottom: 1px solid white;
}
.box_alert_negative a:hover, .error a:hover, .notice a:hover {
  color: #333333;
  border-color: #333333;
}

.feat_row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #fefefe;
  font-size: 1.1em;
}
@media screen and (min-width: 767px) {
  .feat_row {
    margin-left: -8vw;
    margin-right: -8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

.row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 767px) {
  .row {
    margin-left: -8vw;
    margin-right: -8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

.social_media_button {
  float: left;
  margin: 0 1em 1em 0;
}

.featured_image {
  margin-bottom: 3.8em;
}
.featured_image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .featured_image {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.fb_iframe_widget span {
  vertical-align: baseline !important;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
}

.gfield_error {
  background: #ffd5d5;
}
.gfield_error .validation_message {
  color: red;
}

@media screen and (max-width: 767px) {
  .media_xs_flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .media_xs_flexbox > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: none !important;
    width: 100%;
  }

  .media_xs_order_one {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }

  .media_xs_order_two {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .media_xs_order_three {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .media_xs_order_four {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .media_xs_break_small {
    margin-bottom: 1.3em;
  }

  .media_xs_break_medium {
    margin-bottom: 2.6em;
  }

  .media_xs_break_large {
    margin-bottom: 5em;
  }

  .media_xs_padding_small {
    padding-bottom: 1.3em;
  }

  .media_xs_padding_medium {
    padding-bottom: 2.6em;
  }

  .media_xs_padding_large {
    padding-bottom: 5em;
  }

  .media_xs_bleed {
    display: block;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .media_xs_text_center {
    text-align: center;
  }

  .media_xs_hide {
    display: none;
  }

  .media_xs_remove_box {
    border: none;
    padding: 0;
  }
}
.remove_margin {
  margin: 0;
}

.remove_margin_top {
  margin-top: 0;
}

.remove_border_bottom {
  border-bottom: none;
}

.media_xs_show {
  display: none;
}
@media screen and (max-width: 767px) {
  .media_xs_show {
    display: block;
  }
}

.hidden, .hide {
  display: none;
}
