/*====================
======================
BASE CSS
======================
====================*/
/*---------- COLORS ----------*/
/*-----
GREY
-----*/
/*-----
END GREY
-----*/
/*-----
ORANGE
-----*/
/*-----
END ORANGE
-----*/
/*-----
BLUE
-----*/
/*-----
END BLUE
-----*/
/*-----
PURPLE
-----*/
/*-----
END PURPLE
-----*/
/*-----
RED
-----*/
/*-----
END RED
-----*/
/*-----
WARNING LEVELS
-----*/
/*-----
END WARNING LEVELS
-----*/
/*---------- END COLORS ----------*/
/*---------- FONTS ----------*/
/*-----
MONTSERRAT
-----*/
/*-----
END MONTSERRAT
-----*/
/*-----
LATO
-----*/
/*-----
END LATO
-----*/
/*-----
UNIVERS
-----*/
/*-----
END UNIVERS
-----*/
/*-----
PTSANS
-----*/
/*-----
END PTSANS
-----*/
/*-----
ARIMA MADURAI
-----*/
/*-----
END ARIMA MADURAI
-----*/
/*-----
ARIMA MADURAI
-----*/
/*-----
END ARIMA MADURAI
-----*/
/*---------- END FONTS ----------*/
/*---------- HEADER HEIGHTS ----------*/
/*---------- END HEADER HEIGHTS ----------*/
body {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #555555;
  line-height: 1em;
  background: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  body.active-user {
    padding-bottom: 54px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 10px;
}
a {
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
a,
input {
  outline: none !important;
}
hr {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-color: #bababa;
  border-width: 1px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #646464 !important;
  text-transform: lowercase;
  opacity: .75;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #646464 !important;
  text-transform: lowercase;
  opacity: .75;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #646464 !important;
  text-transform: lowercase;
  opacity: .75;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #646464 !important;
  text-transform: lowercase;
  opacity: .75;
}
::placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #646464 !important;
  text-transform: lowercase;
  opacity: .75;
}
/*---------- HEADER ----------*/
#header-wrapper {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  float: left;
  clear: both;
  width: 100%;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
  max-height: 97px;
  background-color: #05264d;
  border: none;
}
@media only screen and (max-width: 991px) {
  #header-wrapper.mobile-menu-open {
    background-color: #131d2e;
  }
}
#header-wrapper.navbar {
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  #header-wrapper.navbar {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  #header-wrapper {
    max-height: 75px;
  }
}
#header-wrapper.fixed-nav #header #logo-wrapper #logo {
  top: -600px;
}
#header-wrapper.fixed-nav #header #logo-wrapper #alt-logo {
  visibility: visible;
  opacity: 1;
}
#header-wrapper.fixed-nav #header #header-nav .container #alt-logo {
  visibility: visible;
  opacity: 1;
}
#header-wrapper.fixed-nav #header #header-nav .container #desktop-nav {
  float: right;
}
#header-wrapper #header {
  margin: 0;
  border: none;
  border-radius: 0;
  margin-right: auto;
  margin-left: auto;
  height: 97px;
}
@media only screen and (max-width: 991px) {
  #header-wrapper #header {
    height: 75px;
  }
}
#header-wrapper #header #mobile-header {
  position: relative;
  height: 75px;
}
#header-wrapper #header #mobile-header #mobile-logo {
  max-width: 220px;
  width: 100%;
  display: inline-block !important;
}
#header-wrapper #header #logo-wrapper {
  position: relative;
  max-width: 310px;
  height: 100%;
  padding-left: -15px;
  float: left;
  clear: both;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  #header-wrapper #header #logo-wrapper {
    padding: 0;
    border: none;
    visibility: hidden;
  }
}
#header-wrapper #header #logo-wrapper #logo {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
#header-wrapper #header #logo-wrapper #logo img {
  float: left;
  left: 0;
  top: 0;
  max-width: 310px;
  max-height: 110px;
  padding: 0;
}
#header-wrapper #header #logo-wrapper #logo h1 {
  margin: 0;
}
#header-wrapper #header #logo-wrapper #alt-logo {
  visibility: hidden;
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 40px;
  font-size: 32px !important;
  margin: 0;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
#header-wrapper #header #header-nav {
  position: relative;
  float: right;
  width: calc(100% - 310px);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
#header-wrapper #header #header-nav #full-logo {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#header-wrapper #header #header-nav #extra-header-info {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #bababa;
  text-transform: uppercase;
  width: calc(100% - 310px);
  float: right;
  padding: 24px 0 4px 0;
  letter-spacing: .16em;
}
@media only screen and (max-width: 1199px) {
  #header-wrapper #header #header-nav #extra-header-info {
    width: 100%;
  }
}
#header-wrapper #header #header-nav #extra-header-info span {
  float: right;
  padding-left: 25px;
}
#header-wrapper #header #header-nav #extra-header-info span.email a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #bababa !important;
}
#header-wrapper #header #header-nav #desktop-nav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: padding 250ms linear;
  -moz-transition: padding 250ms linear;
  -o-transition: padding 250ms linear;
  -ms-transition: padding 250ms linear;
  transition: padding 250ms linear;
  margin-top: 5px;
}
@media only screen and (max-width: 991px) {
  #header-wrapper #header #header-nav {
    position: fixed;
    z-index: 2000;
  }
}
#header-wrapper hr {
  margin-top: 10px;
}
/*---------- END HEADER ----------*/
#content-gutter {
  height: 250px;
}
/*---------- FOOTER ----------*/
#footer-wrapper {
  float: left;
  clear: both;
  width: 100%;
  padding: 150px 0;
  background-color: #131d2e;
}
#footer-wrapper #footer .footer-logo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #footer-wrapper #footer .footer-logo {
    width: 200px;
    margin-bottom: 20px;
    padding: 0;
  }
}
#footer-wrapper #footer .footer-content {
  width: 100%;
}
#footer-wrapper #footer .footer-address {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #96c5de;
  clear: both;
  line-height: 32px;
  text-align: left;
}
#footer-wrapper #footer .footer-address span {
  display: inline-block;
}
#footer-wrapper #footer .footer-address a {
  color: #96c5de;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #footer-wrapper #footer .footer-address {
    text-align: left;
  }
}
#footer-wrapper #footer .footer-block {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #footer-wrapper #footer .footer-block {
    margin-bottom: 70px;
  }
}
#footer-wrapper #footer .footer-block.footer-right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  #footer-wrapper #footer .footer-block.footer-right {
    text-align: left;
  }
}
#footer-wrapper #footer .footer-block hr {
  padding: 15px 0 13px 0;
  border-color: #a461f9;
  border-width: 1px;
  width: 75px;
  display: inline-block;
}
#footer-wrapper #footer .footer-block ul li a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #96c5de;
  line-height: 32px;
}
#footer-wrapper #footer h2 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.2em;
  text-transform: capitalize;
  margin-bottom: 15px;
}
#footer-wrapper #footer h2.lg {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 106px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1em;
}
#footer-wrapper #footer h3 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.1em;
  margin: 0 0 10px 0;
}
#footer-wrapper #footer h4 {
  font-family: 'Arima Madurai', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.1em;
  margin: 0 0 15px 0;
}
#footer-wrapper #footer h5 {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #f6f6f6;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 0;
}
#footer-wrapper #footer p {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.8em;
  margin-bottom: 20px;
}
#footer-wrapper #footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-wrapper #footer ul li {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #96c5de;
  line-height: 32px;
  opacity: .7;
  padding-bottom: 11px;
}
#footer-wrapper #footer .social-links {
  text-align: center;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  #footer-wrapper #footer .social-links {
    text-align: left;
  }
}
#footer-wrapper #footer .social-links li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 0;
  line-height: .5em;
}
@media only screen and (max-width: 991px) {
  #footer-wrapper #footer .social-links li {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer-wrapper #footer .social-links {
    float: left;
  }
}
#footer-wrapper #footer #foot-notes {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  #footer-wrapper #footer #foot-notes {
    margin-top: 20px;
  }
}
#footer-wrapper #footer #foot-notes .copyright {
  margin-top: 5px;
  text-align: center;
  opacity: .5;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  #footer-wrapper #footer #foot-notes .copyright {
    text-align: left;
  }
}
#footer-wrapper #footer #foot-notes .copyright span {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #96c5de;
  line-height: 1.4em;
  letter-spacing: .135em;
}
@media only screen and (max-width: 767px) {
  #footer-wrapper #footer #foot-notes .copyright span {
    margin-bottom: 20px;
  }
}
#footer-wrapper #footer #foot-notes .copyright span a {
  color: #96c5de;
}
#footer-wrapper #footer #foot-notes .links ul li {
  float: right;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
}
#footer-wrapper #footer #foot-notes .links ul li.break {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  #footer-wrapper #footer #foot-notes .links ul li {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  #footer-wrapper {
    padding: 60px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  #active-user #footer-wrapper {
    margin-bottom: 50px;
  }
}
/*---------- END FOOTER ----------*/
/*====================
======================
END BASE CSS
======================
====================*/
/*====================
======================
COMMON CSS
======================
====================*/
.white {
  color: #FFFFFF !important;
}
.white-bg {
  background-color: #FFFFFF !important;
}
.orange {
  color: #F36C39 !important;
}
.orange-bg {
  background-color: #F36C39 !important;
}
.blue {
  color: #0570B8 !important;
}
.blue-bg {
  background-color: #0570B8 !important;
}
.purple {
  color: #a461f9 !important;
}
.purple-bg {
  background-color: #a461f9 !important;
}
.dark-grey {
  color: #555555 !important;
}
.dark-grey-bg {
  background-color: #555555 !important;
}
.grey {
  color: #bababa !important;
}
.grey-bg {
  background-color: #bababa !important;
}
.italic {
  font-style: italic;
}
.wrapper {
  float: left;
  clear: both;
  width: 100%;
}
.relative-row {
  position: relative;
}
.btn {
  display: inline-block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: .8em;
  padding: 20px 45px;
  background: #a461f9;
  border: none;
  border-radius: 30px;
  white-space: nowrap;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.btn:active {
  box-shadow: none;
}
.btn.small {
  font-size: 14px !important;
  padding: 15px 30px;
}
.btn.rnd {
  color: #bababa !important;
  padding: 15px;
  border: 1px solid #bababa;
  border-radius: 50%;
  background: transparent;
}
.btn.rnd:hover {
  color: #FFFFFF !important;
  background: #8830f7;
  border-color: #8830f7;
}
.btn.rnd .material-icons {
  margin: 0 !important;
}
.btn:hover {
  color: #FFFFFF;
  background: #8830f7;
}
.btn.light-grey {
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
}
.btn.light-grey:hover {
  background: #dddddd;
}
.btn.dark-grey {
  border: 1px solid #555555;
  background: #555555;
}
.btn.dark-grey:hover {
  background: #3b3b3b;
}
.btn.grey {
  border: 1px solid #bababa;
  background: #bababa;
}
.btn.grey:hover {
  background: #3b3b3b;
}
.btn.blue {
  border: 1px solid #0570B8;
  background: #0570B8;
}
.btn.blue:hover {
  background: #04060a;
}
.btn.transparent {
  font-family: 'Arima Madurai', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #555555 !important;
  text-transform: lowercase;
  letter-spacing: normal;
  background: transparent;
  border: none;
  cursor: default;
}
.btn.transparent:hover {
  background: transparent;
}
.btn.caution {
  color: #cd9c00 !important;
  background: #FFF3CD;
  border: 1px solid #ffdb67;
}
.btn.success {
  color: #39894c !important;
  background: #D4EDDA;
  border: 1px solid #8ccf9c;
}
.btn.error {
  color: #b11f2c !important;
  background: #F8D7DA;
  border: 1px solid #e9808a;
}
.btn.disabled {
  background: #D3D3D3;
  border: 1px solid #D3D3D3;
}
.btn .material-icons {
  vertical-align: middle;
  margin-right: 10px;
}
.transparent-btn {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-radius: 30px;
  border: 1px solid #ffffff;
  padding: 15px 40px;
  background: none;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.transparent-btn:hover {
  opacity: .5;
}
.border-btn {
  display: inline-block;
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  line-height: 1em;
  padding: 15px 25px;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0;
  white-space: nowrap;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
.border-btn:hover {
  text-decoration: none;
  border-color: #8830f7 !important;
  background: #8830f7;
}
.border-btn.disabled {
  background: #555555;
}
@media only screen and (max-width: 767px) {
  .border-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.link {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #a461f9;
  text-transform: uppercase;
  cursor: pointer;
}
.link:hover {
  color: #8830f7 !important;
}
.clear-both {
  clear: both !important;
  height: 0;
  overflow: hidden;
}
.break-word {
  word-wrap: break-word;
}
.buttons-right {
  float: left;
  clear: both;
  width: 100%;
}
.buttons-right .btn {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .buttons-right .btn {
    margin-bottom: 10px;
  }
}
.buttons-left {
  float: left;
  clear: both;
  width: 100%;
}
.buttons-left .btn {
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .buttons-left .btn {
    margin-bottom: 10px;
  }
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
.alert {
  background-image: none !important;
}
.alert p {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
  line-height: 1.3em !important;
  margin: 0 !important;
}
.alert ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.alert ul li {
  line-height: 1.3em !important;
}
.alert.alert-success p,
.alert.alert-success ul li {
  color: #3C763D !important;
}
.alert.alert-info p,
.alert.alert-info ul li {
  color: #31708F !important;
}
.alert.alert-danger p,
.alert.alert-danger ul li {
  color: #A94442 !important;
}
.divider {
  float: left;
  clear: both;
  width: 100%;
  height: 2px;
  background: #D7D7D7;
}
.pointer {
  cursor: pointer;
}
.center-block {
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.bottom-gutter {
  margin-bottom: 100px;
}
.bottom-gutter.small {
  margin-bottom: 40px;
}
.no-text-transform {
  text-transform: none !important;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
span.red {
  color: #F36C39 !important;
}
.context-parent {
  position: relative;
}
.context-parent:hover .context-menu {
  visibility: visible;
  opacity: 1;
}
.context-parent ul {
  list-style: none;
}
.context-parent .context-menu {
  top: 100%;
}
.context-parent .context-menu.center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.context-parent .context-menu.center .arrow-border {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.context-parent .context-menu.right {
  right: 0;
}
.context-parent .context-menu.left {
  left: 0;
}
.context-parent .context-menu.left .arrow-border {
  right: auto;
  left: 20px;
}
.context-parent .sub-context-menu {
  top: -10px;
}
.context-parent .sub-context-menu.right {
  left: 100%;
  left: calc(100% - 5px);
}
.context-parent .sub-context-menu.left {
  right: 100%;
  right: calc(100% - 5px);
}
.context-parent .context-menu,
.context-parent .sub-context-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 100;
  min-width: 170px;
  list-style: none;
  margin: 0 !important;
  padding: 15px 15px 20px !important;
  font-weight: 700 !important;
  background: #FFFFFF;
  border: 1px solid #131d2e;
  border-radius: 5px;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -ms-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
.context-parent .context-menu .arrow-border,
.context-parent .sub-context-menu .arrow-border {
  display: block;
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #555555;
}
.context-parent .context-menu .arrow-border .arrow,
.context-parent .sub-context-menu .arrow-border .arrow {
  display: block;
  position: absolute;
  top: 1px;
  left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFFFFF;
}
.context-parent .context-menu li,
.context-parent .sub-context-menu li {
  width: 100%;
  height: auto !important;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #bababa !important;
  text-transform: none !important;
  text-align: left;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
}
.context-parent .context-menu li.sub-level.last a,
.context-parent .sub-context-menu li.sub-level.last a,
.context-parent .context-menu li.sub-level.last span,
.context-parent .sub-context-menu li.sub-level.last span {
  border-bottom: 0;
}
.context-parent .context-menu li.tert-level.last,
.context-parent .sub-context-menu li.tert-level.last {
  margin-bottom: 5px;
}
.context-parent .context-menu li.sub-menu,
.context-parent .sub-context-menu li.sub-menu {
  position: relative;
}
.context-parent .context-menu li.sub-menu:hover .sub-context-menu,
.context-parent .sub-context-menu li.sub-menu:hover .sub-context-menu {
  visibility: visible;
  opacity: 1;
}
.context-parent .context-menu li a,
.context-parent .sub-context-menu li a {
  display: block;
  width: 100%;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #555555 !important;
  text-transform: uppercase;
}
.context-parent .context-menu li a:hover,
.context-parent .sub-context-menu li a:hover {
  text-decoration: none;
  color: #a461f9 !important;
}
.context-parent .context-menu li a.active,
.context-parent .sub-context-menu li a.active {
  color: #bababa !important;
  cursor: text;
}
.context-parent .context-menu li a.active:hover,
.context-parent .sub-context-menu li a.active:hover {
  background: #FFFFFF;
}
.context-parent .context-menu li a span,
.context-parent .sub-context-menu li a span {
  display: block;
  width: 100%;
  padding: 5px 10px;
}
.context-parent .context-menu li ul.tert-level,
.context-parent .sub-context-menu li ul.tert-level {
  margin: 0;
  padding: 0;
}
.context-parent .context-menu li ul.tert-level a,
.context-parent .sub-context-menu li ul.tert-level a {
  padding: 0 10px 0 20px;
}
@media only screen and (max-width: 991px) {
  #sections .context-parent .context-menu {
    width: 100%;
    left: 0;
    right: auto;
  }
  #sections .context-parent .arrow-border {
    display: none;
  }
}
#content-wrapper #sections .section-wrapper .striped-table-wrapper {
  margin-top: 40px;
}
#content-wrapper #sections .section-wrapper .striped-table-wrapper .table-row {
  float: left;
  clear: both;
  width: 100%;
  padding: 30px 15px;
}
#content-wrapper #sections .section-wrapper .striped-table-wrapper .table-row.table-header {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #555555;
  text-transform: uppercase;
  padding: 15px;
}
#content-wrapper #sections .section-wrapper .striped-table-wrapper .table-row.odd {
  background-color: #96c5de;
}
#content-wrapper #sections .section-wrapper .striped-table-wrapper .table-row .center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper .striped-table-wrapper .table-row .align-right-mobile {
    text-align: right;
  }
}
#content-wrapper #sections .section-wrapper .striped-table-wrapper .table-row h3 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #252525;
  margin-bottom: 0 !important;
}
#content-wrapper #sections .section-wrapper .striped-table-wrapper .table-row h4 {
  margin-top: 7px;
  margin-bottom: 0;
}
#content-wrapper #sections .section-wrapper .striped-table-wrapper .table-row p {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  line-height: 1.2em;
  margin: 0;
}
#content-wrapper #sections .section-wrapper .striped-table-wrapper .table-row a {
  color: #0570B8;
}
#content-wrapper #sections .section-wrapper .striped-table-wrapper .table-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content-wrapper #sections .section-wrapper .striped-table-wrapper .table-row ul li {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #555555;
  margin: 0;
}
.grid {
  float: left;
  clear: both;
  width: 100%;
}
.grid .span {
  float: left;
  width: 100%;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #f6f6f6;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #bababa;
}
.grid .span.top {
  padding-top: 0;
}
.grid .span.half {
  width: 50%;
}
.grid .span.half.left {
  border-right: 1px solid #bababa;
}
.grid .span h4 {
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  font-size: 40px !important;
  font-weight: 300 !important;
  color: #bababa !important;
  text-transform: none !important;
  margin: 0 !important;
}
.grid .span h4 span {
  font-size: 20px;
  text-transform: uppercase;
}
.grid .span h4 img {
  vertical-align: inherit;
  margin-right: 5px;
}
.grid .span h5 {
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #555555 !important;
}
.grid .span h5 span {
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}
.grid .span ul {
  display: inline-block;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.grid .span ul li {
  float: left;
  margin-right: 20px !important;
}
.grid .span a {
  color: #a461f9;
}
.grid .span a:hover {
  text-decoration: none;
  color: #c092fb;
}
.grid .span .btn {
  width: 90% !important;
}
.grid .span .material-icons {
  vertical-align: middle;
}
.mt-30 {
  margin-top: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.flexslider {
  margin-bottom: 20px;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
#toast-container .toast-message {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
/*====================
======================
END COMMON CSS
======================
====================*/
/*====================
======================
FONTS CSS
======================
====================*/
/*========== UNIVERS ==========*/
@font-face {
  font-family: 'Univers';
  src: url('/static/fonts/univers/bold/univers.eot');
  src: url('/static/fonts/univers/bold/univers.eot?#iefix') format('embedded-opentype'), url('/static/fonts/univers/bold/univers.woff2') format('woff2'), url('/static/fonts/univers/bold/univers.woff') format('woff'), url('/static/fonts/univers/bold/univers.svg#webfont') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Univers';
  src: url('/static/fonts/univers/regular/univers.eot');
  src: url('/static/fonts/univers/regular/univers.eot?#iefix') format('embedded-opentype'), url('/static/fonts/univers/regular/univers.woff2') format('woff2'), url('/static/fonts/univers/regular/univers.woff') format('woff'), url('/static/fonts/univers/regular/univers.svg#webfont') format('svg');
  font-weight: 400;
  font-style: normal;
}
/*========== END UNIVERS ==========*/
/*========== PTSANS ==========*/
@font-face {
  font-family: 'PTSans';
  src: url('/static/fonts/ptsans/regular/ptsans.eot');
  src: url('/static/fonts/ptsans/regular/ptsans.eot?#iefix') format('embedded-opentype'), url('/static/fonts/ptsans/regular/ptsans.woff2') format('woff2'), url('/static/fonts/ptsans/regular/ptsans.woff') format('woff'), url('/static/fonts/ptsans/regular/ptsans.svg#webfont') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans';
  src: url('/static/fonts/ptsans/bold/ptsans.eot');
  src: url('/static/fonts/ptsans/bold/ptsans.eot?#iefix') format('embedded-opentype'), url('/static/fonts/ptsans/bold/ptsans.woff2') format('woff2'), url('/static/fonts/ptsans/bold/ptsans.woff') format('woff'), url('/static/fonts/ptsans/bold/ptsans.svg#webfont') format('svg');
  font-weight: 700;
  font-style: normal;
}
/*========== END PTSANS ==========*/
/*====================
======================
END FONTS CSS
======================
====================*/
/*====================
======================
DIALOG CSS
======================
====================*/
/*---------- DIALOG BOX ----------*/
.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222222;
  opacity: 0.5;
  display: none;
}
#dialog-box {
  display: none;
  position: fixed;
  z-index: 3000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 980px;
  max-height: 90%;
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-transition: height 250ms linear;
  -moz-transition: height 250ms linear;
  -o-transition: height 250ms linear;
  -ms-transition: height 250ms linear;
  transition: height 250ms linear;
  overflow: auto;
}
#dialog-box.video {
  max-width: 650px;
}
#dialog-box .close-wrapper {
  float: left;
  width: 100%;
  padding: 10px;
  background: #FFFFFF;
}
#dialog-box .close-wrapper img {
  float: right;
  cursor: pointer;
}
#dialog-box .container {
  max-width: 100%;
}
#dialog-box .dialog-block {
  display: none;
  float: left;
}
#dialog-box .dialog-block#new-section-options {
  padding: 70px;
}
#dialog-box .dialog-block#video-dialog {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #dialog-box {
    width: 100%;
  }
}
/*---------- END DIALOG BOX ----------*/
/*====================
======================
END DIALOG CSS
======================
====================*/
/*====================
======================
NAV CSS
======================
====================*/
/*========== DESKTOP NAV ==========*/
#desktop-nav li.top-level {
  float: left;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #f6f8fa;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  margin-left: 50px;
}
#desktop-nav li.top-level.callout,
#desktop-nav li.top-level.active {
  color: #a461f9;
}
#desktop-nav li.top-level.callout a,
#desktop-nav li.top-level.active a {
  color: #a461f9;
}
#desktop-nav li.top-level.first {
  margin-left: 0;
}
#desktop-nav li.top-level.last {
  margin-right: 0;
}
#desktop-nav li.top-level a.top-level {
  text-decoration: none !important;
  color: #ffffff;
  -webkit-transition: color 250ms linear;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  -ms-transition: color 250ms linear;
  transition: color 250ms linear;
  letter-spacing: .12em;
}
#desktop-nav li.top-level a.top-level:hover {
  color: #045286;
}
#desktop-nav li.top-level .sub-level {
  top: 100%;
}
#desktop-nav li.top-level:hover a.top-level {
  color: #a461f9;
}
#desktop-nav li.top-level:hover .sub-nav {
  display: block;
}
/*========== END DESKTOP NAV ==========*/
/*========== MOBILE NAV ==========*/
.hamburger {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 19px;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}
.hamburger span.last {
  width: 60%;
  margin-bottom: 0;
}
.hamburger span.first,
.hamburger span.second,
.hamburger span.third {
  transition: all 0.35s linear;
  transform: rotate(0deg);
  transform-origin: 0% 50%;
}
.hamburger.open span {
  height: 3px;
}
.hamburger.open span.first,
.hamburger.open span.third {
  width: 30px;
  margin-left: 2px;
}
.hamburger.open span.first {
  margin-bottom: 12px;
  transform: rotate(44deg);
}
.hamburger.open span.second {
  width: 0;
}
.hamburger.open span.third {
  transform: rotate(-44deg);
}
#mobile-nav-wrapper {
  position: fixed;
  z-index: 150;
  top: 75px;
  left: -400px;
  width: 400px;
  max-width: 100%;
  height: 100%;
  height: calc(100% - 75px);
  padding: 0;
  background-color: #F8F8F8;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #131d2e;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li {
  float: left;
  clear: both;
  width: 100%;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
  letter-spacing: .1em;
  padding-left: 45px;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.callout {
  color: #a461f9;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.callout a {
  color: #a461f9;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.hr {
  margin: 15px 0;
  padding: 0 15px;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.hr span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bababa;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.first {
  padding-top: 20px;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li a {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  color: inherit;
  text-transform: uppercase;
  -webkit-transition: color 250ms linear;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  -ms-transition: color 250ms linear;
  transition: color 250ms linear;
  padding: 20px 15px 20px 0;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li a:hover {
  color: #8830f7;
  text-decoration: none;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li a.last {
  border-bottom: none;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.small a {
  font-size: 12px;
  padding: 10px 15px;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.links {
  position: relative;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.links a.top-level {
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
  cursor: pointer;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.links.open a.top-level {
  background: #96c5de;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li .sub-menu-wrapper {
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper {
  float: left;
  width: 100%;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper.links a {
  width: calc(100% - 100px);
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper .arrow-block {
  float: right;
  position: relative;
  width: 100px;
  height: 60px;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper .arrow-block.open .drop-arrow span.right {
  right: -2px;
  bottom: 6px;
  transform: rotate(42deg);
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper .arrow-block.open .drop-arrow span.left {
  top: auto;
  left: 0;
  bottom: 0;
  transform: rotate(-42deg);
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper .arrow-block .drop-arrow {
  float: right;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 7px;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper .arrow-block .drop-arrow span {
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #a461f9;
  border-radius: 2px;
  transition: all 0.35s linear;
  transform: rotate(0deg);
  transform-origin: 0% 50%;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper .arrow-block .drop-arrow span.right {
  right: -2px;
  bottom: -1px;
  transform: rotate(-46deg);
  width: 9px;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper .arrow-block .drop-arrow span.left {
  top: 0;
  left: 0;
  transform: rotate(42deg);
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper .arrow-block .drop-arrow.open span {
  height: 2px;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper .arrow-block .drop-arrow.open span.first,
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper .arrow-block .drop-arrow.open span.third {
  width: 20px;
  margin-left: 2px;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper .arrow-block .drop-arrow.open span.first {
  margin-bottom: 5px;
  transform: rotate(44deg);
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper .arrow-block .drop-arrow.open span.second {
  width: 0;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li.top-level-wrapper .arrow-block .drop-arrow.open span.third {
  transform: rotate(-44deg);
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li .sub-level-wrapper {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li .sub-level-wrapper ul {
  float: left;
  width: 100%;
  list-style: none;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li .sub-level-wrapper ul li {
  padding-left: 0px;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li .sub-level-wrapper ul li.links a {
  width: calc(100% - 50px);
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li .sub-level-wrapper ul li a {
  float: left;
  width: 100%;
  text-transform: none;
  padding: 10px 0;
  margin-left: -20px;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li .sub-level-wrapper ul li a .last {
  margin-bottom: 10px;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li .tert-level-wrapper {
  display: none;
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li .tert-level-wrapper ul.tert-level {
  float: left;
  width: 100%;
  list-style: none;
  padding: 10px 0 10px 30px;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li .tert-level-wrapper a.tert-level {
  float: left;
  width: 100%;
  text-transform: none;
  padding: 10px 0;
}
#mobile-nav-wrapper #mobile-nav-scroll-buffer #mobile-nav li .tert-level-wrapper a.tert-level .last {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  body {
    overflow: visible !important;
  }
  #mobile-nav-wrapper {
    display: none !important;
  }
}
/*========== END MOBILE NAV ==========*/
/*====================
======================
END NAV CSS
======================
====================*/
/*====================
======================
SECTIONS CSS
======================
====================*/
/*---------- CONTENT ----------*/
#content-gutter {
  float: left;
  clear: both;
  width: 100%;
}
.editable #content-wrapper #sections .section-wrapper:hover .new-section-action {
  display: block !important;
}
.editable #content-wrapper #sections .section-wrapper.unpublished {
  display: block;
}
.section-wrapper.unpublished {
  display: none;
}
#content-wrapper {
  float: left;
  clear: both;
  width: 100%;
  background-color: #FFFFFF;
  /*==========
    DIALOG
    ===========*/
}
#content-wrapper #sections {
  position: relative;
  z-index: 20;
  float: left;
  clear: both;
  width: 100%;
}
#content-wrapper #sections a {
  color: #f34d52;
}
#content-wrapper #sections .section-wrapper {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding: 150px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
#content-wrapper #sections .section-wrapper.first {
  padding-top: 75px;
}
#content-wrapper #sections .section-wrapper.last {
  padding-bottom: 185px;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper.last {
    padding-bottom: 75px;
  }
}
#content-wrapper #sections .section-wrapper.compact-top {
  padding-top: 50px;
}
#content-wrapper #sections .section-wrapper.compact-bottom {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper.compact-top {
    padding-top: 0;
  }
  #content-wrapper #sections .section-wrapper.compact-bottom {
    padding-bottom: 25px;
  }
}
#content-wrapper #sections .section-wrapper.invert-text h2,
#content-wrapper #sections .section-wrapper.invert-text h3,
#content-wrapper #sections .section-wrapper.invert-text h4,
#content-wrapper #sections .section-wrapper.invert-text h5,
#content-wrapper #sections .section-wrapper.invert-text label,
#content-wrapper #sections .section-wrapper.invert-text p,
#content-wrapper #sections .section-wrapper.invert-text ul li {
  color: #FFFFFF !important;
}
#content-wrapper #sections .section-wrapper.DG {
  background-color: #555555;
}
#content-wrapper #sections .section-wrapper.DG h2 {
  color: #f6f6f6;
}
#content-wrapper #sections .section-wrapper.DG.pitch-status .column-row .column h5 {
  color: #D7D7D7;
}
#content-wrapper #sections .section-wrapper.LG {
  background-color: #f6f6f6;
}
#content-wrapper #sections .section-wrapper.R {
  background-color: #a461f9;
}
#content-wrapper #sections .section-wrapper.R h2.red {
  color: #FFFFFF !important;
}
#content-wrapper #sections .section-wrapper.R .btn {
  color: #a461f9 !important;
  background-color: #f6f6f6;
}
#content-wrapper #sections .section-wrapper.R .btn:hover {
  color: #FFFFFF !important;
  background-color: #8830f7;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper .column {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper .large-gutter {
    padding-bottom: 30px;
  }
}
#content-wrapper #sections .section-wrapper .blue {
  color: #007be2 !important;
}
#content-wrapper #sections .section-wrapper .section-header {
  margin-top: 20px;
  margin-bottom: 30px;
}
#content-wrapper #sections .section-wrapper #clients {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper #clients {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#content-wrapper #sections .section-wrapper #clients .client {
  position: relative;
  height: 200px;
  border: solid 1px #ebebeb;
  border-bottom: none;
  border-left: none;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
#content-wrapper #sections .section-wrapper #clients .client.item-1,
#content-wrapper #sections .section-wrapper #clients .client.item-2,
#content-wrapper #sections .section-wrapper #clients .client.item-3 {
  border-top: none;
}
#content-wrapper #sections .section-wrapper #clients .client .image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  max-height: 95%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper #clients .client .image-wrapper {
    width: 100%;
    width: calc(100% - 30px);
  }
}
#content-wrapper #sections .section-wrapper #clients .client .image-wrapper img {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #content-wrapper #sections .section-wrapper #clients .client.no-border-right {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper #clients .client.item-3 {
    border-top: 1px solid #ebebeb;
  }
  #content-wrapper #sections .section-wrapper #clients .client.even {
    border-right: none;
  }
}
#content-wrapper #sections .section-wrapper.split-image {
  position: relative;
  padding: 0;
}
#content-wrapper #sections .section-wrapper.split-image .container {
  position: absolute;
  z-index: 500;
  top: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#content-wrapper #sections .section-wrapper.split-image .section-content {
  padding-top: 95px;
  padding-bottom: 60px;
  background: #555555;
  background-size: cover !important;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper.split-image .section-content {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
#content-wrapper #sections .section-wrapper.split-image .section-content.L {
  float: left;
  padding-right: 35px;
}
#content-wrapper #sections .section-wrapper.split-image .section-content.R {
  float: right;
  padding-left: 35px;
}
#content-wrapper #sections .section-wrapper.split-image .section-image {
  position: absolute;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#content-wrapper #sections .section-wrapper.split-image .section-image.R {
  right: 0;
}
#content-wrapper #sections .section-wrapper.split-image .section-image.L {
  left: 0;
}
#content-wrapper #sections .section-wrapper.billboard {
  height: 725px;
  padding-top: 185px;
  padding-bottom: 260px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper.billboard {
    padding-top: 30px;
    padding-bottom: 165px;
    height: 100%;
  }
}
#content-wrapper #sections .section-wrapper.billboard .new-section-action {
  top: -150px;
}
#content-wrapper #sections .section-wrapper.billboard .button-container {
  position: relative;
}
#content-wrapper #sections .section-wrapper.billboard .button-container a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
}
#content-wrapper #sections .section-wrapper.billboard .section-button {
  position: absolute;
  z-index: 10;
  bottom: -65px;
  left: 50%;
  transform: translate(-50%);
}
#content-wrapper #sections .section-wrapper.billboard .section-button button {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-radius: 30px;
  border: 1px solid #ffffff;
  padding: 15px 40px;
  background: none;
}
#content-wrapper #sections .section-wrapper.billboard .section-button button:hover {
  opacity: .5;
}
#content-wrapper #sections .section-wrapper.billboard .shade {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 200px;
  background-color: #333333;
  opacity: 0.7;
}
#content-wrapper #sections .section-wrapper.billboard .billboard-content {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 875px;
  max-width: 100%;
  text-align: center;
  margin: 20px 0 !important;
}
#content-wrapper #sections .section-wrapper.billboard .billboard-content h2 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 15px 0;
  line-height: 42px;
}
#content-wrapper #sections .section-wrapper.billboard .billboard-content p {
  margin-bottom: 10px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  font-weight: 200;
  line-height: 32px;
}
#content-wrapper #sections .section-wrapper.billboard .billboard-content hr {
  text-align: center;
  display: inline-block;
  width: 170px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  #content-wrapper #sections .section-wrapper.billboard .billboard-content hr {
    visibility: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper.billboard .billboard-content {
    padding: 0 20px;
  }
}
#content-wrapper #sections .section-wrapper .container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #content-wrapper #sections .section-wrapper .row {
    margin-right: -25px;
    margin-left: -25px;
  }
  #content-wrapper #sections .section-wrapper .row div[class^='col-'],
  #content-wrapper #sections .section-wrapper .row div[class*=' col-'] {
    padding-right: 25px;
    padding-left: 25px;
  }
}
#content-wrapper #sections .section-wrapper .mceNonEditable {
  display: block;
  height: 0;
  overflow: hidden;
}
#content-wrapper #sections .section-wrapper .new-section-action {
  display: none;
  position: absolute;
  z-index: 100;
  top: -45px;
  right: 0;
}
#content-wrapper #sections .section-wrapper .new-section-action .context-parent {
  display: inline-block;
}
#content-wrapper #sections .section-wrapper .new-section-action .btn {
  font-size: 11px !important;
  margin: 0 0 0 10px;
  padding: 12px 20px !important;
  border-radius: 20px;
  outline: none !important;
}
#content-wrapper #sections .section-wrapper .new-section-action .btn.icon {
  padding: 7px !important;
  border-radius: 50%;
}
#content-wrapper #sections .section-wrapper .new-section-action .btn .material-icons {
  font-size: 17px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper .button-container {
    text-align: center;
  }
  #content-wrapper #sections .section-wrapper a {
    position: static;
  }
  #content-wrapper #sections .section-wrapper button {
    width: 100%;
    padding: 15px 25px;
  }
}
#content-wrapper #sections .section-wrapper .section-button {
  position: absolute;
  z-index: 10;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%);
}
#content-wrapper #sections .section-wrapper .section-button button {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  border-radius: 30px;
  border: none;
  padding: 15px 40px;
}
#content-wrapper #sections .section-wrapper .no-container {
  padding-left: 15px;
  padding-right: 15px;
}
#content-wrapper #sections .section-wrapper .title-row {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #content-wrapper #sections .section-wrapper .title-row {
    padding-bottom: 20px;
    border-bottom: 1px solid #f6f6f6;
  }
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper .title-row {
    margin-bottom: 30px;
  }
}
#content-wrapper #sections .section-wrapper .title-row h1,
#content-wrapper #sections .section-wrapper .title-row h2 {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper .title-row h1,
  #content-wrapper #sections .section-wrapper .title-row h2 {
    font-size: 26px !important;
  }
}
#content-wrapper #sections .section-wrapper .title-row h4 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #bababa !important;
  text-transform: none !important;
  margin-bottom: 5px;
}
#content-wrapper #sections .section-wrapper .title-row h4 a,
#content-wrapper #sections .section-wrapper .title-row h4 span {
  display: inline-block;
  color: inherit;
  white-space: nowrap;
  margin-top: 3px;
}
#content-wrapper #sections .section-wrapper .title-row hr {
  margin-top: 15px;
  margin-bottom: 30px;
  border-color: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  #content-wrapper #sections .section-wrapper .title-row #browse-filter {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    vertical-align: bottom;
  }
}
#content-wrapper #sections .section-wrapper .title-row #browse-filter .context-parent {
  display: inline-block;
  padding-bottom: 8px;
  padding-left: 2px;
}
@media only screen and (max-width: 991px) {
  #content-wrapper #sections .section-wrapper .title-row #browse-filter .context-parent {
    margin-top: 5px;
  }
}
#content-wrapper #sections .section-wrapper .title-row #browse-filter .context-parent .context-menu {
  top: 30px;
}
#content-wrapper #sections .section-wrapper .title-row #browse-filter p {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #555555 !important;
  margin: 0 !important;
}
#content-wrapper #sections .section-wrapper .title-row #browse-filter p .filter-amount {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #555555 !important;
}
#content-wrapper #sections .section-wrapper .title-row #browse-filter p .filter-type {
  color: #a461f9;
  cursor: pointer;
}
#content-wrapper #sections .section-wrapper .title-row #browse-filter .filter-button {
  float: right;
  padding: 8px 10px;
  border: 1px solid #bababa;
  border-radius: 5px;
}
#content-wrapper #sections .section-wrapper .title-row #browse-filter .filter-button img {
  float: left;
  width: 25px;
}
#content-wrapper #sections .section-wrapper .title-row #filter-header {
  display: none;
}
#content-wrapper #sections .section-wrapper .title-row #filter-header h5 {
  display: inline-block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  text-transform: none;
}
#content-wrapper #sections .section-wrapper .title-row #filter-header .filter-button {
  float: right;
  padding: 8px 15px;
}
#content-wrapper #sections .section-wrapper .title-row #filter-header .filter-button img {
  float: left;
}
#content-wrapper #sections .section-wrapper .title-row #filter-header hr {
  margin: 15px 0 0 0;
}
#content-wrapper #sections .section-wrapper h1 {
  font-family: 'Univers', Helvetica, Arial, sans-serif !important;
  font-size: 44px !important;
  font-weight: 700 !important;
  color: #252525 !important;
  line-height: 1.2em;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper h1 {
    margin-bottom: 40px;
  }
}
#content-wrapper #sections .section-wrapper h1.red {
  color: #F36C39 !important;
}
#content-wrapper #sections .section-wrapper h1.lg {
  font-family: 'Arima Madurai', Helvetica, Arial, sans-serif;
  font-size: 106px;
  font-weight: 500;
  color: #252525;
  line-height: 1em;
}
#content-wrapper #sections .section-wrapper h2 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #555555;
  line-height: 44px;
}
#content-wrapper #sections .section-wrapper h2.lg {
  font-family: 'Univers', Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #555555;
}
#content-wrapper #sections .section-wrapper h3 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #555555;
  line-height: 32px;
  padding-bottom: 15px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper h3 {
    font-size: 22px;
  }
}
#content-wrapper #sections .section-wrapper h3.testimony-name {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper h3.testimony-name {
    text-align: left;
  }
}
#content-wrapper #sections .section-wrapper h3.reduced {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #555555 !important;
  line-height: 22px;
  font-style: italic;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper h3.reduced {
    text-align: left;
  }
}
#content-wrapper #sections .section-wrapper h3.red {
  font-family: 'Arima Madurai', Helvetica, Arial, sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #F36C39 !important;
}
#content-wrapper #sections .section-wrapper h3.lg {
  font-family: 'Arima Madurai', Helvetica, Arial, sans-serif;
  font-size: 106px;
  font-weight: 400;
  color: #252525;
  line-height: 1em;
}
#content-wrapper #sections .section-wrapper h4 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #555555;
  text-transform: uppercase;
  line-height: 18px;
}
#content-wrapper #sections .section-wrapper h5 {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #f6f6f6;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: 0.05em;
  margin: 0;
}
#content-wrapper #sections .section-wrapper p {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #555555;
  line-height: 32px;
}
#content-wrapper #sections .section-wrapper p.bug {
  padding: 5px 25px 0;
}
#content-wrapper #sections .section-wrapper p a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #f34d52;
  line-height: 14px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper p {
    font-size: 18px;
  }
}
#content-wrapper #sections .section-wrapper p.small {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper p.small {
    font-weight: 300;
  }
}
#content-wrapper #sections .section-wrapper p.italic {
  font-style: italic;
}
#content-wrapper #sections .section-wrapper a.arrow-link {
  display: inline-block;
  padding-right: 15px;
  background: center right url('/static/images/icons/arrow.png') no-repeat;
}
#content-wrapper #sections .section-wrapper ul {
  margin-bottom: 20px;
  margin-left: 30px;
  padding-left: 18px;
}
#content-wrapper #sections .section-wrapper ul li {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  line-height: 1.6em;
  margin-bottom: 5px;
}
#content-wrapper #sections .section-wrapper ul li.last {
  margin-bottom: 0;
}
#content-wrapper #sections .section-wrapper ul li.icon {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
#content-wrapper #sections .section-wrapper ul li.icon .material-icons {
  vertical-align: bottom;
}
#content-wrapper #sections .section-wrapper ul.no-bullets {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#content-wrapper #sections .section-wrapper ul.bread-crumbs {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#content-wrapper #sections .section-wrapper ul.bread-crumbs .material-icons.first {
  display: none;
}
@media (max-width: 767px) {
  #content-wrapper #sections .section-wrapper ul.bread-crumbs .material-icons.first {
    display: inline-block;
    opacity: 0;
  }
}
#content-wrapper #sections .section-wrapper ul.bread-crumbs .material-icons.last {
  display: none;
}
@media (max-width: 767px) {
  #content-wrapper #sections .section-wrapper ul.bread-crumbs .material-icons.last {
    display: inline-block;
    opacity: 0;
  }
}
#content-wrapper #sections .section-wrapper ul.bread-crumbs .material-icons.left {
  display: none;
}
@media (max-width: 767px) {
  #content-wrapper #sections .section-wrapper ul.bread-crumbs .material-icons.left {
    display: inline-block;
    color: #a461f9;
  }
}
#content-wrapper #sections .section-wrapper ul.bread-crumbs li {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 25px;
}
@media (max-width: 767px) {
  #content-wrapper #sections .section-wrapper ul.bread-crumbs li {
    display: none;
  }
}
#content-wrapper #sections .section-wrapper ul.bread-crumbs li.last {
  margin-right: 0;
}
#content-wrapper #sections .section-wrapper ul.bread-crumbs li span {
  float: left;
  margin-right: 25px;
}
@media (max-width: 767px) {
  #content-wrapper #sections .section-wrapper ul.bread-crumbs li span {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#content-wrapper #sections .section-wrapper ul.bread-crumbs li i {
  float: left;
  font-size: 20px;
  font-weight: bold;
}
#content-wrapper #sections .section-wrapper ul.bread-crumbs li.active {
  color: #a461f9;
  display: inline-block;
}
@media (max-width: 767px) {
  #content-wrapper #sections .section-wrapper ul.bread-crumbs li.active {
    margin-right: 0;
  }
}
#content-wrapper #sections .section-wrapper ul.bread-crumbs a {
  color: #333333 !important;
}
#content-wrapper #sections .section-wrapper ul.bread-crumbs a.active {
  color: #b02026 !important;
  cursor: pointer;
}
#content-wrapper #sections .section-wrapper ul.in-page-nav {
  text-align: center;
  margin: 40px 0 0;
  padding: 20px 0;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}
#content-wrapper #sections .section-wrapper ul.in-page-nav li {
  display: inline-block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #555555;
  text-transform: uppercase;
  margin-right: 65px;
}
#content-wrapper #sections .section-wrapper ul.in-page-nav li.last {
  margin-right: 0;
}
#content-wrapper #sections .section-wrapper ul.in-page-nav li a {
  color: #555555;
}
#content-wrapper #sections .section-wrapper ul.in-page-nav li a.active,
#content-wrapper #sections .section-wrapper ul.in-page-nav li a:hover {
  text-decoration: none;
  color: #a461f9;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper ul.in-page-nav li {
    display: block;
    margin-right: 0;
  }
}
#content-wrapper #sections .section-wrapper img {
  max-width: 100%;
  height: auto;
}
#content-wrapper #sections .section-wrapper img.round-image {
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper img {
    margin-bottom: 0px;
  }
}
#content-wrapper #sections .section-wrapper .bugimage {
  margin-bottom: 25px;
}
#content-wrapper #sections .section-wrapper .headshot {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper .headshot {
    text-align: left !important;
  }
}
#content-wrapper #sections .section-wrapper .three-col-row {
  margin-left: -38px;
  margin-right: -38px;
}
#content-wrapper #sections .section-wrapper .three-col-row .three-col {
  padding-left: 38px;
  padding-right: 38px;
  border-right: 1px solid #f6f6f6;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper .three-col-row .three-col {
    margin-bottom: 40px;
  }
  #content-wrapper #sections .section-wrapper .three-col-row .three-col.last {
    margin-bottom: 0;
  }
}
#content-wrapper #sections .section-wrapper .three-col-row .three-col.last {
  border: none;
}
#content-wrapper #sections .section-wrapper hr.search-separator {
  margin: 10px 0;
  height: 1px;
  border: none;
  background-color: #bababa;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  #content-wrapper #sections .section-wrapper .column {
    margin-bottom: 40px;
  }
  #content-wrapper #sections .section-wrapper .column.last {
    margin-bottom: 0;
  }
  #content-wrapper #sections .section-wrapper .left-col {
    margin-bottom: 40px;
  }
  #content-wrapper #sections .section-wrapper hr.search-separator {
    margin: 30px 0 10px 0;
  }
}
#content-wrapper #sections .section-wrapper #contact-form #more-toggle {
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #49acff;
  font-style: italic;
  line-height: 28px;
  padding-right: 75px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 50px;
}
#content-wrapper #sections .section-wrapper #contact-form #more-toggle span {
  display: block;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#content-wrapper #sections .section-wrapper #contact-form #more-toggle span img {
  transition: all 200ms linear;
  transform: rotate(0deg);
  cursor: pointer;
}
#content-wrapper #sections .section-wrapper #contact-form #more-toggle.open img {
  transform: rotate(180deg);
}
#content-wrapper #sections .section-wrapper #contact-form #more-inputs-wrapper {
  height: 0;
  padding-top: 1px;
  overflow: hidden;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
#content-wrapper #sections .section-wrapper #contact-form #more-inputs-wrapper.opened {
  overflow: visible;
}
#content-wrapper #sections .section-wrapper #contact-form #more-inputs-wrapper #more-inputs {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper #contact-form #more-inputs-wrapper #more-inputs {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper #contact-form #more-inputs-wrapper #more-inputs .mobile-gap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #content-wrapper #sections .section-wrapper .testimony {
    text-align: left !important;
  }
}
#content-wrapper #sections .section-wrapper #contact-complete {
  display: none;
  text-align: center;
}
#content-wrapper #sections .section-wrapper #contact-complete .contact-image {
  position: relative;
  max-width: 100%;
  width: 700px;
  height: auto;
  margin-bottom: 75px;
}
#content-wrapper #sections .section-wrapper #contact-complete .contact-salutation h1 {
  font-family: 'Roboto Slab', Helvetica, Arial, serif !important;
  font-size: 50px !important;
  font-weight: 300 !important;
  color: #f34d52 !important;
  margin-bottom: 20px;
}
#content-wrapper #sections .section-wrapper #contact-complete .contact-salutation p {
  margin-bottom: 45px;
}
#content-wrapper #sections .section-wrapper #contact-complete .contact-salutation h4 {
  letter-spacing: .07em;
}
#content-wrapper #sections hr.dark {
  height: 1px;
  border: none;
  background-color: #bababa;
}
#content-wrapper .dialog-mask {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  background-color: #ccc;
  opacity: 0.95;
}
#content-wrapper .dialog-wrapper {
  text-align: center;
  display: none;
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: -100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  border-radius: 0;
  overflow: auto;
}
#content-wrapper .dialog-wrapper .dialog-content {
  display: none;
  padding: 20px 0;
}
#content-wrapper .dialog-wrapper .dialog-content .responsive-video {
  margin-bottom: 20px;
}
#content-wrapper .dialog-wrapper .dialog-content h1 {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #333333;
}
#content-wrapper .dialog-wrapper .dialog-content h2 {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
#content-wrapper .dialog-wrapper .dialog-content p {
  line-height: 1.4em !important;
  margin-bottom: 20px;
}
#content-wrapper .dialog-wrapper .dialog-content ul {
  margin: 0 0 20px 18px;
}
#content-wrapper .dialog-wrapper .dialog-content ul li {
  margin-bottom: 10px;
}
#content-wrapper .dialog-wrapper .dialog-content .btn {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #content-wrapper .dialog-wrapper {
    width: 100%;
  }
}
#content-wrapper #override-content .container {
  width: 100%;
  padding: 0;
}
#content-wrapper #override-content .right-col-overrides {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #content-wrapper #override-content .right-col-overrides {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
/*---------- END CONTENT ----------*/
/*====================
======================
END SECTIONS CSS
======================
====================*/
/*====================
======================
HERO CSS
======================
====================*/
/*---------- Hero ----------*/
#hero {
  position: relative;
  z-index: 10;
  float: left;
  clear: both;
  width: 100%;
  list-style: none;
  margin: 0 0 0px 0;
  border: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  #hero {
    padding: 0;
  }
}
#hero.T .slides .slide {
  height: 835px;
}
@media only screen and (max-width: 767px) {
  #hero.T .slides .slide {
    height: 510px;
  }
}
#hero.S .slides .slide {
  height: 420px;
}
@media only screen and (max-width: 767px) {
  #hero.S .slides .slide {
    height: 510px;
  }
}
#hero .slides {
  list-style: none;
  margin: 0;
  padding: 0;
}
#hero .slides .slide {
  background-position: center;
  background-size: cover;
}
#hero .slides .slide .transparent-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #05264d;
  opacity: 0;
  -webkit-transition: height 250ms linear;
  -moz-transition: height 250ms linear;
  -o-transition: height 250ms linear;
  -ms-transition: height 250ms linear;
  transition: height 250ms linear;
}
@media only screen and (max-width: 767px) {
  #hero .slides .slide .transparent-overlay {
    background-size: 120%;
  }
}
#hero .slides .slide .slide-content {
  position: absolute;
  bottom: 23%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 100%;
  text-align: center;
  padding: 90px 0 40px 0;
}
@media only screen and (max-width: 991px) {
  #hero .slides .slide .slide-content {
    text-align: left;
    padding: 40px 100px 20px 20px;
  }
  #hero .slides .slide .slide-content.T-slide h2 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #hero .slides .slide .slide-content {
    bottom: 20px;
  }
  #hero .slides .slide .slide-content.S-slide {
    bottom: 20% !important;
  }
}
#hero .slides .slide .slide-content.invert-text h1,
#hero .slides .slide .slide-content.invert-text h2,
#hero .slides .slide .slide-content.invert-text .sub-text p {
  color: #252525;
}
#hero .slides .slide .slide-content h1 {
  font-family: 'Roboto Slab', Helvetica, Arial, serif;
  font-size: 75px;
  font-weight: 100;
  color: #FFFFFF;
  line-height: 1.12em;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) {
  #hero .slides .slide .slide-content h1.T-font {
    font-size: 75px !important;
  }
  #hero .slides .slide .slide-content h1.S-font {
    font-size: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  #hero .slides .slide .slide-content h1 {
    font-size: 42px !important;
    margin-bottom: 15px;
  }
}
#hero .slides .slide .slide-content h2 {
  display: inline-block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #f6f6f6;
  line-height: 1.6em;
}
@media only screen and (min-width: 992px) {
  #hero .slides .slide .slide-content h2 {
    margin: 0px 80px;
  }
}
#hero .slides .slide .slide-content .btn-wrapper {
  margin-top: 40px;
}
#hero .slides .slide .slide-content .btn-wrapper .btn {
  margin-right: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#hero .slides .slide .slide-content .btn-wrapper .btn.odd {
  margin-right: 0;
}
#hero .slides .slide .slide-content .sub-text {
  text-align: left;
  margin-top: 45px;
}
#hero .slides .slide .slide-content .sub-text p {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #bababa;
  line-height: 1.4em;
}
@media only screen and (max-width: 991px) {
  #hero .slides .slide .slide-content .btn {
    display: inline-block;
    margin-bottom: 20px;
  }
  #hero .slides .slide .slide-content .btn.last {
    margin-bottom: 0;
  }
}
#hero .slides .slide .hero-search-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  float: left;
  clear: both;
  width: 100%;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  #hero .slides .slide .hero-search-wrapper {
    padding: 20px 0;
  }
}
#hero .slides .slide .hero-search-wrapper .shade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  #hero .slides .slide {
    height: 565px;
  }
}
/*---------- END Hero ----------*/
/*====================
======================
END HERO CSS
======================
====================*/
/*====================
======================
FORM CSS
======================
====================*/
#sections .styled-form hr,
#dialog-box .styled-form hr,
#hero .styled-form hr {
  float: left;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 40px 0;
  border-width: 1px;
  border-color: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  #sections .styled-form,
  #dialog-box .styled-form,
  #hero .styled-form {
    padding-left: 0;
    padding-right: 0;
  }
}
#sections .input-wrapper,
#dialog-box .input-wrapper,
#hero .input-wrapper {
  margin-bottom: 30px;
}
#sections .input-wrapper select,
#dialog-box .input-wrapper select,
#hero .input-wrapper select {
  width: 100%;
  margin-bottom: 20px;
}
#sections .input-wrapper.parallel-button,
#dialog-box .input-wrapper.parallel-button,
#hero .input-wrapper.parallel-button {
  float: left;
}
#sections .input-wrapper.parallel-button.small-btn input[type='email'],
#dialog-box .input-wrapper.parallel-button.small-btn input[type='email'],
#hero .input-wrapper.parallel-button.small-btn input[type='email'],
#sections .input-wrapper.parallel-button.small-btn input[type='number'],
#dialog-box .input-wrapper.parallel-button.small-btn input[type='number'],
#hero .input-wrapper.parallel-button.small-btn input[type='number'],
#sections .input-wrapper.parallel-button.small-btn input[type='password'],
#dialog-box .input-wrapper.parallel-button.small-btn input[type='password'],
#hero .input-wrapper.parallel-button.small-btn input[type='password'],
#sections .input-wrapper.parallel-button.small-btn input[type='text'],
#dialog-box .input-wrapper.parallel-button.small-btn input[type='text'],
#hero .input-wrapper.parallel-button.small-btn input[type='text'],
#sections .input-wrapper.parallel-button.small-btn input[type='url'],
#dialog-box .input-wrapper.parallel-button.small-btn input[type='url'],
#hero .input-wrapper.parallel-button.small-btn input[type='url'],
#sections .input-wrapper.parallel-button.small-btn textarea,
#dialog-box .input-wrapper.parallel-button.small-btn textarea,
#hero .input-wrapper.parallel-button.small-btn textarea {
  width: calc(100% - 130px) !important;
  margin: 0 25px 0 0;
}
#sections .input-wrapper.parallel-button.small-btn .btn,
#dialog-box .input-wrapper.parallel-button.small-btn .btn,
#hero .input-wrapper.parallel-button.small-btn .btn {
  width: 105px;
}
@media only screen and (max-width: 767px) {
  #sections .input-wrapper.parallel-button.small-btn input[type='email'],
  #dialog-box .input-wrapper.parallel-button.small-btn input[type='email'],
  #hero .input-wrapper.parallel-button.small-btn input[type='email'],
  #sections .input-wrapper.parallel-button.small-btn input[type='number'],
  #dialog-box .input-wrapper.parallel-button.small-btn input[type='number'],
  #hero .input-wrapper.parallel-button.small-btn input[type='number'],
  #sections .input-wrapper.parallel-button.small-btn input[type='password'],
  #dialog-box .input-wrapper.parallel-button.small-btn input[type='password'],
  #hero .input-wrapper.parallel-button.small-btn input[type='password'],
  #sections .input-wrapper.parallel-button.small-btn input[type='text'],
  #dialog-box .input-wrapper.parallel-button.small-btn input[type='text'],
  #hero .input-wrapper.parallel-button.small-btn input[type='text'],
  #sections .input-wrapper.parallel-button.small-btn input[type='url'],
  #dialog-box .input-wrapper.parallel-button.small-btn input[type='url'],
  #hero .input-wrapper.parallel-button.small-btn input[type='url'],
  #sections .input-wrapper.parallel-button.small-btn textarea,
  #dialog-box .input-wrapper.parallel-button.small-btn textarea,
  #hero .input-wrapper.parallel-button.small-btn textarea {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
}
#sections .input-wrapper.parallel-button input[type='email'],
#dialog-box .input-wrapper.parallel-button input[type='email'],
#hero .input-wrapper.parallel-button input[type='email'],
#sections .input-wrapper.parallel-button input[type='number'],
#dialog-box .input-wrapper.parallel-button input[type='number'],
#hero .input-wrapper.parallel-button input[type='number'],
#sections .input-wrapper.parallel-button input[type='password'],
#dialog-box .input-wrapper.parallel-button input[type='password'],
#hero .input-wrapper.parallel-button input[type='password'],
#sections .input-wrapper.parallel-button input[type='text'],
#dialog-box .input-wrapper.parallel-button input[type='text'],
#hero .input-wrapper.parallel-button input[type='text'],
#sections .input-wrapper.parallel-button input[type='url'],
#dialog-box .input-wrapper.parallel-button input[type='url'],
#hero .input-wrapper.parallel-button input[type='url'],
#sections .input-wrapper.parallel-button .chosen-container,
#dialog-box .input-wrapper.parallel-button .chosen-container,
#hero .input-wrapper.parallel-button .chosen-container,
#sections .input-wrapper.parallel-button textarea,
#dialog-box .input-wrapper.parallel-button textarea,
#hero .input-wrapper.parallel-button textarea {
  float: left;
  width: calc(100% - 185px) !important;
  margin-right: 30px;
}
#sections .input-wrapper.parallel-button input[type='email'].filled,
#dialog-box .input-wrapper.parallel-button input[type='email'].filled,
#hero .input-wrapper.parallel-button input[type='email'].filled,
#sections .input-wrapper.parallel-button input[type='number'].filled,
#dialog-box .input-wrapper.parallel-button input[type='number'].filled,
#hero .input-wrapper.parallel-button input[type='number'].filled,
#sections .input-wrapper.parallel-button input[type='password'].filled,
#dialog-box .input-wrapper.parallel-button input[type='password'].filled,
#hero .input-wrapper.parallel-button input[type='password'].filled,
#sections .input-wrapper.parallel-button input[type='text'].filled,
#dialog-box .input-wrapper.parallel-button input[type='text'].filled,
#hero .input-wrapper.parallel-button input[type='text'].filled,
#sections .input-wrapper.parallel-button input[type='url'].filled,
#dialog-box .input-wrapper.parallel-button input[type='url'].filled,
#hero .input-wrapper.parallel-button input[type='url'].filled,
#sections .input-wrapper.parallel-button .chosen-container.filled,
#dialog-box .input-wrapper.parallel-button .chosen-container.filled,
#hero .input-wrapper.parallel-button .chosen-container.filled,
#sections .input-wrapper.parallel-button textarea.filled,
#dialog-box .input-wrapper.parallel-button textarea.filled,
#hero .input-wrapper.parallel-button textarea.filled {
  width: calc(100% - 230px);
}
#sections .input-wrapper.parallel-button select,
#dialog-box .input-wrapper.parallel-button select,
#hero .input-wrapper.parallel-button select {
  width: 100%;
  margin-bottom: 20px;
}
#sections .input-wrapper.parallel-button .btn,
#dialog-box .input-wrapper.parallel-button .btn,
#hero .input-wrapper.parallel-button .btn {
  float: right;
  width: 165px;
  padding-right: 0;
  padding-left: 0;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #sections .input-wrapper.parallel-button .btn,
  #dialog-box .input-wrapper.parallel-button .btn,
  #hero .input-wrapper.parallel-button .btn {
    width: 100% !important;
  }
}
#sections .input-wrapper.parallel-button .btn.filled,
#dialog-box .input-wrapper.parallel-button .btn.filled,
#hero .input-wrapper.parallel-button .btn.filled {
  width: 100px !important;
}
#sections .input-wrapper.parallel-button .btn.filled.red,
#dialog-box .input-wrapper.parallel-button .btn.filled.red,
#hero .input-wrapper.parallel-button .btn.filled.red {
  margin-right: 10px;
}
#sections .input-wrapper.parallel-button .chosen-container input,
#dialog-box .input-wrapper.parallel-button .chosen-container input,
#hero .input-wrapper.parallel-button .chosen-container input {
  width: 100% !important;
  margin: 0;
}
#sections .input-wrapper.parallel-button .chosen-container .chosen-results,
#dialog-box .input-wrapper.parallel-button .chosen-container .chosen-results,
#hero .input-wrapper.parallel-button .chosen-container .chosen-results {
  width: 100%;
}
#sections .input-wrapper.icon input[type='text'],
#dialog-box .input-wrapper.icon input[type='text'],
#hero .input-wrapper.icon input[type='text'],
#sections .input-wrapper.icon input[type='password'],
#dialog-box .input-wrapper.icon input[type='password'],
#hero .input-wrapper.icon input[type='password'],
#sections .input-wrapper.icon input[type='email'],
#dialog-box .input-wrapper.icon input[type='email'],
#hero .input-wrapper.icon input[type='email'],
#sections .input-wrapper.icon input[type='url'],
#dialog-box .input-wrapper.icon input[type='url'],
#hero .input-wrapper.icon input[type='url'],
#sections .input-wrapper.icon input[type='number'],
#dialog-box .input-wrapper.icon input[type='number'],
#hero .input-wrapper.icon input[type='number'] {
  padding-left: 65px;
}
#sections .input-wrapper.icon.person input[type='text'],
#dialog-box .input-wrapper.icon.person input[type='text'],
#hero .input-wrapper.icon.person input[type='text'],
#sections .input-wrapper.icon.person input[type='password'],
#dialog-box .input-wrapper.icon.person input[type='password'],
#hero .input-wrapper.icon.person input[type='password'],
#sections .input-wrapper.icon.person input[type='email'],
#dialog-box .input-wrapper.icon.person input[type='email'],
#hero .input-wrapper.icon.person input[type='email'],
#sections .input-wrapper.icon.person input[type='url'],
#dialog-box .input-wrapper.icon.person input[type='url'],
#hero .input-wrapper.icon.person input[type='url'],
#sections .input-wrapper.icon.person input[type='number'],
#dialog-box .input-wrapper.icon.person input[type='number'],
#hero .input-wrapper.icon.person input[type='number'] {
  background: url('/static/images/icons/person.png') 18px center no-repeat;
}
#sections .input-wrapper.icon.email input[type='text'],
#dialog-box .input-wrapper.icon.email input[type='text'],
#hero .input-wrapper.icon.email input[type='text'],
#sections .input-wrapper.icon.email input[type='password'],
#dialog-box .input-wrapper.icon.email input[type='password'],
#hero .input-wrapper.icon.email input[type='password'],
#sections .input-wrapper.icon.email input[type='email'],
#dialog-box .input-wrapper.icon.email input[type='email'],
#hero .input-wrapper.icon.email input[type='email'],
#sections .input-wrapper.icon.email input[type='url'],
#dialog-box .input-wrapper.icon.email input[type='url'],
#hero .input-wrapper.icon.email input[type='url'],
#sections .input-wrapper.icon.email input[type='number'],
#dialog-box .input-wrapper.icon.email input[type='number'],
#hero .input-wrapper.icon.email input[type='number'] {
  background: url('/static/images/icons/email.png') 18px center no-repeat;
}
#sections .input-wrapper.error input[type='text'],
#dialog-box .input-wrapper.error input[type='text'],
#hero .input-wrapper.error input[type='text'],
#sections .input-wrapper.error input[type='password'],
#dialog-box .input-wrapper.error input[type='password'],
#hero .input-wrapper.error input[type='password'],
#sections .input-wrapper.error input[type='email'],
#dialog-box .input-wrapper.error input[type='email'],
#hero .input-wrapper.error input[type='email'],
#sections .input-wrapper.error input[type='url'],
#dialog-box .input-wrapper.error input[type='url'],
#hero .input-wrapper.error input[type='url'],
#sections .input-wrapper.error input[type='number'],
#dialog-box .input-wrapper.error input[type='number'],
#hero .input-wrapper.error input[type='number'],
#sections .input-wrapper.error textarea,
#dialog-box .input-wrapper.error textarea,
#hero .input-wrapper.error textarea,
#sections .input-wrapper.error .mce-tinymce,
#dialog-box .input-wrapper.error .mce-tinymce,
#hero .input-wrapper.error .mce-tinymce {
  border: 2px solid #F36C39 !important;
}
#sections .input-wrapper label,
#dialog-box .input-wrapper label,
#hero .input-wrapper label {
  float: left;
  clear: both;
  width: 100%;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#sections .input-wrapper label a,
#dialog-box .input-wrapper label a,
#hero .input-wrapper label a {
  float: right;
}
#sections .input-wrapper input[type='text'],
#dialog-box .input-wrapper input[type='text'],
#hero .input-wrapper input[type='text'],
#sections .input-wrapper input[type='password'],
#dialog-box .input-wrapper input[type='password'],
#hero .input-wrapper input[type='password'],
#sections .input-wrapper input[type='email'],
#dialog-box .input-wrapper input[type='email'],
#hero .input-wrapper input[type='email'],
#sections .input-wrapper input[type='url'],
#dialog-box .input-wrapper input[type='url'],
#hero .input-wrapper input[type='url'],
#sections .input-wrapper input[type='number'],
#dialog-box .input-wrapper input[type='number'],
#hero .input-wrapper input[type='number'],
#sections .input-wrapper textarea,
#dialog-box .input-wrapper textarea,
#hero .input-wrapper textarea {
  width: 100%;
  min-height: 55px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #555555 !important;
  padding: 0 30px;
  background-color: #f6f6f6;
  border-radius: 3px;
  border: none;
  border-bottom: 1px solid #bababa;
  outline: none !important;
  box-shadow: none;
  font-style: italic;
}
#sections .input-wrapper input[type='text'].bordered,
#dialog-box .input-wrapper input[type='text'].bordered,
#hero .input-wrapper input[type='text'].bordered,
#sections .input-wrapper input[type='password'].bordered,
#dialog-box .input-wrapper input[type='password'].bordered,
#hero .input-wrapper input[type='password'].bordered,
#sections .input-wrapper input[type='email'].bordered,
#dialog-box .input-wrapper input[type='email'].bordered,
#hero .input-wrapper input[type='email'].bordered,
#sections .input-wrapper input[type='url'].bordered,
#dialog-box .input-wrapper input[type='url'].bordered,
#hero .input-wrapper input[type='url'].bordered,
#sections .input-wrapper input[type='number'].bordered,
#dialog-box .input-wrapper input[type='number'].bordered,
#hero .input-wrapper input[type='number'].bordered,
#sections .input-wrapper textarea.bordered,
#dialog-box .input-wrapper textarea.bordered,
#hero .input-wrapper textarea.bordered {
  background-color: #FFFFFF;
  border: 1px solid #bababa;
}
#sections .input-wrapper input[type='text']:disabled,
#dialog-box .input-wrapper input[type='text']:disabled,
#hero .input-wrapper input[type='text']:disabled,
#sections .input-wrapper input[type='password']:disabled,
#dialog-box .input-wrapper input[type='password']:disabled,
#hero .input-wrapper input[type='password']:disabled,
#sections .input-wrapper input[type='email']:disabled,
#dialog-box .input-wrapper input[type='email']:disabled,
#hero .input-wrapper input[type='email']:disabled,
#sections .input-wrapper input[type='url']:disabled,
#dialog-box .input-wrapper input[type='url']:disabled,
#hero .input-wrapper input[type='url']:disabled,
#sections .input-wrapper input[type='number']:disabled,
#dialog-box .input-wrapper input[type='number']:disabled,
#hero .input-wrapper input[type='number']:disabled,
#sections .input-wrapper textarea:disabled,
#dialog-box .input-wrapper textarea:disabled,
#hero .input-wrapper textarea:disabled {
  background-color: transparent;
}
#sections .input-wrapper textarea,
#dialog-box .input-wrapper textarea,
#hero .input-wrapper textarea {
  height: 160px;
  resize: none;
  padding: 30px;
}
#sections .input-wrapper br,
#dialog-box .input-wrapper br,
#hero .input-wrapper br {
  float: left;
  clear: both;
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
}
#sections .input-wrapper.error input[type='email'],
#dialog-box .input-wrapper.error input[type='email'],
#hero .input-wrapper.error input[type='email'],
#sections .input-wrapper .error input[type='email'],
#dialog-box .input-wrapper .error input[type='email'],
#hero .input-wrapper .error input[type='email'],
#sections .input-wrapper.error input[type='number'],
#dialog-box .input-wrapper.error input[type='number'],
#hero .input-wrapper.error input[type='number'],
#sections .input-wrapper .error input[type='number'],
#dialog-box .input-wrapper .error input[type='number'],
#hero .input-wrapper .error input[type='number'],
#sections .input-wrapper.error input[type='password'],
#dialog-box .input-wrapper.error input[type='password'],
#hero .input-wrapper.error input[type='password'],
#sections .input-wrapper .error input[type='password'],
#dialog-box .input-wrapper .error input[type='password'],
#hero .input-wrapper .error input[type='password'],
#sections .input-wrapper.error input[type='text'],
#dialog-box .input-wrapper.error input[type='text'],
#hero .input-wrapper.error input[type='text'],
#sections .input-wrapper .error input[type='text'],
#dialog-box .input-wrapper .error input[type='text'],
#hero .input-wrapper .error input[type='text'],
#sections .input-wrapper.error input[type='url'],
#dialog-box .input-wrapper.error input[type='url'],
#hero .input-wrapper.error input[type='url'],
#sections .input-wrapper .error input[type='url'],
#dialog-box .input-wrapper .error input[type='url'],
#hero .input-wrapper .error input[type='url'],
#sections .input-wrapper.error textarea,
#dialog-box .input-wrapper.error textarea,
#hero .input-wrapper.error textarea,
#sections .input-wrapper .error textarea,
#dialog-box .input-wrapper .error textarea,
#hero .input-wrapper .error textarea {
  border: 2px solid #F36C39;
}
#sections .input-wrapper.error .chosen-container,
#dialog-box .input-wrapper.error .chosen-container,
#hero .input-wrapper.error .chosen-container,
#sections .input-wrapper .error .chosen-container,
#dialog-box .input-wrapper .error .chosen-container,
#hero .input-wrapper .error .chosen-container {
  border: 2px solid #F36C39;
  height: 59px;
}
#sections .input-wrapper .errorlist,
#dialog-box .input-wrapper .errorlist,
#hero .input-wrapper .errorlist {
  list-style: none;
  padding: 0 !important;
  margin: 5px 0 0 0 !important;
}
#sections .input-wrapper .errorlist li,
#dialog-box .input-wrapper .errorlist li,
#hero .input-wrapper .errorlist li {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #F36C39 !important;
  text-transform: uppercase;
}
#sections .input-wrapper input[type='file'],
#dialog-box .input-wrapper input[type='file'],
#hero .input-wrapper input[type='file'] {
  display: none;
  visibility: hidden;
}
#sections .input-wrapper .icon input[type='email'],
#dialog-box .input-wrapper .icon input[type='email'],
#hero .input-wrapper .icon input[type='email'],
#sections .input-wrapper .icon input[type='number'],
#dialog-box .input-wrapper .icon input[type='number'],
#hero .input-wrapper .icon input[type='number'],
#sections .input-wrapper .icon input[type='password'],
#dialog-box .input-wrapper .icon input[type='password'],
#hero .input-wrapper .icon input[type='password'],
#sections .input-wrapper .icon input[type='text'],
#dialog-box .input-wrapper .icon input[type='text'],
#hero .input-wrapper .icon input[type='text'],
#sections .input-wrapper .icon input[type='url'],
#dialog-box .input-wrapper .icon input[type='url'],
#hero .input-wrapper .icon input[type='url'] {
  padding-left: 65px;
}
#sections .input-wrapper .icon.facebook input,
#dialog-box .input-wrapper .icon.facebook input,
#hero .input-wrapper .icon.facebook input {
  background: url('/static/images/icons/facebook.png') 25px center no-repeat;
}
#sections .input-wrapper .icon.twitter input,
#dialog-box .input-wrapper .icon.twitter input,
#hero .input-wrapper .icon.twitter input {
  background: url('/static/images/icons/twitter.png') 20px center no-repeat;
}
#sections .input-wrapper .icon.linkedin input,
#dialog-box .input-wrapper .icon.linkedin input,
#hero .input-wrapper .icon.linkedin input {
  background: url('/static/images/icons/linkedin.png') 22px center no-repeat;
}
#sections .input-wrapper .icon.google_plus input,
#dialog-box .input-wrapper .icon.google_plus input,
#hero .input-wrapper .icon.google_plus input {
  background: url('/static/images/icons/google_plus.png') 22px center no-repeat;
}
#sections .input-wrapper .icon.pinterest input,
#dialog-box .input-wrapper .icon.pinterest input,
#hero .input-wrapper .icon.pinterest input {
  background: url('/static/images/icons/pinterest.png') 22px center no-repeat;
}
#sections .input-wrapper .icon.instagram input,
#dialog-box .input-wrapper .icon.instagram input,
#hero .input-wrapper .icon.instagram input {
  background: url('/static/images/icons/instagram.png') 21px center no-repeat;
}
#sections .input-wrapper .icon.stumbleupon input,
#dialog-box .input-wrapper .icon.stumbleupon input,
#hero .input-wrapper .icon.stumbleupon input {
  background: url('/static/images/icons/stumbleupon.png') 20px center no-repeat;
}
#sections .input-wrapper .icon.dribble input,
#dialog-box .input-wrapper .icon.dribble input,
#hero .input-wrapper .icon.dribble input {
  background: url('/static/images/icons/dribble.png') 21px center no-repeat;
}
@media only screen and (max-width: 767px) {
  #sections .input-wrapper .align-center,
  #dialog-box .input-wrapper .align-center,
  #hero .input-wrapper .align-center {
    text-align: left !important;
  }
}
#sections .input-wrapper .remove,
#dialog-box .input-wrapper .remove,
#hero .input-wrapper .remove {
  color: #A81313;
  margin-top: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #sections .input-wrapper .remove,
  #dialog-box .input-wrapper .remove,
  #hero .input-wrapper .remove {
    margin-top: 0;
  }
}
#sections .input-wrapper .help-text,
#dialog-box .input-wrapper .help-text,
#hero .input-wrapper .help-text {
  display: inline-block;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 1.6em;
  margin-top: 10px;
}
#sections .input-wrapper .help-text#add-member,
#dialog-box .input-wrapper .help-text#add-member,
#hero .input-wrapper .help-text#add-member {
  float: right;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #F36C39;
  text-transform: uppercase;
  cursor: pointer;
}
#sections .input-wrapper .help-text#add-member i,
#dialog-box .input-wrapper .help-text#add-member i,
#hero .input-wrapper .help-text#add-member i {
  float: left;
  font-size: 17px;
  margin-right: 4px;
}
@media (max-width: 767px) {
  #sections .input-wrapper .help-text.industry,
  #dialog-box .input-wrapper .help-text.industry,
  #hero .input-wrapper .help-text.industry {
    margin-top: 0;
  }
}
#sections .input-wrapper .form-note,
#dialog-box .input-wrapper .form-note,
#hero .input-wrapper .form-note {
  margin-top: 6px;
  font-family: 'PTSans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #555555;
  text-align: right;
  font-style: italic;
}
#sections .input-wrapper .total-price,
#dialog-box .input-wrapper .total-price,
#hero .input-wrapper .total-price {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 900;
  color: #555555;
  line-height: 50px;
}
#sections .input-wrapper .mce-panel,
#dialog-box .input-wrapper .mce-panel,
#hero .input-wrapper .mce-panel {
  background: #F3F3F3;
  border: none;
}
#sections .input-wrapper .mce-panel .mce-menubar,
#dialog-box .input-wrapper .mce-panel .mce-menubar,
#hero .input-wrapper .mce-panel .mce-menubar {
  border: none;
}
#sections .input-wrapper .mce-panel .mce-btn,
#dialog-box .input-wrapper .mce-panel .mce-btn,
#hero .input-wrapper .mce-panel .mce-btn {
  background-color: transparent;
  border: none;
}
#sections .input-wrapper .horizontal-checkbox input[type='checkbox'],
#dialog-box .input-wrapper .horizontal-checkbox input[type='checkbox'],
#hero .input-wrapper .horizontal-checkbox input[type='checkbox'] {
  float: left;
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  #sections .input-wrapper .horizontal-checkbox input[type='checkbox']#id_terms,
  #dialog-box .input-wrapper .horizontal-checkbox input[type='checkbox']#id_terms,
  #hero .input-wrapper .horizontal-checkbox input[type='checkbox']#id_terms {
    margin: 5px 10px 0 0 !important;
  }
}
#sections .input-wrapper .horizontal-checkbox label,
#dialog-box .input-wrapper .horizontal-checkbox label,
#hero .input-wrapper .horizontal-checkbox label {
  float: left;
  width: 100%;
  width: calc(100% - 40px);
}
@media (max-width: 991px) {
  #sections .input-wrapper .horizontal-checkbox label.terms,
  #dialog-box .input-wrapper .horizontal-checkbox label.terms,
  #hero .input-wrapper .horizontal-checkbox label.terms {
    line-height: 21px !important;
  }
}
#sections .input-wrapper #paypal-button-wrapper,
#dialog-box .input-wrapper #paypal-button-wrapper,
#hero .input-wrapper #paypal-button-wrapper {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 40px;
}
#sections .input-wrapper #paypal-button-wrapper #paypal-button,
#dialog-box .input-wrapper #paypal-button-wrapper #paypal-button,
#hero .input-wrapper #paypal-button-wrapper #paypal-button {
  float: left;
}
#sections .input-wrapper #paypal-button-wrapper span,
#dialog-box .input-wrapper #paypal-button-wrapper span,
#hero .input-wrapper #paypal-button-wrapper span {
  display: block;
  float: left;
  font-weight: 700;
  margin-top: 12px;
  margin-left: 30px;
}
#sections .input-wrapper .credit-card-block,
#dialog-box .input-wrapper .credit-card-block,
#hero .input-wrapper .credit-card-block {
  position: relative;
  float: left;
  width: 100%;
  height: 340px;
  background-size: contain;
  border-radius: 15px;
}
#sections .input-wrapper .credit-card-block.credit-card-errors,
#dialog-box .input-wrapper .credit-card-block.credit-card-errors,
#hero .input-wrapper .credit-card-block.credit-card-errors {
  height: 375px;
}
#sections .input-wrapper .credit-card-block.credit-card-errors .card-front,
#dialog-box .input-wrapper .credit-card-block.credit-card-errors .card-front,
#hero .input-wrapper .credit-card-block.credit-card-errors .card-front,
#sections .input-wrapper .credit-card-block.credit-card-errors .card-back,
#dialog-box .input-wrapper .credit-card-block.credit-card-errors .card-back,
#hero .input-wrapper .credit-card-block.credit-card-errors .card-back {
  height: 375px;
}
#sections .input-wrapper .credit-card-block .card-front,
#dialog-box .input-wrapper .credit-card-block .card-front,
#hero .input-wrapper .credit-card-block .card-front {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 490px;
  height: 100%;
  padding: 25px;
  background-color: #f6f8fa;
  border: 1px solid #f6f8fa;
  border-radius: 15px;
  box-shadow: 3px 5px 12px -4px #777777;
}
#sections .input-wrapper .credit-card-block .card-front .card-logos,
#dialog-box .input-wrapper .credit-card-block .card-front .card-logos,
#hero .input-wrapper .credit-card-block .card-front .card-logos {
  position: absolute;
  z-index: 10;
  top: 45px;
  right: 35px;
}
#sections .input-wrapper .credit-card-block .card-front .top-info,
#dialog-box .input-wrapper .credit-card-block .card-front .top-info,
#hero .input-wrapper .credit-card-block .card-front .top-info {
  width: 100%;
  width: calc(100% - 120px);
}
#sections .input-wrapper .credit-card-block .card-back,
#dialog-box .input-wrapper .credit-card-block .card-back,
#hero .input-wrapper .credit-card-block .card-back {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  border-radius: 15px;
}
#sections .input-wrapper .credit-card-block .card-back .card-strip,
#dialog-box .input-wrapper .credit-card-block .card-back .card-strip,
#hero .input-wrapper .credit-card-block .card-back .card-strip {
  float: left;
  clear: both;
  width: 100%;
  height: 65px;
  margin: 35px 0 20px;
  background-color: #111111;
}
#sections .input-wrapper .credit-card-block .card-back .card-cvv,
#dialog-box .input-wrapper .credit-card-block .card-back .card-cvv,
#hero .input-wrapper .credit-card-block .card-back .card-cvv {
  float: right;
  width: 120px;
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 1199px) {
  #sections .input-wrapper .credit-card-block .card-back .card-cvv,
  #dialog-box .input-wrapper .credit-card-block .card-back .card-cvv,
  #hero .input-wrapper .credit-card-block .card-back .card-cvv {
    width: 90px;
    margin: 0 20px 0 0;
  }
}
#sections .input-wrapper .credit-card-block .card-back label,
#dialog-box .input-wrapper .credit-card-block .card-back label,
#hero .input-wrapper .credit-card-block .card-back label {
  font-size: 14px;
  margin-bottom: 5px;
}
#sections .input-wrapper .credit-card-block .card-back input[type='email'],
#dialog-box .input-wrapper .credit-card-block .card-back input[type='email'],
#hero .input-wrapper .credit-card-block .card-back input[type='email'],
#sections .input-wrapper .credit-card-block .card-back input[type='number'],
#dialog-box .input-wrapper .credit-card-block .card-back input[type='number'],
#hero .input-wrapper .credit-card-block .card-back input[type='number'],
#sections .input-wrapper .credit-card-block .card-back input[type='password'],
#dialog-box .input-wrapper .credit-card-block .card-back input[type='password'],
#hero .input-wrapper .credit-card-block .card-back input[type='password'],
#sections .input-wrapper .credit-card-block .card-back input[type='text'],
#dialog-box .input-wrapper .credit-card-block .card-back input[type='text'],
#hero .input-wrapper .credit-card-block .card-back input[type='text'],
#sections .input-wrapper .credit-card-block .card-back input[type='url'],
#dialog-box .input-wrapper .credit-card-block .card-back input[type='url'],
#hero .input-wrapper .credit-card-block .card-back input[type='url'],
#sections .input-wrapper .credit-card-block .card-back textarea,
#dialog-box .input-wrapper .credit-card-block .card-back textarea,
#hero .input-wrapper .credit-card-block .card-back textarea {
  border: 2px solid #f6f6f6;
}
#sections .input-wrapper .credit-card-block .card-input,
#dialog-box .input-wrapper .credit-card-block .card-input,
#hero .input-wrapper .credit-card-block .card-input {
  margin-bottom: 20px;
}
#sections .input-wrapper .credit-card-block .card-input.last,
#dialog-box .input-wrapper .credit-card-block .card-input.last,
#hero .input-wrapper .credit-card-block .card-input.last {
  margin-bottom: 0;
}
#sections .input-wrapper .credit-card-block .card-input.error input[type='email'],
#dialog-box .input-wrapper .credit-card-block .card-input.error input[type='email'],
#hero .input-wrapper .credit-card-block .card-input.error input[type='email'],
#sections .input-wrapper .credit-card-block .card-input .error input[type='email'],
#dialog-box .input-wrapper .credit-card-block .card-input .error input[type='email'],
#hero .input-wrapper .credit-card-block .card-input .error input[type='email'],
#sections .input-wrapper .credit-card-block .card-input.error input[type='number'],
#dialog-box .input-wrapper .credit-card-block .card-input.error input[type='number'],
#hero .input-wrapper .credit-card-block .card-input.error input[type='number'],
#sections .input-wrapper .credit-card-block .card-input .error input[type='number'],
#dialog-box .input-wrapper .credit-card-block .card-input .error input[type='number'],
#hero .input-wrapper .credit-card-block .card-input .error input[type='number'],
#sections .input-wrapper .credit-card-block .card-input.error input[type='password'],
#dialog-box .input-wrapper .credit-card-block .card-input.error input[type='password'],
#hero .input-wrapper .credit-card-block .card-input.error input[type='password'],
#sections .input-wrapper .credit-card-block .card-input .error input[type='password'],
#dialog-box .input-wrapper .credit-card-block .card-input .error input[type='password'],
#hero .input-wrapper .credit-card-block .card-input .error input[type='password'],
#sections .input-wrapper .credit-card-block .card-input.error input[type='text'],
#dialog-box .input-wrapper .credit-card-block .card-input.error input[type='text'],
#hero .input-wrapper .credit-card-block .card-input.error input[type='text'],
#sections .input-wrapper .credit-card-block .card-input .error input[type='text'],
#dialog-box .input-wrapper .credit-card-block .card-input .error input[type='text'],
#hero .input-wrapper .credit-card-block .card-input .error input[type='text'],
#sections .input-wrapper .credit-card-block .card-input.error input[type='url'],
#dialog-box .input-wrapper .credit-card-block .card-input.error input[type='url'],
#hero .input-wrapper .credit-card-block .card-input.error input[type='url'],
#sections .input-wrapper .credit-card-block .card-input .error input[type='url'],
#dialog-box .input-wrapper .credit-card-block .card-input .error input[type='url'],
#hero .input-wrapper .credit-card-block .card-input .error input[type='url'],
#sections .input-wrapper .credit-card-block .card-input.error textarea,
#dialog-box .input-wrapper .credit-card-block .card-input.error textarea,
#hero .input-wrapper .credit-card-block .card-input.error textarea,
#sections .input-wrapper .credit-card-block .card-input .error textarea,
#dialog-box .input-wrapper .credit-card-block .card-input .error textarea,
#hero .input-wrapper .credit-card-block .card-input .error textarea {
  border: 2px solid #F36C39;
}
#sections .input-wrapper .credit-card-block label,
#dialog-box .input-wrapper .credit-card-block label,
#hero .input-wrapper .credit-card-block label {
  margin-bottom: 5px;
}
#sections .input-wrapper .credit-card-block input[type='email'],
#dialog-box .input-wrapper .credit-card-block input[type='email'],
#hero .input-wrapper .credit-card-block input[type='email'],
#sections .input-wrapper .credit-card-block input[type='number'],
#dialog-box .input-wrapper .credit-card-block input[type='number'],
#hero .input-wrapper .credit-card-block input[type='number'],
#sections .input-wrapper .credit-card-block input[type='password'],
#dialog-box .input-wrapper .credit-card-block input[type='password'],
#hero .input-wrapper .credit-card-block input[type='password'],
#sections .input-wrapper .credit-card-block input[type='text'],
#dialog-box .input-wrapper .credit-card-block input[type='text'],
#hero .input-wrapper .credit-card-block input[type='text'],
#sections .input-wrapper .credit-card-block input[type='url'],
#dialog-box .input-wrapper .credit-card-block input[type='url'],
#hero .input-wrapper .credit-card-block input[type='url'],
#sections .input-wrapper .credit-card-block textarea,
#dialog-box .input-wrapper .credit-card-block textarea,
#hero .input-wrapper .credit-card-block textarea {
  background-color: #FFFFFF !important;
  border: 2px solid #f6f8fa;
  border-radius: 6px;
}
#sections .input-wrapper .credit-card-block .help-text,
#dialog-box .input-wrapper .credit-card-block .help-text,
#hero .input-wrapper .credit-card-block .help-text {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  margin-top: 5px;
}
#sections .input-wrapper .credit-card-block .chosen-container,
#dialog-box .input-wrapper .credit-card-block .chosen-container,
#hero .input-wrapper .credit-card-block .chosen-container {
  clear: none !important;
  width: 50% !important;
  width: calc(50% - 10px) !important;
  height: 50px !important;
}
#sections .input-wrapper .credit-card-block .chosen-container#id_expdate_1_chosen,
#dialog-box .input-wrapper .credit-card-block .chosen-container#id_expdate_1_chosen,
#hero .input-wrapper .credit-card-block .chosen-container#id_expdate_1_chosen {
  float: right !important;
}
#sections .input-wrapper .credit-card-block .chosen-container .chosen-single,
#dialog-box .input-wrapper .credit-card-block .chosen-container .chosen-single,
#hero .input-wrapper .credit-card-block .chosen-container .chosen-single {
  height: 100%;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
#sections .input-wrapper .credit-card-block .chosen-container .chosen-single span,
#dialog-box .input-wrapper .credit-card-block .chosen-container .chosen-single span,
#hero .input-wrapper .credit-card-block .chosen-container .chosen-single span {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 48px;
}
#sections .input-wrapper .credit-card-block .chosen-container .chosen-single div,
#dialog-box .input-wrapper .credit-card-block .chosen-container .chosen-single div,
#hero .input-wrapper .credit-card-block .chosen-container .chosen-single div {
  border-color: #FFFFFF;
}
#sections .input-wrapper .credit-card-block .chosen-container .chosen-drop,
#dialog-box .input-wrapper .credit-card-block .chosen-container .chosen-drop,
#hero .input-wrapper .credit-card-block .chosen-container .chosen-drop {
  background: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  #sections .input-wrapper .credit-card-block,
  #dialog-box .input-wrapper .credit-card-block,
  #hero .input-wrapper .credit-card-block {
    height: 335px;
    margin-bottom: 150px;
  }
  #sections .input-wrapper .credit-card-block .card-front,
  #dialog-box .input-wrapper .credit-card-block .card-front,
  #hero .input-wrapper .credit-card-block .card-front {
    width: 100%;
    width: calc(100% - 25px);
  }
  #sections .input-wrapper .credit-card-block .card-back,
  #dialog-box .input-wrapper .credit-card-block .card-back,
  #hero .input-wrapper .credit-card-block .card-back {
    top: 155px;
    left: 25px;
    width: calc(100% - 25px);
  }
  #sections .input-wrapper .credit-card-block .card-back .card-strip,
  #dialog-box .input-wrapper .credit-card-block .card-back .card-strip,
  #hero .input-wrapper .credit-card-block .card-back .card-strip {
    margin-bottom: 60px;
  }
  #sections .input-wrapper .credit-card-block .card-back .card-cvv,
  #dialog-box .input-wrapper .credit-card-block .card-back .card-cvv,
  #hero .input-wrapper .credit-card-block .card-back .card-cvv {
    float: left;
    width: 120px;
    margin: 35px 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  #sections .input-wrapper.parallel-button input[type='text'],
  #dialog-box .input-wrapper.parallel-button input[type='text'],
  #hero .input-wrapper.parallel-button input[type='text'],
  #sections .input-wrapper.parallel-button input[type='password'],
  #dialog-box .input-wrapper.parallel-button input[type='password'],
  #hero .input-wrapper.parallel-button input[type='password'],
  #sections .input-wrapper.parallel-button input[type='email'],
  #dialog-box .input-wrapper.parallel-button input[type='email'],
  #hero .input-wrapper.parallel-button input[type='email'],
  #sections .input-wrapper.parallel-button input[type='url'],
  #dialog-box .input-wrapper.parallel-button input[type='url'],
  #hero .input-wrapper.parallel-button input[type='url'],
  #sections .input-wrapper.parallel-button input[type='number'],
  #dialog-box .input-wrapper.parallel-button input[type='number'],
  #hero .input-wrapper.parallel-button input[type='number'] {
    float: left;
    width: calc(100% - 180px);
    margin-right: 30px;
  }
  #sections .input-wrapper.parallel-button .btn,
  #dialog-box .input-wrapper.parallel-button .btn,
  #hero .input-wrapper.parallel-button .btn {
    float: left;
    width: 150px;
    height: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  #sections .input-wrapper.parallel-button input[type='text'],
  #dialog-box .input-wrapper.parallel-button input[type='text'],
  #hero .input-wrapper.parallel-button input[type='text'],
  #sections .input-wrapper.parallel-button input[type='password'],
  #dialog-box .input-wrapper.parallel-button input[type='password'],
  #hero .input-wrapper.parallel-button input[type='password'],
  #sections .input-wrapper.parallel-button input[type='email'],
  #dialog-box .input-wrapper.parallel-button input[type='email'],
  #hero .input-wrapper.parallel-button input[type='email'],
  #sections .input-wrapper.parallel-button input[type='url'],
  #dialog-box .input-wrapper.parallel-button input[type='url'],
  #hero .input-wrapper.parallel-button input[type='url'],
  #sections .input-wrapper.parallel-button input[type='number'],
  #dialog-box .input-wrapper.parallel-button input[type='number'],
  #hero .input-wrapper.parallel-button input[type='number'] {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #sections .input-wrapper.parallel-button .btn,
  #dialog-box .input-wrapper.parallel-button .btn,
  #hero .input-wrapper.parallel-button .btn {
    width: auto;
  }
}
#sections .small-input-wrapper.error input[type='text'],
#dialog-box .small-input-wrapper.error input[type='text'],
#hero .small-input-wrapper.error input[type='text'],
#sections .small-input-wrapper.error input[type='password'],
#dialog-box .small-input-wrapper.error input[type='password'],
#hero .small-input-wrapper.error input[type='password'],
#sections .small-input-wrapper.error input[type='email'],
#dialog-box .small-input-wrapper.error input[type='email'],
#hero .small-input-wrapper.error input[type='email'],
#sections .small-input-wrapper.error input[type='url'],
#dialog-box .small-input-wrapper.error input[type='url'],
#hero .small-input-wrapper.error input[type='url'],
#sections .small-input-wrapper.error input[type='number'],
#dialog-box .small-input-wrapper.error input[type='number'],
#hero .small-input-wrapper.error input[type='number'],
#sections .small-input-wrapper.error textarea,
#dialog-box .small-input-wrapper.error textarea,
#hero .small-input-wrapper.error textarea,
#sections .small-input-wrapper.error .mce-tinymce,
#dialog-box .small-input-wrapper.error .mce-tinymce,
#hero .small-input-wrapper.error .mce-tinymce {
  border: 2px solid #F36C39 !important;
}
@media only screen and (max-width: 767px) {
  #sections .small-input-wrapper,
  #dialog-box .small-input-wrapper,
  #hero .small-input-wrapper {
    margin-bottom: 20px;
  }
  #sections .small-input-wrapper.last,
  #dialog-box .small-input-wrapper.last,
  #hero .small-input-wrapper.last {
    margin-bottom: 0;
  }
}
#sections .form-block,
#dialog-box .form-block,
#hero .form-block {
  margin-bottom: 40px;
}
#sections .btn-wrapper.centered,
#dialog-box .btn-wrapper.centered,
#hero .btn-wrapper.centered {
  text-align: center;
  margin-top: 20px;
}
#sections .btn-wrapper.centered label,
#dialog-box .btn-wrapper.centered label,
#hero .btn-wrapper.centered label {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#sections .btn-wrapper.centered .btn,
#dialog-box .btn-wrapper.centered .btn,
#hero .btn-wrapper.centered .btn {
  width: 100%;
}
#sections .btn-wrapper.centered .btn#register-button,
#dialog-box .btn-wrapper.centered .btn#register-button,
#hero .btn-wrapper.centered .btn#register-button {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #sections .btn-wrapper.centered,
  #dialog-box .btn-wrapper.centered,
  #hero .btn-wrapper.centered {
    margin-top: 40px;
  }
  #sections .btn-wrapper.centered .btn,
  #dialog-box .btn-wrapper.centered .btn,
  #hero .btn-wrapper.centered .btn {
    width: 100%;
    padding: 20px 30px;
  }
}
#sections select,
#dialog-box select,
#hero select {
  max-width: 100%;
}
/*====================
======================
END FORM CSS
======================
====================*/
/*====================
======================
HOME CSS
======================
====================*/
/*====================
======================
END HOME CSS
======================
====================*/
/*====================
======================
CHOSEN OVERRIDES CSS
======================
====================*/
/*========== CHOSEN OVERRIDES ==========*/
#sections #new-section-options .chosen-container .chosen-results li,
#dialog-box #new-section-options .chosen-container .chosen-results li {
  color: #555555 !important;
}
#sections #new-section-options .chosen-container .chosen-results li.highlighted,
#dialog-box #new-section-options .chosen-container .chosen-results li.highlighted {
  color: #FFFFFF !important;
}
#sections #new-section-options .chosen-container .chosen-results .result-selected,
#dialog-box #new-section-options .chosen-container .chosen-results .result-selected {
  color: #FFFFFF !important;
}
#sections .chosen-container,
#dialog-box .chosen-container {
  float: left !important;
  clear: both !important;
  width: 100% !important;
  width: 100%;
  height: auto;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #555555 !important;
  padding: 0;
  border-radius: 3px;
  border: none;
  font-style: italic;
  outline: none !important;
  /*** MULTI SELECT ***/
  /*** END MULTI SELECT ***/
}
#sections .chosen-container.chosen-with-drop .chosen-drop,
#dialog-box .chosen-container.chosen-with-drop .chosen-drop {
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  border-top: none;
}
#sections .chosen-container .chosen-single,
#dialog-box .chosen-container .chosen-single {
  height: 55px;
  color: #555555 !important;
  font-weight: 300;
  padding-left: 30px;
  background: #f6f6f6;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #bababa;
  border-radius: 3px;
  outline: none;
}
#sections .chosen-container .chosen-single span,
#dialog-box .chosen-container .chosen-single span {
  line-height: 55px;
  margin-right: 47px;
}
#sections .chosen-container .chosen-single div,
#dialog-box .chosen-container .chosen-single div {
  width: 47px;
}
#sections .chosen-container .chosen-single div b,
#dialog-box .chosen-container .chosen-single div b {
  background: url('/static/images/placeholders/arrow.png') center no-repeat !important;
  -webkit-transition: background 250ms linear;
  -moz-transition: background 250ms linear;
  -o-transition: background 250ms linear;
  -ms-transition: background 250ms linear;
  transition: background 250ms linear;
}
#sections .chosen-container .chosen-search,
#dialog-box .chosen-container .chosen-search {
  display: none;
}
#sections .chosen-container .chosen-search input,
#dialog-box .chosen-container .chosen-search input {
  background-color: #FFFFFF;
  height: 25px;
  padding: 5px 10px;
}
#sections .chosen-container .chosen-drop,
#dialog-box .chosen-container .chosen-drop {
  width: 94%;
  padding-bottom: 15px;
  background-color: #FFFFFF;
  border: 1px solid #bababa !important;
  border-radius: 3px;
  box-shadow: none;
}
#sections .chosen-container .chosen-drop .chosen-results,
#dialog-box .chosen-container .chosen-drop .chosen-results {
  margin: 15px 0 0 0 !important;
  padding: 0 !important;
  max-height: 475px;
}
#sections .chosen-container .chosen-drop .chosen-results li,
#dialog-box .chosen-container .chosen-drop .chosen-results li {
  margin: 0 !important;
  padding: 0 10px 0 30px;
  line-height: 42px !important;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #bababa !important;
  font-style: italic;
}
#sections .chosen-container .chosen-drop .chosen-results li.highlighted,
#dialog-box .chosen-container .chosen-drop .chosen-results li.highlighted,
#sections .chosen-container .chosen-drop .chosen-results li.result-selected,
#dialog-box .chosen-container .chosen-drop .chosen-results li.result-selected {
  color: #555555 !important;
  background: none;
}
#sections .chosen-container .chosen-drop .chosen-results .result-selected,
#dialog-box .chosen-container .chosen-drop .chosen-results .result-selected {
  color: white;
}
#sections .chosen-container.chosen-container-multi .chosen-choices,
#dialog-box .chosen-container.chosen-container-multi .chosen-choices {
  min-height: 55px !important;
  margin: 0 !important;
  background: #f6f6f6;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  outline: none;
  border-bottom: 1px solid #bababa;
  background: url('/static/images/placeholders/arrow.png') 95% 58% no-repeat !important;
  -webkit-transition: background 250ms linear;
  -moz-transition: background 250ms linear;
  -o-transition: background 250ms linear;
  -ms-transition: background 250ms linear;
  transition: background 250ms linear;
  height: 55px;
  color: #555555 !important;
  font-weight: 300;
}
#sections .chosen-container.chosen-container-multi .chosen-choices .search-field,
#dialog-box .chosen-container.chosen-container-multi .chosen-choices .search-field {
  height: 100%;
  margin-bottom: 0px !important;
}
#sections .chosen-container.chosen-container-multi .chosen-choices .search-field .default,
#dialog-box .chosen-container.chosen-container-multi .chosen-choices .search-field .default {
  padding: 0 0 0 12px;
}
#sections .chosen-container.chosen-container-multi .chosen-choices .search-field input,
#dialog-box .chosen-container.chosen-container-multi .chosen-choices .search-field input {
  height: 100%;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #555555 !important;
  text-transform: lowercase;
  margin: 0;
}
#sections .chosen-container.chosen-container-multi .chosen-choices .search-choice,
#dialog-box .chosen-container.chosen-container-multi .chosen-choices .search-choice {
  max-height: 39px;
  margin: 0 !important;
  padding: 0 30px 0 10px;
  background: #f6f6f6;
  border: none;
  border-radius: 3px;
  box-shadow: none;
}
#sections .chosen-container.chosen-container-multi .chosen-choices .search-choice span,
#dialog-box .chosen-container.chosen-container-multi .chosen-choices .search-choice span {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #555555 !important;
  line-height: 1em;
  text-transform: lowercase;
}
#sections .chosen-container.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
#dialog-box .chosen-container.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#sections .chosen-container.chosen-container-multi .chosen-drop,
#dialog-box .chosen-container.chosen-container-multi .chosen-drop {
  border: 1px solid #f6f6f6;
  border-top: none;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#sections .chosen-container.chosen-container-multi.chosen-with-drop .chosen-choices,
#dialog-box .chosen-container.chosen-container-multi.chosen-with-drop .chosen-choices {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#dialog-box .chosen-container .chosen-single {
  background-color: #f6f8fa;
}
#dialog-box .chosen-container .chosen-drop {
  background-color: #f6f8fa;
}
#dialog-box .chosen-container .chosen-drop .chosen-results li {
  padding: 10px 10px 10px 30px;
}
#dialog-box .chosen-container .chosen-drop .chosen-results li:hover {
  color: #FFFFFF;
  background: #0570B8;
}
#dialog-box .chosen-container .chosen-drop .chosen-results li.result-selected {
  color: #FFFFFF;
  background: #023455;
}
/*========== END CHOSEN OVERRIDES ==========*/
/*====================
======================
END CHOSEN OVERRIDES CSS
======================
====================*/
/*====================
======================
JQUERY OVERRIDES CSS
======================
====================*/
.ui-widget-header .ui-icon {
  background-image: url('/static/images/ui-icons_444444_256x240.png') !important;
}
/*====================
======================
END JQUERY OVERRIDES CSS
======================
====================*/
/*====================
======================
FRONT OVERRIDES CSS
======================
====================*/
body .editable {
  position: relative;
  margin-top: -25px;
  padding-top: 25px;
}
body .editable:hover .section-wrapper {
  background: url('/static/images/front_edit/edit_button.jpg') top left no-repeat transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
body .editable:hover .edit-button {
  display: block !important;
}
body .edit-button {
  display: none;
  position: absolute;
  z-index: 5;
  top: -30px;
  right: 0;
  height: 30px;
  font-size: 12px;
  color: #FFFFFF;
  padding: 10px;
  background-color: #333333;
}
body .front-edit-dialog_layer {
  z-index: 2000;
}
body #front-edit-lightbox {
  width: 100%;
  max-width: 100%;
  padding: 0;
  border-radius: 0;
}
body .front-edit-buttons {
  float: right;
  padding: 15px 20px 5px 20px;
}
body .front-edit-buttons button {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1em;
  text-transform: lowercase;
  color: #FFFFFF;
  margin-left: 10px;
  padding: 15px 20px;
  background: #8DB7C9;
  border: none;
  border-radius: 0;
}
body .front-edit-buttons button:hover {
  color: #FFFFFF;
  background: #263645;
}
body .front-edit-buttons select {
  float: left;
  margin-top: 15px;
}
/*========== USER ACTIONS ==========*/
#user-actions-menu {
  position: fixed;
  z-index: 2000;
  left: 0;
  bottom: -999px;
  width: 100%;
  background: #222222;
}
#user-actions-wrapper {
  float: left;
  clear: both;
  width: 100%;
  height: 54px;
  color: #FFFFFF;
  padding: 0 70px 0 20px;
  background-color: #454545;
  overflow: hidden;
}
#user-actions-wrapper #user-hamburger {
  position: absolute;
  z-index: 3;
  right: 0;
  width: 60px;
  height: 54px;
  margin: auto 0;
  padding: 20px;
  cursor: pointer;
}
#user-actions-wrapper #user-hamburger:hover {
  background: #222222;
}
#user-actions-wrapper #user-hamburger span {
  display: block;
  clear: both;
  width: 20px;
  height: 3px;
  margin-bottom: 3px;
  margin: 0 auto 3px auto;
  background-color: #FFFFFF;
}
#user-actions-wrapper #user-hamburger span.last {
  margin-bottom: 0;
}
#user-actions-wrapper .user-actions {
  float: left;
  margin-right: 40px;
}
#user-actions-wrapper .user-actions a {
  color: #1C8ECB;
}
#user-actions-wrapper .user-actions span {
  line-height: 54px;
}
#user-actions-wrapper .more-actions a {
  color: #FFFFFF;
}
#user-actions-wrapper .more-actions span.inplaceedit {
  float: none !important;
  margin-left: 5px;
}
#user-actions-wrapper .more-actions span a {
  display: block;
  line-height: 54px;
  padding: 0 10px;
  cursor: pointer;
}
#user-actions-wrapper .more-actions span a:hover {
  text-decoration: none;
  background: #222222;
}
#user-actions-wrapper .more-actions span .choicesinplaceedit {
  color: #FFFFFF;
  outline: none;
}
#user-actions-wrapper .more-actions span .inplaceeditform select {
  color: #222222 !important;
}
#user-actions-wrapper .more-actions span .inplaceedit.enable:hover {
  color: #FFFFFF;
  outline: none;
}
#user-actions-wrapper .more-actions input[type='checkbox'] {
  outline: none !important;
}
#user-actions-wrapper span {
  float: left;
  font-size: 14px;
  text-transform: lowercase;
  margin-bottom: 0;
}
#user-actions-wrapper span.break {
  display: block;
  width: 2px;
  height: 20px;
  margin: 17px 10px 0 10px;
  background-color: #FFFFFF;
}
#user-actions-menu #all-apps {
  float: left;
  clear: both;
  width: 100%;
  padding: 40px 20px;
}
#user-actions-menu #all-apps ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#user-actions-menu #all-apps ul li {
  margin-bottom: 10px;
}
#user-actions-menu #all-apps ul li.last {
  margin-bottom: 0;
}
#user-actions-menu #all-apps a {
  color: #FFFFFF;
  cursor: pointer;
}
/*========== END USER ACTIONS ==========*/
/*========== DIALOG ==========*/
#mask {
  display: none;
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #454545;
  opacity: 0.70;
}
#user-manage-dialog {
  display: none;
  position: fixed;
  z-index: 7000;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #454545;
  border-radius: 0;
  overflow: hidden;
}
#user-manage-content {
  height: 100%;
  overflow: hidden;
}
#user-manage-content iframe {
  position: relative !important;
  top: -73px !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  height: calc(100% + 73px) !important;
}
#user-manage-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
}
#user-manage-buttons .btn {
  margin-left: 20px;
}
/*========== END DIALOG ==========*/
/*========== INPLACE EDIT OVERRIDES ==========*/
body#active-user #floating-video {
  bottom: 170px;
}
body #floating-video {
  top: auto;
  right: 30px;
  bottom: 30px;
  width: auto;
  padding: 0;
  position: fixed;
  z-index: 5000;
  background: none;
  border: none;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
  cursor: pointer;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
body #floating-video.show-btn {
  visibility: visible;
  opacity: 1;
}
body #floating-video .floatingVideoActions {
  display: block;
}
body #floating-video .floatingVideoActions .floatingAction {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: .8em;
  padding: 20px;
  background: #007be2;
  border-radius: 50%;
  white-space: nowrap;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
body #floating-video .floatingVideoActions .floatingAction:hover,
body #floating-video .floatingVideoActions .floatingAction.active {
  background: #00437c;
}
body #floating-video .floatingVideoActions .floatingAction.active {
  color: #252525;
  background: #bababa;
}
body #floating-video .floatingVideoActions .floatingAction img {
  padding: 5px 0;
}
body #floating-video .floatingVideoActions .floatingAction .material-icons {
  font-size: 36px;
}
body #toolbar-inplace-edit {
  top: auto;
  right: 30px;
  bottom: 80px;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
body #toolbar-inplace-edit .toolbarActions {
  display: block;
}
body #toolbar-inplace-edit .toolbarActions .toolbarAction {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: .8em;
  padding: 20px;
  background: #f34d52;
  border-radius: 50%;
  white-space: nowrap;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
body #toolbar-inplace-edit .toolbarActions .toolbarAction:hover,
body #toolbar-inplace-edit .toolbarActions .toolbarAction.active {
  background: #cc0e14;
}
body #toolbar-inplace-edit .toolbarActions .toolbarAction.active {
  color: #252525;
  background: #bababa;
}
body #toolbar-inplace-edit .toolbarActions .toolbarAction .material-icons {
  font-size: 36px;
}
body.editing #toolbar-inplace-edit {
  right: -200px;
}
body .inplaceedit.textareainplaceedit {
  display: block;
  float: left;
  width: 100%;
}
body .inplaceedit.enable {
  color: inherit;
  background: none;
}
body .inplaceedit.enable:hover {
  color: #252525;
  background: #bfe4fd !important;
  border-radius: 5px;
  box-shadow: 0px 0px 60px 30px #bfe4fd;
}
body .inplaceedit.enable:hover img {
  outline: none !important;
}
body .inplaceedit.enable:hover h1,
body .inplaceedit.enable:hover h2,
body .inplaceedit.enable:hover h3,
body .inplaceedit.enable:hover h4,
body .inplaceedit.enable:hover h5,
body .inplaceedit.enable:hover h6,
body .inplaceedit.enable:hover p,
body .inplaceedit.enable:hover ul,
body .inplaceedit.enable:hover ul li,
body .inplaceedit.enable:hover a,
body .inplaceedit.enable:hover span {
  color: #252525 !important;
}
body .inplaceedit input {
  color: #000000!important;
}
.inplaceeditform input[type='text'] {
  width: auto !important;
  height: auto !important;
  text-align: inherit;
  background: transparent !important;
  border: none;
  border-radius: 0 !important;
}
.inplaceeditform .actions-bar {
  position: fixed;
  z-index: 1000;
  bottom: 54px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #565656;
}
.inplaceeditform button {
  display: block !important;
  position: fixed;
  z-index: 2000;
  bottom: 65px;
  width: auto !important;
  height: auto !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  text-transform: capitalize !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  padding: 10px 20px !important;
  border-radius: 0 !important;
}
.inplaceeditform button.apply {
  right: 120px;
  margin: 0 !important;
  background: #379A47 !important;
}
.inplaceeditform button.cancel {
  right: 20px;
  background: #B92F11 !important;
}
.inplaceeditform button.cancel span,
.inplaceeditform button.apply span,
.inplaceeditform button.applyFile span {
  display: block;
  visibility: visible !important;
}
.inplaceeditform ul.success {
  height: 0;
  margin: 0;
}
.inplaceeditform ul.success li {
  position: fixed;
  z-index: 2000;
  top: 40px;
  right: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 0;
}
.billboard .inplaceeditform .actions-bar {
  bottom: -60px;
}
.billboard .inplaceeditform button {
  bottom: -47px;
}
.slide-content .inplaceeditform .actions-bar {
  top: -54px;
  bottom: auto;
}
.slide-content .inplaceeditform button {
  top: -42px;
  bottom: auto;
}
/*========== END INPLACE EDIT OVERRIDES ==========*/
/*========== PAGE SECTIONS ==========*/
#active-user .section-wrapper .inplace-section-template {
  display: block;
  position: absolute;
  top: -36px;
  left: 0;
}
#active-user .section-wrapper .inplace-section-template .section-tools {
  float: left;
  padding: 10px;
  background: #DEDEDE;
}
#active-user .section-wrapper .inplace-section-template .section-tools .tool label {
  font-size: 12px;
  font-weight: 400;
}
/*========== END PAGE SECTIONS ==========*/
/*========== NEW SECTION OPTIONS ==========*/
#dialog-box #new-section-options .btn {
  border-radius: 3px !important;
}
#dialog-box #new-section-options .input-wrapper input {
  height: 55px !important;
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #252525 !important;
  border-radius: 3px !important;
  background-color: #f6f8fa !important;
  border-color: #f6f8fa !important;
}
#dialog-box #new-section-options .input-wrapper.filebrowser-wrapper .filebrowser-field-wrapper {
  float: right;
  width: 100%;
  width: calc(100% - 170px);
}
#dialog-box #new-section-options .input-wrapper.filebrowser-wrapper .filebrowser-field-wrapper .btn {
  margin-top: 38px;
  padding: 15px 20px;
}
#dialog-box #new-section-options .input-wrapper.filebrowser-wrapper .filebrowser-field-wrapper .btn .material-icons {
  margin: 0;
}
#dialog-box #new-section-options .input-wrapper.filebrowser-wrapper .help {
  position: relative;
  display: block !important;
  float: left;
  width: 150px;
  height: 150px;
  background-color: #f6f8fa;
  border-radius: 3px;
  overflow: hidden;
}
#dialog-box #new-section-options .input-wrapper.filebrowser-wrapper .help a {
  display: block;
  width: 100%;
  height: 100%;
}
#dialog-box #new-section-options .input-wrapper.filebrowser-wrapper .help img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#dialog-box #new-section-options .options-wrapper {
  margin-bottom: 40px;
}
#dialog-box #new-section-options .options-wrapper .option {
  position: relative;
  cursor: pointer;
}
#dialog-box #new-section-options .options-wrapper .option:hover,
#dialog-box #new-section-options .options-wrapper .option.active {
  color: #FFFFFF;
  background-color: #0570B8;
  border-radius: 3px;
  overflow: hidden;
}
#dialog-box #new-section-options .options-wrapper .option:hover .option-content h4,
#dialog-box #new-section-options .options-wrapper .option.active .option-content h4 {
  color: #FFFFFF;
}
#dialog-box #new-section-options .options-wrapper .option:hover .option-content .col-icon .col span,
#dialog-box #new-section-options .options-wrapper .option.active .option-content .col-icon .col span {
  background: #FFFFFF;
}
#dialog-box #new-section-options .options-wrapper .option.active {
  background-color: #023455;
}
#dialog-box #new-section-options .options-wrapper .option .option-content {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
#dialog-box #new-section-options .options-wrapper .option .option-content .material-icons {
  font-size: 30px;
  margin-bottom: 10px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
#dialog-box #new-section-options .options-wrapper .option .option-content .col-icon {
  display: inline-block;
  width: 80px;
  max-width: 100% !important;
  margin: 0 -3px 10px -3px;
}
#dialog-box #new-section-options .options-wrapper .option .option-content .col-icon .col {
  height: 40px;
  padding: 0 3px;
}
#dialog-box #new-section-options .options-wrapper .option .option-content .col-icon .col .circle {
  height: 15px !important;
  max-width: 15px;
  border-radius: 10px;
  display: inline-block !important;
  text-align: center;
  border: 2px solid black;
  background: white !important;
}
#dialog-box #new-section-options .options-wrapper .option .option-content .col-icon .col span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 4px;
  background: #222222;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
#dialog-box #new-section-options .options-wrapper .option .option-content .col-icon .col span.last {
  margin: 0;
}
#dialog-box #new-section-options .options-wrapper .option .option-content h4 {
  font-family: 'Univers', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #252525;
  text-transform: uppercase;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
/*========== END NEW SECTION OPTIONS ==========*/
/*====================
======================
END FRONT OVERRIDES CSS
======================
====================*/
/*# sourceMappingURL=main.css.map */