.icons-sprite, .site-footer .footer-navigation-social .nav-twitter a, .site-footer .footer-navigation-social .nav-facebook a, .site-footer .footer-navigation-social .nav-youtube a, .site-footer .footer-navigation-social .nav-linkedin a, .mobile-sub-button, #chat .content-container:after, #footer .social-nav .nav-twitter a, #footer .social-nav .nav-facebook a, #footer .social-nav .nav-youtube a, #footer .social-nav .nav-linkedin a, #footer .social-nav .nav-google-plus a, #nav-utility ul > li.nav-twitter a, #nav-utility ul > li.nav-facebook a, #nav-utility ul > li.nav-youtube a, #nav-utility ul > li.nav-linkedin a, #nav-utility ul > li.nav-search span, #nav-utility ul > li.nav-account > a:after, #sub-nav .content-container #closenav, .hero-wrap .hero-bullets li a, .hero-wrap .hero-bullets li a:hover, .hero-wrap .hero-bullets li a.is-active, .hero-wrap .hero-bullets li a.is-active:hover, .program-arrow a, .program-arrow a span, .toggle-nav .toggler:after,
.toggle-nav span.toggler:after,
.content_block .toggle-nav .toggler:after,
.content_block .toggle-nav span.toggler:after, #sidebar #subnav-bottom li span.toggler:after, table.table_sorter th.headerSortDown span:after, table.table_sorter th.headerSortUp span:after, .content_block .layout_3 li h3:after {
  background-image: url('../images/icons-s521f2ad6ab.png');
  background-repeat: no-repeat;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Selections */
/* Must be declared separately */
::-moz-selection {
  text-shadow: none;
  background: #e5e5e5;
}

::selection {
  text-shadow: none;
  background: #e5e5e5;
}

html {
  font-size: 62.5%;
}

pre {
  text-align: left;
  font-family: monospace;
  overflow: scroll;
  height: 300px;
  padding: 5px;
}

strong {
  font-weight: bold;
}

nav li a, nav li a:visited {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #e05d31;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #436a53;
}
a:active, a:visited:active {
  color: #e05d31;
}
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(224, 93, 49, 0.7);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizelegibility;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

h3, .h3 {
  font-size: 1.125em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/**********
Form Styles
***********/
textarea, input {
  outline: none;
  border: 1px solid #63656a;
  padding: .25em;
}

input[type="submit"],
input[type="button"] {
  background-color: #e05d31;
  border-width: 0;
  color: #fff;
  line-height: 15px;
  padding: .5em 1em;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 2.2em;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* Generic typographic elements **/
.more {
  margin-bottom: 0;
}

.more a,
.excerpt-read-more {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin-top: 1em;
  text-decoration: none;
  text-transform: uppercase;
}
.more a:after,
.excerpt-read-more:after {
  content: " >";
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: -3px;
  padding-left: .5em;
}

/* Real Ed login stuff */
.is-affiliate,
#nav-utility ul > li#nav-realed-util,
#nav-utility ul > li#nav-realed,
#nav-utility ul > li.nav-account ul li.is-instructor {
  display: none;
}

/* jetpack sharing plugin */
.sharedaddy {
  margin-top: 20px;
}

.site-footer .content-container {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 33px 50px;
}
@media (max-width: 600px) {
  .site-footer .content-container {
    flex-flow: row wrap;
  }
}
@media (min-width: 1180px) {
  .site-footer .content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-footer .footer-navigation,
.site-footer .footer-logos {
  max-width: 50%;
}
@media (max-width: 600px) {
  .site-footer .footer-navigation,
  .site-footer .footer-logos {
    width: 100%;
    max-width: 100%;
  }
}
.site-footer .footer-navigation {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
@media (max-width: 1000px) {
  .site-footer .footer-navigation {
    width: 60%;
    max-width: 60%;
  }
}
@media (max-width: 850px) {
  .site-footer .footer-navigation {
    flex-flow: row wrap;
  }
}
@media (max-width: 600px) {
  .site-footer .footer-navigation {
    width: 100%;
    max-width: 100%;
  }
}
.site-footer .footer-navigation-group {
  width: 32%;
}
@media (max-width: 850px) {
  .site-footer .footer-navigation-group {
    width: 100%;
  }
  .site-footer .footer-navigation-group + .footer-navigation-group {
    margin-top: 20px;
  }
}
.site-footer .footer-navigation-group a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5em;
}
.site-footer .footer-navigation-group ul + .footer-navigation-group-title {
  margin-top: 20px;
}
.site-footer .footer-navigation-group-title {
  margin-bottom: 10px;
}
.site-footer .footer-navigation-social {
  margin-top: 20px;
  line-height: 0;
}
.site-footer .footer-navigation-social li {
  display: inline-block;
  vertical-align: baseline;
}
.site-footer .footer-navigation-social a {
  display: block;
  width: 20px;
  height: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.site-footer .footer-navigation-social a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: transparent;
}
.site-footer .footer-navigation-social .nav-twitter a {
  background-position: 0 -1750px;
  height: 20px;
  width: 20px;
}
.site-footer .footer-navigation-social .nav-facebook a {
  height: 20px;
  width: 20px;
  background-position: 0 -1540px;
}
.site-footer .footer-navigation-social .nav-youtube a {
  height: 20px;
  width: 20px;
  background-position: 0 -1820px;
}
.site-footer .footer-navigation-social .nav-linkedin a {
  height: 20px;
  width: 20px;
  background-position: 0 -1680px;
}
@media (max-width: 600px) {
  .site-footer .footer-logos {
    margin-top: 40px;
  }
}
.site-footer .footer-logos img {
  display: block;
  max-width: 260px;
  margin-left: auto;
}
@media (max-width: 600px) {
  .site-footer .footer-logos img {
    margin-left: 0;
  }
}
.site-footer .footer-logos p {
  margin-top: 30px;
}
.site-footer *,
.site-footer a:visited {
  color: #fff;
}
.site-footer a:hover {
  color: #436a53;
}
.site-footer img {
  max-width: 100%;
}

body {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #575757;
  background-color: #cfc2a9;
  text-align: center;
}

#wrapper {
  min-width: 320px;
}
.no-mediaqueries #wrapper {
  width: 1140px;
  margin: 0 auto;
}

.content-container {
  max-width: 1140px;
  /*min-width: $min-width;*/
  text-align: left;
  margin: 0 auto;
}

.content-container-expanded {
  max-width: 1440px;
  margin: 0 auto;
}

#alert {
  display: none;
  background-color: #e05d31;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#alert .content-container {
  position: relative;
  max-width: 1440px;
}
#alert a {
  color: inherit;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}
#alert .alert p {
  padding: 1em 50px .9em;
}
#alert .alert-close-button {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  background: url(../images/trans2x/alert-close-button.png) no-repeat center;
  background-size: contain;
}

#header {
  height: 114px;
}
#header .content-container {
  background-color: #fff;
  position: relative;
  height: 113px;
}
#header .content-container #logo-container {
  position: absolute;
  margin: 42px 0 0 0;
  width: 50%;
}
@media (min-width: 1140px) {
  #header .content-container #logo-container {
    margin-top: 24px;
  }
}
#header .content-container #logo-container #logo {
  display: inline-block;
  vertical-align: middle;
  width: 15vw;
  height: 4.5vw;
  max-width: 217px;
  max-height: 65px;
  min-width: 220px;
  min-height: 30px;
  background: transparent url(../images/logo2.svg) left bottom no-repeat;
  background-size: contain;
}
body.page-id-1338 #header .content-container #logo-container #logo {
  background-image: url(../images/logo-hondros-family.png);
}
#header .content-container #logo-container #logo-with-affiliate {
  display: inline-block;
  vertical-align: middle;
  background-image: none;
  height: 19.5px;
  width: 143px;
  margin-top: -16px;
}
#header .content-container #logo-container #logo-with-affiliate img {
  width: 100%;
}
#header .content-container #logo-container .slash {
  margin: -16px 15px 0 15px;
  display: inline-block;
  vertical-align: middle;
}
#header .content-container #logo-container #affiliate-logo {
  margin-top: -16px;
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
  max-height: 70px;
}

.page-content {
  float: right;
  width: 67%;
  margin-bottom: 50px;
}

#page .content-container {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
#page .content-container .crumbs {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  padding: 35px 50px 0 33.333%;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 11px;
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #436a53;
  text-transform: uppercase;
}
#page .content-container .crumbs a {
  text-decoration: none;
  color: #436a53;
}
#page .content-container .page-title {
  font-size: 30px;
  line-height: 30px;
  font-size: 3rem;
  line-height: 3rem;
  color: #436a53;
  margin-bottom: 25px;
}
#page .content-container .page-title.overview {
  margin-top: 0;
  margin-bottom: 0;
}

.mobile-sub-button {
  display: inline-block;
  vertical-align: baseline;
  height: 31px;
  width: 26px;
  background-position: 0 -2090px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 -30px;
  float: left;
}

#chat.is-disabled {
  display: none;
}
#chat .content-container {
  background-color: #e05d31;
  padding: 30px 50px;
  position: relative;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#chat .content-container p {
  font-size: 30px;
  line-height: 30px;
  font-size: 3rem;
  line-height: 3rem;
}
#chat .content-container .button a {
  position: absolute;
  color: #fff;
  top: 25px;
  right: 50px;
  display: block;
  padding: 12.5px 100px;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#chat .content-container .button a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  background-color: #e36e47;
}
#chat .content-container:after {
  display: block;
  position: absolute;
  content: "";
  right: 100px;
  bottom: -15px;
  height: 15px;
  width: 34px;
  background-position: 0 -57px;
}

#footer {
  background-color: #436a53;
}
#footer nav {
  width: 60%;
  float: left;
  padding: 33px 0 33px 0;
}
#footer nav,
#footer .copyright {
  font-size: 10px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
}
#footer nav a,
#footer .copyright a {
  color: #fff;
}
#footer nav a:hover,
#footer .copyright a:hover {
  color: #6fa485;
}
#footer .social-nav {
  height: 20px;
  margin-bottom: 35px;
  margin-left: 50px;
}
#footer .social-nav ul {
  line-height: 0;
}
#footer .social-nav li {
  display: inline-block;
  vertical-align: baseline;
}
#footer .social-nav a {
  display: block;
  width: 20px;
  height: 20px;
  border: 5px solid #436a53;
  border-left-width: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#footer .social-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#footer .social-nav .nav-twitter a {
  background-position: 0 -1750px;
}
#footer .social-nav .nav-facebook a {
  background-position: 0 -1540px;
}
#footer .social-nav .nav-youtube a {
  background-position: 0 -1820px;
}
#footer .social-nav .nav-linkedin a {
  background-position: 0 -1680px;
}
#footer .social-nav .nav-google-plus a {
  background-position: 0 -1610px;
}
#footer .col {
  float: left;
  margin-left: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .col.col1 {
  padding-right: 50px;
  border-right: 1px solid #324a39;
}
#footer .acknowledgements {
  float: right;
  width: 33%;
}
#footer .acknowledgements h3 {
  margin: 50px 0 23px 50px;
  text-transform: uppercase;
  color: #cfb88c;
  font-size: 10px;
  line-height: 15px;
  font-size: 1rem;
  line-height: 1.5rem;
}
#footer .acknowledgements .awards {
  border-left: 1px solid #324a39;
  text-align: center;
}
#footer .copyright {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  clear: both;
  text-align: center;
  padding: 15px 50px 33px;
}

#outbound-msg {
  display: none;
  border: 3px solid #436a53;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 30px;
  background-color: #fff;
  text-align: center;
  max-width: 450px;
}
#outbound-msg h2 {
  color: #436a53;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: uppercase;
}
#outbound-msg h3 {
  color: #13284C;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 15px 0 30px;
}
#outbound-msg a {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 5px 15px;
  margin: 1em 5px 0;
  overflow: hidden;
  border: 2px solid #436a53;
  text-transform: uppercase;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #436a53;
  text-decoration: none;
  cursor: pointer;
}
#outbound-msg a:hover {
  background-color: #5685d5;
}

#nav-utility ul {
  position: absolute;
  z-index: 10;
  right: 0;
  text-align: right;
  font-size: 0;
  background-color: #f5f5f5;
  /*height: 50px;*/
  text-align: center;
  padding: 6px 0;
}
@media screen and (min-width: 820px) {
  #nav-utility ul {
    background-color: transparent;
  }
}
#nav-utility ul > li {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (min-width: 1170px) {
  #nav-utility ul > li:last-child a {
    padding-right: 0;
  }
}
#nav-utility ul > li a {
  font-size: 11px;
  line-height: 40px;
  font-size: 1.1rem;
  line-height: 4rem;
  line-height: 24px;
  padding: 0 10px;
  color: #436a53;
  background-color: transparent;
}
#nav-utility ul > li a.ir {
  font-size: 0px;
  line-height: 0px;
  font-size: 0rem;
  line-height: 0rem;
  padding: 0;
}
#nav-utility ul > li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
#nav-utility ul > li.nav-twitter a {
  height: 50px;
  width: 40px;
  background-position: 0 -2171px;
}
@media screen and (max-width: 700px) {
  #nav-utility ul > li.nav-twitter a {
    display: none;
  }
}
#nav-utility ul > li.nav-facebook a {
  height: 50px;
  width: 28px;
  background-position: 0 -1340px;
}
@media screen and (max-width: 700px) {
  #nav-utility ul > li.nav-facebook a {
    display: none;
  }
}
#nav-utility ul > li.nav-youtube a {
  height: 50px;
  width: 46px;
  background-position: 0 -2371px;
}
@media screen and (max-width: 700px) {
  #nav-utility ul > li.nav-youtube a {
    display: none;
  }
}
#nav-utility ul > li.nav-linkedin a {
  height: 50px;
  width: 37px;
  background-position: 0 -1890px;
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  #nav-utility ul > li.nav-linkedin a {
    display: none;
  }
}
#nav-utility ul > li.nav-login span {
  display: block;
  width: 100px;
  height: 50px;
  cursor: pointer;
}
#nav-utility ul > li.nav-login > .login-bts {
  position: absolute;
  overflow: hidden;
  height: 0;
  right: 0;
  left: 0;
  /*padding: 5px;*/
  background-color: #2f4b3b;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  text-align: center;
}
#nav-utility ul > li.nav-login > .login-bts > .login-bt {
  display: inline-block;
  vertical-align: baseline;
  width: 48%;
  padding: 0;
  margin: 7px 0 5px;
  background: #fff;
  text-align: center;
  color: #436a53;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.2s;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
#nav-utility ul > li.nav-login > .login-bts > .login-bt.classroom {
  margin-right: 1.5%;
}
#nav-utility ul > li.nav-login.is-active span a {
  background-color: #2f4b3b;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#nav-utility ul > li.nav-login.is-active > .login-bts {
  height: 64px;
}
#nav-utility ul > li.nav-login.is-active > .login-bts > .login-bt {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#nav-utility ul > li.nav-login.is-active > .login-bts > .login-bt:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
#nav-utility ul > li.nav-search span {
  display: block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background-color: #436a53;
  background-position: 0 -1990px;
}
#nav-utility ul > li.nav-search span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
#nav-utility ul > li.nav-search form {
  position: absolute;
  overflow: hidden;
  height: 0;
  right: 0;
  left: 0;
  background-color: #2f4b3b;
  text-align: center;
  top: 50px;
  z-index: 1;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#nav-utility ul > li.nav-search form #search-bar {
  display: block;
  margin-top: 7px;
}
#nav-utility ul > li.nav-search form input {
  height: 50px;
  padding: 5px;
  margin: 0;
  border-width: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: inline-block;
  vertical-align: top;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.2s;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
#nav-utility ul > li.nav-search form .input-text {
  width: 98%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 20px;
  font-size: 2rem;
  line-height: 2rem;
  padding-right: 55px;
}
#nav-utility ul > li.nav-search form .input-button {
  margin: 0 0 0 -50px;
  width: 50px;
  background-color: #436a53;
  font-size: 16px;
  line-height: 16px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: uppercase;
}
#nav-utility ul > li.nav-search.is-active span.toggler {
  background-color: #2f4b3b;
}
#nav-utility ul > li.nav-search.is-active span.toggler:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#nav-utility ul > li.nav-search.is-active form {
  height: 64px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#nav-utility ul > li.nav-search.is-active form input {
  -webkit-appearance: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#nav-utility ul > li.nav-account {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  #nav-utility ul > li.nav-account {
    position: relative;
    width: 100%;
    margin-top: -6px;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
#nav-utility ul > li.nav-account > a {
  text-transform: none;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 15px;
}
@media screen and (max-width: 700px) {
  #nav-utility ul > li.nav-account > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#nav-utility ul > li.nav-account > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  height: 7px;
  width: 8px;
  background-position: 0 0;
}
@media screen and (max-width: 700px) {
  #nav-utility ul > li.nav-account > a:after {
    top: 13px;
  }
}
#nav-utility ul > li.nav-account.is-active {
  /*a {
    background-color: darken($secondary, 10%);
  }*/
}
#nav-utility ul > li.nav-account ul {
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  z-index: 30;
  min-width: 135px;
  /*padding: 10px 0 0;*/
  background-color: #e5e5e5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media screen and (max-width: 700px) {
  #nav-utility ul > li.nav-account ul {
    position: relative;
    top: 2px;
    padding: 0;
  }
}
#nav-utility ul > li.nav-account ul li {
  display: block;
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
#nav-utility ul > li.nav-account ul li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#nav-utility ul > li.nav-account ul li a {
  font-size: 12px;
  line-height: 0px;
  font-size: 1.2rem;
  line-height: 0rem;
  height: 24px;
  display: block;
  text-align: left;
  color: #436a53;
  padding: 0 15px;
  background-color: #e5e5e5;
}
#nav-utility ul > li.nav-account ul li a:hover {
  color: #13284C;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#nav-utility ul > li.nav-account ul li.is-active a {
  color: #436a53;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
#nav-utility ul > li.nav-account.is-active ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#nav-utility ul > li.nav-account.is-active ul li {
  height: 24px;
}
#nav-utility ul > li.nav-account.is-active ul li a {
  background-color: #e5e5e5;
  font-size: 12px;
  line-height: 24px;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
#nav-utility ul > li.nav-account.is-active ul li.logout a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #d8d8d8;
}

#sub-nav {
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease-out 0.15s;
  -o-transition: all 0.5s ease-out 0.15s;
  -webkit-transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.15s;
  transition: all 0.5s ease-out 0.15s;
  border-width: 0;
}
#sub-nav.is-active {
  height: 245px;
  margin-bottom: 5px;
}
#sub-nav.is-active .content-container {
  overflow: hidden;
  position: relative;
  height: 245px;
}
#sub-nav.is-active .content-container #closenav {
  display: block;
}
#sub-nav .content-container {
  background-color: #cfb88c;
}
#sub-nav .content-container nav {
  padding: 40px 50px;
}
#sub-nav .content-container .subnav {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#sub-nav .content-container .subnav.is-active {
  height: 225px;
  opacity: 1;
}
#sub-nav .content-container #closenav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 18px;
  width: 18px;
  background-position: 0 -2471px;
  cursor: pointer;
  border: 15px solid #cfb88c;
  border-right-width: 25px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.touch #sub-nav .content-container #closenav, #sub-nav .content-container #closenav:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#sub-nav .content-container ul {
  width: 25%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sub-nav .content-container ul li {
  border-left: 1px solid #c7ad7a;
}
#sub-nav .content-container ul:first-of-type li {
  border-left-width: 0;
}
#sub-nav .content-container ul:first-of-type li a {
  padding-left: 0;
}
#sub-nav .content-container ul:last-of-type li {
  padding-right: 0;
}
#sub-nav .content-container ul:last-of-type li a {
  padding-right: 0;
}
#sub-nav .content-container ul a {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-transform: none;
  color: #436a53;
  padding: 0 2em 1.5em;
}
#sub-nav .content-container ul a:hover {
  color: #324a39;
}
#sub-nav .content-container ul p {
  color: #436a53;
  padding: 0 20px 1.5em;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#sub-nav .content-container ul p a {
  padding: 0;
  font-size: 11px;
  line-height: 16.5px;
  font-size: 1.1rem;
  line-height: 1.65rem;
  display: block;
  text-transform: none;
  text-decoration: none;
}
#sub-nav .content-container ul h5 {
  color: #436a53;
  padding: 0 20px 5px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
}
#sub-nav .content-container ul li:last-of-type a {
  padding-bottom: 0;
}
#sub-nav .content-container #sub-locations ul li.nav-page a {
  padding: 0 2em 1em;
}
#sub-nav .content-container #sub-locations ul:last-of-type li a {
  padding-right: 0;
}

#nav-main .content-container {
  position: relative;
  overflow: hidden;
}
#nav-main .main-nav-container {
  display: none;
  width: 100%;
  border-top: 1px solid #ddd;
  float: left;
}
@media screen and (min-width: 820px) {
  #nav-main .main-nav-container {
    display: block;
    width: auto;
  }
}
#nav-main .top-nav li {
  /*display: inline-block;
  @media screen and (min-width: 590px) {
    float: left;
    width: 25%;
    text-align: center;
  }*/
}
@media screen and (min-width: 820px) {
  #nav-main .top-nav li {
    display: inline-block;
    float: none;
    width: auto;
    text-align: left;
  }
}
#nav-main .top-nav li.is-active {
  color: #436a53;
  border-right-color: #cfb88c;
  background-color: #cfb88c;
}
#nav-main .top-nav li.is-active a {
  color: #436a53;
}
#nav-main .top-nav a {
  padding: 0 20px;
  background: url(../images/select-arrow.png) no-repeat calc(100% - 15px) center;
  background-size: 20px;
  border-top: 1px solid #eee;
  text-decoration: none;
  color: #436a53;
  font-size: 12px;
  line-height: 50px;
  font-size: 1.2rem;
  line-height: 5rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
@media screen and (min-width: 820px) {
  #nav-main .top-nav a {
    background: none;
    border-top: none;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  #nav-main .top-nav a {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1140px) {
  #nav-main .top-nav a {
    padding: 0 40px;
  }
}
#nav-main .top-nav a:hover {
  color: #cfb88c;
}
#nav-main .nav-search {
  width: auto;
  padding: 15px 20px;
  border-top: 1px solid #ddd;
}
@media (min-width: 820px) {
  #nav-main .nav-search {
    float: right;
    width: 260px;
    padding: 0;
    border-top: none;
  }
}
@media screen and (min-width: 930px) {
  #nav-main .nav-search {
    width: 360px;
  }
}
#nav-main .search-field,
#nav-main .search-submit {
  box-sizing: border-box;
  height: 40px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /*@media (min-width: $nav-tablet-width) {
    height: 51px;
  }*/
}
#nav-main .search-field {
  width: 100%;
  /*float: left;
  width: 65%;*/
  border-radius: 0;
  border-color: #ddd;
  -webkit-appearance: none;
}
@media (min-width: 820px) {
  #nav-main .search-field {
    float: left;
    width: 180px;
  }
}
@media screen and (min-width: 930px) {
  #nav-main .search-field {
    width: 260px;
  }
}
#nav-main .search-submit {
  position: absolute;
  top: 15px;
  right: 20px;
  /*float: left;
  width: 35%;*/
  border-radius: 0;
  background-color: #436a53;
  text-transform: uppercase;
  -webkit-appearance: none;
}
@media (min-width: 820px) {
  #nav-main .search-submit {
    position: relative;
    top: auto;
    right: auto;
    float: left;
    width: 80px;
  }
}
@media screen and (min-width: 930px) {
  #nav-main .search-submit {
    width: 100px;
  }
}

.main-nav-social-links {
  display: none;
}
@media screen and (min-width: 820px) {
  .main-nav-social-links {
    display: block;
    position: absolute;
    top: 60px;
    right: 16px;
  }
}
@media screen and (min-width: 1170px) {
  .main-nav-social-links {
    right: 0;
  }
}
.main-nav-social-links li {
  float: left;
  padding: 10px 0;
}
.main-nav-social-links li + li {
  margin-left: 16px;
}
.main-nav-social-links li.nav-twitter a, .main-nav-social-links li.nav-linkedin a {
  margin-top: .4rem;
  font-size: 2.2rem;
}
.main-nav-social-links a {
  display: block;
  font-size: 2.6rem;
  color: #aaa;
  text-decoration: none;
}
.main-nav-social-links a:hover {
  color: #575757;
}

.mobile-menu-toggle {
  position: absolute;
  top: 90px;
  right: 20px;
  color: #436a53;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 820px) {
  .mobile-menu-toggle {
    display: none;
  }
}

#nav-main .main-nav-container .sub-menu {
  display: none;
  padding-left: 20px;
  background: #eee;
}
@media screen and (min-width: 820px) {
  #nav-main .main-nav-container .sub-menu {
    display: none;
  }
}
#nav-main .main-nav-container .sub-menu a {
  background: none;
  text-transform: none;
  line-height: 3.5rem;
}

#hero {
  position: relative;
  z-index: 1;
}

.hero-wrap {
  position: relative;
  width: 100%;
  /*max-width: $max-width;*/
  min-width: 320px;
  margin: 0 auto;
}
.hero-wrap .hero-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-wrap .hero-bullets {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -73px 0 0;
  padding: 0;
  z-index: 9999;
}
.hero-wrap .hero-bullets li {
  list-style: none;
  margin: 0 0 3px;
  padding: 0;
}
.hero-wrap .hero-bullets li a {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-position: 0 -1000px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.hero-wrap .hero-bullets li a:hover {
  background-position: 0 -930px;
}
.hero-wrap .hero-bullets li a.is-active, .hero-wrap .hero-bullets li a.is-active:hover {
  background-position: 0 -1070px;
}

.slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #fff;
  z-index: 1;
}
.slide.is-active {
  display: block;
  opacity: 1;
}
.slide a.img-wrapper {
  display: block;
}
.slide a.img-wrapper .img-hero {
  pointer-events: none;
  width: 100%;
}
.slide a.img-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/slider-gradient.png) repeat-y 0 0;
  background-size: 100% 100%;
}
.slide .slide-content {
  position: absolute;
  bottom: 30%;
  left: 5%;
  color: #436a53;
  z-index: 101;
  right: 40%;
  text-align: left;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 1%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 1%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 1%);
  -moz-transition: left 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -o-transition: left 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition: left 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.5s;
  transition: left 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.slide .slide-content h1,
.slide .slide-content h2,
.slide .slide-content p.cta {
  opacity: 0;
  width: 100%;
}
.slide .slide-content h1 {
  font-size: 45px;
  line-height: 45px;
  font-size: 4.5rem;
  line-height: 4.5rem;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.5s;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  position: relative;
  letter-spacing: -1px;
  margin: 0 0 0 -60px;
}
.slide .slide-content h2 {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  clear: right;
  position: relative;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.5s;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  margin: 15px 0 20px -60px;
}
.slide .slide-content p.cta {
  margin-left: -120px;
  opacity: 0;
  position: relative;
}
.slide .slide-content p.cta a {
  background-color: #e05d31;
  color: #fff;
}
.slide .slide-content p.cta a:hover {
  background-color: #436a53;
}
.slide.is-active {
  z-index: 10;
}
.slide.is-active .slide-content h1, .slide.is-active .slide-content h2, .slide.is-active .slide-content p.cta {
  opacity: 1;
  margin-left: 0;
}

.program-arrow a {
  position: absolute;
  z-index: 1000;
  display: block;
  width: 50px;
  height: 50px;
  right: 50px;
  bottom: -6px;
  margin-left: 470px;
  height: 50px;
  width: 50px;
  background-position: 0 -451px;
  cursor: pointer;
  font-size: 16px;
  line-height: 50px;
  font-size: 1.6rem;
  line-height: 5rem;
  text-transform: uppercase;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  -webkit-transition: none 1s;
  transition: none 1s;
}
.program-arrow a span {
  position: absolute;
  display: block;
  z-index: -1;
  overflow: hidden;
  height: 44px;
  width: 0;
  right: 50px;
  color: #fff;
  background-position: 0 -357px;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.program-arrow a:hover span, .touch .program-arrow a span {
  width: 150px;
}

#program-overview {
  padding-top: 5px;
}
#program-overview .content-container {
  background-color: white;
  overflow: hidden;
  color: #fff;
}
#program-overview .content-container .description,
#program-overview .content-container .program-list {
  float: left;
  margin: 50px 0;
}
#program-overview .content-container .description {
  width: 33%;
}
#program-overview .content-container .description h2,
#program-overview .content-container .description h3,
#program-overview .content-container .description .desc {
  margin-left: 50px;
}
#program-overview .content-container .description h2 {
  color: #13284C;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-size: 3rem;
  line-height: 3rem;
}
#program-overview .content-container .description h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin: 1em 0 1em 50px;
}
#program-overview .content-container .description h3 a {
  color: #436a53;
}
#program-overview .content-container .description p {
  color: #575757;
}
#program-overview .content-container .description .more a {
  color: #436a53;
}
#program-overview .content-container .description .more a:hover {
  color: #2f4b3b;
}
#program-overview .content-container .description .desc {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
#program-overview .content-container .program-list {
  width: 67%;
}
#program-overview .content-container .program-list .program-inner {
  margin: 0 50px;
}
#program-overview .content-container .program-list ul {
  width: 50%;
  float: left;
}
#program-overview .content-container .program-list ul li {
  width: 100%;
  text-align: center;
}
#program-overview .content-container .program-list ul li a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 50px;
  font-size: 1.4rem;
  line-height: 5rem;
  white-space: nowrap;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0 0 2% 1%;
  display: block;
  height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #deceb0;
  color: #436a53;
}
#program-overview .content-container .program-list ul li a:hover {
  background-color: #d7c39e;
}
#program-overview .content-container .program-list ul li.is-active a, #program-overview .content-container .program-list ul li.is-active a:hover {
  background-color: #cfb88c;
  color: #fff;
}
#program-overview .content-container .program-list ul li:last-of-type a {
  margin-bottom: 0;
}
#program-overview .content-container .program-list ul:first-of-type li a {
  margin: 0 1% 2% 0;
}

.pods .content-container {
  padding: 5px 0;
  position: relative;
  overflow: hidden;
}

.pod {
  float: left;
  width: 33%;
  position: relative;
  margin: 0;
}
.pod.even {
  margin: 0 0.5%;
}
.pod img {
  width: 100%;
}
.pod h3,
.pod .pod-desc {
  margin: 25px 50px;
}
.pod h3 {
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}
.pod .pod-desc {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.featured .pod {
  height: 370px;
  background-color: #6fa485;
}
.featured .pod.odd {
  background-color: #436a53;
}
.featured .pod img {
  position: absolute;
  top: 0;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.featured .pod a {
  color: #fff;
}
.featured .pod a:hover {
  color: #e5e5e5;
}
.featured .pod h3,
.featured .pod .pod-desc {
  position: absolute;
  color: #fff;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.featured .pod h3 {
  color: #fff;
  top: 200px;
}
.featured .pod h3 a:hover {
  color: #fff;
}
.featured .pod .pod-desc {
  height: 0;
  position: absolute;
  top: 200px;
}
.opacity .featured .pod .pod-desc {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.no-opacity .featured .pod .pod-desc {
  display: none;
}
.touch .featured .pod.is-active img, .featured .pod:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.touch .featured .pod.is-active h3, .featured .pod:hover h3 {
  top: 25px;
}
.touch .featured .pod.is-active .pod-desc, .featured .pod:hover .pod-desc {
  top: 125px;
}
.opacity .touch .featured .pod.is-active .pod-desc, .opacity .featured .pod:hover .pod-desc {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.no-opacity .touch .featured .pod.is-active .pod-desc, .no-opacity .featured .pod:hover .pod-desc {
  display: block;
}

.news .content-container {
  background-color: #fff;
  padding: 25px 0;
}
.news .pod {
  position: relative;
  width: 33%;
  min-height: 280px;
  margin: 0;
  padding: 0;
}
.news .pod h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.news .pod h3 a {
  color: #436a53;
}
.news .pod .more {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.news .pod.even {
  width: 34%;
}
.news .pod.even:before, .news .pod.even:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 1px solid #e5e5e5;
}
.news .pod.even:before {
  left: 0;
}
.news .pod.even:after {
  right: 0;
}

.toggle-nav,
.content_block .toggle-nav {
  position: relative;
  width: 100%;
}
.toggle-nav a.header,
.toggle-nav li a,
.content_block .toggle-nav a.header,
.content_block .toggle-nav li a {
  display: block;
  background-color: #e5e5e5;
  position: relative;
  padding: 0 5px 0 30px;
  color: #828282;
  border-bottom: 1px solid #cccccc;
}
.toggle-nav a.header:hover,
.toggle-nav li a:hover,
.content_block .toggle-nav a.header:hover,
.content_block .toggle-nav li a:hover {
  background-color: #f5f5f5;
}
.toggle-nav li:first-of-type a,
.content_block .toggle-nav li:first-of-type a {
  border-top-width: 0;
}
.toggle-nav li,
.toggle-nav a.header,
.content_block .toggle-nav li,
.content_block .toggle-nav a.header {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 33px;
  font-size: 1.2rem;
  line-height: 3.3rem;
}
.toggle-nav li.current-menu-item a, .toggle-nav li.current_page_item a, .toggle-nav li.current_page_parent a,
.toggle-nav a.header.current-menu-item a,
.toggle-nav a.header.current_page_item a,
.toggle-nav a.header.current_page_parent a,
.content_block .toggle-nav li.current-menu-item a,
.content_block .toggle-nav li.current_page_item a,
.content_block .toggle-nav li.current_page_parent a,
.content_block .toggle-nav a.header.current-menu-item a,
.content_block .toggle-nav a.header.current_page_item a,
.content_block .toggle-nav a.header.current_page_parent a {
  color: #436a53;
  border-bottom-width: 0;
  background-color: #fdfdfd;
}
.toggle-nav li.is-state,
.toggle-nav a.header.is-state,
.content_block .toggle-nav li.is-state,
.content_block .toggle-nav a.header.is-state {
  display: none;
}
.toggle-nav h3,
.toggle-nav ul li a,
.content_block .toggle-nav h3,
.content_block .toggle-nav ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 5px 0 30px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 23px;
  font-size: 1.2rem;
  line-height: 2.3rem;
  min-height: 33px;
  min-height: 3.3rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.toggle-nav ul,
.toggle-nav li,
.content_block .toggle-nav ul,
.content_block .toggle-nav li {
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.toggle-nav ul,
.content_block .toggle-nav ul {
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.toggle-nav ul li,
.content_block .toggle-nav ul li {
  margin-bottom: 0;
  height: 0;
}
.toggle-nav.is-active ul, .toggle-nav .is-active ul,
.content_block .toggle-nav.is-active ul,
.content_block .toggle-nav .is-active ul {
  display: block;
}
.toggle-nav.is-active ul li, .toggle-nav .is-active ul li,
.content_block .toggle-nav.is-active ul li,
.content_block .toggle-nav .is-active ul li {
  height: 33px;
}
.toggle-nav.is-active ul li.current-menu-item, .toggle-nav.is-active ul li.current_page_item, .toggle-nav .is-active ul li.current-menu-item, .toggle-nav .is-active ul li.current_page_item,
.content_block .toggle-nav.is-active ul li.current-menu-item,
.content_block .toggle-nav.is-active ul li.current_page_item,
.content_block .toggle-nav .is-active ul li.current-menu-item,
.content_block .toggle-nav .is-active ul li.current_page_item {
  height: 33px;
}
.toggle-nav .toggler:before,
.toggle-nav span.toggler,
.content_block .toggle-nav .toggler:before,
.content_block .toggle-nav span.toggler {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  background-color: red;
}
.toggle-nav .toggler:after,
.toggle-nav span.toggler:after,
.content_block .toggle-nav .toggler:after,
.content_block .toggle-nav span.toggler:after {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background-position: 0 -679px;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  right: 8px;
  top: 8px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.toggle-nav.is-active .toggler:after,
.content_block .toggle-nav.is-active .toggler:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.toggle-nav a.header,
.toggle-nav a.header:hover,
.content_block .toggle-nav a.header,
.content_block .toggle-nav a.header:hover {
  border-bottom: 2px solid #cfb88c;
  background-color: #436a53;
  color: #fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
}
.toggle-nav a.header:before,
.content_block .toggle-nav a.header:before {
  background-color: #cfb88c;
}
.toggle-nav.states-nav.toggle-nav h3,
.content_block .toggle-nav.states-nav.toggle-nav h3 {
  border-bottom: 2px solid #ff9147;
  background-color: #e05d31;
  color: #fff;
  padding-right: 30px;
  font-size: 15px;
  line-height: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.toggle-nav.states-nav.toggle-nav h3:before,
.content_block .toggle-nav.states-nav.toggle-nav h3:before {
  background-color: #ff9147;
}
.toggle-nav.states-nav.toggle-nav ul,
.content_block .toggle-nav.states-nav.toggle-nav ul {
  margin: 0;
  overflow: hidden;
}
.toggle-nav.states-nav.toggle-nav ul li,
.content_block .toggle-nav.states-nav.toggle-nav ul li {
  margin: 0;
}
.toggle-nav.states-nav.toggle-nav ul li a,
.content_block .toggle-nav.states-nav.toggle-nav ul li a {
  background-color: #ff9147;
  color: #fff;
  border-top: 1px solid #e58240;
  border-bottom-width: 0;
  padding-top: 3px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.toggle-nav.states-nav.toggle-nav ul li a:hover,
.content_block .toggle-nav.states-nav.toggle-nav ul li a:hover {
  background-color: #ffa061;
}
.toggle-nav.states-nav.toggle-nav ul li:first-of-type a,
.content_block .toggle-nav.states-nav.toggle-nav ul li:first-of-type a {
  border-width: 0;
}
.toggle-nav.states-nav.toggle-nav.is-active ul li,
.content_block .toggle-nav.states-nav.toggle-nav.is-active ul li {
  height: 33px;
}

#sidebar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*float: left;
  width: 33%;
  padding-right: 60px;
  margin-bottom: 100px;*/
  /*position: absolute;
  top: 0;
  left: 0;*/
  float: left;
  width: 28%;
  height: 100%;
  padding-bottom: 100px;
  /*margin-top: 100px;*/
  /*background: url("../images/sidebar-bg.png");*/
}
#sidebar nav {
  padding-bottom: 6px;
  background: #fff;
}
#sidebar .top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28%;
  height: 100px;
  background: #fff;
}
#sidebar .top a {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  padding: 10px 15px 0 30px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #436a53;
  text-transform: uppercase;
  text-decoration: none;
}
#sidebar .top a:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0px;
  display: block;
  width: 8px;
  height: 7px;
  background: url("../images/arrow-up.png") no-repeat;
}
#sidebar #subnav-bottom a.header {
  border-bottom: 1px solid #13284C;
}
#sidebar #subnav-bottom a {
  border-bottom: 1px solid #cccccc;
  padding-left: 45px;
}
#sidebar #subnav-bottom a span.toggler:before {
  display: none;
}
#sidebar #subnav-bottom .current_page_item a {
  border-bottom-width: 0;
}
#sidebar #subnav-bottom li {
  height: auto;
}
#sidebar #subnav-bottom li.has_children > a {
  margin-right: 35px;
}
#sidebar #subnav-bottom li.has_children > a:before {
  display: none;
}
#sidebar #subnav-bottom li span.toggler {
  right: -35px;
  bottom: -1px;
  background-color: #e5e5e5;
  border-bottom: 1px solid #cccccc;
}
#sidebar #subnav-bottom li span.toggler:after {
  content: "";
  position: absolute;
  background-position: 0 -551px;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  right: 8px;
  top: 8px;
  bottom: -1px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#sidebar #subnav-bottom li ul.sub-menu li,
#sidebar #subnav-bottom li ul.children li {
  height: 0;
}
#sidebar #subnav-bottom li.is-active > a .toggler:after, #sidebar #subnav-bottom li.current_page_item > a .toggler:after, #sidebar #subnav-bottom li.current-menu-ancestor > a .toggler:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sidebar #subnav-bottom li.is-active > ul.sub-menu > li,
#sidebar #subnav-bottom li.is-active > ul.children > li, #sidebar #subnav-bottom li.current_page_item > ul.sub-menu > li,
#sidebar #subnav-bottom li.current_page_item > ul.children > li, #sidebar #subnav-bottom li.current-menu-ancestor > ul.sub-menu > li,
#sidebar #subnav-bottom li.current-menu-ancestor > ul.children > li {
  min-height: 33px;
  height: auto;
}
#sidebar #subnav-bottom li.is-active > ul.sub-menu > li a,
#sidebar #subnav-bottom li.is-active > ul.children > li a, #sidebar #subnav-bottom li.current_page_item > ul.sub-menu > li a,
#sidebar #subnav-bottom li.current_page_item > ul.children > li a, #sidebar #subnav-bottom li.current-menu-ancestor > ul.sub-menu > li a,
#sidebar #subnav-bottom li.current-menu-ancestor > ul.children > li a {
  background-color: #fff;
  padding-left: 60px;
}
#sidebar #subnav-bottom li.is-active > ul.sub-menu > li a:hover,
#sidebar #subnav-bottom li.is-active > ul.children > li a:hover, #sidebar #subnav-bottom li.current_page_item > ul.sub-menu > li a:hover,
#sidebar #subnav-bottom li.current_page_item > ul.children > li a:hover, #sidebar #subnav-bottom li.current-menu-ancestor > ul.sub-menu > li a:hover,
#sidebar #subnav-bottom li.current-menu-ancestor > ul.children > li a:hover {
  background-color: white;
}
#sidebar #subnav-bottom li.is-active > ul.sub-menu > li li a,
#sidebar #subnav-bottom li.is-active > ul.children > li li a, #sidebar #subnav-bottom li.current_page_item > ul.sub-menu > li li a,
#sidebar #subnav-bottom li.current_page_item > ul.children > li li a, #sidebar #subnav-bottom li.current-menu-ancestor > ul.sub-menu > li li a,
#sidebar #subnav-bottom li.current-menu-ancestor > ul.children > li li a {
  padding-left: 80px;
  color: #000;
  font-size: 11px;
  line-height: 23px;
  font-size: 1.1rem;
  line-height: 2.3rem;
}
#sidebar #subnav-bottom li.has_children.current_page_ancestor > a,
#sidebar #subnav-bottom li.has_children.current_page_item > a {
  background-color: #436a53;
  color: #fff;
}
#sidebar #subnav-bottom li.has_children.current_page_ancestor > a span.toggler,
#sidebar #subnav-bottom li.has_children.current_page_item > a span.toggler {
  background-color: #d7c39e;
  border-bottom-width: 0;
}
#sidebar #subnav-bottom li.has_children.current_page_ancestor > a span.toggler:before,
#sidebar #subnav-bottom li.has_children.current_page_item > a span.toggler:before {
  background-color: #d7c39e;
}
#sidebar #subnav-bottom li.has_children.current_page_ancestor > a span.toggler.is-active:after,
#sidebar #subnav-bottom li.has_children.current_page_item > a span.toggler.is-active:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sidebar #subnav-bottom li.has_children.current_page_ancestor li.has_children.current_page_ancestor span.toggler,
#sidebar #subnav-bottom li.has_children.current_page_ancestor li.has_children.current_page_item span.toggler,
#sidebar #subnav-bottom li.has_children.current_page_item li.has_children.current_page_ancestor span.toggler,
#sidebar #subnav-bottom li.has_children.current_page_item li.has_children.current_page_item span.toggler {
  background-color: #e5e5e5;
}
#sidebar #subnav-bottom li.has_children.current_page_ancestor.current_page_ancestor a,
#sidebar #subnav-bottom li.has_children.current_page_item.current_page_ancestor a {
  color: #fff;
  border-bottom-color: #436a53;
}
#sidebar #subnav-bottom li.has_children.current_page_ancestor ul.sub-menu li,
#sidebar #subnav-bottom li.has_children.current_page_ancestor ul.children li,
#sidebar #subnav-bottom li.has_children.current_page_item ul.sub-menu li,
#sidebar #subnav-bottom li.has_children.current_page_item ul.children li {
  display: block;
}
#sidebar #subnav-bottom li.has_children.current_page_ancestor ul.sub-menu li a,
#sidebar #subnav-bottom li.has_children.current_page_ancestor ul.children li a,
#sidebar #subnav-bottom li.has_children.current_page_item ul.sub-menu li a,
#sidebar #subnav-bottom li.has_children.current_page_item ul.children li a {
  color: #575757;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}
#sidebar #subnav-bottom li.has_children.current_page_ancestor ul.sub-menu li a:before,
#sidebar #subnav-bottom li.has_children.current_page_ancestor ul.children li a:before,
#sidebar #subnav-bottom li.has_children.current_page_item ul.sub-menu li a:before,
#sidebar #subnav-bottom li.has_children.current_page_item ul.children li a:before {
  display: none;
}
#sidebar #subnav-bottom li.has_children.current_page_ancestor ul.sub-menu li a:hover,
#sidebar #subnav-bottom li.has_children.current_page_ancestor ul.children li a:hover,
#sidebar #subnav-bottom li.has_children.current_page_item ul.sub-menu li a:hover,
#sidebar #subnav-bottom li.has_children.current_page_item ul.children li a:hover {
  background-color: white;
}
#sidebar #subnav-bottom li.has_children.current_page_ancestor ul.sub-menu li:first-of-type a,
#sidebar #subnav-bottom li.has_children.current_page_ancestor ul.children li:first-of-type a,
#sidebar #subnav-bottom li.has_children.current_page_item ul.sub-menu li:first-of-type a,
#sidebar #subnav-bottom li.has_children.current_page_item ul.children li:first-of-type a {
  border-top-width: 0;
}
#sidebar #subnav-bottom li.has_children.current_page_ancestor ul.sub-menu li.current_page_item > a,
#sidebar #subnav-bottom li.has_children.current_page_ancestor ul.children li.current_page_item > a,
#sidebar #subnav-bottom li.has_children.current_page_item ul.sub-menu li.current_page_item > a,
#sidebar #subnav-bottom li.has_children.current_page_item ul.children li.current_page_item > a {
  color: #d7c39e;
}

.gform_wrapper {
  overflow: inherit;
  margin: 10px 0;
  max-width: 98%;
}

#gforms_confirmation_message {
  color: #e05d31;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 1em 0;
  padding: 1em 0;
  border: 1px solid #e05d31;
  border-width: 2px 0;
}

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
  font-weight: normal;
  border: none;
  outline: none;
  background: none;
}

.gform_wrapper :focus {
  outline: 0;
}

.gform_wrapper form {
  text-align: left;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
  outline-style: none;
  padding: 5px 2px 5px 2px;
  letter-spacing: normal;
}

.gform_wrapper input[type=image] {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}

.gform_wrapper textarea {
  outline-style: none;
  padding: 4px 2px 4px 2px;
  resize: none;
}

.gform_wrapper ul {
  margin: 0 !important;
  list-style-type: none;
}

html > body .entry ul,
.gform_wrapper ul {
  text-indent: 0;
}

.gform_wrapper li,
.gform_wrapper form li {
  margin-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible;
}

.gform_wrapper ul li.gfield {
  clear: both;
}

.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
  overflow: hidden;
}

.gform_wrapper ul.right_label li,
.gform_wrapper form ul.right_label li,
.gform_wrapper ul.left_label li,
.gform_wrapper form ul.left_label li {
  margin-bottom: 14px;
}

.gform_wrapper ul.right_label li ul.gfield_radio li,
.gform_wrapper form ul.right_label li ul.gfield_radio li,
.gform_wrapper ul.left_label li ul.gfield_radio li,
.gform_wrapper form ul.left_label li ul.gfield_radio li,
.gform_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_wrapper form ul.left_label li ul.gfield_checkbox li {
  margin-bottom: 10px;
}

.gform_wrapper ul li:before,
.gform_wrapper ul li:after,
.gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}

.gform_wrapper select {
  padding: 5px 0 5px 0;
  letter-spacing: normal;
}

.gform_wrapper select option {
  padding: 2px 2px;
  display: block;
}

.gform_wrapper .inline {
  display: inline !important;
}

.gform_wrapper .gform_heading {
  width: 98%;
  margin-bottom: 18px;
}

.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  width: 70px;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  margin-right: 12px;
}

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
  margin-right: 6px;
}

.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.gform_wrapper .gfield_time_ampm select {
  width: 60px !important;
}

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input,
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_year input {
  width: 70% !important;
}

.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  width: 50px;
  float: left;
}

.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_year input {
  width: 85% !important;
}

.gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer;
}

.gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF;
}

.gform_wrapper .field_name_first,
.gform_wrapper .field_name_last {
  width: 50%;
  float: left;
}

.gform_wrapper .ginput_complex {
  overflow: hidden;
}

.gform_wrapper .ginput_left input:focus + label,
.gform_wrapper .ginput_right input:focus + label,
.gform_wrapper .ginput_full input:focus + label {
  font-weight: bold;
}

.gform_wrapper .field_name_first input,
.gform_wrapper .ginput_complex .ginput_left input {
  width: 95% !important;
}

.gform_wrapper .field_name_last input {
  width: 93% !important;
}

.gform_wrapper .datepicker {
  width: 100px !important;
}

.gform_wrapper .ginput_complex .ginput_left {
  width: 50%;
  float: left;
}

.gform_wrapper .ginput_complex .ginput_right {
  width: 49%;
  float: right;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left,
.gform_wrapper .gfield_error .ginput_complex .ginput_right {
  width: 50%;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password] {
  width: 90% !important;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password] {
  width: 95% !important;
}

.gform_wrapper .ginput_complex input[type=text],
.gform_wrapper .ginput_complex input[type=url],
.gform_wrapper .ginput_complex input[type=email],
.gform_wrapper .ginput_complex input[type=tel],
.gform_wrapper .ginput_complex input[type=number],
.gform_wrapper .ginput_complex input[type=password],
.gform_wrapper .ginput_complex select {
  width: 95% !important;
}

.gform_wrapper .ginput_complex .ginput_right input[type=text],
.gform_wrapper .ginput_complex .ginput_right input[type=url],
.gform_wrapper .ginput_complex .ginput_right input[type=email],
.gform_wrapper .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .ginput_complex .ginput_right input[type=number],
.gform_wrapper .ginput_complex .ginput_right input[type=password],
.gform_wrapper .ginput_complex .ginput_right select {
  width: 95% !important;
}

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  display: block;
  margin: 0 0 1em;
}

.gform_wrapper .ginput_complex .name_prefix {
  float: left;
  width: 30px !important;
  margin-right: 14px;
}

.gform_wrapper .ginput_complex .name_suffix {
  float: left;
  width: 30px !important;
}

.gform_wrapper .ginput_complex .name_first,
.gform_wrapper .ginput_complex .name_last {
  float: left;
  width: 100px;
  margin-right: 8px;
}

.gform_wrapper .top_label .gfield_label {
  margin: 1em 0 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  clear: both;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.gform_wrapper .left_label .gfield_label {
  float: left;
  margin: 0 15px 0 0;
  width: 29%;
  font-weight: bold;
}

.gform_wrapper .right_label .gfield_label {
  float: left;
  margin: 0 15px 0 0;
  width: 29%;
  font-weight: bold;
  text-align: right;
}

.gform_wrapper .left_label ul.gfield_checkbox,
.gform_wrapper .right_label ul.gfield_checkbox,
.gform_wrapper .left_label ul.gfield_radio,
.gform_wrapper .right_label ul.gfield_radio {
  margin-left: 32%;
  overflow: hidden;
}

.gform_wrapper .top_label input.small,
.gform_wrapper .top_label select.small {
  width: 25%;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 47%;
}

.gform_wrapper .top_label input.medium {
  padding-right: 2px;
}

.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
  width: 99.2%;
}

.gform_wrapper .right_label input.small,
.gform_wrapper .right_label select.small,
.gform_wrapper .left_label input.small,
.gform_wrapper .left_label select.small {
  width: 15%;
}

.gform_wrapper .right_label input.medium,
.gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium,
.gform_wrapper .left_label select.medium {
  width: 35%;
}

.gform_wrapper .right_label input.large,
.gform_wrapper .right_label select.large,
.gform_wrapper .left_label input.large,
.gform_wrapper .left_label select.large,
.gform_wrapper textarea.textarea {
  width: 63%;
}

.gform_wrapper .right_label div.ginput_complex,
.gform_wrapper .left_label div.ginput_complex {
  width: 64%;
}

.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}

.gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px 0;
}

.gform_wrapper span.gform_description {
  font-weight: normal;
}

.gform_wrapper h2.gsection_title,
.gform_wrapper .gsection_description,
.gform_wrapper h3.gform_title {
  width: 98%;
}

.gform_wrapper .gsection {
  border-bottom: 1px dotted #CCC;
  padding: 0 0 8px 0;
  margin: 16px 0;
  clear: both;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
}

/* radio and checkbox styling - justifies lenghty labels ------------------------------------------------------*/
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  display: block;
  margin: 0 0 0 24px;
  padding: 0;
  width: auto;
  line-height: 1.5;
  vertical-align: top;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {
  float: left;
  margin-top: 2px;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  clear: both;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
  padding: 0 0 1em 0;
}

.gform_wrapper .gfield_description {
  padding: 10px 0 0 0;
  width: 99.8%;
}

.gform_wrapper .left_label .gfield_description,
.gform_wrapper .right_label .gfield_description {
  width: 63%;
}

.gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px 0;
}

.gfield_date_year + .gfield_description {
  padding: 0;
}

.gform_wrapper .right_label .gfield_description,
.gform_wrapper .left_label .gfield_description,
.gform_wrapper .left_label .instruction,
.gform_wrapper .right_label .instruction {
  margin-left: 31%;
}

.gform_wrapper .left_label .gsection .gsection_description,
.gform_wrapper .right_label .gsection .gsection_description {
  margin-left: 0;
  padding-top: 4px;
  padding-left: 0;
  line-height: 1.5em;
}

.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}

.gform_wrapper textarea.small {
  height: 80px;
}

.gform_wrapper textarea.medium {
  height: 150px;
}

.gform_wrapper textarea.large {
  height: 250px;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFDFE0;
  margin-bottom: 6px !important;
  padding: 6px 6px 4px 6px !important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
  margin-bottom: 6px !important;
  padding: 6px 6px 4px 6px !important;
  border: 1px dashed #C89797;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: 1em;
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  padding: 10px 20px 10px 45px;
  min-height: 25px;
  background-image: url(../../../plugins/gravityforms/images/stopbanner.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #790000;
  border-bottom: 1px solid #620101;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.3em;
  letter-spacing: 0.2pt;
}

li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 14px !important;
}

.gform_wrapper .top_label .gfield_error .ginput_container {
  max-width: 99%;
}

.gform_wrapper .top_label .gfield_error {
  width: 97%;
}

.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}

.gform_wrapper .right_label .gfield_error input.large,
.gform_wrapper .right_label .gfield_error select.large,
.gform_wrapper .right_label .gfield_error textarea.textarea,
.gform_wrapper .left_label .gfield_error input.large,
.gform_wrapper .left_label .gfield_error select.large,
.gform_wrapper .left_label .gfield_error textarea.textarea {
  width: 66%;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #790000;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 12px;
  margin-bottom: 12px !important;
  padding-left: 10px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 12px;
}

.gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.6em;
}

.gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1.2em;
  font-weight: bold;
}

div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}

.gform_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 16px;
}

.gform_wrapper .validation_message {
  color: #790000;
  font-weight: bold;
  letter-spacing: normal;
}

.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: #790000;
}

.gform_wrapper .gform_footer {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
}

.gform_wrapper .gform_footer.right_label,
.gform_wrapper .gform_footer.left_label {
  padding: 16px 0 10px 31%;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 1em;
}

.gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: none !important;
  border: none !important;
}

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
  min-height: 43px;
  display: block;
  overflow: hidden;
}

.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password] {
  width: 97% !important;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  margin: 0 0 8px 0;
  line-height: 1.3em;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: bold;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* tame those pesky hidden fields ------------------------------------------------------*/
.gform_wrapper input[type=hidden],
.gform_wrapper input.gform_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper .gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}

.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
  display: none !important;
}

/* additional spacing and padding tweaks ------------------------------------------------------*/
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
}

.gform_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px;
}

.gform_wrapper .top_label .gfield_description {
  padding: 10px 0 0 0;
}

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message {
  padding: 10px 0 !important;
}

.gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin-top: 6px;
}

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
  margin-top: 6px;
}

.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}

/* HTML field default margins -----------------------------------------------------*/
.gform_wrapper .left_label li.gfield_html_formatted,
.gform_wrapper .right_label li.gfield_html_formatted {
  margin-left: 32%;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}

/* ajax forms ------------------------------------------------------*/
.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}

/* hide the honeypot field  ------------------------------------------------------*/
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

/* Really Simple Captcha ------------------------------------------------------*/
.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}

.gform_wrapper .simple_captcha_small input {
  width: 100px;
}

.gform_wrapper .simple_captcha_medium input {
  width: 150px;
}

.gform_wrapper .simple_captcha_large input {
  width: 200px;
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .right_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_large {
  margin-left: 32%;
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* math challenge ------------------------------------------------------*/
.gform_wrapper .math_small input {
  width: 69px;
}

.gform_wrapper .math_medium input {
  width: 90px;
}

.gform_wrapper .math_large input {
  width: 108px;
}

.gform_wrapper .left_label .math_small,
.gform_wrapper .right_label .math_small,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .left_label .math_large,
.gform_wrapper .right_label .math_large {
  margin-left: 32%;
}

/* textarea character counter ------------------------------------------------------*/
.gform_wrapper div.charleft {
  font-size: 11px;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92% !important;
  white-space: nowrap !important;
}

.gform_wrapper div.charleft[style] {
  width: 92% !important;
}

.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}

.gform_wrapper div.charleft.warningTextareaInfo {
  color: #A1A1A1;
}

.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}

/* submission limit message ------------------------------------------------------*/
.gf_submission_limit_message {
  color: #790000;
  font-size: 1.4em;
}

/* pricing fields ------------------------------------------------------*/
.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.gform_wrapper span.ginput_total {
  color: #060;
  font-size: 1.2em;
}

.gform_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}

.gform_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}

.gform_wrapper span.ginput_product_price {
  color: #900;
}

.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}

.gform_wrapper input.ginput_quantity {
  width: 40px;
}

/* multi-page form paging ------------------------------------------------------*/
.gform_wrapper .gform_page_footer {
  margin: 20px 0;
  width: 99%;
  border-top: 1px dotted #CCC;
  padding: 16px 0 0 0;
}

.gform_wrapper .gform_page_footer .button.gform_button {
  margin-right: 10px;
}

/* multi-page progress bar  ------------------------------------------------------*/
.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 99%;
  margin: 0 0 8px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px dotted #CCC;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 13px;
  line-height: 1em !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.gform_wrapper .gf_progressbar {
  width: 99%;
  height: 20px;
  overflow: hidden;
  line-height: 20px !important;
  border: 1px solid #EEE;
  background-image: url(../../../plugins/gravityforms/images/gf-percentbar-bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.gform_wrapper .gf_progressbar_percentage {
  height: 20px;
  text-align: right;
  font-family: helvetica,arial,sans-serif;
  font-size: 13px !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
}

.gform_wrapper .percentbar_blue {
  background-image: url(../../../plugins/gravityforms/images/gf-percentbar-blue.png);
  background-repeat: repeat-x;
  background-color: #0072BC;
  color: #FFF;
}

.gform_wrapper .percentbar_gray {
  background-image: url(../../../plugins/gravityforms/images/gf-percentbar-gray.png);
  background-repeat: repeat-x;
  background-color: #666;
  color: #FFF;
}

.gform_wrapper .percentbar_green {
  background-image: url(../../../plugins/gravityforms/images/gf-percentbar-green.png);
  background-repeat: repeat-x;
  background-color: #94DC21;
  color: #FFF;
}

.gform_wrapper .percentbar_orange {
  background-image: url(../../../plugins/gravityforms/images/gf-percentbar-orange.png);
  background-repeat: repeat-x;
  background-color: #DC7021;
  color: #FFF;
}

.gform_wrapper .percentbar_red {
  background-image: url(../../../plugins/gravityforms/images/gf-percentbar-red.png);
  background-repeat: repeat-x;
  background-color: #DC2521;
  color: #FFF;
}

.gform_wrapper .percentbar_custom {
  background-image: url(../../../plugins/gravityforms/images/gf-percentbar-custom.png);
  background-repeat: repeat-x;
}

/* multi-page steps ------------------------------------------------------*/
.gform_wrapper .gf_page_steps {
  width: 99%;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #CCC;
}

.gform_wrapper .gf_step {
  width: auto !important;
  margin: 0 10px 10px 0;
  font-size: 14px;
  height: 20px;
  line-height: 20px !important;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  font-family: arial,sans-serif;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.gform_wrapper .gf_step span.gf_step_number {
  font-size: 20px;
  float: left;
  font-family: arial,sans-serif;
}

.gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}

.gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/* password strength indicator -----------------------------------------------------------------*/
.gform_wrapper .gfield_password_strength {
  border: 1px solid #DDD;
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  width: 200px;
  background-color: #EEE;
}

.gform_wrapper .gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C;
}

.gform_wrapper .gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0;
}

.gform_wrapper .gfield_password_strength.short,
.gform_wrapper .gfield_password_strength.mismatch {
  background-color: #FFA0A0;
  border-color: #f04040;
}

.gform_wrapper .gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C;
}

/* reset the default list styles for the HTML blocks -----------------------------------------------------------------*/
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 0.5em;
  overflow: visible;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 0.5em;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 1em 0 1.5em 2.0em;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 1em 0 1em 1.5em;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 0.5em;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 1.5em 0;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: bold;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 1em 1.5em;
}

/* list fields added in v.1.6 -----------------------------------------------------------------*/
.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.gform_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
}

.gform_wrapper table.gfield_list thead th {
  font-weight: bold;
  text-align: left;
}

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}

.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0;
}

.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
  padding: 0 0 0.5em 0;
}

.gform_wrapper table.gfield_list th + th,
.gform_wrapper table.gfield_list td + td {
  padding: 0 0 0.5em 0.7em;
}

.gform_wrapper .left_label .gfield_list, .gform_wrapper .right_label .gfield_list {
  width: 64%;
}

.gform_wrapper .top_label .gfield_list {
  width: 99%;
}

.gform_wrapper .left_label .gf_list_one_column, .gform_wrapper .right_label .gf_list_one_column {
  width: 45%;
}

.gform_wrapper .top_label .gf_list_one_column {
  width: 46%;
}

.gform_wrapper .gfield_list input {
  width: 98%;
}

.gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.gform_wrapper table.gfield_list td.gfield_list_icons {
  min-width: 45px !important;
}

/* enhanced UI/select styles added in v.1.6 -----------------------------------------------------------------*/
.gform_wrapper select.chzn-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important;
}

.gform_wrapper .chzn-container {
  font-size: 13px;
  position: relative;
  margin-bottom: 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.gform_wrapper .chzn-container .chzn-drop {
  background-color: #FFF;
  border: 1px solid #AAA;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.gform_wrapper .chzn-container-single .chzn-single {
  background-color: #FFF;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #EEE 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #EEE 0%, white 50%);
  background-image: -o-linear-gradient(top, #EEE 0%, #FFF 50%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #AAA;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}

.gform_wrapper .chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.gform_wrapper .chzn-container-single .chzn-single div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #CCC;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CCC), color-stop(0.6, #EEE));
  background-image: -webkit-linear-gradient(center bottom, #CCC 0%, #EEE 60%);
  background-image: -moz-linear-gradient(center bottom, #CCC 0%, #EEE 60%);
  background-image: -o-linear-gradient(bottom, #CCC 0%, #EEE 60%);
  background-image: -ms-linear-gradient(top, #CCC 0%, #EEE 60%);
  background-image: linear-gradient(to bottom, #cccccc 0%, #eeeeee 60%);
  border-left: 1px solid #AAA;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}

.gform_wrapper .chzn-container-single .chzn-single div b {
  background-image: url(../../../plugins/gravityforms/images/chosen-sprite.png);
  background-position: 0 1px;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

.gform_wrapper .chzn-container-single .chzn-search {
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap;
}

.gform_wrapper .chzn-container-single .chzn-search input {
  background: #FFF url(../../../plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #EEE));
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat, -webkit-linear-gradient(center bottom, white 85%, #EEE 99%);
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat, -moz-linear-gradient(center bottom, white 85%, #EEE 99%);
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat, -o-linear-gradient(bottom, white 85%, #EEE 99%);
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat, -ms-linear-gradient(top, #FFF 85%, #EEE 99%);
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat, -ms-linear-gradient(top, #FFF 85%, #EEE 99%);
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #AAA;
  font-family: sans-serif;
  font-size: 1em;
}

.gform_wrapper .chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.gform_wrapper .chzn-container-multi .chzn-choices {
  background-color: #FFF;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #EEE));
  background-image: -webkit-linear-gradient(center bottom, white 85%, #EEE 99%);
  background-image: -moz-linear-gradient(center bottom, white 85%, #EEE 99%);
  background-image: -o-linear-gradient(bottom, white 85%, #EEE 99%);
  background-image: -ms-linear-gradient(top, #FFF 85%, #EEE 99%);
  background-image: linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%);
  border: 1px solid #AAA;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}

.gform_wrapper .chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #E4E4E4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E4E4E4), color-stop(0.7, #EEE));
  background-image: -webkit-linear-gradient(center bottom, #E4E4E4 0%, #EEE 70%);
  background-image: -moz-linear-gradient(center bottom, #E4E4E4 0%, #EEE 70%);
  background-image: -o-linear-gradient(bottom, #E4E4E4 0%, #EEE 70%);
  background-image: -ms-linear-gradient(top, #E4E4E4 0%, #EEE 70%);
  background-image: linear-gradient(to bottom, #e4e4e4 0%, #eeeeee 70%);
  color: #333;
  border: 1px solid #B4B4B4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice-focus {
  background-color: #D4D4D4;
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 8px;
  height: 9px;
  font-size: 1px;
  background-image: url(../../../plugins/gravityforms/images/chosen-sprite.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -9px;
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -9px;
}

.gform_wrapper .chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.gform_wrapper .chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}

.gform_wrapper .chzn-container .chzn-results li {
  display: none;
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
}

.gform_wrapper .chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}

.gform_wrapper .chzn-container .chzn-results .highlighted {
  background-color: #F0F0F0;
}

.gform_wrapper .chzn-container .chzn-results li em {
  background-color: #FEFFDE;
  font-style: normal;
}

.gform_wrapper .chzn-container .chzn-results .highlighted em {
  background: transparent;
}

.gform_wrapper .chzn-container .chzn-results .no-results {
  background-color: #F4F4F4;
}

.gform_wrapper .chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}

.gform_wrapper .chzn-container .chzn-results .group-option {
  padding-left: 20px;
}

.gform_wrapper .chzn-container-multi .chzn-drop .result-selected {
  display: none;
}

.gform_wrapper .chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper .chzn-container-active .chzn-single-with-drop {
  border: 1px solid #AAA;
  -webkit-box-shadow: 0 1px 0 #FFF inset;
  -moz-box-shadow: 0 1px 0 #FFF inset;
  -o-box-shadow: 0 1px 0 #FFF inset;
  box-shadow: 0 1px 0 #FFF inset;
  background-color: #EEE;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #EEE));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #EEE 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #EEE 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #EEE 50%);
  background-image: -ms-linear-gradient(top, #FFF 0%, #EEE 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.gform_wrapper .chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}

.gform_wrapper .chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}

.gform_wrapper .chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper .chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}

.gform_wrapper .chzn-rtl {
  direction: rtl;
  text-align: right;
}

.gform_wrapper .chzn-rtl .chzn-single {
  padding-left: 0;
  padding-right: 8px;
}

.gform_wrapper .chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
}

.gform_wrapper .chzn-rtl .chzn-single div {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #AAA;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.gform_wrapper .chzn-rtl .chzn-choices li {
  float: right;
}

.gform_wrapper .chzn-rtl .chzn-choices .search-choice {
  padding: 3px 6px 3px 19px;
  margin: 3px 5px 3px 0;
}

.gform_wrapper .chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 5px;
  right: auto;
  background-position: right top;
}

.gform_wrapper .chzn-rtl.chzn-container-single .chzn-results {
  margin-left: 4px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 4px;
}

.gform_wrapper .chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 20px;
}

.gform_wrapper .chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}

.gform_wrapper .chzn-rtl .chzn-search input {
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, #FFF;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #EEE));
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, -webkit-linear-gradient(center bottom, white 85%, #EEE 99%);
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, -moz-linear-gradient(center bottom, white 85%, #EEE 99%);
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, -o-linear-gradient(bottom, white 85%, #EEE 99%);
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, -ms-linear-gradient(top, #FFF 85%, #EEE 99%);
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, -ms-linear-gradient(top, #FFF 85%, #EEE 99%);
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%);
  padding: 4px 5px 4px 20px;
}

/* credit card icons ------------------------------------------------------*/
.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px;
}

.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}

/* credit card fields ------------------------------------------------------*/
.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left,
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-height: 43px;
  position: relative;
  float: left;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left {
  width: 50%;
  margin-right: 1%;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important;
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important;
}

.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  width: 48% !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* fix recaptcha line height issue ------------------------------------------------------*/
body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1em !important;
}

#blog {
  margin-right: 50px;
  overflow: visible;
}
#blog.content_block .photo_wide.featured-image img {
  max-width: 100%;
}
#blog .content {
  margin-bottom: 50px;
}
#blog h2.post_title a {
  margin-bottom: .25em;
  font-size: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #436a53;
}
#blog h3.post_cats {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
#blog h3.post_cats a {
  color: #436a53;
}
#blog h3.post_cats a:hover {
  color: #575757;
}
#blog h6.post_date {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #e05d31;
  font-weight: bold;
  margin-bottom: 2em;
}
#blog h6.post_date span,
#blog h6.post_date span a {
  color: #436a53;
  text-decoration: none;
  font-weight: normal;
}
#blog .featured-image {
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
#blog .featured-image img {
  margin: 0;
  padding: 0;
  display: block;
}
#blog .featured-image .caption {
  padding: 1%;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-style: oblique;
}
.single #blog .page-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #436a53;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.single #blog .post_cats {
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.single #blog .post_date {
  letter-spacing: normal;
  margin: 15px 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.single #blog .post_date span {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#blog .archive {
  width: 48%;
  float: left;
  margin-right: 0;
  border-bottom-width: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#blog .archive .excerpt-read-more {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
#blog .archive .featured-image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#blog .archive .featured-image img {
  display: block;
  margin-bottom: 0;
}
#blog .archive.odd {
  margin-right: 4%;
}
#blog .archive.featured {
  overflow: hidden;
  width: 100%;
  height: auto;
  float: none;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cfb88c;
  /*h3.post_cats,
  h5.post_date {
    margin-left: 40%;
  }*/
}
#blog .archive.featured h3.post_cats a {
  font-size: 14px;
  line-height: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #436a53;
}
#blog .archive.featured h3.post_cats a:hover {
  color: #575757;
}
#blog .archive.featured h5.post_date {
  margin-bottom: 2em;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
}
#blog .archive.featured h5.post_date span {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#blog .archive.featured .featured-image {
  width: 35%;
  margin-right: 5%;
  margin-bottom: 0;
  background-color: #436a53;
}
#blog .archive.featured .featured-image .caption {
  color: #fff;
  padding: 3%;
}
#blog .archive.featured .archive-content.has-img {
  margin-left: 40%;
}

body.single-post .toggle-nav a.header,
body.blog .toggle-nav a.header {
  display: none;
}

.event_block h2.event_title,
.event_block h3.event_location,
.event_block h6.post_date,
.event_block p.more,
.page-events .content_block h2.event_title,
.page-events .content_block h3.event_location,
.page-events .content_block h6.post_date,
.page-events .content_block p.more {
  margin-left: 65px;
}
.event_block h2.event_title a,
.page-events .content_block h2.event_title a {
  color: #436a53;
}
.event_block h3.event_location,
.page-events .content_block h3.event_location {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.95rem;
}
.event_block h6.post_date,
.page-events .content_block h6.post_date {
  margin-bottom: 1em !important;
  font-weight: normal !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.event_block h6.post_date a,
.page-events .content_block h6.post_date a {
  font-weight: bold;
  color: #436a53;
  text-decoration: none;
  white-space: nowrap;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.event_block p.more a,
.page-events .content_block p.more a {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.event_block .date-callout,
.page-events .content_block .date-callout {
  float: left;
  width: 50px;
  margin-right: 15px;
  background-color: #436a53;
}
.event_block .date-callout a,
.page-events .content_block .date-callout a {
  display: block;
  margin: 3px;
  text-align: center;
  text-decoration: none;
}
.event_block .date-callout a.date,
.page-events .content_block .date-callout a.date {
  padding: 5px 0;
  margin-bottom: 15px;
  background-color: #fff;
  color: #436a53;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.event_block .date-callout a.caption,
.page-events .content_block .date-callout a.caption {
  color: #fff;
  padding: 5px 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.event_block.archive,
.page-events .content_block.archive {
  width: 48%;
  float: left;
  margin-right: 0;
  margin-bottom: 50px;
}
.event_block.archive.odd,
.page-events .content_block.archive.odd {
  margin-right: 4%;
}
.event_block.featured h2.event_title,
.event_block.featured h3.event_location,
.event_block.featured h6.post_date,
.event_block.featured .event_desc,
.event_block.featured p.cta,
.page-events .content_block.featured h2.event_title,
.page-events .content_block.featured h3.event_location,
.page-events .content_block.featured h6.post_date,
.page-events .content_block.featured .event_desc,
.page-events .content_block.featured p.cta {
  margin-left: 160px;
}
.event_block.featured h3.event_location,
.page-events .content_block.featured h3.event_location {
  color: #e05d31;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.event_block.featured .date-callout,
.page-events .content_block.featured .date-callout {
  width: 130px;
  margin-right: 30px;
}
.event_block.featured .date-callout a.date,
.page-events .content_block.featured .date-callout a.date {
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
  font-size: 3rem;
  line-height: 4rem;
}
.event_block.featured p.more,
.page-events .content_block.featured p.more {
  margin-left: 0;
}

.single-events .event-info {
  overflow: hidden;
  margin-bottom: 30px;
}
.single-events .event-info h5.post_date {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.single-events #contact-info {
  margin-bottom: 30px;
}
.single-events #map-canvas {
  height: 200px;
}
.single-events .form-outer-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}
.single-events .form-outer-wrapper .form-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  height: auto;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.single-events .form-outer-wrapper.is-active .form-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  max-height: 3000px;
  overflow: visible;
}

.post-type-archive-careers .content_block table {
  width: 100%;
}

.single-careers .content_block .form-outer-wrapper {
  margin-top: 50px;
}
.single-careers .content_block .form-outer-wrapper .form-wrapper {
  display: none;
}
.single-careers .content_block .form-outer-wrapper.is-active .form-wrapper {
  display: block;
}

.job_title,
.job_location,
.job_date {
  white-space: nowrap;
}

table.table_sorter th {
  cursor: pointer;
}
table.table_sorter th span:after {
  content: "";
  position: relative;
  height: 5px;
  width: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
table.table_sorter th.headerSortDown span:after, table.table_sorter th.headerSortUp span:after {
  width: 9px;
  height: 5px;
}
table.table_sorter th.headerSortDown span:after {
  background-position: 0 -747px;
}
table.table_sorter th.headerSortUp span:after {
  background-position: 0 -247px;
}

.data_row {
  overflow: hidden;
  margin: 1em 0;
  padding: 5px 5px 1em 5px;
  border-bottom: 1px solid #e5e5e5;
}
.data_row .data_label {
  float: left;
  width: 20%;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.data_row .data_desc {
  margin-left: 23%;
}
.data_row.error {
  background-color: #e05d31;
  color: #fff;
}

#searchform {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.content_block.search .featured-image {
  float: left;
  margin-right: 15px;
}
.content_block.search h2, .content_block.search h3, .content_block.search h6 {
  margin: 0 0 .15em;
}
.content_block.search h3.a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.content_block.search h3 a,
.content_block.search h6.post_date {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.95rem;
}
.content_block.search h6.post_breadcrumb {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.content_block.search h6.post_breadcrumb a {
  text-decoration: none;
  color: #436a53;
}

.dmh_page_navi {
  list-style: none;
  text-align: center;
}
.dmh_page_navi li {
  display: inline-block;
  vertical-align: baseline;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.dmh_page_navi li a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.dmh_page_navi li.bpn-prev-link a, .dmh_page_navi li.bpn-next-link a, .dmh_page_navi li.bpn-last-page-link a, .dmh_page_navi li.bpn-first-page-link a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}

html body .purechat-widget.purechat-bottom .purechat-widget-header,
html body .purechat-window.purechat-bottom .purechat-widget-header,
html body .purechat-widget.purechat-bottom .purechat-widget-inner,
html body .purechat-window.purechat-bottom .purechat-widget-inner {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
html body .purechat-widget .purechat-widget-title-link,
html body .purechat-window .purechat-widget-title-link {
  text-align: center;
  font-size: 14px !important;
  line-height: 20px !important;
  padding: .5em;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 100 !important;
  text-transform: uppercase;
}

.programs-widget {
  position: relative;
  padding: 30px 15px;
  border-top: 5px solid #3d91d0;
  background: #324a39;
  text-transform: uppercase;
  color: #fff;
  box-sizing: border-box;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 700px) {
  .programs-widget {
    margin-top: 10px;
  }
}
@media (min-width: 930px) {
  .programs-widget {
    padding: 30px 25px;
  }
}
@media (min-width: 1000px) {
  .programs-widget {
    padding: 40px;
  }
}
@media (min-width: 1100px) {
  .programs-widget {
    /*margin-top: -170px;*/
    padding: 50px;
  }
}
@media (min-width: 1140px) {
  .programs-widget {
    margin-top: -170px;
  }
}
.programs-widget * {
  box-sizing: border-box;
  font-weight: 600;
}
.programs-widget .widget-title {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 900px) {
  .programs-widget .widget-columns {
    text-align: justify;
  }
  .programs-widget .widget-columns:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
}
.programs-widget .widget-column {
  display: block;
}
@media (min-width: 900px) {
  .programs-widget .widget-column {
    display: inline-block;
    vertical-align: top;
  }
}
.programs-widget .widget-column + .widget-column {
  margin-top: 20px;
}
@media (min-width: 900px) {
  .programs-widget .widget-column + .widget-column {
    margin-top: 0;
  }
}
.programs-widget .widget-column:last-child {
  text-align: center;
}
.programs-widget .widget-column-title {
  margin-bottom: 10px;
}
.programs-widget .widget-cta {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding-top: 20px;
  background: #e05d31;
  border-radius: 50%;
  color: #fff;
  font-size: 2.2rem;
  text-decoration: none;
  text-align: center;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 1000px) {
  .programs-widget .widget-cta {
    margin-top: 10px;
  }
}
.programs-widget .widget-cta:hover, .programs-widget .widget-cta:active, .programs-widget .widget-cta:focus {
  color: #fff;
}
.programs-widget .widget-cta[href="#"] {
  background: #828282;
  opacity: .75;
}
.programs-widget .styled-select {
  width: 100%;
  height: 32px;
  overflow: hidden;
  background: #fff url(../images/select-arrow.png) no-repeat right center;
}
@media (min-width: 900px) {
  .programs-widget .styled-select {
    min-width: 230px;
  }
}
@media (min-width: 1000px) {
  .programs-widget .styled-select {
    min-width: 250px;
    height: 40px;
  }
}
@media (min-width: 900px) {
  .programs-widget .styled-select.styled-select-long {
    min-width: 290px;
  }
}
@media (min-width: 1100px) {
  .programs-widget .styled-select.styled-select-long {
    min-width: 320px;
  }
}
.programs-widget select {
  width: 100%;
  padding: 8px;
  padding-right: 34px;
  border: none;
  border-radius: 0;
  background: transparent;
  line-height: 1em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.4rem;
  text-transform: none;
  font-weight: 300;
  /*@include font-sans-bold;*/
  /*@media (min-width: 1100px) {
    padding: 14px 8px;
    font-size: 1.8rem;
  }*/
}
.programs-widget select:focus {
  outline: none;
}
@media (min-width: 1000px) {
  .programs-widget select {
    padding: 12px 34px 12px 8px;
    font-size: 1.5rem;
  }
}

.programs-widget--interior {
  padding: 15px;
  margin: 0 0 35px;
  border-top: none;
}
@media (min-width: 900px) {
  .programs-widget--interior .widget-columns:after {
    content: none;
  }
}
@media (min-width: 1000px) {
  .programs-widget--interior .widget-columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
}
.programs-widget--interior .widget-column {
  display: block;
}
@media (min-width: 1000px) {
  .programs-widget--interior .widget-column {
    display: inline-block;
    vertical-align: top;
    flex: 1 0 auto;
    padding: 0 5px;
  }
}
.programs-widget--interior .widget-column + .widget-column {
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .programs-widget--interior .widget-column + .widget-column {
    margin-top: 0;
  }
}
.programs-widget--interior .widget-column:last-child {
  width: 100%;
}
.programs-widget--interior h1.widget-title {
  margin-bottom: 20px;
  font-size: 1.875em;
}
.programs-widget--interior .widget-column-title {
  font-size: 1.2rem;
}
.programs-widget--interior .styled-select {
  height: 32px;
  min-width: 0;
  background-size: 24px;
}
@media (min-width: 1000px) {
  .programs-widget--interior .styled-select {
    height: 38px;
  }
}
.programs-widget--interior select {
  padding-right: 30px;
  font-size: 1.3rem;
}
.programs-widget--interior .widget-cta {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding-top: 20px;
  font-size: 2.2rem;
}
@media (min-width: 1000px) {
  .programs-widget--interior .widget-cta {
    margin-top: 20px;
  }
}

@media (min-width: 1000px) {
  .programs-widget[data-widget="2"] .widget-columns {
    max-width: 910px;
    margin: 0 auto;
  }
}
@media (min-width: 900px) {
  .programs-widget[data-widget="2"] .styled-select {
    min-width: 360px;
  }
}

/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.hero-slider.flexslider {
  position: relative;
}
@media (max-width: 700px) {
  .hero-slider.flexslider {
    display: none;
  }
}
.hero-slider.flexslider * {
  box-sizing: border-box;
}
.hero-slider.flexslider li {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
@media (min-width: 600px) {
  .hero-slider.flexslider li {
    background-size: cover;
    background-position: center center;
  }
}
.hero-slider.flexslider .slide-container {
  padding-top: 40vw;
}
@media (min-width: 600px) {
  .hero-slider.flexslider .slide-container {
    display: flex;
    max-width: 1140px;
    min-height: 300px;
    height: 300px;
    padding: 0 50px;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 1140px) {
  .hero-slider.flexslider .slide-container {
    min-height: 500px;
    height: 500px;
  }
}
@media (min-width: 1280px) {
  .hero-slider.flexslider .slide-container {
    padding: 0;
  }
}
.hero-slider.flexslider .slide-content {
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  text-align: center;
}
@media (min-width: 600px) {
  .hero-slider.flexslider .slide-content {
    max-width: 500px;
    padding: 0;
    background: transparent;
    text-align: left;
  }
}
@media (min-width: 1140px) {
  .hero-slider.flexslider .slide-content {
    margin-top: -150px;
  }
}
.hero-slider.flexslider .slide-content * {
  color: #436a53;
}
.hero-slider.flexslider .slide-content * + * {
  margin-top: 10px;
}
.hero-slider.flexslider .slide-content h1 {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (min-width: 930px) {
  .hero-slider.flexslider .slide-content h1 {
    font-size: 30px;
    line-height: 40px;
    font-size: 3rem;
    line-height: 4rem;
  }
}
.hero-slider.flexslider .slide-content h2 {
  font-size: 18px;
  line-height: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (min-width: 930px) {
  .hero-slider.flexslider .slide-content h2 {
    font-size: 21px;
    line-height: 29px;
    font-size: 2.1rem;
    line-height: 2.9rem;
  }
}
.hero-slider.flexslider .slide-content p.cta {
  position: initial;
  margin-top: 20px;
}
.hero-slider.flexslider .slide-content p.cta a {
  background: #e05d31;
  color: #fff;
}
.hero-slider.flexslider .slide-content p.cta a:hover, .hero-slider.flexslider .slide-content p.cta a:active {
  background: #436a53;
  color: #fff;
}
.hero-slider.flexslider .slide-content p.cta a:focus {
  background: #e05d31;
  color: #fff;
}

.hero-slider.flexslider .flex-direction-nav .flex-nav-prev,
.hero-slider.flexslider .flex-direction-nav .flex-nav-next,
.home-yatpo-slider .flex-direction-nav .flex-nav-prev,
.home-yatpo-slider .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 15vw;
}
@media (min-width: 600px) {
  .hero-slider.flexslider .flex-direction-nav .flex-nav-prev,
  .hero-slider.flexslider .flex-direction-nav .flex-nav-next,
  .home-yatpo-slider .flex-direction-nav .flex-nav-prev,
  .home-yatpo-slider .flex-direction-nav .flex-nav-next {
    top: 50%;
    margin-top: -20px;
  }
}
@media (min-width: 1140px) {
  .hero-slider.flexslider .flex-direction-nav .flex-nav-prev,
  .hero-slider.flexslider .flex-direction-nav .flex-nav-next,
  .home-yatpo-slider .flex-direction-nav .flex-nav-prev,
  .home-yatpo-slider .flex-direction-nav .flex-nav-next {
    top: 38%;
    margin-top: 0;
  }
}
.hero-slider.flexslider .flex-direction-nav .flex-nav-prev a,
.hero-slider.flexslider .flex-direction-nav .flex-nav-next a,
.home-yatpo-slider .flex-direction-nav .flex-nav-prev a,
.home-yatpo-slider .flex-direction-nav .flex-nav-next a {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.4rem;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.hero-slider.flexslider .flex-direction-nav .flex-nav-prev,
.home-yatpo-slider .flex-direction-nav .flex-nav-prev {
  left: 0;
  margin-left: 25px;
}
@media (min-width: 1180px) {
  .hero-slider.flexslider .flex-direction-nav .flex-nav-prev,
  .home-yatpo-slider .flex-direction-nav .flex-nav-prev {
    margin-left: 4%;
  }
}
.hero-slider.flexslider .flex-direction-nav .flex-nav-prev a,
.home-yatpo-slider .flex-direction-nav .flex-nav-prev a {
  /*@extend .icon-font-slideshow-arrow-left;*/
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hero-slider.flexslider .flex-direction-nav .flex-nav-prev a:before,
.home-yatpo-slider .flex-direction-nav .flex-nav-prev a:before {
  content: "\e901";
}
.hero-slider.flexslider .flex-direction-nav .flex-nav-next,
.home-yatpo-slider .flex-direction-nav .flex-nav-next {
  right: 0;
  margin-right: 25px;
}
@media (min-width: 1180px) {
  .hero-slider.flexslider .flex-direction-nav .flex-nav-next,
  .home-yatpo-slider .flex-direction-nav .flex-nav-next {
    margin-right: 4%;
  }
}
.hero-slider.flexslider .flex-direction-nav .flex-nav-next a,
.home-yatpo-slider .flex-direction-nav .flex-nav-next a {
  /*@extend .icon-font-slideshow-arrow-right;*/
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hero-slider.flexslider .flex-direction-nav .flex-nav-next a:before,
.home-yatpo-slider .flex-direction-nav .flex-nav-next a:before {
  content: "\e902";
}

.home-programs-callout {
  padding: 30px 15px;
  background: url(../images/home-product-callouts-bg.jpg) no-repeat center;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 930px) {
  .home-programs-callout {
    padding: 30px 25px;
  }
}
@media (min-width: 1000px) {
  .home-programs-callout {
    padding: 40px;
  }
}
@media (min-width: 1100px) {
  .home-programs-callout {
    padding: 60px;
  }
}
.home-programs-callout * {
  box-sizing: border-box;
  color: #fff;
}
.home-programs-callout .content-container {
  text-align: center;
}
.home-programs-callout h2 {
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  font-size: 3.2rem;
  line-height: 4rem;
}
.home-programs-callout h3 {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.home-programs-callout ul {
  overflow: hidden;
  margin-top: 20px;
}
@media screen and (min-width: 930px) {
  .home-programs-callout ul {
    margin-top: 40px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
.home-programs-callout li {
  position: relative;
  padding: 8px 0;
}
@media screen and (min-width: 930px) {
  .home-programs-callout li {
    padding: 15px 50px 0 30px;
    text-align: left;
  }
}
.home-programs-callout li span {
  display: none;
}
@media screen and (min-width: 930px) {
  .home-programs-callout li span {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 18px;
    opacity: .6;
  }
}
.home-programs-callout a {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 930px) {
  .home-programs-callout a {
    font-size: 22px;
    line-height: 30px;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.home-programs-callout a:hover, .home-programs-callout a:focus, .home-programs-callout a:active, .home-programs-callout a:visited {
  color: rgba(255, 255, 255, 0.6);
}

.home-packages-callouts {
  padding: 30px 15px;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 930px) {
  .home-packages-callouts {
    padding: 30px 25px;
  }
}
@media (min-width: 1000px) {
  .home-packages-callouts {
    padding: 40px;
  }
}
@media (min-width: 1100px) {
  .home-packages-callouts {
    padding: 50px;
  }
}
@media (min-width: 1180px) {
  .home-packages-callouts {
    padding-right: 0;
    padding-left: 0;
  }
}
.home-packages-callouts * {
  box-sizing: border-box;
  color: #436a53;
}
.home-packages-callouts h2 {
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  font-size: 3.2rem;
  line-height: 4rem;
}

.home-packages-callout-row {
  /*margin-top: 30px;*/
}
@media (min-width: 700px) {
  .home-packages-callout-row {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
}

.home-packages-callout {
  position: relative;
  margin-top: 30px;
  margin-bottom: 95px;
  border: 2px solid #e05d31;
}
@media (min-width: 700px) {
  .home-packages-callout {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    flex: 1 1 48%;
    max-width: 48%;
    margin-bottom: 80px;
  }
}
@media (min-width: 930px) {
  .home-packages-callout {
    flex: 1 1 24%;
    max-width: 24%;
  }
}
.home-packages-callout.is-new {
  background: url(../images/home-package-new-banner.png) no-repeat right top;
  background-size: 100px;
}

.home-packages-callout-details {
  max-width: 100%;
  padding: 20px 20px 16px;
}
@media (min-width: 700px) {
  .home-packages-callout-details {
    padding: 24px 24px 20px;
    align-self: flex-end;
  }
}

.home-packages-callout-title {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (min-width: 1000px) {
  .home-packages-callout-title {
    font-size: 22px;
    line-height: 30px;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.home-packages-callout-title + .home-packages-callout-description {
  margin-top: 10px;
}

.home-packages-callout-price {
  padding: 14px 0;
  margin: 14px 24px 0;
  border-top: 2px solid #e05d31;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  font-size: 3rem;
  line-height: 3.6rem;
}
@media (min-width: 700px) {
  .home-packages-callout-price {
    width: 100%;
    padding: 20px 0 24px;
    margin: 0 24px;
  }
}

.home-packages-callout p.cta {
  position: absolute;
  bottom: -68px;
  left: 0;
  width: 100%;
}
@media (min-width: 700px) {
  .home-packages-callout p.cta {
    bottom: -74px;
  }
}
.home-packages-callout p.cta .home-packages-callout-cta {
  width: 100%;
  padding: 16px;
  font-weight: normal;
}
.home-packages-callout p.cta .home-packages-callout-cta:hover, .home-packages-callout p.cta .home-packages-callout-cta:active, .home-packages-callout p.cta .home-packages-callout-cta:focus {
  background-color: #436a53;
  border-color: #436a53;
  color: #fff;
}

.home-icon-pods {
  overflow: hidden;
  padding: 0 15px 30px;
  box-sizing: border-box;
}
@media (min-width: 930px) {
  .home-icon-pods {
    padding: 10px 25px 60px;
  }
}
@media (min-width: 1000px) {
  .home-icon-pods {
    padding: 20px 40px 70px;
  }
}
@media (min-width: 1100px) {
  .home-icon-pods {
    padding: 30px 50px 90px;
  }
}
@media (min-width: 1180px) {
  .home-icon-pods {
    padding-right: 0;
    padding-left: 0;
  }
}
.home-icon-pods * {
  box-sizing: border-box;
}

.home-icon-pod {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 800px) {
  .home-icon-pod {
    float: left;
    width: 46%;
    margin-top: 60px;
  }
  .home-icon-pod:nth-child(even) {
    margin-left: 8%;
  }
  .home-icon-pod:nth-child(2n+1) {
    clear: both;
  }
}

.home-icon-pod-icon {
  width: 13%;
  float: left;
}
.home-icon-pod-icon img {
  max-width: 100%;
}

.home-icon-pod-content {
  width: 80%;
  float: right;
}
.home-icon-pod-content h2 {
  color: #436a53;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  font-size: 2.4rem;
  line-height: 3rem;
}
@media (min-width: 930px) {
  .home-icon-pod-content h2 {
    font-size: 32px;
    line-height: 40px;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.home-icon-pod-content h2 a {
  color: #436a53;
}
.home-icon-pod-content h2 a:hover {
  color: #436a53;
}
.home-icon-pod-content p {
  font-size: 16px;
  line-height: 22px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.home-icon-pod-cta {
  display: inline-block;
  margin-top: 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: #e05d31;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
}

.home-yatpo-carousel {
  padding: 0 15px 30px;
  box-sizing: border-box;
}
@media (min-width: 930px) {
  .home-yatpo-carousel {
    padding: 0 25px 60px;
  }
}
@media (min-width: 1000px) {
  .home-yatpo-carousel {
    padding: 0 40px 70px;
  }
}
@media (min-width: 1100px) {
  .home-yatpo-carousel {
    padding: 0 50px 90px;
  }
}
@media (min-width: 1180px) {
  .home-yatpo-carousel {
    padding-right: 0;
    padding-left: 0;
  }
}

.home-photo-pods {
  box-sizing: border-box;
}
@media (min-width: 930px) {
  .home-photo-pods {
    display: flex;
  }
}
.home-photo-pods * {
  box-sizing: border-box;
}

.home-photo-pod {
  padding: 30px 15px;
  background: #324a39;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 930px) {
  .home-photo-pod {
    flex: 1;
    width: 50%;
    padding: 30px 25px;
  }
}
@media (min-width: 1000px) {
  .home-photo-pod {
    padding: 40px;
  }
}
@media (min-width: 1100px) {
  .home-photo-pod {
    padding: 60px 50px;
  }
}
@media (min-width: 1180px) {
  .home-photo-pod {
    padding-right: 0;
    padding-left: 0;
  }
  .home-photo-pod:nth-child(odd) {
    text-align: right;
  }
  .home-photo-pod:nth-child(odd) .home-photo-pod-content {
    margin-right: 70px;
  }
  .home-photo-pod:nth-child(even) {
    text-align: left;
  }
  .home-photo-pod:nth-child(even) .home-photo-pod-content {
    margin-left: 70px;
  }
}

.home-photo-pod-solid .home-photo-pod-content .cta a:not(:hover) {
  border-color: #fff;
}
.home-photo-pod-solid .home-photo-pod-content p {
  text-shadow: none;
}

.home-photo-pod-content {
  text-align: left;
  color: #436a53;
}
@media (min-width: 1180px) {
  .home-photo-pod-content {
    display: inline-block;
    max-width: 500px;
    padding-right: 45px;
  }
}
.home-photo-pod-content * {
  color: #fff;
}
.home-photo-pod-content p {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.home-photo-pod-content .cta {
  margin-top: 30px;
  text-shadow: none;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.home-photo-pod-content .cta a {
  background: #e05d31;
  border: none;
  color: #fff;
  font-weight: inherit;
}
.home-photo-pod-content .cta a:hover, .home-photo-pod-content .cta a:active {
  background: #436a53;
  color: #fff;
}
.home-photo-pod-content .cta a:focus {
  background: #e05d31;
  color: #fff;
  outline: none;
}

.home-photo-pod-subhead {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
}
@media (min-width: 930px) {
  .home-photo-pod-subhead {
    font-size: 24px;
    line-height: 30px;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.home-photo-pod-headline {
  margin-top: 10px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  font-size: 3.2rem;
  line-height: 4rem;
}
@media (min-width: 930px) {
  .home-photo-pod-headline {
    font-size: 40px;
    line-height: 50px;
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 1180px) {
  .home-photo-pod-headline {
    font-size: 48px;
    line-height: 60px;
    font-size: 4.8rem;
    line-height: 6rem;
  }
}

.home-chat-callout {
  padding: 30px 15px;
  background: #e05d31;
  box-sizing: border-box;
}
@media (min-width: 930px) {
  .home-chat-callout {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 1000px) {
  .home-chat-callout {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1100px) {
  .home-chat-callout {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1180px) {
  .home-chat-callout {
    padding-right: 0;
    padding-left: 0;
  }
}
.home-chat-callout * {
  box-sizing: border-box;
  color: #fff;
}
.home-chat-callout .content-container {
  text-align: center;
  /*@media (min-width: 930px) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }*/
}
.home-chat-callout .home-chat-callout-headline {
  font-size: 24px;
  line-height: 30px;
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 930px) {
  .home-chat-callout .home-chat-callout-headline {
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .home-chat-callout .home-chat-callout-headline {
    font-size: 30px;
    line-height: 36px;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.home-chat-callout .cta a {
  color: #fff;
  font-weight: inherit;
}
.home-chat-callout .cta a:not(:hover) {
  border-color: #fff;
}
.home-chat-callout .tel-link {
  cursor: default;
}
.home-chat-callout .tel-link:hover, .home-chat-callout .tel-link:focus {
  color: #fff;
}

#map-canvas {
  width: 100%;
  height: 300px;
}
#map-canvas img {
  max-width: none;
}

.content_block {
  margin-right: 50px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  overflow: auto;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  /* end .wp-caption */
  /* image gallery styles */
  /* end .gallery */
  /* gallery caption styles */
}
.content_block.photo_wide {
  overflow: visible;
}
.content_block:last-of-type {
  margin-bottom: 0;
  padding-bottom: 25px;
  border-bottom-width: 0;
}
.content_block iframe, .content_block object, .content_block embed, .content_block img {
  max-width: 100%;
}
.content_block ol, .content_block ul {
  margin-bottom: 2em;
}
.content_block ul {
  list-style-type: disc;
}
.content_block ol {
  list-style-type: decimal;
}
.content_block ol li,
.content_block ul li {
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: .5em 0 .5em 1.5em;
}
.content_block ol li > ol,
.content_block ol li > ul,
.content_block ul li > ol,
.content_block ul li > ul {
  margin-bottom: 0;
}
.content_block ul.button_list {
  list-style: none;
  margin: 25px 0;
  padding: 0;
}
.content_block ul.button_list li {
  margin: 0;
  padding: 0;
  float: left;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 25px;
}
.content_block ul.button_list li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em;
  display: block;
  background-color: #fff;
  border: 3px solid #e5e5e5;
  text-align: center;
  color: #436a53;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  white-space: nowrap;
}
.content_block ul.button_list li a:hover {
  background-color: #436a53;
  color: #fff;
  border: 3px solid #436a53;
}
.content_block em, .content_block italic {
  font-style: italic;
  font-size: 1.1em;
}
.content_block strong, .content_block bold {
  font-weight: 900;
}
.content_block sub, .content_block sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.content_block sup {
  top: -0.5em;
}
.content_block sub {
  bottom: -0.25em;
}
.content_block img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.content_block img.circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.content_block .alignleft,
.content_block img.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-left: -3em;
}
.no-photo-inset .content_block .alignleft, .no-photo-inset
.content_block img.alignleft {
  margin-left: 0;
}
.content_block .alignright,
.content_block img.alignright {
  float: right;
  margin-left: 1.5em;
  margin-right: -2em;
}
.no-photo-inset .content_block .alignright, .no-photo-inset
.content_block img.alignright {
  margin-right: 0;
}
.content_block video, .content_block object {
  max-width: 100%;
  height: auto;
}
.content_block .more a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.content_block .wp-caption {
  max-width: 100%;
  background: #436a53;
  padding: 0;
  margin-bottom: 1.5em;
  /* images inside wp-caption */
}
.content_block .wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
  display: block;
}
.content_block .wp-caption .wp-caption-dd,
.content_block .wp-caption p.wp-caption-text {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 18px;
  font-size: 1.1rem;
  line-height: 1.8rem;
  color: #fff;
  font-style: oblique;
  margin: 0 1%;
  text-align: center;
}
.content_block .wp-caption .wp-caption-dd a,
.content_block .wp-caption p.wp-caption-text a {
  color: #fff;
}
.content_block table {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 2em;
}
.content_block table.price-table {
  width: 100%;
  margin-top: 1.5em;
  /*tr td.value {
    width: 25%;
  }*/
}
.content_block table.price-table tr td {
  width: 25%;
}
.content_block table.three-column-table {
  width: 100%;
  margin-top: 1.5em;
}
.content_block table.three-column-table td.col_1,
.content_block table.three-column-table td.col_3 {
  width: 22%;
}
.content_block table.three-column-table td.col_2 {
  width: 56%;
}
.content_block table tr {
  border-top: 1px solid #fff;
}
.content_block table tr th {
  padding: 3px 20px;
  background-color: #436a53;
  color: #fff;
  text-align: left;
}
.content_block table tr td {
  padding: 10px 20px;
}
.content_block table tr.even td {
  background-color: #e5e5e5;
}
.content_block table tr.odd td {
  background-color: #f5f5f5;
}
.content_block table tr.even:hover td, .content_block table tr.odd:hover td {
  background-color: #aecbba;
}
.content_block table tr.footer td, .content_block table tr.total-row td {
  background-color: transparent;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.content_block table tr.footer td.col_3, .content_block table tr.footer td.value, .content_block table tr.total-row td.col_3, .content_block table tr.total-row td.value {
  text-transform: uppercase;
  color: #436a53;
}
.content_block table tr.spacer td {
  background-color: transparent;
  padding: 20px 0;
}
.content_block table tr.spacer:hover td {
  background-color: transparent;
}
.content_block table tr a.btn {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: .5em 1em;
  text-transform: uppercase;
  background-color: #e05d31;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.content_block table tr a.btn:hover {
  background-color: #e36e47;
}
.content_block p {
  margin-bottom: 1em;
}
.content_block p:last-of-type {
  margin-bottom: 0;
}
.content_block blockquote {
  margin: 2em 0;
  color: #436a53;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 28px;
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-style: oblique;
  text-indent: -.25em;
}
.content_block .citation {
  text-align: right;
  color: #436a53;
  font-style: oblique;
  font-size: 20px;
  line-height: 20px;
  font-size: 2rem;
  line-height: 2rem;
  margin-top: -1.5em;
}
.content_block h1 {
  font-size: 30px;
  line-height: 30px;
  font-size: 3rem;
  line-height: 3rem;
  color: #436a53;
  margin-bottom: 24px;
}
.content_block h2, .content_block h3, .content_block h4, .content_block h5 {
  margin-bottom: .5em;
}
.content_block h2 {
  font-size: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #436a53;
  text-transform: uppercase;
}
.content_block h3 {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #436a53;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.content_block h4 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #436a53;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
}
.content_block h5 {
  color: #e05d31;
  text-transform: none;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.95rem;
}
.content_block h5 strong {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.content_block h6 {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #13284C;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.content_block .photo_wide {
  margin-right: -50px;
}
.content_block .photo_wide img {
  width: 100%;
}
.content_block p.more {
  margin: 0;
}
.content_block p.more a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.content_block .two_col,
.content_block ul.two_col {
  overflow: hidden;
  margin-left: 0;
}
.content_block .two_col li,
.content_block ul.two_col li {
  list-style: none;
  margin-left: 0;
}
.content_block .two_col .col,
.content_block ul.two_col .col {
  width: 47%;
  float: left;
}
.content_block .two_col .col.col1,
.content_block ul.two_col .col.col1 {
  margin-right: 6%;
}
.content_block .two_col.layout_1 > li.col, .content_block .two_col.layout_4 > li.col,
.content_block ul.two_col.layout_1 > li.col,
.content_block ul.two_col.layout_4 > li.col {
  width: 50%;
  float: left;
}
.content_block .two_col.layout_2,
.content_block ul.two_col.layout_2 {
  width: 100%;
}
.content_block .two_col.layout_4 > li.col,
.content_block ul.two_col.layout_4 > li.col {
  height: auto;
}
.content_block .two_col.layout_4 > li.col h3,
.content_block .two_col.layout_4 > li.col p,
.content_block ul.two_col.layout_4 > li.col h3,
.content_block ul.two_col.layout_4 > li.col p {
  margin-right: 15px;
}
.content_block .two_col.layout_4 > li.col h3,
.content_block ul.two_col.layout_4 > li.col h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.content_block .two_col.layout_4 > li.col h3 a,
.content_block ul.two_col.layout_4 > li.col h3 a {
  color: #436a53;
}
.content_block .two_col.layout_4 > li.col h3 a:hover,
.content_block ul.two_col.layout_4 > li.col h3 a:hover {
  color: #cfb88c;
}
.content_block .three_col {
  overflow: hidden;
  margin-bottom: 50px;
}
.content_block .three_col.layout_1 > li {
  width: 33.3333%;
  float: left;
  height: 300px;
}
.content_block .three_col.layout_2 > li {
  width: 100%;
}
.content_block .layout_1 > li,
.content_block .layout_2 > li {
  margin: 0;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  padding: 30px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.content_block .layout_1 > li a,
.content_block .layout_2 > li a {
  color: #575757;
}
.content_block .layout_1 > li a:hover,
.content_block .layout_2 > li a:hover {
  color: #e05d31;
}
.content_block .layout_1 > li h3,
.content_block .layout_2 > li h3 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: uppercase;
}
.content_block .layout_1 > li p,
.content_block .layout_2 > li p {
  font-size: 12px;
  line-height: 21px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
.content_block .layout_1 > li.odd,
.content_block .layout_2 > li.odd {
  background-color: #436a53;
  color: #fff;
}
.content_block .layout_1 > li.odd a,
.content_block .layout_2 > li.odd a {
  color: #fff;
}
.content_block .layout_3 li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  margin-bottom: 30px;
  height: 200px;
  padding-right: 20px;
}
.content_block .layout_3 li h3 {
  position: relative;
  height: 36px;
  border-top: 1px solid #436a53;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.content_block .layout_3 li h3 a {
  display: inline-block;
  vertical-align: baseline;
  font-size: 15px;
  line-height: 36px;
  font-size: 1.5rem;
  line-height: 3.6rem;
  width: 100%;
  color: #436a53;
  z-index: 100;
  position: absolute;
}
.content_block .layout_3 li h3:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #436a53;
}
.content_block .layout_3 li h3:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 8px;
  background-position: 0 -619px;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  right: 12px;
  top: 12px;
}
.content_block .layout_3 li p a {
  color: #436a53;
  text-decoration: none;
  border-bottom: 1px solid white;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.content_block .layout_3 li p a:hover {
  border-bottom-color: #e05d31;
}
.content_block .offset_callout {
  overflow: hidden;
  background-color: #f5f5f5;
  margin-right: -50px;
  padding: 25px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.content_block .offset_callout h2 {
  margin-bottom: 1.5em;
}
.content_block .offset_callout a {
  text-decoration: none;
  color: #436a53;
}
.content_block .offset_callout a:hover {
  color: #436a53;
}
.content_block .offset_callout .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-right: 25px;
}
.content_block #contact-info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.content_block #contact-info .photo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  min-width: 350px;
  padding-right: 3%;
}
.content_block #contact-info .photo img {
  max-width: 100%;
}
.content_block #contact-info .info {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.content_block .repeater-block.logos {
  width: 33%;
}
.content_block .repeater-block.logos .repeater .img-wrap {
  text-align: center;
}
.content_block .repeater-block.logos .repeater .img-wrap img {
  max-width: 95%;
}
.content_block .repeater-block .repeater {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.content_block .repeater-block .repeater.three_column {
  float: left;
  width: 33%;
  padding-right: 5%;
}
.content_block .repeater-block .repeater.three_column .img-wrap {
  margin-right: 25%;
}
.content_block .repeater-block .repeater.single_column {
  margin-bottom: 25px;
}
.content_block .repeater-block .repeater.single_column .img-wrap {
  float: left;
  width: 20%;
}
.content_block .repeater-block .repeater.single_column h3,
.content_block .repeater-block .repeater.single_column h6,
.content_block .repeater-block .repeater.single_column .repeater-excerpt,
.content_block .repeater-block .repeater.single_column .repeater-content {
  margin-left: 25%;
}
.content_block .repeater-block .repeater img {
  max-width: 100%;
}
.content_block .repeater-block .repeater h3 {
  margin: 0;
}
.content_block .repeater-block .repeater h3 a {
  text-decoration: none;
  color: #436a53;
}
.content_block .repeater-block .repeater h6 {
  font-size: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #436a53;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 1em;
  font-style: italic;
}
.content_block .repeater-block .repeater .repeater-excerpt p .toggler {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin: 1em 0;
}
.content_block .repeater-block .repeater .repeater-excerpt p .excerpt-first:after {
  content: '...';
}
.content_block .repeater-block .repeater .repeater-excerpt p .excerpt-more {
  display: block;
  height: 0;
  overflow: hidden;
}
.content_block .repeater-block .repeater .repeater-excerpt p.is-active .excerpt-first {
  display: none;
}
.content_block .repeater-block .repeater .repeater-excerpt p.is-active .excerpt-more {
  height: auto;
}
.content_block .faq-summary {
  background-color: #436a53;
  padding: 30px;
  margin-bottom: 10px;
  overflow: hidden;
}
.content_block .faq-summary h3 {
  float: left;
  width: 35%;
  font-size: 25px;
  line-height: 30px;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.content_block .faq-summary ul.questions {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 40%;
  margin-bottom: 0;
  color: #fff;
}
.content_block .faq-summary ul.questions li {
  margin-top: 0;
}
.content_block .faq-summary ul.questions li:last-of-type {
  margin-bottom: 0;
}
.content_block .faq-summary ul.questions a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.content_block .faq-summary ul.questions a:hover {
  color: #6fa485;
}
.content_block .faq-summary-detail {
  background-color: #f5f5f5;
  padding: 30px;
  margin-bottom: 10px;
}
.content_block .faq-summary-detail h4.faq-title {
  color: #436a53;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-transform: none;
}
.content_block .faq-summary-detail .faq-answer .top {
  text-align: right;
}
.content_block .faq-summary-detail .faq-answer .top a {
  text-decoration: none;
  color: #436a53;
}
.content_block .faq-summary-detail.even {
  background-color: #e5e5e5;
}
.content_block .product_detail {
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content_block .product_detail .title_col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 40%;
}
.content_block .product_detail .title_col .title_box {
  background-color: #436a53;
  padding: 15px 30px 30px;
}
.content_block .product_detail .title_col h3 {
  font-size: 23px;
  line-height: 30px;
  font-size: 2.3rem;
  line-height: 3rem;
  /*color: $dark-primary;*/
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.content_block .product_detail .title_col p.price {
  color: #fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: .25em;
}
.content_block .product_detail .title_col p.savings {
  /*color: $dark-primary;*/
  color: #fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.content_block .product_detail .title_col p.cta {
  margin: 15px 0 0;
}
.content_block .product_detail .title_col p.cta a {
  display: block;
  border: 3px solid #e5e5e5;
}
.content_block .product_detail .title_col p.cta a:hover {
  border-color: #436a53;
}
.content_block .product_detail .description {
  margin-left: 45%;
}
.content_block .package_callout {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  border: 3px solid #436a53;
  min-height: 220px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content_block .package_callout .title_col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 35%;
  top: 0;
  bottom: 0;
  width: 35%;
  padding: 15px 30px 30px;
  background-color: #436a53;
}
.content_block .package_callout .title_col h3 {
  font-size: 20px;
  line-height: 25px;
  font-size: 2rem;
  line-height: 2.5rem;
  /*color: $secondary;*/
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.content_block .package_callout .title_col p.price {
  color: #fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #fff;
  margin-bottom: .25em;
}
.content_block .package_callout .title_col p.savings {
  /*color: $secondary;*/
  color: #fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.content_block .package_callout .items {
  margin-left: 40%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.content_block .package_callout .items .items_col {
  float: left;
  width: 45%;
}
.content_block .package_callout .items .items_col h4 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.content_block .package_callout .items .items_col ul {
  margin-bottom: 1em;
}
.content_block .package_callout .items .items_col ul li {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.95rem;
  margin-left: 18px;
}
.content_block .package_callout .more {
  width: 100%;
  margin-left: 40%;
  clear: both;
  margin-bottom: 15px;
}
.content_block .package_callout .more a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.content_block .package_callout.single_col .items .items_col {
  width: 100%;
  float: none;
}
.content_block .wp-prev-next {
  clear: both;
  margin: 50px 0 0;
  padding-top: 20px;
  border-top: 1px solid #cfb88c;
  list-style: none;
}
.content_block .wp-prev-next .prev-link,
.content_block .wp-prev-next .next-link {
  margin: 0;
  list-style: none;
}
.content_block .wp-prev-next .prev-link a,
.content_block .wp-prev-next .next-link a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.content_block .wp-prev-next .prev-link {
  float: left;
}
.content_block .wp-prev-next .next-link {
  float: right;
}
.content_block .download_wrapper {
  overflow: hidden;
}
.content_block .download_wrapper a {
  display: block;
  text-decoration: none;
}
.content_block .download_wrapper a img.file_icon {
  float: left;
}
.content_block .download_wrapper a h3 {
  color: #436a53;
}
.content_block .download_wrapper a h3:hover {
  color: #e05d31;
}
.content_block .download_wrapper a p {
  color: #575757;
}
.content_block .download_wrapper a h3,
.content_block .download_wrapper a p {
  margin-left: 75px;
  max-width: 500px;
  min-height: 30px;
}
.content_block.grey_bar {
  overflow: visible;
}
.content_block.repeater_photo_headline_text, .content_block.news, .content_block.events {
  overflow: hidden;
}
.content_block.repeater_photo_headline_text ul,
.content_block.repeater_photo_headline_text ol,
.content_block.repeater_photo_headline_text li, .content_block.news ul,
.content_block.news ol,
.content_block.news li {
  margin: 0;
  list-style-type: none;
}
.content_block.repeater_photo_headline_text {
  position: relative;
}
.content_block.page-nav {
  margin-right: 0;
  margin-bottom: 0;
}
.content_block.button, .content_block.state_dropdown {
  margin-top: -26px;
  background-color: #fff;
}
.content_block.state_dropdown {
  border-bottom-width: 0;
}
.content_block.divider,
.content_block .divider {
  height: 1px;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

p.cta {
  position: relative;
  text-transform: uppercase;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.7s;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}
p.cta a {
  cursor: pointer;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 2em;
  background-color: #e05d31;
  color: #fff;
  border: 2px solid #e05d31;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: .5em;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
p.cta a:hover {
  color: #fff;
  background-color: #436a53;
  border-color: #436a53;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

p.cta--alt a {
  background-color: #e05d31;
  border: 2px solid #e05d31;
  color: #fff;
}
p.cta--alt a:active, p.cta--alt a:hover {
  background-color: #13284c;
}

/*= @group State
---------------------------------------------------------------------- */
@media (max-width: 1170px) {
  #header .content-container #logo-container {
    margin-left: 50px;
  }
}
@media (max-width: 1140px) {
  #alert .alert p {
    padding-left: 50px;
    padding-right: 70px;
  }

  #blog {
    margin-right: 50px;
  }

  #header .content-container #logo-container {
    margin-left: 50px;
  }

  #nav-main {
    /*a {
      padding: 0 $margin;
    }*/
  }
  #nav-main li.current-page-ancestor a:after,
  #nav-main li.current-menu-item a:after {
    right: 16.66667px;
  }

  #footer .social-nav,
  #footer nav .col,
  #footer nav col.col1 {
    margin-left: 50px;
  }

  #footer nav .col.col1 {
    padding-right: 50px;
  }

  .site-footer .content-container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .slide .slide-content {
    left: 50px;
  }

  .program-arrow a {
    right: 50px;
  }

  #program-overview .content-container .description h2,
  #program-overview .content-container .description h3,
  #program-overview .content-container .description .desc {
    margin-left: 50px;
  }

  #program-overview .content-container .program-list .program-inner {
    margin: 0 50px;
  }

  .pod h3,
  .pod .pod-desc {
    margin-left: 50px;
    margin-right: 50px;
  }

  #chat .content-container {
    padding-left: 50px;
    padding-right: 50px;
  }
  #chat .content-container .button a {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1100px) {
  #alert .alert p {
    padding-left: 40px;
    padding-right: 60px;
  }

  #blog {
    margin-right: 40px;
  }

  #header .content-container #logo-container {
    margin-left: 40px;
  }

  #nav-main {
    /*a {
      padding: 0 $margin;
    }*/
  }
  #nav-main li.current-page-ancestor a:after,
  #nav-main li.current-menu-item a:after {
    right: 13.33333px;
  }

  #footer .social-nav,
  #footer nav .col,
  #footer nav col.col1 {
    margin-left: 40px;
  }

  #footer nav .col.col1 {
    padding-right: 40px;
  }

  .site-footer .content-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .slide .slide-content {
    left: 40px;
  }

  .program-arrow a {
    right: 40px;
  }

  #program-overview .content-container .description h2,
  #program-overview .content-container .description h3,
  #program-overview .content-container .description .desc {
    margin-left: 40px;
  }

  #program-overview .content-container .program-list .program-inner {
    margin: 0 40px;
  }

  .pod h3,
  .pod .pod-desc {
    margin-left: 40px;
    margin-right: 40px;
  }

  #chat .content-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  #chat .content-container .button a {
    padding-left: 80px;
    padding-right: 80px;
  }

  .content_block ul.button_list li {
    width: 47%;
  }
}
@media (max-width: 1000px) {
  .content_block {
    margin-right: 25px;
  }
  .content_block .photo_wide, .content_block.grey_bar {
    margin-right: -25px;
  }

  #sidebar .top a {
    padding-left: 25px;
  }

  #sidebar #subnav-bottom a,
  .toggle-nav a.header,
  .toggle-nav li a,
  .content_block .toggle-nav a.header,
  .content_block .toggle-nav li a,
  .toggle-nav h3,
  .toggle-nav ul li a,
  .content_block .toggle-nav h3,
  .content_block .toggle-nav ul li a,
  #sidebar #subnav-bottom li.has_children.current_page_parent a,
  #sidebar #subnav-bottom li.has_children.current_page_item a {
    padding-left: 25px;
  }

  #sidebar #subnav-bottom li.has_children.current_page_parent ul.sub-menu li a,
  #sidebar #subnav-bottom li.has_children.current_page_parent ul.children li a,
  #sidebar #subnav-bottom li.has_children.current_page_item ul.sub-menu li a,
  #sidebar #subnav-bottom li.has_children.current_page_item ul.children li a,
  #sidebar #subnav-bottom li.is-active ul.sub-menu li a,
  #sidebar #subnav-bottom li.is-active ul.children li a,
  #sidebar #subnav-bottom li.current_page_item ul.sub-menu li a,
  #sidebar #subnav-bottom li.current_page_item ul.children li a,
  #sidebar #subnav-bottom li.current-menu-ancestor ul.sub-menu li a,
  #sidebar #subnav-bottom li.current-menu-ancestor ul.children li a {
    padding-left: 50px;
  }

  #sidebar #subnav-bottom li.has_children.current_page_parent ul.children li ul.children li a,
  #sidebar #subnav-bottom li.is-active ul.children li ul.children li a {
    padding-left: 75px;
  }

  .page-content {
    margin-bottom: 25px;
  }

  #alert .alert p {
    padding-left: 25px;
    padding-right: 45px;
  }

  #blog {
    margin-right: 25px;
  }

  #header .content-container #logo-container {
    margin-left: 25px;
  }

  #nav-main {
    /*a {
      padding: 0 $margin;
    }*/
  }
  #nav-main li.current-page-ancestor a:after,
  #nav-main li.current-menu-item a:after {
    right: 8.33333px;
  }

  #footer .social-nav,
  #footer nav .col,
  #footer nav col.col1 {
    margin-left: 25px;
  }

  #footer nav .col.col1 {
    padding-right: 25px;
  }

  .site-footer .content-container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .slide .slide-content {
    left: 25px;
  }

  .program-arrow a {
    right: 25px;
  }

  #program-overview .content-container .description h2,
  #program-overview .content-container .description h3,
  #program-overview .content-container .description .desc {
    margin-left: 25px;
  }

  #program-overview .content-container .program-list .program-inner {
    margin: 0 25px;
  }

  .pod h3,
  .pod .pod-desc {
    margin-left: 25px;
    margin-right: 25px;
  }

  #chat .content-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  #chat .content-container .button a {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 930px) {
  .content_block {
    margin-right: 15px;
  }
  .content_block .photo_wide, .content_block.grey_bar {
    margin-right: -15px;
  }

  #sidebar .top a {
    padding-left: 15px;
  }

  #sidebar #subnav-bottom a,
  .toggle-nav a.header,
  .toggle-nav li a,
  .content_block .toggle-nav a.header,
  .content_block .toggle-nav li a,
  .toggle-nav h3,
  .toggle-nav ul li a,
  .content_block .toggle-nav h3,
  .content_block .toggle-nav ul li a,
  #sidebar #subnav-bottom li.has_children.current_page_parent a,
  #sidebar #subnav-bottom li.has_children.current_page_item a {
    padding-left: 15px;
  }

  #sidebar #subnav-bottom li.has_children.current_page_parent ul.sub-menu li a,
  #sidebar #subnav-bottom li.has_children.current_page_parent ul.children li a,
  #sidebar #subnav-bottom li.has_children.current_page_item ul.sub-menu li a,
  #sidebar #subnav-bottom li.has_children.current_page_item ul.children li a,
  #sidebar #subnav-bottom li.is-active ul.sub-menu li a,
  #sidebar #subnav-bottom li.is-active ul.children li a,
  #sidebar #subnav-bottom li.current_page_item ul.sub-menu li a,
  #sidebar #subnav-bottom li.current_page_item ul.children li a,
  #sidebar #subnav-bottom li.current-menu-ancestor ul.sub-menu li a,
  #sidebar #subnav-bottom li.current-menu-ancestor ul.children li a {
    padding-left: 30px;
  }

  #sidebar #subnav-bottom li.has_children.current_page_parent ul.children li ul.children li a,
  #sidebar #subnav-bottom li.is-active ul.children li ul.children li a {
    padding-left: 45px;
  }

  .page-content {
    margin-bottom: 15px;
  }

  #alert .alert p {
    padding-left: 15px;
    padding-right: 35px;
  }

  #blog {
    margin-right: 15px;
  }

  #header .content-container #logo-container {
    margin-left: 15px;
  }

  #nav-main {
    /*a {
      padding: 0 $margin;
    }*/
  }
  #nav-main li.current-page-ancestor a:after,
  #nav-main li.current-menu-item a:after {
    right: 5px;
  }

  #footer .social-nav,
  #footer nav .col,
  #footer nav col.col1 {
    margin-left: 15px;
  }

  #footer nav .col.col1 {
    padding-right: 15px;
  }

  .site-footer .content-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .slide .slide-content {
    left: 15px;
  }

  .program-arrow a {
    right: 15px;
  }

  #program-overview .content-container .description h2,
  #program-overview .content-container .description h3,
  #program-overview .content-container .description .desc {
    margin-left: 15px;
  }

  #program-overview .content-container .program-list .program-inner {
    margin: 0 15px;
  }

  .pod h3,
  .pod .pod-desc {
    margin-left: 15px;
    margin-right: 15px;
  }

  #chat .content-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #chat .content-container .button a {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide .slide-content {
    right: 30%;
  }

  #sidebar #subnav-bottom a, .toggle-nav a.header {
    padding-right: 40px;
  }

  .toggle-nav h3,
  .toggle-nav.states-nav.toggle-nav h3,
  .content_block .toggle-nav.states-nav.toggle-nav h3 {
    font-size: 12px;
    line-height: 20px;
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media (max-width: 850px) {
  .slide .slide-content h1 {
    font-size: 30px;
    line-height: 30px;
    font-size: 3rem;
    line-height: 3rem;
  }
  .slide .slide-content h2 {
    font-size: 18px;
    line-height: 22px;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  /*#nav-main a {
    @include font-size(10,59);
  }*/
  #program-overview .content-container .description h2 {
    font-size: 22px;
    line-height: 33px;
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
  #program-overview .content-container .program-list ul li a {
    font-size: 12px;
    line-height: 50px;
    font-size: 1.2rem;
    line-height: 5rem;
  }
  #program-overview .content-container .description h3 {
    font-size: 18px;
    line-height: 18px;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 820px) {
  #head-wrap {
    position: relative;
  }

  #header {
    min-height: 150px;
  }
  #header .content-container {
    height: auto;
  }
  #header .content-container #logo-container {
    width: 35%;
  }
  #header .content-container #logo-container #logo {
    width: 100%;
    background-size: contain;
    background-position: top left;
    margin-top: 50px;
  }
  #header .content-container #logo-container .is-affiliate {
    margin-top: 50px;
  }
  #header .content-container #logo-container .slash {
    margin-left: 3px;
    margin-right: 3px;
    width: 12px;
    height: 51px;
  }
  #header .content-container #logo-container #logo-with-affiliate {
    width: 60%;
    vertical-align: bottom;
  }
  #header .content-container #logo-container #affiliate-logo {
    width: 40px;
  }
  #header .nav {
    /*text-align: right;*/
    width: 100%;
  }
  #header #nav-utility ul > li.nav-search form,
  #header #nav-utility ul > li.nav-login > .login-bts {
    left: 50%;
  }

  #nav-utility ul > li.nav-account {
    /*position: absolute;*/
    left: 0;
  }

  /*#nav-main {
    .content-container {
      height: auto;
      border-bottom: 5px solid $body-text-bg2;
      nav{
        // height: 0;
        .top-nav {
          @include transition(all 0.5s cubic-bezier(0.19, 1, 0.22, 1));
          position: absolute;
          min-width: $min-width;
          top: 70px;
          right: 10px;
          left: 38%;
          // @include opacity(0);
          li {
            @include transition(all 0.5s cubic-bezier(0.19, 1, 0.22, 1));
            a {
              margin: 0;
              border-width: 0;
              @include font-size(14,35);
              background-color: transparent;
              color: $dark-primary;
              // @include font-sans-bold();
              &:after {
                background-image: none;
              }
              span {
                display: none;
              }
            }
            &.is-active a,
            &.current-page-ancestor a,
            &.current-menu-item a {
              color: $secondary;
            }
          }
        }
      }
    }
  }*/
}
@media (max-width: 750px) {
  .pods,
  .pods .content-container {
    display: inline;
  }

  .featured .pod,
  .news .pod,
  .news .pod.even {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1% 0 0 0;
    margin-top: 1%;
    height: 370px;
  }

  .featured .pod.even {
    border-left: 6px solid #cfc2a9;
  }

  .featured .pod.even,
  .news .pod.odd {
    margin-top: 1%;
  }

  .news .pod {
    height: auto;
    min-height: 0;
  }
  .news .pod h3 {
    margin-top: 15px;
  }
  .news .pod.even {
    clear: left;
    min-height: 0;
    height: auto;
  }
  .news .pod .pod-desc {
    margin-bottom: 25px;
  }

  .featured .pod.odd.pod-3 {
    background-color: transparent;
    height: auto;
  }
  .featured .pod.odd.pod-3 img {
    display: none;
  }
  .featured .pod.odd.pod-3 h3 {
    position: relative;
    top: auto;
    margin-top: 15px;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .featured .pod.odd.pod-3 h3 a {
    color: #436a53;
  }
  .featured .pod.odd.pod-3 .pod-desc {
    color: #575757;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    height: auto;
    top: auto;
    position: relative;
  }
  .featured .pod.odd.pod-3 .pod-desc a {
    color: #e05d31;
  }
  .featured .pod.odd.pod-3 .pod-desc a:hover {
    color: #436a53;
  }

  .toggle-nav h3,
  .toggle-nav ul li a,
  .content_block .toggle-nav h3,
  .content_block .toggle-nav ul li a {
    font-size: 10px;
    line-height: 20px;
    font-size: 1rem;
    line-height: 2rem;
  }

  .content_block .toggle-nav ul li ul li a {
    font-size: 9px;
    line-height: 16px;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }

  .toggle-nav.is-active ul li.current-menu-item,
  .toggle-nav.is-active ul li.current_page_item,
  .toggle-nav .is-active ul li.current-menu-item,
  .toggle-nav .is-active ul li.current_page_item,
  .content_block .toggle-nav.is-active ul li.current-menu-item,
  .content_block .toggle-nav.is-active ul li.current_page_item,
  .content_block .toggle-nav .is-active ul li.current-menu-item,
  .content_block .toggle-nav .is-active ul li.current_page_item,
  #sidebar #subnav-bottom li.has_children.current_page_parent ul.children li,
  #sidebar #subnav-bottom li.is-active > ul.children > li {
    min-height: 33px;
    height: auto;
  }

  .data_row {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e5e5e5;
  }
  .data_row .data_label {
    width: 100%;
    float: none;
  }
  .data_row .data_desc {
    margin-left: 0;
  }

  .content_block .two_col.layout_1 > li.col,
  .content_block .two_col.layout_4 > li.col,
  .content_block ul.two_col.layout_1 > li.col,
  .content_block ul.two_col.layout_4 > li.col,
  .content_block .two_col .col, .content_block ul.two_col .col,
  .content_block .offset_callout .col,
  .content_block .layout_3 li,
  .content_block .product_detail .title_col,
  .content_block .event_block.archive,
  .content_block .event_block.archive.odd,
  .content_block .page-events .content_block.archive.odd {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .content_block .faq-summary h3,
  .content_block #contact-info .photo {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .content_block .event_block.archive,
  .content_block .event_block.archive.odd,
  .content_block .page-events .content_block.archive.odd {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
  }
  .content_block.events {
    border-bottom-width: 0;
  }
  .content_block .product_detail .description,
  .content_block .faq-summary ul.questions {
    margin-left: 0;
  }
  .content_block .two_col .col.col1,
  .content_block ul.two_col .col.col1,
  .content_block .offset_callout {
    margin-right: 0;
  }
  .content_block .divider, .content_block.divider {
    display: none;
  }
  .content_block ul.button_list li {
    width: 100%;
    margin-right: 0;
  }
  .content_block.event_block.featured .date-callout, .page-events .content_block.featured .date-callout {
    width: 20%;
    margin-right: 3%;
  }
  .content_block.event_block.featured .date-callout a.date, .page-events .content_block.featured .date-callout a.date {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
  }
  .content_block.event_block.featured h2.event_title,
  .content_block.event_block.featured h3.event_location,
  .content_block.event_block.featured .event_desc,
  .content_block.event_block.featured p.cta, .page-events .content_block.featured h2.event_title,
  .page-events .content_block.featured h3.event_location,
  .page-events .content_block.featured .event_desc,
  .page-events .content_block.featured p.cta {
    margin-left: 25%;
  }
  .content_block.event_block.featured h6.post_date, .page-events .content_block.featured h6.post_date {
    display: none;
  }

  #blog .archive,
  #blog .archive.odd {
    margin-right: 0;
    width: 100%;
    float: none;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
  }

  .event_block h1 {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  #chat {
    clear: both;
  }
  #chat p {
    display: none;
  }
  #chat .content-container .button a {
    position: relative;
    margin: 0 auto;
    width: 75%;
    left: auto;
    right: auto;
    top: auto;
    padding: 10px 30px;
    text-align: center;
  }

  #footer {
    clear: both;
  }
  #footer .social-nav {
    margin-top: 15px;
    margin-left: 15px;
  }
  #footer nav {
    width: 100%;
    float: none;
    overflow: hidden;
    margin-bottom: 2em;
    padding: 0;
  }
  #footer nav .col,
  #footer nav .col.col1 {
    padding-left: 15px;
    width: 50%;
    margin: 0;
  }
  #footer nav .col.col1 {
    border-right-width: 0;
  }
  #footer .acknowledgements {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }
  #footer .acknowledgements .awards {
    border-left-width: 0;
  }
  #footer .acknowledgements h3 {
    margin: 15px 15px 2em;
    border-bottom: 1px solid #324a39;
  }
}
/*@media (max-width: 670px) {
  #nav-main .content-container nav .top-nav li a {
    @include font-size(13,35);
    padding: 0 10px;
  }
}*/
@media (max-width: 500px) {
  .head-wrap--is-realed #header {
    min-height: 180px;
  }
  .head-wrap--is-realed #header .content-container #logo-container {
    padding-top: 110px;
  }
}
@media (max-width: 600px) {
  #header #nav-utility ul > li.nav-search form, #header #nav-utility ul > li.nav-login > .login-bts {
    left: 25%;
  }

  /*#nav-main .content-container nav .top-nav li a {
    padding: 0 6px;
    @include font-size(12,30);
  }*/
  #nav-main .content-container nav .top-nav li a {
    line-height: 4.5rem;
  }

  .hero-wrap .slide .slide-content {
    bottom: 0;
    padding: 5%;
    left: 0;
    right: 0;
    padding-right: 40px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(55%, #ffffff));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff 55%);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff 55%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff 55%);
  }
  .hero-wrap .slide .slide-content h2 {
    display: none;
  }
  .hero-wrap .slide .slide-content p.cta {
    margin-top: .5em;
  }

  #sidebar {
    width: 31%;
  }

  .featured .pod,
  .featured .pod:hover,
  .news .pod,
  .not-ie .featured .pod,
  .pod.odd.pod-3 {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  .featured .pod img,
  .featured .pod:hover img,
  .news .pod img,
  .not-ie .featured .pod img,
  .pod.odd.pod-3 img {
    display: none;
  }
  .featured .pod h3,
  .featured .pod h3:hover,
  .featured .pod .pod-desc,
  .featured .pod .pod-desc:hover,
  .featured .pod:hover h3,
  .featured .pod:hover h3:hover,
  .featured .pod:hover .pod-desc,
  .featured .pod:hover .pod-desc:hover,
  .news .pod h3,
  .news .pod h3:hover,
  .news .pod .pod-desc,
  .news .pod .pod-desc:hover,
  .not-ie .featured .pod h3,
  .not-ie .featured .pod h3:hover,
  .not-ie .featured .pod .pod-desc,
  .not-ie .featured .pod .pod-desc:hover,
  .pod.odd.pod-3 h3,
  .pod.odd.pod-3 h3:hover,
  .pod.odd.pod-3 .pod-desc,
  .pod.odd.pod-3 .pod-desc:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    position: relative;
    top: auto;
    height: auto;
  }

  .featured .pod.even {
    border-left-width: 0;
  }

  .opacity .featured .pod .pod-desc {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .featured .pod.odd.pod-3 {
    background-color: #436a53;
  }
  .featured .pod.odd.pod-3 h3,
  .featured .pod.odd.pod-3 .pod-desc {
    color: #fff;
  }
  .featured .pod.odd.pod-3 h3 a,
  .featured .pod.odd.pod-3 .pod-desc a {
    color: #fff;
  }
  .featured .pod.odd.pod-3 h3 a:hover,
  .featured .pod.odd.pod-3 .pod-desc a:hover {
    color: #436a53;
  }

  .news .pod.pod-1,
  .news .pod.pod-2,
  .news .pod.odd {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  #program-overview .content-container .description {
    width: 100%;
    margin: 20px 0;
  }
  #program-overview .content-container .description h2 {
    font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  #program-overview .content-container .description h3,
  #program-overview .content-container .description .desc {
    display: none;
  }
  #program-overview .content-container .program-list {
    width: 100%;
    float: none;
    overflow: hidden;
    margin: 20px 0;
  }
}
@media (max-width: 500px) {
  body {
    background-image: none;
    background-color: #fff;
  }

  #header .content-container #logo-container {
    width: 100%;
    margin: 0;
    padding-top: 80px;
  }
  #header .content-container #logo-container #logo {
    display: block;
    margin: 0;
    background-position: center center;
  }
  #header .content-container #logo-container .is-affiliate {
    width: 100%;
    text-align: center;
    margin-top: 45px;
  }
  #header .content-container #logo-container .slash {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    height: auto;
  }
  #header .content-container #logo-container #logo-with-affiliate {
    width: 60%;
    vertical-align: middle;
  }
  #header .content-container #logo-container #affiliate-logo {
    width: 15%;
    max-height: 100px;
  }

  #header #nav-utility {
    /*.nav {
      background-color: $secondary;
      height: 40px;
    }*/
  }
  #header #nav-utility ul > li.nav-search form, #header #nav-utility ul > li.nav-login > .login-bts {
    left: 0;
  }

  #nav-utility > li.nav-youtube {
    display: none;
  }

  /*#nav-main {
    .content-container  {
      border-bottom-width: 0;
      nav .top-nav {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        white-space: normal;
        border: solid $body-text-bg2;
        border-width: 2px 0;
        background-color: $body-text-bg;
        padding: 10px 0;
        text-align: center;
        li {
          float: none;
          @include inline-block();
        }
        li a {
          @include font-size(15,28);
          // @include font-sans-bold();
          padding: 0 15px;
        }
      }
    }
  }*/
  #sidebar {
    width: 100%;
    padding-bottom: 50px;
  }
  #sidebar .top {
    position: relative;
    height: auto;
    width: 100%;
  }

  .hero-wrap .slide .slide-content {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, #ffffff));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff 30%);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff 30%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff 30%);
  }
  .hero-wrap .slide .slide-content h1 {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .hero-wrap .slide .slide-content h2 {
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.95rem;
  }

  .slide a.img-wrapper::after {
    background: rgba(255, 255, 255, 0.2);
  }

  .hero-wrap .hero-bullets {
    top: auto;
    margin: 0;
    bottom: 5%;
  }

  .program-arrow {
    display: none;
  }

  .page-title {
    margin-top: 25px;
    margin-left: 30px;
  }

  .content_block.event_block.featured .date-callout,
  .page-events .content_block.featured .date-callout {
    margin: 0 15px 15px 0;
    width: 60%;
    padding-top: 1px;
    max-width: 110px;
  }
  .content_block.event_block.featured h1.event_title,
  .content_block.event_block.featured h5.post_date,
  .page-events .content_block.featured h1.event_title,
  .page-events .content_block.featured h5.post_date {
    display: none;
  }
  .content_block.event_block.featured h6.post_date,
  .page-events .content_block.featured h6.post_date {
    display: none;
  }

  .page-events .content_block.featured h2.event_title,
  .page-events .content_block.featured h3.event_location,
  .page-events .content_block.featured .event_desc {
    margin-left: 0;
  }

  .content_block .photo_wide {
    margin-left: -15px;
  }

  #page {
    clear: both;
  }
  #page .content-container {
    background-color: transparent;
  }

  #page .content-container .crumbs {
    display: none;
  }

  .page-content {
    width: 97%;
  }

  .content_block .layout_3 li {
    height: auto;
  }
}
@media (max-width: 450px) {
  #header .nav li.nav-login span {
    width: auto;
  }
  #header .nav li.nav-login span a {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*#nav-main .content-container nav .top-nav li a {
    @include font-size(13,25);
  }*/
  #header .nav.is-realed li.nav-twitter, #header .nav.is-realed li.nav-facebook {
    display: none;
  }
}
@media (max-width: 400px) {
  #program-overview .content-container .program-list ul,
  #program-overview .content-container .program-list ul:first-of-type {
    width: 100%;
    float: none;
  }
  #program-overview .content-container .program-list ul li a,
  #program-overview .content-container .program-list ul:first-of-type li a {
    margin-left: 1%;
    margin-right: 1%;
  }

  /*#nav-main .content-container nav .top-nav {
    min-width: $min-width;
    li a {
      @include font-size(11,25);
      padding-left:11px;
      padding-right: 11px;
    }
  }*/
}
@media (max-height: 701px), (max-width: 750px) {
  .hero-wrap .slide .slide-content h1 {
    font-size: 25px;
    line-height: 30px;
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .hero-wrap .slide .slide-content h2 {
    font-size: 15px;
    line-height: 20px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/*= @group Helpers
 ---------------------------------------------------------------------- */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix, .group, .media, .item {
  *zoom: 1;
}
.clearfix:before, .clearfix:after, .group:before, .group:after, .media:before, .media:after, .item:before, .item:after {
  content: "";
  display: table;
}
.clearfix:after, .group:after, .media:after, .item:after {
  clear: both;
}

.clear {
  clear: both;
}

/*= @group Print
---------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5in .25in;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .page-content a[href]:after,
  .crumbs a[href]:after,
  #program-overview a[href]:after,
  .pods a[href]:after,
  #nav-utility a[href]:after {
    content: " (" attr(href) ")";
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    display: block;
    word-wrap: break-word;
    font-style: italic;
  }

  #nav-utility ul > li {
    display: block;
    margin-bottom: 5px;
  }
  #nav-utility ul > li a {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: right;
  }
  #nav-utility ul > li.nav-login, #nav-utility ul > li.nav-cart {
    display: none;
  }
  #nav-utility ul > li.nav-facebook a, #nav-utility ul > li.nav-twitter a {
    padding: 0 25px;
    width: auto;
    height: auto;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  #nav-main,
  #sub-nav,
  #sidebar,
  #chat,
  #footer nav,
  #footer .acknowledgements,
  #hero {
    display: none;
  }

  #logo:before {
    content: url(../images/logo.png);
  }

  .page-content {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }

  #wrapper #footer .copyright {
    padding: 0;
  }

  #page .content-container .crumbs {
    padding: 0 0 1em;
    height: auto;
  }

  #program-overview .content-container .program-list ul li a {
    line-height: 1em;
  }

  .opacity .pod,
  .opacity .featured .pod {
    height: auto;
  }
  .opacity .pod img,
  .opacity .pod h3,
  .opacity .pod .pod-desc,
  .opacity .featured .pod img,
  .opacity .featured .pod h3,
  .opacity .featured .pod .pod-desc {
    position: relative;
    top: auto;
    opacity: 1;
    height: auto;
  }
}
.slide .slide-content {
  right: 60%;
}

@media (max-width: 930px) {
  .slide .slide-content {
    right: 70%;
  }
}
