@charset "UTF-8";
/*
* Button Variables
*/
@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/ProximaNova/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

.main-container img {
  max-width: 100%;
  height: auto !important; }

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
  /*
     - comment out we will use theme settings
    color: $body-color;
    font-size: $body-font-size;
    line-height: $line-height-base;

    @include media('<tablet') {
      font-size: $body-font-size-mobile;
    }
    */ }

.placeholder {
  color: #000; }

:-moz-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

::-webkit-input-placeholder {
  color: #000; }

.modal.glazed .modal-dialog,
.modal.dxpr-theme .modal-dialog {
  margin-top: 0; }

.region.region-content > ol.breadcrumb {
  display: none; }

.az-element .az-toggle .controls {
  top: 30px; }

.toolbar-horizontal .az-column.az-element--controls-show-parent {
  min-height: 30px; }

.main-container {
  overflow: hidden; }

.clear {
  clear: both; }

.az-element .controls.btn-group-xs .control.set-columns-layout {
  min-width: 30px !important; }

/* = Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 12px 35px 15px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

@media (max-width: 767px) {
  img.alignleft {
    float: none;
    margin: 12px auto 15px;
    display: block; } }

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 0 !important; }

@media (min-width: 768px) {
  .az-row--sm.az-row--equal-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

@media (max-width: 991px) and (min-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden; } }

#js-modal-page-show-modal {
  z-index: 9999999999 !important; }

.path-blog .glazed-boxed-container,
.path-blog .dxpr-theme-boxed-container,
.page-node-type-article .glazed-boxed-container,
.page-node-type-article .dxpr-theme-boxed-container {
  max-width: 100%; }

.image-shadow {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25)); }

#donate-btn a {
  border-radius: 36px !important; }

.border-width-1 {
  border-width: 1px !important; }

.internal-ad-sidebar .crossfade-col .ad-image img {
  min-height: auto; }

.internal-ad-sidebar .crossfade-col .ad-image {
  min-height: auto;
  max-width: 100%; }

.patient-heading-section p {
  line-height: inherit; }

.half-list-section .az-column h2 {
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important; }

.half-list-section .az-column .hotpress-title h2 {
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important; }

#footer-get-reminder-section h3 {
  font-size: 40px !important;
  line-height: 1.5 !important; }

#gby3qgo49a h3 {
  font-weight: 500;
  line-height: 1.5; }

@media (max-width: 992px) {
  #gbbfr7byrs .az-element p strong {
    line-height: 1.9 !important;
    font-size: inherit !important; }
  .crossfade-col .ad-image {
    margin-top: 50px !important; }
  #footer-get-reminder-section h3 {
    font-size: 25px !important; }
  .reminder-cta-section p {
    line-height: inherit !important;
    font-size: inherit; }
  #gby3qgo49a {
    line-height: inherit;
    font-size: inherit; }
  .footer-widget p {
    line-height: inherit;
    font-size: inherit; }
  .glazed-header--side #glazed-main-menu .nav a {
    font-size: 16px !important; } }

@media (max-width: 768px) {
  #gbj73bz7x3 p span {
    font-size: 18px;
    line-height: 1.4; }
  .bleed-column-section .clinic-hours #gbrttu2vu1 #gbkt8mk44n p {
    line-height: inherit !important;
    font-size: inherit !important; }
  #gbyb1l10ys strong,
  #gbyb1l10ys,
  #gb8n745qne span,
  #gb8n745qne {
    font-size: 14px; }
  .half-list-section .az-column h2 {
    font-size: 31px !important; }
  .half-list-section .az-column .hotpress-title h2 {
    font-size: 24px !important; }
  .half-list-section p {
    line-height: inherit !important;
    font-size: inherit !important; } }

.az-button.btn-red-ribbon .btn {
  border-radius: 36px; }

.body--glazed-nav-mobile .glazed-header #logo {
  max-height: 33px; }

.dxpr-theme-secondary-header .stbe-social-links__item a:hover,
.dxpr-theme-secondary-header .stbe-social-links__item a:focus {
  color: #a7a7a7 !important; }

@media (max-width: 767px) {
  .half-list-section .az-column h2 {
    font-size: 24px !important; }
  .half-list-section .az-column .hotpress-title h2 {
    font-size: 24px !important; } }

@media (max-width: 1200px) {
  .internal-ad-sidebar {
    padding-left: 0 !important; }
  .internal-ad-sidebar .crossfade-col .ad-image img {
    padding-top: 15px !important; }
  .internal-ad-sidebar .crossfade-col .ad-image {
    margin: 0 auto !important; } }

.btn {
  white-space: nowrap !important; }

@media (max-width: 767px) {
  #footer-get-reminder-section h3 {
    font-size: 32px !important; } }

.blog-list-section .views-row .views-field-field-published-on {
  font-size: 14px;
  margin-bottom: 16px;
  margin-top: -6px; }

.region-sidebar-second #block-dxpr-theme-sfcc-advertismentsidebar,
.region-sidebar-second #block-advertismentsidebar {
  margin: 0 -12px 5px; }

@media (max-width: 1200px) {
  .region-sidebar-second #block-dxpr-theme-sfcc-advertismentsidebar,
  .region-sidebar-second #block-advertismentsidebar {
    margin: 0 0 5px; } }

#block-dxpr-theme-sfcc-loginadditional,
#block-loginadditional {
  color: #444;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.67;
  padding: 16px 0; }
  #block-dxpr-theme-sfcc-loginadditional p,
  #block-loginadditional p {
    margin: 0 0 20px; }
    #block-dxpr-theme-sfcc-loginadditional p:last-child,
    #block-loginadditional p:last-child {
      margin: 0; }

.user-login-form .button.btn {
  margin-bottom: 0px !important; }

.user-register-form.user-form .button.btn,
.normal-content-section.reminder-content-section .user-register-form.user-form .button.btn {
  padding: 9px 9px 5px 6px !important;
  font-family: "proxima-nova", sans-serif !important; }

#block-dxpr-theme-sfcc-registrationtext,
#block-registrationtext {
  color: #444;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  padding: 0 0 33px; }

.btn,
.fake-submit {
  border-bottom: transparent !important;
  border-left: transparent !important; }
  .btn:hover, .btn:focus,
  .fake-submit:hover,
  .fake-submit:focus {
    border-bottom-color: transparent !important;
    border-left-color: transparent !important; }

.normal-content-section.reminder-content-section .form-reminder-wrap .button.btn {
  font-family: "proxima-nova", sans-serif !important;
  border: none !important;
  border-bottom: none !important;
  border-left: none !important; }

.dialog-off-canvas-main-canvas .dxpr-theme-boxed-container {
  max-width: 1290px; }

.sidebar-colored-menu ul.menu .dropdown-menu a {
  text-transform: uppercase !important; }

@media (max-width: 767px) and (min-width: 321px) {
  /*article:not([about="/services"]){
    .sidebar-section {
      padding-top: 0 !important;
    }
  }*/ }

.page-node-type-article .dxpr-theme-boxed-container,
.path-blog .dxpr-theme-boxed-container {
  max-width: none; }

.nav-custom-btn a {
  display: inline-block;
  background: transparent; }
  .nav-custom-btn a:hover {
    border-color: #ffffff;
    color: #0180ef !important;
    background-color: #ffffff; }

.main-container .container, .main-container.container, .footer-container .container, .footer-container.container, .az-section .container, .az-section.container {
  max-width: 1290px; }

.panel-default > .panel-heading {
  background: transparent; }

.filter-hidden .view-about-you .view-filters {
  display: none; }

@media (min-width: 992px) {
  .custom-form-section .custom-form-module .form-actions {
    width: 180px !important; } }

.custom-form-section .custom-form-module .select2-selection .select2-selection__rendered {
  font-size: 16px; }

#js-modal-page-show-modal {
  opacity: 1;
  display: block;
  padding-top: 6.5% !important; }

@media only screen and (max-width: 768px) {
  .modal-page-dialog .modal-content .modal-body ul li {
    font-size: 13px;
    line-height: 1.5 !important; }
  #js-modal-page-show-modal {
    padding-top: 10% !important; }
  .modal-footer {
    padding: 5px; }
  .modal-page-dialog .modal-content .modal-page-title {
    font-size: 13px; }
  .modal-body {
    padding: 10px; } }

.header-tags h1 {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 700;
  color: #ffffff !important;
  font-size: 40px;
  line-height: 1.1; }

.header-banner h1 {
  color: #ffffff !important;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700; }

.dxpr-theme-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav > li {
  padding: 0 24px 30px; }

@media only screen and (min-width: 1440px) {
  nav#block-dxpr-theme-sfcc-main-menu {
    width: 780px; } }

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
  nav#block-dxpr-theme-sfcc-main-menu {
    width: 680px; } }

.dxpr-theme-header a .screenreader-text {
  color: #333333;
  background-color: #ffffff; }

.dxpr-theme-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav > li > a {
  background-color: #f1f1f1; }

.gt_switcher_wrapper {
  right: 0 !important; }

.contextual button.trigger.visually-hidden {
  color: #0f1316;
  background-color: #dddddd; }

.homepage-sidebar-video iframe {
  max-width: 402px;
  right: 0; }

@media only screen and (max-width: 992px) {
  .homepage-sidebar-video iframe {
    margin: auto;
    right: 0;
    max-height: 433px; } }

@media only screen and (max-width: 768px) {
  .homepage-sidebar-video iframe {
    width: 95% !important; } }

/* ---------------------------------------------------------
   Typography
   ---------------------------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  line-height: 1.5; }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a,
  .h a {
    color: inherit; }

/*
h1, .h1 {
  font-size: $h1-font-size;

  @include media('<tablet') {
    //font-size: 20px;
  }
}

h2, .h2 {
  font-size: $h2-font-size;

  @include media('<tablet') {
    //font-size: 18px;
  }
}

h3, .h3 {
  font-size: $h3-font-size;
}

h4, .h4 {
  font-size: $h4-font-size;
}

*/
h5,
.h5 {
  font-size: 20px; }

h6,
.h6 {
  font-size: 18px; }

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 50px; }
  h2,
  .h2 {
    font-size: 40px;
    word-wrap: break-word; }
  h3,
  .h3 {
    font-size: 40px; }
  h4,
  .h4 {
    font-size: 24px; }
  h5,
  .h5 {
    font-size: 20px; }
  h6,
  .h6 {
    font-size: 18px; } }

html body p {
  line-height: inherit;
  font-size: inherit;
  margin: 0 0 15px; }
  @media (max-width: 768px) {
    html body p {
      line-height: inherit;
      font-size: inherit; } }
  html body p:last-child {
    margin-bottom: 0; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 19px;
  padding-left: 1.5em; }
  ul:last-child,
  ol:last-child {
    margin-bottom: 0; }

a {
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-white {
  color: #ffffff !important; }
  .text-white a {
    color: #00a3e0; }
    .text-white a:hover, .text-white a:focus {
      color: #00a3e0; }
  .text-white h1,
  .text-white .h1,
  .text-white h2,
  .text-white .h2,
  .text-white h3,
  .text-white .h3,
  .text-white h4,
  .text-white .h4,
  .text-white h5,
  .text-white .h5,
  .text-white h6,
  .text-white .h6,
  .text-white .h {
    color: #ffffff !important; }
    .text-white h1 a,
    .text-white .h1 a,
    .text-white h2 a,
    .text-white .h2 a,
    .text-white h3 a,
    .text-white .h3 a,
    .text-white h4 a,
    .text-white .h4 a,
    .text-white h5 a,
    .text-white .h5 a,
    .text-white h6 a,
    .text-white .h6 a,
    .text-white .h a {
      color: inherit; }

.fw-regular {
  font-weight: 400; }
  .fw-regular h1,
  .fw-regular h2,
  .fw-regular h3,
  .fw-regular h4,
  .fw-regular h5,
  .fw-regular h6 {
    font-weight: 400; }

.fw-medium {
  font-weight: 500; }

.font-proxima {
  font-family: "proxima-nova", sans-serif; }

.font-proxima-heading h1,
.font-proxima-heading .h1,
.font-proxima-heading h2,
.font-proxima-heading .h2,
.font-proxima-heading h3,
.font-proxima-heading .h3,
.font-proxima-heading h4,
.font-proxima-heading .h4,
.font-proxima-heading h5,
.font-proxima-heading .h5,
.font-proxima-heading h6,
.font-proxima-heading .h6,
.font-proxima-heading .h {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 600; }

.font-proxima-heading h4 {
  font-weight: 500; }

.h3-30 h3,
.h3-30 .h3 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500; }

.text-18 {
  font-size: 18px;
  line-height: 1.3; }
  .text-18.custom-line-height {
    line-height: 1.4; }

.white-link a {
  color: white !important; }
  .white-link a:hover {
    opacity: 0.6; }

.text-double-arrow {
  position: relative; }
  .text-double-arrow span {
    position: relative; }
  .text-double-arrow span:after {
    content: "»";
    position: absolute;
    vertical-align: middle;
    height: 50px;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    padding-left: 10px; }

.hotpress-item ul {
  padding-left: 0;
  list-style: none;
  margin-top: 15px; }
  .hotpress-item ul li {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin: 10px 0;
    padding-left: 22px;
    position: relative; }
    .hotpress-item ul li:before {
      content: "\003e";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      color: #04a3e0; }

.hotpress-title h2 {
  font-size: 24px;
  line-height: 1.25;
  padding: 17px 0 33px;
  border-bottom: 1px solid #5966b0;
  margin: 0 0 32px;
  color: #ffffff; }

.yellow-text {
  color: #f1bf43 !important; }
  .yellow-text::marker {
    color: #f1bf43 !important; }

html body {
  font-size: 16px; }
  @media (max-width: 768px) {
    html body {
      font-size: 14px; } }

@media (max-width: 768px) {
  p {
    line-height: inherit;
    font-size: inherit; } }

html body, html p, html .lead {
  line-height: 1.9; }

html body h1 a,
html body .h1 a,
html body h2 a,
html body .h2 a,
html body h3 a,
html body .h3 a,
html body h4 a,
html body .h4 a,
html body h5 a,
html body .h5 a,
html body h6 a,
html body .h6 a,
html body .h a {
  color: inherit; }

html body h1,
html body .h1,
html body h2,
html body .h2,
html body h3,
html body .h3,
html body h4,
html body .h4,
html body h5,
html body .h5,
html body h6,
html body .h6,
html body .h {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.5; }

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  line-height: 1.5; }

html body .h5,
html body h5 {
  font-size: 20px; }

html body .h6,
html body h6 {
  font-size: 18px; }

html body h3 {
  font-size: 40px; }

html body h4 {
  font-size: 24px; }

@media screen and (max-width: 768px) {
  html body h3 {
    font-size: 25px; } }

@media (max-width: 767px) {
  html body .h3,
  html body h3 {
    font-size: 40px; } }

.clearfix:after, .glazed-main-menu .region:after,
.dxpr-theme-main-menu .region:after, .navbar-header .region-navigation:after, .custom-web-form form:after, .custom-web-form .two-column .fieldset-wrapper:after, .normal-content-section.reminder-content-section .form-reminder-wrap .form-group-tbl:after, .normal-content-section.reminder-content-section .form-reminder-wrap .form-group-col-row:after, .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.form-wrapper table.table .form-item.panel .container-inline.form-inline:after, .reminder-block .reminder-block-list li:after, .clearfix:before, .glazed-main-menu .region:before,
.dxpr-theme-main-menu .region:before, .navbar-header .region-navigation:before, .custom-web-form form:before, .custom-web-form .two-column .fieldset-wrapper:before, .normal-content-section.reminder-content-section .form-reminder-wrap .form-group-tbl:before, .normal-content-section.reminder-content-section .form-reminder-wrap .form-group-col-row:before, .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.form-wrapper table.table .form-item.panel .container-inline.form-inline:before, .reminder-block .reminder-block-list li:before {
  content: '';
  display: table; }

.clearfix:after, .glazed-main-menu .region:after,
.dxpr-theme-main-menu .region:after, .navbar-header .region-navigation:after, .custom-web-form form:after, .custom-web-form .two-column .fieldset-wrapper:after, .normal-content-section.reminder-content-section .form-reminder-wrap .form-group-tbl:after, .normal-content-section.reminder-content-section .form-reminder-wrap .form-group-col-row:after, .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.form-wrapper table.table .form-item.panel .container-inline.form-inline:after, .reminder-block .reminder-block-list li:after {
  clear: both; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .w {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.jcf-select {
  display: block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777777;
  background: #fff;
  margin: 0;
  height: 45px;
  width: 100%; }
  .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0; }
  .jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    padding: 14px 50px 12px 20px; }
  .jcf-select .jcf-select-opener {
    font-weight: 300;
    color: #777777;
    font-size: 18px;
    line-height: 1.1em;
    position: absolute;
    width: 25px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0; }
    .jcf-select .jcf-select-opener:before {
      content: " ";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6.9px 4px 0 4px;
      border-color: #777777 transparent transparent transparent;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto 0;
      position: absolute; }
  .jcf-select.jcf-drop-active .jcf-select-opener:before {
    border-style: solid;
    border-width: 0 4px 6.9px 4px;
    border-color: transparent transparent #777777 transparent; }
  .jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px; }
  .jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto; }
  .jcf-select.jcf-compact-multiple {
    max-width: 220px; }
    .jcf-select.jcf-compact-multiple .jcf-select-opener:before {
      display: inline-block;
      padding-top: 2px;
      content: '...'; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }
  body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #f00; }

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000; }
  .jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: '';
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }
  .jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%; }
  .jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .jcf-list ul li {
      overflow: hidden;
      display: block; }
  .jcf-list .jcf-overflow {
    overflow: auto; }
  .jcf-list .jcf-option {
    /* white-space: nowrap;*/
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    min-height: 14px;
    height: 1%; }
  .jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important; }
  .jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000; }
  .jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #ffffff;
  border: 1px solid #777777;
  border-radius: 9px;
  margin: 0 10px 0 0;
  height: 14px;
  width: 14px; }
  .jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #777777;
    border-radius: 100%; }
  .jcf-radio input[type="radio"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0; }
  .jcf-radio.jcf-checked span {
    display: block; }

.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777777;
  margin: 0 3px 0 0;
  height: 14px;
  width: 14px; }
  .jcf-checkbox span {
    position: absolute;
    display: none;
    height: 8px;
    width: 8px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #777777; }
  .jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0; }
  .jcf-checkbox.jcf-checked span {
    display: block; }

.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff; }
  .jcf-file .jcf-real-element {
    position: absolute;
    font-size: 200px;
    height: 200px;
    margin: 0;
    right: 0;
    top: 0; }
  .jcf-file .jcf-fake-input {
    border: 1px solid #777777;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    padding: 0 8px;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    width: 125px; }
  .jcf-file .jcf-upload-button {
    border: 1px solid #777777;
    color: #ffffff;
    background: #777777;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 0 -1px;
    padding: 0 10px;
    line-height: 28px;
    height: 28px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10099998;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 100004; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 100003; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 100005;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container {
  width: 100% !important;
  font-size: 16px;
  line-height: 1.2;
  color: #1d252d;
  font-family: "proxima-nova", sans-serif; }

/*
* Single
*----------------------------------------*/
.select2-container--default .select2-selection--single {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 42px;
  border: 1px solid #d7d7d7; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1d252d;
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 38px 10px 15px;
    text-transform: uppercase; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 16px;
    height: 40px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow:after {
      content: " ";
      background-image: url("../images/icon@2x.png");
      background-size: 35px auto;
      background-repeat: no-repeat;
      background-position: 0 0;
      width: 14px;
      height: 8px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto 0; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }

/*
* Multiple
*----------------------------------------*/
.select2-container--default .select2-selection--multiple {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 42px;
  border: none;
  background: #ffffff;
  padding: 13px 45px 12px 19px; }
  .select2-container--default .select2-selection--multiple:after {
    content: " ";
    background-image: url("../images/icon@2x.png");
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 20px;
    height: 11px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto 0; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    vertical-align: top; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none;
      margin: 2px 5px 2px 0; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  outline: 0;
  position: relative; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  margin: 0 5px 5px 0; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search.select2-search--inline {
  margin: 0; }

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  margin: 0 auto !important;
  text-transform: uppercase; }

.loader-rectangles,
.loader-rectangles:before,
.loader-rectangles:after {
  background: #e40046;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.loader-rectangles {
  color: #e40046;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader-rectangles:before,
.loader-rectangles:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader-rectangles:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader-rectangles:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 2em; }
  40% {
    box-shadow: 0 -2em;
    height: 3em; } }

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 2em; }
  40% {
    box-shadow: 0 -2em;
    height: 3em; } }

nav,
nav ul li,
nav a {
  font-family: "Poppins", sans-serif !important; }

.glazed-main-menu li:hover > a,
.glazed-main-menu li.active > a,
.dxpr-theme-main-menu li:hover > a,
.dxpr-theme-main-menu li.active > a {
  position: relative; }
  .glazed-main-menu li:hover > a:before,
  .glazed-main-menu li.active > a:before,
  .dxpr-theme-main-menu li:hover > a:before,
  .dxpr-theme-main-menu li.active > a:before {
    background: #00a3e0;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    content: " ";
    display: block;
    bottom: -8px;
    height: 2px; }

.glazed-header--top #logo,
.dxpr-theme-header--top #logo {
  max-height: 87px !important; }

.glazed-header--top .glazed-main-menu,
.glazed-header--top .dxpr-theme-main-menu,
.dxpr-theme-header--top .glazed-main-menu,
.dxpr-theme-header--top .dxpr-theme-main-menu {
  height: auto !important; }
  .glazed-header--top .glazed-main-menu a,
  .glazed-header--top .dxpr-theme-main-menu a,
  .dxpr-theme-header--top .glazed-main-menu a,
  .dxpr-theme-header--top .dxpr-theme-main-menu a {
    color: #001489 !important;
    font-weight: 500;
    padding: 8px 17px !important;
    white-space: normal; }

.glazed-header--top .navbar-container .navbar-header,
.dxpr-theme-header--top .navbar-container .navbar-header {
  display: table;
  position: absolute !important;
  z-index: 4050;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.glazed-header--top .wrap-branding .name.navbar-brand,
.dxpr-theme-header--top .wrap-branding .name.navbar-brand {
  display: none; }

.glazed-header--top #glazed-main-menu ul.menu.nav.navbar-nav,
.glazed-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav,
.dxpr-theme-header--top #glazed-main-menu ul.menu.nav.navbar-nav,
.dxpr-theme-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav {
  padding: 60px 0 0;
  margin: 0 -27px; }
  @media (max-width: 1279px) {
    .glazed-header--top #glazed-main-menu ul.menu.nav.navbar-nav,
    .glazed-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav,
    .dxpr-theme-header--top #glazed-main-menu ul.menu.nav.navbar-nav,
    .dxpr-theme-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav {
      margin: 0 -15px; } }
  .glazed-header--top #glazed-main-menu ul.menu.nav.navbar-nav > li,
  .glazed-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav > li,
  .dxpr-theme-header--top #glazed-main-menu ul.menu.nav.navbar-nav > li,
  .dxpr-theme-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav > li {
    padding: 0 24px 50px; }
    @media (max-width: 1279px) {
      .glazed-header--top #glazed-main-menu ul.menu.nav.navbar-nav > li,
      .glazed-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav > li,
      .dxpr-theme-header--top #glazed-main-menu ul.menu.nav.navbar-nav > li,
      .dxpr-theme-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav > li {
        padding: 0 12px 50px; } }
    .glazed-header--top #glazed-main-menu ul.menu.nav.navbar-nav > li > a,
    .glazed-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav > li > a,
    .dxpr-theme-header--top #glazed-main-menu ul.menu.nav.navbar-nav > li > a,
    .dxpr-theme-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav > li > a {
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.42857;
      height: auto;
      font-family: "Poppins", sans-serif !important;
      color: #000099 !important;
      padding: 0 !important;
      font-size: 18px; }
  .glazed-header--top #glazed-main-menu ul.menu.nav.navbar-nav .dropdown-menu,
  .glazed-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav .dropdown-menu,
  .dxpr-theme-header--top #glazed-main-menu ul.menu.nav.navbar-nav .dropdown-menu,
  .dxpr-theme-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background: #ffffff;
    padding: 16px 0 21px;
    left: 50% !important;
    min-width: 305px !important;
    max-width: 305px; }
    .glazed-header--top #glazed-main-menu ul.menu.nav.navbar-nav .dropdown-menu > .expanded.dropdown,
    .glazed-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav .dropdown-menu > .expanded.dropdown,
    .dxpr-theme-header--top #glazed-main-menu ul.menu.nav.navbar-nav .dropdown-menu > .expanded.dropdown,
    .dxpr-theme-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav .dropdown-menu > .expanded.dropdown {
      padding: 0 15px;
      width: 100% !important;
      float: none; }
      .glazed-header--top #glazed-main-menu ul.menu.nav.navbar-nav .dropdown-menu > .expanded.dropdown > .glazed-megamenu,
      .glazed-header--top #glazed-main-menu ul.menu.nav.navbar-nav .dropdown-menu > .expanded.dropdown > .dxpr-theme-megamenu,
      .glazed-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav .dropdown-menu > .expanded.dropdown > .glazed-megamenu,
      .glazed-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav .dropdown-menu > .expanded.dropdown > .dxpr-theme-megamenu,
      .dxpr-theme-header--top #glazed-main-menu ul.menu.nav.navbar-nav .dropdown-menu > .expanded.dropdown > .glazed-megamenu,
      .dxpr-theme-header--top #glazed-main-menu ul.menu.nav.navbar-nav .dropdown-menu > .expanded.dropdown > .dxpr-theme-megamenu,
      .dxpr-theme-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav .dropdown-menu > .expanded.dropdown > .glazed-megamenu,
      .dxpr-theme-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav .dropdown-menu > .expanded.dropdown > .dxpr-theme-megamenu {
        padding: 0 5px; }
    .glazed-header--top #glazed-main-menu ul.menu.nav.navbar-nav .dropdown-menu li,
    .glazed-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav .dropdown-menu li,
    .dxpr-theme-header--top #glazed-main-menu ul.menu.nav.navbar-nav .dropdown-menu li,
    .dxpr-theme-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav .dropdown-menu li {
      min-width: 0; }
    @media (min-width: 1201px) {
      .glazed-header--top #glazed-main-menu ul.menu.nav.navbar-nav .dropdown-menu > li:first-child,
      .glazed-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav .dropdown-menu > li:first-child,
      .dxpr-theme-header--top #glazed-main-menu ul.menu.nav.navbar-nav .dropdown-menu > li:first-child,
      .dxpr-theme-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav .dropdown-menu > li:first-child {
        display: none; } }

.glazed-header--top #glazed-main-menu ul.menu.nav.navbar-nav,
.glazed-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav,
.dxpr-theme-header--top #glazed-main-menu ul.menu.nav.navbar-nav,
.dxpr-theme-header--top #dxpr-theme-main-menu ul.menu.nav.navbar-nav {
  /*> li{
			&:nth-child(2)>ul.dropdown-menu {
				min-width: 446px !important;
				@extend %clearfix;

				>li{
					min-width: 251.92px !important;
					float: left;
					&:nth-child(odd){
						min-width: 194.08px !important;
					}
				}
			}
		}*/ }

.glazed-header--top .glazed-megamenu__heading,
.glazed-header--top .dxpr-theme-megamenu__heading,
.dxpr-theme-header--top .glazed-megamenu__heading,
.dxpr-theme-header--top .dxpr-theme-megamenu__heading {
  display: none !important; }

.body--glazed-nav-desktop .glazed-header--top .nav .dropdown-menu li > a:before,
.body--dxpr-theme-nav-desktop .dxpr-theme-header--top .nav .dropdown-menu li > a:before {
  display: none; }

#secondary-header {
  padding: 0; }
  #secondary-header .secondary-header-container {
    margin-bottom: 0;
    max-width: 100% !important;
    padding: 0; }
    #secondary-header .secondary-header-container > .row.container-row {
      margin-left: 0;
      margin-right: 0; }
      #secondary-header .secondary-header-container > .row.container-row > .container-col {
        padding-left: 0;
        padding-right: 0; }
  #secondary-header .az-section > .container {
    padding-left: 25px;
    padding-right: 25px; }
    @media (max-width: 1200px) {
      #secondary-header .az-section > .container {
        padding-left: 0;
        padding-right: 0; } }

.top-header-section {
  text-align: right;
  padding: 13px 0; }
  .top-header-section .az-element {
    text-align: center;
    display: inline-block;
    vertical-align: middle; }

@media (max-width: 1200px) {
  .top-header-banner {
    display: none !important; } }

.top-header-banner .stbe-social-links {
  margin: 0 !important;
  display: inline-block;
  padding: 0 !important; }
  .top-header-banner .stbe-social-links li {
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    padding: 4px 8px !important; }
  .top-header-banner .stbe-social-links a {
    margin: 0 !important;
    color: #a7a7a7; }
  .top-header-banner .stbe-social-links .fa- {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 1.28571429em;
    width: 1.28571429em;
    height: 1.28571429em;
    padding: 0; }
  .top-header-banner .stbe-social-links .fa-youtube:before {
    content: "\f16a"; }

.top-header-section .btn {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
  margin-right: 34px;
  min-width: 200px; }

.toolbar-horizontal .top-header-alert-section.hide-banner {
  min-height: 40px; }
  .toolbar-horizontal .top-header-alert-section.hide-banner .controls.btn-group.btn-group-xs {
    opacity: 1 !important; }

.top-header-alert-section .az-ctnr.container {
  max-width: 100%;
  padding: 0 !important; }

.top-header-alert-section .az-element.az-alert.alert {
  background-color: #e40046;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 22px 0 26px;
  margin: 0;
  font-size: 22px;
  line-height: 1.36364;
  font-weight: 400;
  letter-spacing: 0.005em; }
  @media (max-width: 1200px) {
    .top-header-alert-section .az-element.az-alert.alert {
      font-size: 13px;
      padding: 15px 0; } }
  .top-header-alert-section .az-element.az-alert.alert .alert-container {
    position: relative;
    max-width: 1290px;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      .top-header-alert-section .az-element.az-alert.alert .alert-container {
        padding-left: 35px;
        padding-right: 35px; } }
  .top-header-alert-section .az-element.az-alert.alert .alert-container-wrap {
    position: relative; }
  .top-header-alert-section .az-element.az-alert.alert a {
    color: #ffffff;
    text-decoration: underline; }
    .top-header-alert-section .az-element.az-alert.alert a:hover {
      text-decoration: none; }

.top-header-alert-section .close {
  position: absolute;
  float: none;
  width: 17px;
  height: 17px;
  opacity: 1;
  right: -8px;
  top: -8px; }
  @media (max-width: 1200px) {
    .top-header-alert-section .close {
      right: -17px; } }
  .top-header-alert-section .close:before, .top-header-alert-section .close:after {
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transform-origin: center left;
    transition: all 0.2s ease-in;
    width: 23px;
    z-index: 1; }
  .top-header-alert-section .close:before {
    top: 0;
    transform: rotate(45deg); }
  .top-header-alert-section .close:after {
    bottom: 0;
    transform: rotate(-45deg); }
  .top-header-alert-section .close:hover {
    opacity: 0.6 !important; }

.top-header-alert-section .text-white .close:before, .top-header-alert-section .text-white .close:after {
  background-color: #ffffff; }

.glazed-header .navbar-header .navbar-brand,
.dxpr-theme-header .navbar-header .navbar-brand {
  display: none !important; }

.body--glazed-nav-mobile .glazed-header,
.body--glazed-nav-mobile .dxpr-theme-header,
.body--dxpr-theme-nav-mobile .glazed-header,
.body--dxpr-theme-nav-mobile .dxpr-theme-header {
  background: #ffffff !important; }
  .body--glazed-nav-mobile .glazed-header .container-col,
  .body--glazed-nav-mobile .dxpr-theme-header .container-col,
  .body--dxpr-theme-nav-mobile .glazed-header .container-col,
  .body--dxpr-theme-nav-mobile .dxpr-theme-header .container-col {
    padding-left: 20px;
    padding-right: 20px; }
  .body--glazed-nav-mobile .glazed-header .region-navigation,
  .body--glazed-nav-mobile .dxpr-theme-header .region-navigation,
  .body--dxpr-theme-nav-mobile .glazed-header .region-navigation,
  .body--dxpr-theme-nav-mobile .dxpr-theme-header .region-navigation {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle,
  .body--glazed-nav-mobile .glazed-header #dxpr-theme-menu-toggle,
  .body--glazed-nav-mobile .dxpr-theme-header #glazed-menu-toggle,
  .body--glazed-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle,
  .body--dxpr-theme-nav-mobile .glazed-header #glazed-menu-toggle,
  .body--dxpr-theme-nav-mobile .glazed-header #dxpr-theme-menu-toggle,
  .body--dxpr-theme-nav-mobile .dxpr-theme-header #glazed-menu-toggle,
  .body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle {
    padding: 8px 20px 8px 0;
    margin: 18px 0; }
    .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle span,
    .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle span:before,
    .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle span:after,
    .body--glazed-nav-mobile .glazed-header #dxpr-theme-menu-toggle span,
    .body--glazed-nav-mobile .glazed-header #dxpr-theme-menu-toggle span:before,
    .body--glazed-nav-mobile .glazed-header #dxpr-theme-menu-toggle span:after,
    .body--glazed-nav-mobile .dxpr-theme-header #glazed-menu-toggle span,
    .body--glazed-nav-mobile .dxpr-theme-header #glazed-menu-toggle span:before,
    .body--glazed-nav-mobile .dxpr-theme-header #glazed-menu-toggle span:after,
    .body--glazed-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span,
    .body--glazed-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span:before,
    .body--glazed-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span:after,
    .body--dxpr-theme-nav-mobile .glazed-header #glazed-menu-toggle span,
    .body--dxpr-theme-nav-mobile .glazed-header #glazed-menu-toggle span:before,
    .body--dxpr-theme-nav-mobile .glazed-header #glazed-menu-toggle span:after,
    .body--dxpr-theme-nav-mobile .glazed-header #dxpr-theme-menu-toggle span,
    .body--dxpr-theme-nav-mobile .glazed-header #dxpr-theme-menu-toggle span:before,
    .body--dxpr-theme-nav-mobile .glazed-header #dxpr-theme-menu-toggle span:after,
    .body--dxpr-theme-nav-mobile .dxpr-theme-header #glazed-menu-toggle span,
    .body--dxpr-theme-nav-mobile .dxpr-theme-header #glazed-menu-toggle span:before,
    .body--dxpr-theme-nav-mobile .dxpr-theme-header #glazed-menu-toggle span:after,
    .body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span,
    .body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span:before,
    .body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span:after {
      background: #001489 !important;
      height: 4px; }
    .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle span:before,
    .body--glazed-nav-mobile .glazed-header #dxpr-theme-menu-toggle span:before,
    .body--glazed-nav-mobile .dxpr-theme-header #glazed-menu-toggle span:before,
    .body--glazed-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span:before,
    .body--dxpr-theme-nav-mobile .glazed-header #glazed-menu-toggle span:before,
    .body--dxpr-theme-nav-mobile .glazed-header #dxpr-theme-menu-toggle span:before,
    .body--dxpr-theme-nav-mobile .dxpr-theme-header #glazed-menu-toggle span:before,
    .body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span:before {
      top: -6px !important; }
    .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle span:after,
    .body--glazed-nav-mobile .glazed-header #dxpr-theme-menu-toggle span:after,
    .body--glazed-nav-mobile .dxpr-theme-header #glazed-menu-toggle span:after,
    .body--glazed-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span:after,
    .body--dxpr-theme-nav-mobile .glazed-header #glazed-menu-toggle span:after,
    .body--dxpr-theme-nav-mobile .glazed-header #dxpr-theme-menu-toggle span:after,
    .body--dxpr-theme-nav-mobile .dxpr-theme-header #glazed-menu-toggle span:after,
    .body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span:after {
      bottom: -6px !important; }

.glazed-header--side nav.menu__breadcrumbs,
.dxpr-theme-header--side nav.menu__breadcrumbs {
  color: #001489;
  font-weight: 600;
  font-size: 11px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  top: 55px !important;
  position: relative;
  padding: 0 !important; }
  .glazed-header--side nav.menu__breadcrumbs a,
  .dxpr-theme-header--side nav.menu__breadcrumbs a {
    color: #001489; }

.glazed-header--side .block,
.dxpr-theme-header--side .block {
  margin-bottom: 0; }

.glazed-header--side .menu__level,
.dxpr-theme-header--side .menu__level {
  background: 0 0;
  height: calc(100vh - 310px) !important;
  top: 135px !important;
  overflow: hidden; }
  @media (max-width: 767px) {
    .glazed-header--side .menu__level,
    .dxpr-theme-header--side .menu__level {
      height: calc(100vh - 350px) !important; } }
  @media (max-width: 320px) {
    .glazed-header--side .menu__level,
    .dxpr-theme-header--side .menu__level {
      height: calc(100vh - 410px) !important; } }
  .glazed-header--side .menu__level.menu__level--current,
  .dxpr-theme-header--side .menu__level.menu__level--current {
    overflow: auto; }

.glazed-header--side #glazed-main-menu,
.glazed-header--side #dxpr-theme-main-menu,
.dxpr-theme-header--side #glazed-main-menu,
.dxpr-theme-header--side #dxpr-theme-main-menu {
  background: #e4e4e4 !important;
  padding: 42px 20px;
  height: 100vh !important; }
  .glazed-header--side #glazed-main-menu .nav,
  .glazed-header--side #dxpr-theme-main-menu .nav,
  .dxpr-theme-header--side #glazed-main-menu .nav,
  .dxpr-theme-header--side #dxpr-theme-main-menu .nav {
    float: none !important;
    margin: 0 !important;
    top: 135px !important;
    padding: 0; }
    .glazed-header--side #glazed-main-menu .nav li,
    .glazed-header--side #dxpr-theme-main-menu .nav li,
    .dxpr-theme-header--side #glazed-main-menu .nav li,
    .dxpr-theme-header--side #dxpr-theme-main-menu .nav li {
      margin-bottom: 10px; }
      .glazed-header--side #glazed-main-menu .nav li.active > a:before, .glazed-header--side #glazed-main-menu .nav li:hover > a:before,
      .glazed-header--side #dxpr-theme-main-menu .nav li.active > a:before,
      .glazed-header--side #dxpr-theme-main-menu .nav li:hover > a:before,
      .dxpr-theme-header--side #glazed-main-menu .nav li.active > a:before,
      .dxpr-theme-header--side #glazed-main-menu .nav li:hover > a:before,
      .dxpr-theme-header--side #dxpr-theme-main-menu .nav li.active > a:before,
      .dxpr-theme-header--side #dxpr-theme-main-menu .nav li:hover > a:before {
        display: none !important; }
    .glazed-header--side #glazed-main-menu .nav a,
    .glazed-header--side #dxpr-theme-main-menu .nav a,
    .dxpr-theme-header--side #glazed-main-menu .nav a,
    .dxpr-theme-header--side #dxpr-theme-main-menu .nav a {
      color: #001489;
      font-weight: 700 !important;
      font-size: 16px;
      text-transform: uppercase; }
    .glazed-header--side #glazed-main-menu .nav > li > a,
    .glazed-header--side #dxpr-theme-main-menu .nav > li > a,
    .dxpr-theme-header--side #glazed-main-menu .nav > li > a,
    .dxpr-theme-header--side #dxpr-theme-main-menu .nav > li > a {
      text-transform: uppercase !important; }
      .glazed-header--side #glazed-main-menu .nav > li > a:hover,
      .glazed-header--side #dxpr-theme-main-menu .nav > li > a:hover,
      .dxpr-theme-header--side #glazed-main-menu .nav > li > a:hover,
      .dxpr-theme-header--side #dxpr-theme-main-menu .nav > li > a:hover {
        color: #696969 !important; }
  .glazed-header--side #glazed-main-menu .menu__link,
  .glazed-header--side #dxpr-theme-main-menu .menu__link,
  .dxpr-theme-header--side #glazed-main-menu .menu__link,
  .dxpr-theme-header--side #dxpr-theme-main-menu .menu__link {
    padding: 7px 20px !important;
    line-height: 1.42857 !important;
    text-transform: none; }
  .glazed-header--side #glazed-main-menu .menu__link[data-submenu],
  .glazed-header--side #dxpr-theme-main-menu .menu__link[data-submenu],
  .dxpr-theme-header--side #glazed-main-menu .menu__link[data-submenu],
  .dxpr-theme-header--side #dxpr-theme-main-menu .menu__link[data-submenu] {
    text-transform: uppercase; }
    .glazed-header--side #glazed-main-menu .menu__link[data-submenu]:after,
    .glazed-header--side #dxpr-theme-main-menu .menu__link[data-submenu]:after,
    .dxpr-theme-header--side #glazed-main-menu .menu__link[data-submenu]:after,
    .dxpr-theme-header--side #dxpr-theme-main-menu .menu__link[data-submenu]:after {
      font-weight: 300;
      right: 15px;
      font-size: 1.4em;
      line-height: 1em;
      top: 6px;
      opacity: 1;
      content: ">";
      display: inline-block;
      padding: 0 0.5em; }
  .glazed-header--side #glazed-main-menu .dropdown-menu.menu__level li.menu__item > .menu__link,
  .glazed-header--side #dxpr-theme-main-menu .dropdown-menu.menu__level li.menu__item > .menu__link,
  .dxpr-theme-header--side #glazed-main-menu .dropdown-menu.menu__level li.menu__item > .menu__link,
  .dxpr-theme-header--side #dxpr-theme-main-menu .dropdown-menu.menu__level li.menu__item > .menu__link {
    padding-left: 35px !important;
    position: relative; }
    .glazed-header--side #glazed-main-menu .dropdown-menu.menu__level li.menu__item > .menu__link:before,
    .glazed-header--side #dxpr-theme-main-menu .dropdown-menu.menu__level li.menu__item > .menu__link:before,
    .dxpr-theme-header--side #glazed-main-menu .dropdown-menu.menu__level li.menu__item > .menu__link:before,
    .dxpr-theme-header--side #dxpr-theme-main-menu .dropdown-menu.menu__level li.menu__item > .menu__link:before {
      font-weight: 400;
      content: "-";
      position: absolute;
      top: 8px;
      left: 20px;
      display: block !important;
      background: transparent;
      bottom: auto;
      height: auto !important;
      margin: auto 0;
      width: auto !important; }
  .glazed-header--side #glazed-main-menu .dropdown-menu.menu__level li.menu__item:first-child > .menu__link,
  .glazed-header--side #dxpr-theme-main-menu .dropdown-menu.menu__level li.menu__item:first-child > .menu__link,
  .dxpr-theme-header--side #glazed-main-menu .dropdown-menu.menu__level li.menu__item:first-child > .menu__link,
  .dxpr-theme-header--side #dxpr-theme-main-menu .dropdown-menu.menu__level li.menu__item:first-child > .menu__link {
    padding-left: 20px !important; }
    .glazed-header--side #glazed-main-menu .dropdown-menu.menu__level li.menu__item:first-child > .menu__link:before,
    .glazed-header--side #dxpr-theme-main-menu .dropdown-menu.menu__level li.menu__item:first-child > .menu__link:before,
    .dxpr-theme-header--side #glazed-main-menu .dropdown-menu.menu__level li.menu__item:first-child > .menu__link:before,
    .dxpr-theme-header--side #dxpr-theme-main-menu .dropdown-menu.menu__level li.menu__item:first-child > .menu__link:before {
      display: none !important; }

@media (max-width: 1200px) {
  .glazed-header .region-navigation-collapsible,
  .dxpr-theme-header .region-navigation-collapsible {
    display: none; } }

@media (max-width: 1200px) {
  .glazed-header.glazed-header--side .region-navigation-collapsible, .glazed-header.dxpr-theme-header--side .region-navigation-collapsible,
  .dxpr-theme-header.glazed-header--side .region-navigation-collapsible,
  .dxpr-theme-header.dxpr-theme-header--side .region-navigation-collapsible {
    display: block; } }

.region-navigation-collapsible #block-mobilemenubottom,
.region-navigation-collapsible #block-dxpr-theme-sfcc-mobilemenubottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 10px 20px 15px;
  margin-bottom: 0; }
  @media (min-width: 1201px) {
    .region-navigation-collapsible #block-mobilemenubottom,
    .region-navigation-collapsible #block-dxpr-theme-sfcc-mobilemenubottom {
      display: none !important; } }
  .region-navigation-collapsible #block-mobilemenubottom .az-button.btn-large .btn,
  .region-navigation-collapsible #block-dxpr-theme-sfcc-mobilemenubottom .az-button.btn-large .btn {
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    font-size: 17px;
    min-width: 157px;
    padding: 17px 16px 16px;
    line-height: 1.35 !important;
    border-radius: 0 !important;
    display: block; }

.region-navigation-collapsible #block-mobilemenubottom .stbe-social-links,
.region-navigation-collapsible #block-dxpr-theme-sfcc-mobilemenubottom .stbe-social-links {
  margin: 0 !important;
  display: inline-block;
  padding: 13px 0 2px !important;
  line-height: 1.9;
  font-size: 16px; }
  @media (max-width: 768px) {
    .region-navigation-collapsible #block-mobilemenubottom .stbe-social-links,
    .region-navigation-collapsible #block-dxpr-theme-sfcc-mobilemenubottom .stbe-social-links {
      font-size: 14px; } }
  .region-navigation-collapsible #block-mobilemenubottom .stbe-social-links:before,
  .region-navigation-collapsible #block-dxpr-theme-sfcc-mobilemenubottom .stbe-social-links:before {
    content: "Connect with Us:";
    font-weight: 500;
    color: #8b8b8b;
    font-family: "Poppins", sans-serif !important;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-top: -1px;
    margin-right: 5px;
    font-size: 11px; }
  .region-navigation-collapsible #block-mobilemenubottom .stbe-social-links li,
  .region-navigation-collapsible #block-dxpr-theme-sfcc-mobilemenubottom .stbe-social-links li {
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    padding: 4px 13px !important; }
  .region-navigation-collapsible #block-mobilemenubottom .stbe-social-links a,
  .region-navigation-collapsible #block-dxpr-theme-sfcc-mobilemenubottom .stbe-social-links a {
    margin: 0 !important;
    color: #8b8b8b; }
    .region-navigation-collapsible #block-mobilemenubottom .stbe-social-links a:before,
    .region-navigation-collapsible #block-dxpr-theme-sfcc-mobilemenubottom .stbe-social-links a:before {
      display: none !important; }
    .region-navigation-collapsible #block-mobilemenubottom .stbe-social-links a:hover,
    .region-navigation-collapsible #block-dxpr-theme-sfcc-mobilemenubottom .stbe-social-links a:hover {
      color: #a7a7a7; }
  .region-navigation-collapsible #block-mobilemenubottom .stbe-social-links .fa-,
  .region-navigation-collapsible #block-dxpr-theme-sfcc-mobilemenubottom .stbe-social-links .fa- {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 1.28571429em;
    width: 1.28571429em;
    height: 1.28571429em;
    padding: 0; }
  .region-navigation-collapsible #block-mobilemenubottom .stbe-social-links .fa-youtube:before,
  .region-navigation-collapsible #block-dxpr-theme-sfcc-mobilemenubottom .stbe-social-links .fa-youtube:before {
    content: "\f16a"; }

.region-navigation-collapsible .block-search-form-block {
  position: absolute;
  top: 44px;
  width: 100%;
  left: 0;
  padding: 0 20px 10px; }
  @media (min-width: 1201px) {
    .region-navigation-collapsible .block-search-form-block {
      display: none !important; } }
  .region-navigation-collapsible .block-search-form-block form {
    -moz-transition: max-width 1s ease-in-out;
    -webkit-transition: max-width 1s ease-in-out;
    transition: max-width 1s ease-in-out;
    max-width: 23px;
    overflow: hidden;
    position: relative; }
  .region-navigation-collapsible .block-search-form-block:hover form, .region-navigation-collapsible .block-search-form-block:focus form {
    max-width: 265px; }
  .region-navigation-collapsible .block-search-form-block .form-group {
    margin-bottom: 0; }
  .region-navigation-collapsible .block-search-form-block .input-group {
    width: 100%;
    table-layout: fixed; }
  .region-navigation-collapsible .block-search-form-block .form-control {
    height: 22px;
    border: none;
    padding: 6px 32px 6px 0;
    z-index: 1;
    position: relative; }
  .region-navigation-collapsible .block-search-form-block span.input-group-btn {
    width: 22px;
    position: absolute;
    background: #e4e4e4;
    z-index: 2;
    top: 0;
    right: 0; }
  .region-navigation-collapsible .block-search-form-block .btn {
    background: transparent !important;
    color: #001489;
    padding: 0 !important;
    width: 22px !important;
    min-width: 22px;
    font-size: 21px; }

.header-fullscreen-search,
#block-dxprthemefullscreensearch {
  top: 50px;
  height: 36px !important;
  line-height: 1 !important;
  position: relative !important;
  margin-left: 21px; }
  @media (max-width: 1279px) {
    .header-fullscreen-search,
    #block-dxprthemefullscreensearch {
      margin-left: 10px; } }
  @media (max-width: 1200px) {
    .header-fullscreen-search,
    #block-dxprthemefullscreensearch {
      top: -20px;
      margin-left: 0;
      left: -16px; } }
  .header-fullscreen-search .full-screen-search-button,
  #block-dxprthemefullscreensearch .full-screen-search-button {
    min-width: 30px;
    color: #000099;
    font-size: 20px;
    padding: 8px 16px;
    font-family: "Glyphicons Halflings" !important;
    font-weight: 600; }
    .header-fullscreen-search .full-screen-search-button:hover, .header-fullscreen-search .full-screen-search-button:focus,
    #block-dxprthemefullscreensearch .full-screen-search-button:hover,
    #block-dxprthemefullscreensearch .full-screen-search-button:focus {
      text-decoration: none;
      background-color: transparent; }

.modal-page-dialog {
  z-index: 9999; }
  .modal-page-dialog .modal-content {
    background-color: #F3195B;
    color: #ffffff; }
    .modal-page-dialog .modal-content .modal-body ul li {
      font-size: 16px;
      line-height: 1.9; }
    .modal-page-dialog .modal-content .modal-body ul a {
      color: #000A44 !important; }
    .modal-page-dialog .modal-content .modal-footer .btn {
      border-radius: 36px !important;
      background: #0064F0; }
    .modal-page-dialog .modal-content .modal-page-title {
      color: #ffffff;
      font-size: 18px;
      font-weight: 500; }
    .modal-page-dialog .modal-content .jcf-checkbox,
    .modal-page-dialog .modal-content .modal-page-please-do-not-show-again {
      display: none; }

.top-header-banner .az-column {
  margin-bottom: 0; }

.top-header-banner .content-row .get-my-result-col {
  width: 21.5%; }

.top-header-banner .content-row .get-text-col {
  width: 100%; }
  .top-header-banner .content-row .get-text-col .pull-right {
    justify-content: flex-end; }
  .top-header-banner .content-row .get-text-col .az-column {
    width: auto; }

.top-header-banner .banner-row .left-col {
  width: 80.8%; }
  @media (max-width: 1439px) {
    .top-header-banner .banner-row .left-col {
      width: 85%; } }

@media (max-width: 1439px) {
  .top-header-banner .banner-row .right-col {
    width: 15%; } }

.top-header-banner .inline-text-col {
  display: flex;
  flex-flow: row; }
  .top-header-banner .inline-text-col .az-text {
    font-size: 14px;
    line-height: 1.4; }
    @media (max-width: 1315px) {
      .top-header-banner .inline-text-col .az-text:not(.h3-24) {
        padding-top: 10px !important; } }
  @media (max-width: 1315px) {
    .top-header-banner .inline-text-col .h3-24 {
      width: 40%; } }
  @media (max-width: 1260px) {
    .top-header-banner .inline-text-col .h3-24 {
      width: 45%; } }
  @media (max-width: 1225px) {
    .top-header-banner .inline-text-col .h3-24 {
      width: 50%; } }

.top-header-banner .button-col {
  padding: 0;
  margin-right: 40px; }
  .top-header-banner .button-col .btn {
    border-radius: 37px;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    padding: 10px;
    min-width: 125px;
    letter-spacing: normal;
    border: 1px solid white !important; }

.top-header-banner .h3-24 h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700; }

.top-header-banner .get-my-result-col .h3-20 h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0; }
  .top-header-banner .get-my-result-col .h3-20 h3 span:after {
    content: "»";
    margin-left: 8px;
    display: inline-block;
    position: relative;
    top: -2px; }

@media (max-width: 1200px) {
  #block-dxpr-theme-sfcc-main-menu .menu__link {
    font-size: 16px !important; } }

@media (max-width: 1200px) {
  #dxpr-theme-menu-toggle {
    padding: 8px 20px 8px 0 !important;
    margin: 18px 0 !important; } }

#dxpr-theme-menu-toggle span:before, #dxpr-theme-menu-toggle span:after {
  color: #001489 !important; }

/* OVERRIDES */
.dxpr-theme-header .dxpr-theme-main-menu .menu a:hover,
.dxpr-theme-header .dxpr-theme-main-menu .menu a:focus {
  color: #696969 !important; }

.body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle.navbar-toggle--active span {
  background-color: transparent !important; }

.body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle.navbar-toggle--active span:before {
  top: 0 !important; }

@media (max-width: 1200px) {
  .region-navigation-collapsible #block-dxpr-theme-sfcc-mobilemenubottom .az-button.btn-large .btn {
    z-index: 9999999;
    border: 0 !important; } }

.dxpr-theme-header--top #dxpr-theme-main-menu .nav > li > a,
.dxpr-theme-header--side #dxpr-theme-main-menu .nav a,
.body--dxpr-theme-nav-desktop .dxpr-theme-header--top .nav .dropdown-menu li > a {
  font-size: 18px !important;
  text-transform: uppercase; }
  @media (max-width: 1025px) {
    .dxpr-theme-header--top #dxpr-theme-main-menu .nav > li > a,
    .dxpr-theme-header--side #dxpr-theme-main-menu .nav a,
    .body--dxpr-theme-nav-desktop .dxpr-theme-header--top .nav .dropdown-menu li > a {
      font-size: 16px !important; } }

.body--dxpr-theme-nav-mobile #logo {
  max-height: 33px !important; }

.dxpr-theme-header--side .dxpr-theme-main-menu {
  width: 370px !important; }
  @media (max-width: 768px) {
    .dxpr-theme-header--side .dxpr-theme-main-menu {
      width: 100% !important; } }

.dxpr-theme-header--side .menu__level {
  width: 370px !important; }
  @media (max-width: 768px) {
    .dxpr-theme-header--side .menu__level {
      width: 100% !important; } }

.dxpr-theme-header .navbar-container {
  max-width: 1290px; }

.glazed-footer,
.dxpr-theme-footer {
  background-color: #0099cc !important;
  background-image: url("../images/city-footer.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  border: none;
  font-weight: 400;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  line-height: 2; }
  .glazed-footer .footer-container,
  .dxpr-theme-footer .footer-container {
    padding-top: 55px;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .glazed-footer .footer-container,
      .dxpr-theme-footer .footer-container {
        padding: 12px 35px 0; } }
    @media (max-width: 1200px) {
      .glazed-footer .footer-container .container-row,
      .dxpr-theme-footer .footer-container .container-row {
        margin-left: 0;
        margin-right: 0; } }
  .glazed-footer h1,
  .glazed-footer .h1,
  .glazed-footer h2,
  .glazed-footer .h2,
  .glazed-footer h3,
  .glazed-footer .h3,
  .glazed-footer h4,
  .glazed-footer .h4,
  .glazed-footer h5,
  .glazed-footer .h5,
  .glazed-footer h6,
  .glazed-footer .h6,
  .glazed-footer .h,
  .dxpr-theme-footer h1,
  .dxpr-theme-footer .h1,
  .dxpr-theme-footer h2,
  .dxpr-theme-footer .h2,
  .dxpr-theme-footer h3,
  .dxpr-theme-footer .h3,
  .dxpr-theme-footer h4,
  .dxpr-theme-footer .h4,
  .dxpr-theme-footer h5,
  .dxpr-theme-footer .h5,
  .dxpr-theme-footer h6,
  .dxpr-theme-footer .h6,
  .dxpr-theme-footer .h {
    color: #ffffff;
    font-weight: 500; }
  .glazed-footer a,
  .dxpr-theme-footer a {
    color: #ffffff !important;
    text-decoration: none; }
    .glazed-footer a:hover, .glazed-footer a:focus,
    .dxpr-theme-footer a:hover,
    .dxpr-theme-footer a:focus {
      color: #ffffff;
      text-decoration: none; }
  .glazed-footer h6,
  .dxpr-theme-footer h6 {
    font-size: 13px; }

.footer-widget-area {
  padding: 15px 0 5px; }
  @media (max-width: 767px) {
    .footer-widget-area {
      padding: 8px 0; } }
  @media (max-width: 767px) {
    .footer-widget-area .footer-widgets-column-row {
      display: none; } }

.footer-widget {
  margin: 0 0 21px; }
  .footer-widget:last-child {
    margin: 0; }
  .footer-widget h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0 0 9px; }

.dxpr-theme-footer h1,
.dxpr-theme-footer h2,
.dxpr-theme-footer h3,
.dxpr-theme-footer h4,
.dxpr-theme-footer h5,
.dxpr-theme-footer h6 {
  color: #fff !important; }

.footer-widget.menu-widget {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.67; }
  .footer-widget.menu-widget ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer-widget.menu-widget ul li {
      margin: 0;
      padding: 0 0 10px; }
      .footer-widget.menu-widget ul li a {
        color: #ffffff; }

.footer-widget.small-widget {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.02em; }

.footer-widget-area .connect-with-us {
  text-align: right;
  font-size: 14px;
  margin: -9px -20px 0 0 !important; }
  @media (max-width: 767px) {
    .footer-widget-area .connect-with-us {
      font-size: 8px;
      text-align: left;
      margin: 0 -10px 0 0 !important; } }
  .footer-widget-area .connect-with-us:before {
    content: "Connect with Us:";
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-top: -1px;
    margin-right: 42px; }
    @media (max-width: 767px) {
      .footer-widget-area .connect-with-us:before {
        font-weight: 400;
        margin-right: 15px; } }
  .footer-widget-area .connect-with-us li {
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    padding: 4px 20px !important; }
    @media (max-width: 767px) {
      .footer-widget-area .connect-with-us li {
        font-size: 18px;
        padding: 0 10px !important; } }
  .footer-widget-area .connect-with-us a {
    margin: 0 !important; }
  .footer-widget-area .connect-with-us .fa- {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 1.28571429em;
    width: 1.28571429em;
    height: 1.28571429em;
    padding: 0; }
  .footer-widget-area .connect-with-us .fa-youtube:before {
    content: "\f16a"; }

.footer-bottom {
  border-top: 1px solid #ffffff;
  font-weight: 300;
  color: #ffffff;
  font-size: 13px;
  padding: 9px 0; }
  @media (max-width: 767px) {
    .footer-bottom {
      font-size: 8px; } }
  .footer-bottom .footer-info {
    padding: 15px; }
    @media (max-width: 767px) {
      .footer-bottom .footer-info {
        padding: 6px 15px 0; } }
  .footer-bottom .nav {
    text-align: right;
    margin: 0 -2px; }
    @media (max-width: 767px) {
      .footer-bottom .nav {
        text-align: left;
        margin: 0 -10px; } }
    .footer-bottom .nav > li {
      display: inline-block;
      text-align: center;
      padding: 0 15px;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .footer-bottom .nav > li {
          padding: 0 10px; } }
      .footer-bottom .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 0;
        color: #ffffff; }
        @media (max-width: 767px) {
          .footer-bottom .nav > li > a {
            padding: 10px 0; } }
        .footer-bottom .nav > li > a:hover, .footer-bottom .nav > li > a:focus {
          color: #ffffff;
          background: transparent; }

.footer-widget P {
  line-height: inherit; }

footer .az-button.btn-allports .btn {
  border-radius: 36px; }

@media (min-width: 992px) {
  .center-content-column-row .flex-content-column .fcc-wrap {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%; } }

@media (max-width: 991px) {
  .center-content-column-row .flex-image-column {
    background-image: none !important; } }

@media (min-width: 992px) {
  .center-content-column-row .flex-image-column .et_pb_image {
    opacity: 0 !important; } }

.video-treatment-section .video-col-left {
  padding-right: 30px; }
  @media (max-width: 767px) {
    .video-treatment-section .video-col-left {
      padding-right: 15px; } }

.video-treatment-section .heading-bordered {
  border-top: 1px solid #c7c4f5;
  border-bottom: 1px solid #c7c4f5;
  padding: 3px 0 2px;
  margin: 0 0 23px; }
  .video-treatment-section .heading-bordered h5 {
    color: #100bd7;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.875;
    margin: 10px 0; }

.video-treatment-section .modal-video {
  padding: 0;
  margin: 0 0 43px; }
  .video-treatment-section .modal-video img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: block; }
  .video-treatment-section .modal-video .video-play-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #ffffff;
    position: absolute;
    width: 72px;
    display: block;
    height: 72px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2; }
    .video-treatment-section .modal-video .video-play-icon:before {
      display: none; }
    .video-treatment-section .modal-video .video-play-icon:after {
      content: " ";
      display: block;
      top: 0;
      bottom: 0;
      left: 8px;
      right: 0;
      margin: auto;
      position: absolute;
      z-index: 3;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 0 16px 24px;
      border-color: transparent transparent transparent #ffffff; }

.video-treatment-section .testimonial-content {
  font-family: "proxima-nova", sans-serif !important;
  color: #001489;
  font-weight: 300;
  padding-left: 43px;
  font-size: 29px;
  line-height: 1.03;
  position: relative; }
  .video-treatment-section .testimonial-content:before {
    content: " ";
    width: 4px;
    background: #d6d6d6;
    height: 105%;
    display: block;
    left: 17px;
    position: absolute;
    top: 5px;
    max-height: 83px; }
  .video-treatment-section .testimonial-content strong {
    font-weight: 500; }
  .video-treatment-section .testimonial-content p {
    margin: 0 0 20px; }
    .video-treatment-section .testimonial-content p:last-of-type {
      margin: 0; }

.video-page-section {
  font-size: 16px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    .video-page-section .video-page-section-row {
      text-align: center; } }

.video-page-section .video-page-section-row-heading {
  padding: 28px 0 0; }
  .video-page-section .video-page-section-row-heading:first-child {
    padding: 0; }
  .video-page-section .video-page-section-row-heading .az-column {
    margin: 0; }

.video-page-section .heading-video-page-section h6 {
  font-size: 18px;
  line-height: 1.67; }

.video-page-section .modal-video {
  padding: 0;
  margin: 0 0 13px; }
  .video-page-section .modal-video img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: block; }
  .video-page-section .modal-video .video-play-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #ffffff;
    position: absolute;
    width: 55px;
    display: block;
    height: 55px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2; }
    .video-page-section .modal-video .video-play-icon:before {
      display: none; }
    .video-page-section .modal-video .video-play-icon:after {
      content: " ";
      display: block;
      top: 0;
      bottom: 0;
      left: 5px;
      right: 0;
      margin: auto;
      position: absolute;
      z-index: 3;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 0 11px 16px;
      border-color: transparent transparent transparent #ffffff; }

.testimonial-module-section {
  background: #00857F;
  font-family: "proxima-nova", sans-serif !important;
  color: #ffffff;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  padding: 31px 0 47px; }
  .testimonial-module-section .az-row {
    margin: 0; }
    .testimonial-module-section .az-row:before {
      content: " ";
      width: 199px;
      height: 170px;
      background-image: url("../images/testimonial-quote@2x.png");
      background-size: 199px auto;
      background-repeat: no-repeat;
      background-position: 0 0;
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
  .testimonial-module-section .az-column {
    margin-bottom: 0;
    z-index: 2;
    position: relative;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 991px) {
      .testimonial-module-section .az-column {
        padding-left: 15px;
        padding-right: 15px; } }
  .testimonial-module-section .az-text {
    margin: 25px auto; }
  .testimonial-module-section h2 {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.5;
    margin: 0 0 32px; }
  .testimonial-module-section p {
    margin-bottom: 41px;
    font-size: 30px;
    line-height: 1.2; }
    .testimonial-module-section p:last-child {
      margin-bottom: 0; }

.breadcrumb-section .breadcrumb li:after {
  font-size: 16px;
  color: #0f1316;
  line-height: 1.2;
  display: none !important;
  content: "\00bb" !important;
  margin: 0 7px 0 4px;
  padding: 0 !important; }

.breadcrumb-section .breadcrumb li:last-child:after {
  display: none !important; }

.btn,
.fake-submit {
  -moz-transition: background 1s ease;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  -webkit-border-radius: 36px !important;
  -moz-border-radius: 36px !important;
  border-radius: 36px !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.208em !important;
  border: none;
  padding: 8px 16px;
  position: relative;
  min-width: 166px;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  cursor: pointer;
  max-width: none;
  width: auto; }

.btn-red a {
  border-radius: 37px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  padding: 10px;
  min-width: 125px;
  letter-spacing: normal;
  border: 0;
  color: white !important;
  background: #DB1919; }

.az-element .controls .control {
  min-width: 8px !important;
  width: auto !important;
  max-width: 100% !important; }

.bordered {
  border: 1px solid !important; }
  .bordered.white-border {
    border-color: #ffffff !important; }

.az-button.btn-small .btn {
  font-size: 14px;
  font-weight: 600;
  min-width: 157px;
  padding: 8px 16px; }

.az-button.btn-medium .btn {
  font-size: 14px;
  font-weight: 600;
  min-width: 157px;
  padding: 12px 16px; }

.az-button.btn-large .btn {
  font-size: 14px;
  font-weight: 600;
  min-width: 157px;
  padding: 16px; }

.az-button.btn-red-ribbon .btn {
  color: #ffffff;
  background: #e40046; }
  .az-button.btn-red-ribbon .btn:hover, .az-button.btn-red-ribbon .btn:focus {
    background: #b10036;
    color: #ffffff; }

.az-button.btn-reddish-orange .btn {
  color: #ffffff;
  background: #ff671f; }
  .az-button.btn-reddish-orange .btn:hover, .az-button.btn-reddish-orange .btn:focus {
    background: #d74601;
    color: #ffffff; }

.az-button.btn-orangey-red .btn {
  color: #ffffff;
  background: #fb4d30; }
  .az-button.btn-orangey-red .btn:hover, .az-button.btn-orangey-red .btn:focus {
    background: #f16727;
    color: #ffffff; }

.az-button.btn-deep-blue .btn {
  color: #ffffff;
  background: #001489;
  border-radius: 36px; }
  .az-button.btn-deep-blue .btn:hover, .az-button.btn-deep-blue .btn:focus {
    background: #000a43;
    color: #ffffff; }

.az-button.btn-allports .btn {
  color: #ffffff;
  background: #0076a2; }
  .az-button.btn-allports .btn:hover, .az-button.btn-allports .btn:focus {
    background: #000a43;
    color: #ffffff; }

.az-button.btn-turqoise .btn {
  color: #ffffff;
  background: #00857F; }
  .az-button.btn-turqoise .btn:hover, .az-button.btn-turqoise .btn:focus {
    background: #00746f;
    color: #ffffff; }

.az-button.btn-azure .btn {
  color: #ffffff;
  background: #00a3e0; }
  .az-button.btn-azure .btn:hover, .az-button.btn-azure .btn:focus {
    background: #005d80;
    color: #ffffff; }

.az-button.btn-blue-violet .btn {
  color: #ffffff;
  background: #625db9; }
  .az-button.btn-blue-violet .btn:hover, .az-button.btn-blue-violet .btn:focus {
    background: #2f2c5a;
    color: #ffffff; }

.az-button.btn-victoria .btn {
  color: #ffffff;
  background: #4c4391; }
  .az-button.btn-victoria .btn:hover, .az-button.btn-victoria .btn:focus {
    background: #2f2c5a;
    color: #ffffff; }

@keyframes cf3FadeInOut {
  0% {
    opacity: 1;
    z-index: 9; }
  45% {
    opacity: 1;
    z-index: 9; }
  55% {
    opacity: 0;
    z-index: 9; }
  100% {
    opacity: 0;
    z-index: 9; } }

@keyframes cf4FadeInOut {
  0% {
    opacity: 1;
    z-index: 9; }
  17% {
    opacity: 1;
    z-index: 9; }
  25% {
    opacity: 0;
    z-index: 9; }
  92% {
    opacity: 0;
    z-index: 9; }
  100% {
    opacity: 1;
    z-index: 9; } }

.az-toggle .panel-title a {
  display: block;
  padding-right: 30px;
  position: relative; }
  .az-toggle .panel-title a:after {
    content: "\f077";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    padding: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
    position: absolute;
    text-indent: unset; }
  .az-toggle .panel-title a.collapsed:after {
    content: "\f078"; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-lg > .table-bordered {
    border: 0; }
  .glazed-main-menu li:hover > a:before,
  .glazed-main-menu li.active > a:before,
  .dxpr-theme-main-menu li:hover > a:before,
  .dxpr-theme-main-menu li.active > a:before {
    background: none; } }

@media (max-width: 1199px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

.custom-web-form {
  max-width: 822px;
  font-size: 14px;
  line-height: 1.7;
  color: #0f1316; }
  .custom-web-form form {
    margin-left: -10px;
    margin-right: -10px; }
    .custom-web-form form > .form-item {
      padding-left: 10px;
      padding-right: 10px; }
    .custom-web-form form .form-group {
      margin-bottom: 14px; }
      .custom-web-form form .form-group:last-child {
        margin-bottom: 0 !important; }
  .custom-web-form fieldset.webform-composite-hidden-title {
    margin-top: 0;
    margin-bottom: 14px; }
  .custom-web-form .form-required:after {
    background: transparent;
    content: '*';
    display: inline-block;
    padding: 0;
    margin-left: 0;
    vertical-align: super;
    line-height: 0.4;
    height: auto;
    width: auto;
    top: 5px;
    position: relative; }

.custom-web-form .ginput-left {
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .custom-web-form .ginput-left {
      width: 50%; } }

.custom-web-form .ginput-right {
  float: right;
  width: 100%; }
  @media (min-width: 768px) {
    .custom-web-form .ginput-right {
      width: 50%; } }

.custom-web-form .two-column.webform-composite-hidden-title {
  margin-bottom: 0; }

.custom-web-form .two-column .fieldset-wrapper {
  margin-left: -10px;
  margin-right: -10px; }
  .custom-web-form .two-column .fieldset-wrapper > .form-item {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .custom-web-form .two-column .fieldset-wrapper > .form-item {
        width: 50%; } }

.custom-web-form label,
.custom-web-form legend {
  color: #0f1316;
  font-size: 14px;
  line-height: 1.7;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400; }

.custom-web-form label {
  margin: 0 0 4px; }
  .custom-web-form label.control-label-block {
    margin: 0 0 4px;
    display: block; }

.custom-web-form .form-item .placeholder {
  color: #aaaaaa; }

.custom-web-form .form-item :-moz-placeholder {
  color: #aaaaaa; }

.custom-web-form .form-item ::-moz-placeholder {
  color: #aaaaaa; }

.custom-web-form .form-item :-ms-input-placeholder {
  color: #aaaaaa; }

.custom-web-form .form-item ::-webkit-input-placeholder {
  color: #aaaaaa; }

.custom-web-form .form-item input[type=search],
.custom-web-form .form-item input[type=url],
.custom-web-form .form-item input[type=number],
.custom-web-form .form-item input[type=text],
.custom-web-form .form-item input[type=password],
.custom-web-form .form-item input[type=tel],
.custom-web-form .form-item input[type=email],
.custom-web-form .form-item input.text,
.custom-web-form .form-item input.title,
.custom-web-form .form-item textarea, .custom-web-form .form-item select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #0f1316;
  font-size: 14px;
  border: 1px solid #aaaaaa;
  line-height: 1.76;
  padding: 8px 10px; }

.custom-web-form .form-item textarea {
  min-height: 185px; }

.custom-web-form .form-item.control-input-block input[type=search],
.custom-web-form .form-item.control-input-block input[type=url],
.custom-web-form .form-item.control-input-block input[type=number],
.custom-web-form .form-item.control-input-block input[type=text],
.custom-web-form .form-item.control-input-block input[type=password],
.custom-web-form .form-item.control-input-block input[type=tel],
.custom-web-form .form-item.control-input-block input[type=email],
.custom-web-form .form-item.control-input-block input.text,
.custom-web-form .form-item.control-input-block input.title,
.custom-web-form .form-item.control-input-block textarea, .custom-web-form .form-item.control-input-block select {
  display: block;
  width: 100%; }

.custom-web-form .form-item.control-input-block label {
  margin: 0 0 4px;
  display: block; }

.custom-web-form .form-footnote {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 10px; }

.custom-web-form form > .form-actions {
  padding: 21px 10px 0; }
  .custom-web-form form > .form-actions:after {
    content: "* Required Fields";
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.4; }

.custom-web-form .form-actions .form-submit,
.custom-web-form .form-actions .btn-primary {
  color: #ffffff;
  background: #e40046;
  min-width: 166px;
  padding: 11px 35px 12px;
  font-size: 16px;
  margin-right: 20px;
  float: none;
  display: inline-block;
  vertical-align: middle; }
  .custom-web-form .form-actions .form-submit:hover, .custom-web-form .form-actions .form-submit:focus,
  .custom-web-form .form-actions .btn-primary:hover,
  .custom-web-form .form-actions .btn-primary:focus {
    background: #b10036;
    color: #ffffff; }

.color-blue-marguerite-heading h1, .color-blue-marguerite-heading .h1,
.color-blue-marguerite-heading h2, .color-blue-marguerite-heading .h2,
.color-blue-marguerite-heading h3, .color-blue-marguerite-heading .h3,
.color-blue-marguerite-heading h4, .color-blue-marguerite-heading .h4,
.color-blue-marguerite-heading h5, .color-blue-marguerite-heading .h5,
.color-blue-marguerite-heading h6, .color-blue-marguerite-heading .h6,
.color-blue-marguerite-heading .h {
  color: #685bc7 !important; }

.h4-font-30 h4 {
  font-size: 30px; }

.font-14 {
  font-size: 14px; }

.font-11 {
  font-size: 11px; }

.font-18 {
  font-size: 18px;
  line-height: 1.44; }

.big-gap-list ul li,
.big-gap-list ol li {
  margin-bottom: 20px; }

.sidebar-section {
  padding-top: 0 !important; }

.sidebar-section {
  padding-left: 30px; }
  @media (max-width: 1200px) {
    .sidebar-section {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .sidebar-section {
      padding-top: 0 !important; } }
  .sidebar-section .az-ctnr.container {
    padding: 0 15px !important; }

@media (max-width: 767px) {
  .copy-sidebar-section-column {
    display: none; } }

@media (min-width: 768px) {
  .sidebar-section-after-content {
    display: none; } }

.sidebar-section-after-content .sidebar-section.copy-sidebar-section-after {
  padding-bottom: 60px; }
  @media (max-width: 1200px) {
    .sidebar-section-after-content .sidebar-section.copy-sidebar-section-after > .az-ctnr.container {
      padding-left: 50px !important;
      padding-right: 50px !important; } }

.sidebar-bordered-cta {
  color: #444444;
  font-size: 14px;
  line-height: 1.83; }
  .sidebar-bordered-cta h5 {
    color: #001489;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 13px; }
  .sidebar-bordered-cta h6 {
    color: #001489;
    font-size: 17px;
    line-height: 1.471;
    margin: 0 0 9px; }
  .sidebar-bordered-cta .az-element.az-ctnr.az-column {
    border: 1px solid #d9d9d9;
    padding: 24px; }
  .sidebar-bordered-cta .az-element.az-button {
    text-align: center;
    margin-top: 22px; }

@media (max-width: 991px) and (min-width: 768px) {
  .sidebar-bordered-cta .az-element.az-button.btn-large.btn-deep-blue .btn {
    width: 100%;
    max-width: 157px;
    min-width: auto;
    font-size: 13px;
    padding-left: 14px;
    padding-right: 14px; } }

.sidebar-bordered-cta.image-sidebar-bordered-cta {
  font-size: 16px;
  line-height: 1.471;
  font-family: "proxima-nova", sans-serif;
  color: #0f1316; }
  .sidebar-bordered-cta.image-sidebar-bordered-cta h6 {
    color: #001489;
    font-size: 17px;
    line-height: 1.471;
    margin: 0 0 9px; }
  .sidebar-bordered-cta.image-sidebar-bordered-cta .az-element.az-ctnr.az-column {
    border: 1px solid #d9d9d9;
    padding: 21px; }
  .sidebar-bordered-cta.image-sidebar-bordered-cta .az-element.az-image {
    margin: -22px -22px 22px; }
    .sidebar-bordered-cta.image-sidebar-bordered-cta .az-element.az-image img {
      width: 100%;
      height: auto; }
  .sidebar-bordered-cta.image-sidebar-bordered-cta .az-element.az-button {
    text-align: center;
    margin-top: 18px; }
    .sidebar-bordered-cta.image-sidebar-bordered-cta .az-element.az-button.btn-large .btn {
      font-size: 16px;
      font-weight: 600;
      min-width: 157px;
      padding: 14px;
      line-height: 1.3em !important; }

@media (max-width: 991px) and (min-width: 768px) {
  .sidebar-bordered-cta.image-sidebar-bordered-cta .az-element.az-button.btn-large .btn {
    width: 100%;
    max-width: 157px;
    min-width: auto; } }

.sidebar-bordered-cta .modal-video img {
  z-index: 1;
  position: relative; }

.sidebar-bordered-cta .modal-video a:after {
  position: absolute;
  z-index: 2;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.53;
  background: #535353; }

.sidebar-bordered-cta .modal-video .video-play-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #ffffff;
  position: absolute;
  width: 72px;
  display: block;
  height: 72px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3; }
  .sidebar-bordered-cta .modal-video .video-play-icon:before {
    display: none; }
  .sidebar-bordered-cta .modal-video .video-play-icon:after {
    content: " ";
    display: block;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 24px;
    border-color: transparent transparent transparent #ffffff; }

.sidebar-colored-menu ul.menu--sidebar---for-providers .dropdown-menu li {
  margin: 0; }
  .sidebar-colored-menu ul.menu--sidebar---for-providers .dropdown-menu li a {
    text-transform: none;
    background: #ff6f2a;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 10px 10px 30px; }
    .sidebar-colored-menu ul.menu--sidebar---for-providers .dropdown-menu li a:hover, .sidebar-colored-menu ul.menu--sidebar---for-providers .dropdown-menu li a.is-active {
      text-decoration: underline;
      color: #ffffff !important;
      background: #ff6f2a !important; }

.guidelines-links {
  margin-top: 20px; }
  .guidelines-links p {
    padding: 10px 0;
    border-bottom: 1px solid #c7c4f5;
    margin-bottom: 0; }
    .guidelines-links p a {
      color: #100bd7; }
  .guidelines-links p.guidelines-first-item {
    border-top: 1px solid #c7c4f5; }

.sidebar-colored-menu .az-ctnr.az-column {
  margin: 0 0 26px; }

.sidebar-colored-menu ul.menu {
  margin: 0 -15px;
  float: none; }
  .sidebar-colored-menu ul.menu .caret {
    display: none; }
  .sidebar-colored-menu ul.menu li {
    margin: 2px 0;
    float: none;
    min-width: 100%; }
    .sidebar-colored-menu ul.menu li a {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      background: #0900d5;
      color: #ffffff;
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 1.625;
      padding: 12px 18px 10px;
      text-decoration: none;
      white-space: normal; }
      .sidebar-colored-menu ul.menu li a:hover, .sidebar-colored-menu ul.menu li a.is-active {
        background: #ff6f2a !important;
        color: #ffffff !important; }
      .sidebar-colored-menu ul.menu li a[data-drupal-link-system-path="node/124"] {
        text-transform: none; }
    .sidebar-colored-menu ul.menu li.active > a {
      background: #ff6f2a !important;
      color: #ffffff !important; }
  .sidebar-colored-menu ul.menu .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    float: none;
    background: transparent;
    padding: 0;
    border: none;
    margin: 0;
    font-size: inherit;
    border-radius: 0;
    box-shadow: none;
    min-width: 100%; }
    .sidebar-colored-menu ul.menu .dropdown-menu a {
      color: #0800d4;
      background: #efefef;
      position: relative;
      min-width: 100%; }
      .sidebar-colored-menu ul.menu .dropdown-menu a:before {
        -moz-transition: opacity 0.5s ease-in-out;
        -webkit-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        content: " ";
        width: 3px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        position: absolute;
        background: #ff6f2a;
        opacity: 0;
        visibility: hidden; }
      .sidebar-colored-menu ul.menu .dropdown-menu a:hover, .sidebar-colored-menu ul.menu .dropdown-menu a.is-active {
        background: #efefef !important;
        color: #0800d4 !important; }
        .sidebar-colored-menu ul.menu .dropdown-menu a:hover:before, .sidebar-colored-menu ul.menu .dropdown-menu a.is-active:before {
          opacity: 1;
          visibility: visible; }

.sidebar-fact-sheets {
  color: #444444;
  font-size: 8px;
  line-height: 1.83; }
  .sidebar-fact-sheets h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #001489;
    font-size: 12px;
    line-height: 1.25;
    margin: 0 0 7px; }
  .sidebar-fact-sheets .az-element.az-ctnr.az-column {
    border: 1px solid #d9d9d9;
    padding: 19px 19px 19px 88px;
    position: relative; }
    .sidebar-fact-sheets .az-element.az-ctnr.az-column:before {
      content: " ";
      display: block;
      background-image: url("../images/icon-files@2x.png");
      background-size: 122px auto;
      background-repeat: no-repeat;
      background-position: 0 0;
      width: 61px;
      height: 71px;
      position: absolute;
      left: 13px;
      top: 20px; }

.sidebar-quote-video {
  padding-top: 42px; }
  .sidebar-quote-video > .az-column {
    padding-left: 0;
    padding-right: 0; }

.sidebar-quote-video .modal-video {
  padding: 0;
  margin: 0 0 15px; }
  .sidebar-quote-video .modal-video img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: block; }
  .sidebar-quote-video .modal-video .video-play-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #ffffff;
    position: absolute;
    width: 50px;
    display: block;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2; }
    .sidebar-quote-video .modal-video .video-play-icon:before {
      display: none; }
    .sidebar-quote-video .modal-video .video-play-icon:after {
      content: " ";
      display: block;
      top: 0;
      bottom: 0;
      left: 8px;
      right: 0;
      margin: auto;
      position: absolute;
      z-index: 3;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 0 12px 18px;
      border-color: transparent transparent transparent #ffffff; }

.sidebar-quote-video .testimonial-content {
  font-family: "proxima-nova", sans-serif;
  color: #001489;
  font-weight: 300;
  padding-left: 38px;
  font-size: 18px;
  line-height: 1.5;
  position: relative; }
  .sidebar-quote-video .testimonial-content:before {
    content: " ";
    width: 4px;
    background: #d6d6d6;
    height: 105%;
    display: block;
    left: 10px;
    position: absolute;
    top: 5px;
    max-height: 83px; }
  .sidebar-quote-video .testimonial-content strong {
    font-weight: 500; }
  .sidebar-quote-video .testimonial-content p {
    margin: 0 0 20px; }
    .sidebar-quote-video .testimonial-content p:last-of-type {
      margin: 0; }

.download-module.az-element {
  border: 1px solid #d9d9d9;
  font-family: "proxima-nova", sans-serif !important;
  padding: 13px 13px 29px;
  margin: 0 auto;
  max-width: 287px;
  font-size: 16px;
  line-height: 1.91; }
  .download-module.az-element .az-column {
    margin: 0;
    padding: 6px 13px; }
  .download-module.az-element h5 {
    color: #001489;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 9px; }
  .download-module.az-element h6 {
    font-size: 14px;
    color: inherit;
    line-height: 1.2;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 400;
    margin: 0 0 8px; }

@media (max-width: 991px) {
  .fwh-bottom-text-section {
    background-image: none !important; } }

.fwh-bottom-text-section .az-element.az-layers {
  opacity: 0; }
  @media (max-width: 991px) {
    .fwh-bottom-text-section .az-element.az-layers {
      opacity: 1;
      margin: 0 -15px;
      width: auto;
      display: block; } }
  @media (max-width: 767px) {
    .fwh-bottom-text-section .az-element.az-layers {
      margin: 0 -34%;
      left: -5%; } }
  .fwh-bottom-text-section .az-element.az-layers .az-ctnr {
    min-height: 169px;
    max-height: 230px; }

.fwh-bottom-text-section {
  font-weight: 300;
  color: #000099;
  font-size: 20px;
  line-height: 1.7; }
  @media (max-width: 767px) {
    .fwh-bottom-text-section {
      font-size: 16px;
      line-height: 1.52; } }
  .fwh-bottom-text-section .fwh-bottom-text-well {
    max-width: 1122px;
    margin: 0 auto;
    padding: 31px 20px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400; }
    @media (max-width: 767px) {
      .fwh-bottom-text-section .fwh-bottom-text-well {
        padding: 20px 0; } }
    .fwh-bottom-text-section .fwh-bottom-text-well p {
      max-width: 1015px !important;
      margin: 0 auto;
      font-size: 18px !important;
      line-height: inherit; }
  .fwh-bottom-text-section h2 {
    font-size: 45px;
    font-weight: 300;
    color: #000099;
    margin: 0 0 12px;
    line-height: 1; }
    .fwh-bottom-text-section h2 strong {
      font-weight: 800; }
    @media (max-width: 767px) {
      .fwh-bottom-text-section h2 {
        font-size: 32px;
        line-height: 0.92;
        margin: 0 0 11px; } }

.bleed-column-section .right-bleed-column {
  padding: 50px 91px 47px 45px; }
  @media (max-width: 1200px) {
    .bleed-column-section .right-bleed-column {
      padding: 50px 45px 47px 5px; } }
  .bleed-column-section .right-bleed-column > .az-element {
    max-width: 505px;
    margin-left: auto;
    margin-right: 0; }
    @media (max-width: 1200px) {
      .bleed-column-section .right-bleed-column > .az-element {
        max-width: 100%; } }

.bleed-column-section .left-bleed-column {
  padding: 0; }
  .bleed-column-section .left-bleed-column .left-column-section {
    padding: 54px 15px 60px 91px; }
    @media (max-width: 1200px) {
      .bleed-column-section .left-bleed-column .left-column-section {
        padding: 54px 15px 60px 45px; } }
    .bleed-column-section .left-bleed-column .left-column-section > .container {
      padding: 0; }
      .bleed-column-section .left-bleed-column .left-column-section > .container > .az-element {
        max-width: 500px;
        margin-right: auto;
        margin-left: -15px; }

.bleed-column-section .bleed-match-height > .blurb-wrapper,
.bleed-column-section .bleed-match-height > .az-row {
  width: 85%;
  margin: 0 auto; }
  @media (min-width: 1601px) {
    .bleed-column-section .bleed-match-height > .blurb-wrapper,
    .bleed-column-section .bleed-match-height > .az-row {
      max-width: 1080px;
      margin-right: 0; } }

.bleed-column-section .bleed-match-height .blurb-wrapper .blurb-wrapper {
  display: block; }
  @media (max-width: 1024px) {
    .bleed-column-section .bleed-match-height .blurb-wrapper .blurb-wrapper {
      flex-flow: wrap;
      justify-content: space-between; } }

@media (max-width: 991px) {
  .bleed-column-section .pushleft-row {
    display: block; } }

.bleed-column-section .pushleft-row .left-col {
  width: 64%; }
  @media (max-width: 1599px) {
    .bleed-column-section .pushleft-row .left-col {
      width: 1015px; } }
  @media (max-width: 991px) {
    .bleed-column-section .pushleft-row .left-col {
      float: none;
      width: 100%; } }
  @media (max-width: 991px) {
    .bleed-column-section .pushleft-row .left-col .h3-30 {
      padding-top: 0;
      text-align: center; } }

.bleed-column-section .pushleft-row .side-column {
  width: 36.5%; }
  @media (max-width: 991px) {
    .bleed-column-section .pushleft-row .side-column {
      float: none;
      width: 100%;
      padding-bottom: 50px !important; } }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .bleed-column-section .inline-blurb-row {
      display: block !important; } } }

@media (min-width: 1025px) {
  .bleed-column-section .inline-blurb-row {
    table-layout: fixed;
    display: table;
    width: 33.3%;
    margin-right: 1.8%;
    float: left; }
    .bleed-column-section .inline-blurb-row:before, .bleed-column-section .inline-blurb-row:after {
      display: none; }
    .bleed-column-section .inline-blurb-row:nth-child(3n), .bleed-column-section .inline-blurb-row:last-child {
      margin-right: 0 !important; } }

@media (max-width: 1024px) and (min-width: 992px) {
  .bleed-column-section .inline-blurb-row {
    table-layout: fixed;
    display: table;
    margin-right: 1.8%;
    float: left;
    width: 51.5%; }
    .bleed-column-section .inline-blurb-row:nth-child(2n), .bleed-column-section .inline-blurb-row:last-child {
      margin-right: 0 !important; } }

@media (max-width: 767px) {
  .bleed-column-section .inline-blurb-row {
    width: 100%;
    text-align: center;
    margin: 10px 0 !important; } }

.bleed-column-section .inline-blurb-row .az-column {
  padding: 10px 15px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .bleed-column-section .inline-blurb-row .az-column {
      display: block;
      text-align: center;
      vertical-align: middle;
      padding: 15px;
      width: 98%;
      float: none; } }

@media (min-width: 768px) {
  .bleed-column-section .inline-blurb-row .inline-blurb-image {
    width: 138px; } }

.bleed-column-section .inline-blurb-row .inline-blurb-image .az-image img {
  width: auto !important;
  margin: 0 auto;
  display: block;
  max-width: 100px; }

.bleed-column-section .inline-blurb-row h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 170px;
  margin: 0 auto 10px; }
  @media (max-width: 1024px) {
    .bleed-column-section .inline-blurb-row h4 {
      height: auto !important; } }

.bleed-column-section .inline-blurb-row a strong {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.9; }

.bleed-column-section .inline-blurb-row .az-text a:hover {
  opacity: 0.6;
  text-decoration: none !important; }

.bleed-column-section .schedule-block {
  font-size: 16px;
  line-height: 1.62437; }
  .bleed-column-section .schedule-block h5 {
    font-size: 18px;
    margin: 0 0 30px; }
  .bleed-column-section .schedule-block a {
    color: #ffffff; }

.bleed-column-section .left-column-section.heading-link-section {
  padding: 25px 15px 9px 91px; }
  @media (max-width: 1200px) {
    .bleed-column-section .left-column-section.heading-link-section {
      padding: 25px 15px 9px 45px; } }

.bleed-column-section .heading-link h4 {
  font-size: 24px; }
  .bleed-column-section .heading-link h4 a {
    color: inherit; }

.bleed-column-section .side-column {
  margin-bottom: 0 !important; }
  .bleed-column-section .side-column img {
    max-width: 402px;
    display: block;
    margin: 0 auto;
    margin-left: 0; }
    @media (max-width: 991px) {
      .bleed-column-section .side-column img {
        margin-left: auto; } }
  .bleed-column-section .side-column .az-element {
    width: 90%;
    margin: 0 auto; }
    .bleed-column-section .side-column .az-element.district-text {
      max-width: 460px;
      margin: 0;
      padding-left: 15px;
      padding-right: 15px; }

.bleed-column-section .clinic-hours .pull-center {
  width: 85%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1601px) {
    .bleed-column-section .clinic-hours .pull-center {
      max-width: 1080px;
      margin-right: 0; } }
  @media (max-width: 991px) {
    .bleed-column-section .clinic-hours .pull-center {
      text-align: center; } }
  @media (max-width: 991px) {
    .bleed-column-section .clinic-hours .pull-center .az-column {
      width: 100% !important; } }

@media (min-width: 1440px) {
  .bleed-column-section .clinic-hours .bottom-bar {
    bottom: 0;
    width: 100%;
    margin: 0; } }

@media (max-width: 991px) {
  .bleed-column-section .clinic-hours .bottom-bar {
    text-align: center; } }

.bleed-column-section .clinic-hours .bottom-bar > .wrapper {
  width: 85%;
  margin: 0 auto;
  padding: 0 15px; }
  @media (min-width: 1601px) {
    .bleed-column-section .clinic-hours .bottom-bar > .wrapper {
      max-width: 1110px;
      margin-right: 0;
      padding: 0; } }
  .bleed-column-section .clinic-hours .bottom-bar > .wrapper .wrapper {
    display: block !important; }
    @media (max-width: 991px) {
      .bleed-column-section .clinic-hours .bottom-bar > .wrapper .wrapper {
        flex-flow: column; } }
  .bleed-column-section .clinic-hours .bottom-bar > .wrapper .az-column {
    width: 100%; }
    .bleed-column-section .clinic-hours .bottom-bar > .wrapper .az-column.left-col {
      width: 50%; }
      @media (max-width: 991px) {
        .bleed-column-section .clinic-hours .bottom-bar > .wrapper .az-column.left-col {
          width: 100% !important; } }

.bleed-column-section .clinic-hours.absolute-bottom-bar {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media (min-width: 1440px) {
    .bleed-column-section .clinic-hours.absolute-bottom-bar .bottom-bar {
      position: absolute; } }

.bleed-column-section .clinic-hours #gbrttu2vu1 #gbkt8mk44n p {
  line-height: inherit !important; }

@media (max-width: 991px) {
  .bleed-column-section .crossfade-col {
    min-height: 815px; } }

@media (max-width: 767px) {
  .bleed-column-section .crossfade-col {
    min-height: 800px; } }

@media (max-width: 375px) {
  .bleed-column-section .crossfade-col {
    min-height: 740px; } }

@media (max-width: 360px) {
  .bleed-column-section .crossfade-col {
    min-height: 730px; } }

@media (max-width: 320px) {
  .bleed-column-section .crossfade-col {
    min-height: 665px; } }

.crossfade-col {
  height: auto !important; }
  .crossfade-col .ad-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 92%;
    opacity: 0;
    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    padding: 0 15px;
    min-height: 402px; }
    .crossfade-col .ad-image img {
      object-fit: cover;
      min-height: 430px; }
  .crossfade-col .ad-image:nth-of-type(1) {
    animation-delay: 0s; }
  .crossfade-col .ad-image:nth-of-type(2) {
    animation-delay: 2s; }
  .crossfade-col .ad-image:nth-of-type(3) {
    animation-delay: 4s; }
  .crossfade-col .ad-image:nth-of-type(4) {
    animation-delay: 6s; }

#gbyb1l10ys strong,
#gbyb1l10ys,
#gb8n745qne span,
#gb8n745qne {
  font-size: 16px;
  line-height: 1.9; }

.custom-form-section {
  font-size: 18px;
  line-height: 1.35;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .custom-form-section {
      font-size: 16px;
      line-height: 1.35; } }
  .custom-form-section .az-ctnr.container {
    max-width: 1380px !important; }
  .custom-form-section .az-column {
    margin-bottom: 0; }

.custom-form-section .custom-form-row-heading {
  margin: 0 auto;
  max-width: 950px;
  padding: 24px 0 24px; }
  @media (min-width: 992px) {
    .custom-form-section .custom-form-row-heading {
      display: table;
      table-layout: fixed;
      width: 100%; } }
  .custom-form-section .custom-form-row-heading h2 {
    font-weight: 500;
    margin: 0;
    font-size: 32px;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .custom-form-section .custom-form-row-heading h2 {
        font-size: 32px; } }
  .custom-form-section .custom-form-row-heading .heading-row-text-column {
    padding: 0 0 0 15px; }
    @media (min-width: 992px) {
      .custom-form-section .custom-form-row-heading .heading-row-text-column {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        float: none; } }
    @media (max-width: 991px) {
      .custom-form-section .custom-form-row-heading .heading-row-text-column {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .custom-form-section .custom-form-row-heading .heading-row-text-column {
        padding: 0; } }

@media (min-width: 992px) {
  .custom-form-section .heading-row-heading-column {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    float: none; } }

@media (max-width: 991px) {
  .custom-form-section .heading-row-heading-column {
    display: block;
    width: 100%;
    text-align: center; } }

@media (max-width: 767px) {
  .custom-form-section .heading-row-heading-column {
    text-align: center; } }

.custom-form-section .heading-row-heading-column .az-text {
  position: relative;
  padding-right: 20px; }
  @media (max-width: 991px) {
    .custom-form-section .heading-row-heading-column .az-text {
      padding: 0; } }
  .custom-form-section .heading-row-heading-column .az-text:after {
    background: #001489;
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block; }
    @media (max-width: 991px) {
      .custom-form-section .heading-row-heading-column .az-text:after {
        top: auto;
        right: auto;
        max-width: 130px;
        width: 100%;
        height: 1px;
        position: relative;
        margin: 20px auto 25px; } }

.custom-form-section :focus {
  outline: none; }

.custom-form-section .custom-form-module {
  position: relative;
  margin-bottom: 8px; }
  .custom-form-section .custom-form-module form {
    position: relative;
    z-index: 2; }
  .custom-form-section .custom-form-module .form-inline {
    line-height: 0; }
    @media (min-width: 992px) {
      .custom-form-section .custom-form-module .form-inline {
        table-layout: fixed;
        display: table;
        width: 100%;
        padding-left: 28px; }
        .custom-form-section .custom-form-module .form-inline:before, .custom-form-section .custom-form-module .form-inline:after {
          display: none; } }
    @media (max-width: 991px) {
      .custom-form-section .custom-form-module .form-inline {
        padding: 40px 0; } }
  .custom-form-section .custom-form-module .control-label {
    display: none; }
  .custom-form-section .custom-form-module .form-item {
    padding: 0 15px;
    width: 100%; }
    @media (min-width: 992px) {
      .custom-form-section .custom-form-module .form-item {
        display: table-cell;
        vertical-align: middle;
        padding: 32px 12px !important;
        width: 33.33%;
        margin-right: 0; } }
    @media (max-width: 991px) {
      .custom-form-section .custom-form-module .form-item {
        display: block;
        width: 100%;
        padding: 0px 40px 30px !important;
        margin: 0 !important; } }
    @media (max-width: 767px) {
      .custom-form-section .custom-form-module .form-item {
        padding: 0px 20px 30px !important; } }
  .custom-form-section .custom-form-module .form-item.form-type-select .select-wrapper {
    position: relative;
    width: 100%; }
    .custom-form-section .custom-form-module .form-item.form-type-select .select-wrapper:after {
      display: none; }
  @media (min-width: 992px) {
    .custom-form-section .custom-form-module .form-actions {
      display: table-cell;
      vertical-align: middle;
      width: 270px;
      padding-left: 35px; } }
  @media (max-width: 991px) {
    .custom-form-section .custom-form-module .form-actions {
      width: 100%;
      display: block;
      padding: 0 40px;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .custom-form-section .custom-form-module .form-actions {
      padding: 0 20px; } }
  .custom-form-section .custom-form-module .form-actions .form-submit {
    font-weight: 500;
    background: #4c4391;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    width: 100%;
    display: block;
    min-width: 100%;
    font-size: 22px;
    line-height: 1.25;
    padding: 22px;
    min-height: 106px; }
    @media (max-width: 767px) {
      .custom-form-section .custom-form-module .form-actions .form-submit {
        min-height: 70px; } }
    .custom-form-section .custom-form-module .form-actions .form-submit:hover {
      background: #3a336e; }
  .custom-form-section .custom-form-module .jcf-list-box {
    margin: 0 auto;
    width: 100%;
    min-width: 100%; }
  .custom-form-section .custom-form-module .select2-container {
    font-family: "Poppins", sans-serif !important; }
  .custom-form-section .custom-form-module .select2-container--default .select2-selection--single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 42px;
    border: none; }
  .custom-form-section .custom-form-module .select2-selection {
    border: 1px solid #e5e5e5;
    font-size: 18px;
    padding: 0; }
    .custom-form-section .custom-form-module .select2-selection .select2-selection__rendered {
      padding: 10px 38px 10px 15px; }
  .custom-form-section .custom-form-module .loader-rectangles-wrap-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.7); }
  .custom-form-section .custom-form-module .loader-rectangles-wrap {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
    .custom-form-section .custom-form-module .loader-rectangles-wrap .loader-rectangles {
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .custom-form-section .custom-form-module .loader-rectangles-wrap .loader-rectangles,
    .custom-form-section .custom-form-module .loader-rectangles-wrap .loader-rectangles:before,
    .custom-form-section .custom-form-module .loader-rectangles-wrap .loader-rectangles:after {
      width: 10px;
      height: 10px; }

.custom-form-section .form-footnote-row {
  font-size: 12px;
  color: #1d252d;
  padding-top: 23px; }

.select2-dropdown {
  border-color: #e5e5e5 !important;
  border-radius: 0 !important; }

.collapsible-section .panel-group {
  margin-left: -15px;
  margin-right: -15px; }
  .collapsible-section .panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.collapsible-section .panel-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 0.92;
  padding: 0; }
  .collapsible-section .panel-title a {
    padding: 24px 32px 22px;
    display: block;
    position: relative; }
    .collapsible-section .panel-title a:after {
      right: 32px;
      font-size: 24px;
      line-height: 0.9; }

.collapsible-section .az-toggle.text-white .panel-title a {
  color: #ffffff; }

.collapsible-section h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 14px; }

.collapsible-section h6 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 10px; }

.collapsible-section .panel-body {
  border: none !important;
  padding: 10px 32px 25px; }

.collapsible-section .inline-blurb-row-collapse .panel-body {
  padding-top: 0;
  margin-top: -10px; }

.collapsible-section .inline-blurb-row {
  font-size: 15px;
  table-layout: fixed;
  display: table;
  width: 100%; }
  .collapsible-section .inline-blurb-row:before, .collapsible-section .inline-blurb-row:after {
    display: none; }
  .collapsible-section .inline-blurb-row .az-column {
    padding: 10px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    width: 98%;
    float: none; }
  .collapsible-section .inline-blurb-row .inline-blurb-image {
    width: 72px; }
    .collapsible-section .inline-blurb-row .inline-blurb-image .az-image img {
      width: auto !important;
      margin: 0 auto;
      display: block; }
  .collapsible-section .inline-blurb-row h4 {
    font-size: 15px;
    margin: 0 0 3px; }
  .collapsible-section .inline-blurb-row a strong {
    font-weight: 500; }

.collapsible-section .fullwidth-button {
  margin: 0 -15px; }
  .collapsible-section .fullwidth-button .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 500;
    display: block;
    padding: 23px 32px;
    text-align: left;
    line-height: 0.96 !important;
    font-size: 24px; }

.collapsible-section .short-text-block {
  font-size: 11px;
  font-family: "proxima-nova", sans-serif !important;
  vertical-align: top; }

.collapsible-section .schedule-block a {
  color: #ffffff; }

.blurb-stripe-white-section {
  font-size: 16px;
  line-height: 1.5;
  font-family: "proxima-nova", sans-serif !important;
  color: #0e3c5b;
  font-weight: 400;
  padding: 42px 0 39px; }
  @media (max-width: 767px) {
    .blurb-stripe-white-section {
      padding: 30px 15px 35px; } }
  .blurb-stripe-white-section .container {
    position: relative;
    z-index: 2;
    padding: 0 55px; }
    @media (max-width: 767px) {
      .blurb-stripe-white-section .container {
        padding: 0 20px; } }
    .blurb-stripe-white-section .container .row {
      margin: 0; }
      @media (max-width: 991px) {
        .blurb-stripe-white-section .container .row {
          padding: 20px 0; } }
    .blurb-stripe-white-section .container .az-column {
      padding-top: 55px;
      padding-bottom: 55px;
      margin: 0;
      text-align: center; }
      @media (max-width: 991px) {
        .blurb-stripe-white-section .container .az-column {
          width: 100%;
          padding: 30px 0 !important; } }

.blurb-stripe-white-section {
  position: relative; }
  .blurb-stripe-white-section:after {
    content: " ";
    z-index: 1;
    position: absolute;
    background: #ffffff;
    height: 156px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0; }
    @media (max-width: 767px) {
      .blurb-stripe-white-section:after {
        display: none; } }

.blurb-stripe-white-section .blurb-stripe-white {
  margin: 0 auto 22px;
  max-width: 295px;
  display: block; }
  @media (max-width: 767px) {
    .blurb-stripe-white-section .blurb-stripe-white {
      margin: 0 auto 15px; } }
  .blurb-stripe-white-section .blurb-stripe-white h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #001489;
    margin: 0 0 10px;
    font-family: "proxima-nova", sans-serif !important; }
  .blurb-stripe-white-section .blurb-stripe-white span {
    color: #26379a;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 10px;
    font-family: "proxima-nova", sans-serif !important;
    line-height: 1.5; }
  .blurb-stripe-white-section .blurb-stripe-white p {
    font-size: 16px;
    font-family: "proxima-nova", sans-serif !important;
    color: #0f1316;
    line-height: 1.5; }

.blurb-stripe-white-section .btn {
  line-height: 1.208em !important;
  font-size: 14px;
  font-weight: 600;
  min-width: 157px;
  padding: 16px;
  border-radius: 36px; }

.half-list-section {
  padding-top: 57px;
  padding-bottom: 54px;
  font-size: 20px;
  line-height: 1.6;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 400;
  background-size: auto 120%;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .half-list-section {
      padding-top: 15px;
      padding-bottom: 20px;
      font-size: 16px;
      line-height: 1.43; } }
  .half-list-section .az-column {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .half-list-section .az-column {
        padding: 20px 35px; } }
  @media (max-width: 767px) {
    .half-list-section h2 {
      font-size: 24px; } }
  .half-list-section strong a {
    font-weight: 500;
    font-family: "Poppins", sans-serif !important; }
    @media (max-width: 767px) {
      .half-list-section strong a {
        font-size: 15px; } }
  .half-list-section p {
    margin: 0 0 28px;
    line-height: 32px !important; }
    @media (max-width: 991px) {
      .half-list-section p {
        font-size: 20px !important; } }
    @media (max-width: 767px) {
      .half-list-section p {
        margin: 0 0 22px;
        font-size: 16px !important; } }
    .half-list-section p:last-child {
      margin: 0 !important; }
  .half-list-section hr {
    height: 1px;
    background: #5966b0;
    margin: 25px 0 33px; }
    @media (max-width: 767px) {
      .half-list-section hr {
        margin: 15px 0 21px; } }
  @media (max-width: 767px) {
    .half-list-section .col-spacer {
      display: none; } }

.half-list-section .hotpress-block .views-title h2 {
  font-size: 24px;
  line-height: 1.25;
  padding: 17px 0 33px;
  border-bottom: 1px solid #5966b0;
  margin: 0 0 32px; }
  @media (max-width: 767px) {
    .half-list-section .hotpress-block .views-title h2 {
      font-size: 23px;
      padding: 0 0 15px;
      margin: 0 0 22px; } }

.half-list-section .hotpress-block .field-content {
  font-weight: 500;
  font-family: "Poppins", sans-serif !important; }
  .half-list-section .hotpress-block .field-content a {
    padding-left: 22px;
    position: relative;
    display: inline-block; }
    .half-list-section .hotpress-block .field-content a:before {
      content: "\003e";
      display: block;
      left: 0;
      top: 0;
      position: absolute; }

.half-list-section .hotpress-block .views-row {
  margin: 0 0 18px; }
  @media (max-width: 767px) {
    .half-list-section .hotpress-block .views-row {
      margin: 0 0 21px; } }
  .half-list-section .hotpress-block .views-row:last-child {
    margin: 0 !important; }

.reminder-cta-section {
  padding-top: 40px;
  padding-bottom: 36px;
  font-size: 16px;
  line-height: 1.35;
  color: #1d252d; }
  @media (max-width: 767px) {
    .reminder-cta-section {
      padding: 29px 20px 22px;
      font-size: 16px;
      font-family: "proxima-nova", sans-serif !important; } }
  .reminder-cta-section .az-column {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .reminder-cta-section .az-column {
        padding-top: 6px;
        padding-bottom: 6px; } }
  .reminder-cta-section h3 {
    color: #4c4391;
    margin: 0 0 13px;
    font-weight: 500 !important; }
    @media (max-width: 767px) {
      .reminder-cta-section h3 {
        margin: 0 0 7px;
        font-size: 32px; } }
  .reminder-cta-section p {
    line-height: 21.6px !important; }
    @media (max-width: 767px) {
      .reminder-cta-section p {
        font-size: 16px !important; } }

.home-hero-banner {
  background-position: center top !important; }
  @media (min-width: 1601px) {
    .home-hero-banner {
      background-size: contain !important; } }

.hide-banner .view-announcement-header-banner {
  display: none !important; }

.reminder-cta-section .reminder-inline-form {
  margin: 0 -4px; }
  @media (min-width: 768px) {
    .reminder-cta-section .reminder-inline-form {
      margin: 0 -4px; } }
  @media (min-width: 768px) {
    .reminder-cta-section .reminder-inline-form form {
      table-layout: fixed;
      display: table;
      width: 100%; } }
  @media (max-width: 767px) {
    .reminder-cta-section .reminder-inline-form form {
      max-width: 305px;
      margin: 0 auto; } }
  .reminder-cta-section .reminder-inline-form .form-item {
    padding: 4px; }
    @media (min-width: 768px) {
      .reminder-cta-section .reminder-inline-form .form-item {
        display: table-cell;
        vertical-align: middle;
        padding: 4px;
        width: 98%;
        margin: 0; } }
    @media (max-width: 767px) {
      .reminder-cta-section .reminder-inline-form .form-item {
        margin: 0 0 3px; } }
  .reminder-cta-section .reminder-inline-form .form-actions {
    padding: 4px; }
    @media (min-width: 768px) {
      .reminder-cta-section .reminder-inline-form .form-actions {
        display: table-cell;
        vertical-align: middle;
        width: 175px;
        padding: 4px; } }
  .reminder-cta-section .reminder-inline-form .form-submit {
    background: #4c4391;
    min-width: 8px;
    max-width: 175px;
    width: 100%;
    font-size: 20px;
    margin: 0 auto;
    display: block;
    padding: 15px;
    border-radius: 36px; }
    @media (max-width: 767px) {
      .reminder-cta-section .reminder-inline-form .form-submit {
        font-size: 15px;
        max-width: 117px;
        padding: 10px; } }
    .reminder-cta-section .reminder-inline-form .form-submit:hover {
      background: #3a336e; }
  .reminder-cta-section .reminder-inline-form input[type=search],
  .reminder-cta-section .reminder-inline-form input[type=url],
  .reminder-cta-section .reminder-inline-form input[type=number],
  .reminder-cta-section .reminder-inline-form input[type=text],
  .reminder-cta-section .reminder-inline-form input[type=password],
  .reminder-cta-section .reminder-inline-form input[type=tel],
  .reminder-cta-section .reminder-inline-form input[type=email],
  .reminder-cta-section .reminder-inline-form input.text,
  .reminder-cta-section .reminder-inline-form input.title,
  .reminder-cta-section .reminder-inline-form textarea, .reminder-cta-section .reminder-inline-form select {
    padding: 16px 28px;
    line-height: 1.3;
    border-radius: 28px;
    font-size: 16px;
    border: 1px solid #8d8d8d;
    color: #333333; }
    @media (max-width: 767px) {
      .reminder-cta-section .reminder-inline-form input[type=search],
      .reminder-cta-section .reminder-inline-form input[type=url],
      .reminder-cta-section .reminder-inline-form input[type=number],
      .reminder-cta-section .reminder-inline-form input[type=text],
      .reminder-cta-section .reminder-inline-form input[type=password],
      .reminder-cta-section .reminder-inline-form input[type=tel],
      .reminder-cta-section .reminder-inline-form input[type=email],
      .reminder-cta-section .reminder-inline-form input.text,
      .reminder-cta-section .reminder-inline-form input.title,
      .reminder-cta-section .reminder-inline-form textarea, .reminder-cta-section .reminder-inline-form select {
        padding: 10px 22px;
        font-size: 12px; } }
  .reminder-cta-section .reminder-inline-form .placeholder {
    color: #333333; }
  .reminder-cta-section .reminder-inline-form :-moz-placeholder {
    color: #333333; }
  .reminder-cta-section .reminder-inline-form ::-moz-placeholder {
    color: #333333; }
  .reminder-cta-section .reminder-inline-form :-ms-input-placeholder {
    color: #333333; }
  .reminder-cta-section .reminder-inline-form ::-webkit-input-placeholder {
    color: #333333; }

@media (max-width: 991px) {
  #gbx7xgy970 p {
    font-size: 18px !important; } }

#gbg88nqpbm a:hover {
  text-decoration: none !important; }

.bottom-callout-section {
  padding-top: 45px;
  padding-bottom: 36px;
  font-size: 20px;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .bottom-callout-section {
      padding: 25px 20px 23px;
      font-size: 16px;
      font-family: "proxima-nova", sans-serif !important; } }
  .bottom-callout-section .az-column {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .bottom-callout-section .az-column {
        padding-top: 10px;
        padding-bottom: 10px; } }
  .bottom-callout-section h3 {
    margin: 0 0 17px;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 500; }
    @media (max-width: 767px) {
      .bottom-callout-section h3 {
        margin: 0 0 10px;
        font-size: 32px; } }
  .bottom-callout-section h4 {
    font-size: 32px;
    line-height: 1.45; }
  .bottom-callout-section .btn-col {
    text-align: center; }
    @media (max-width: 767px) {
      .bottom-callout-section .btn-col {
        text-align: center; } }

.custom-wrap .wrapper {
  width: 85%;
  margin-left: auto;
  margin-right: auto; }

.section-header-jumbotron .az-ctnr.container-fluid,
.section-header-jumbotron .page-title-container,
.page-title-full-width-container .az-ctnr.container-fluid,
.page-title-full-width-container .page-title-container {
  max-width: 1290px;
  padding-left: 60px;
  padding-right: 60px; }
  @media (max-width: 1200px) {
    .section-header-jumbotron .az-ctnr.container-fluid,
    .section-header-jumbotron .page-title-container,
    .page-title-full-width-container .az-ctnr.container-fluid,
    .page-title-full-width-container .page-title-container {
      padding-left: 35px;
      padding-right: 35px; } }
  .section-header-jumbotron .az-ctnr.container-fluid .az-jumbotron.jumbotron,
  .section-header-jumbotron .page-title-container .az-jumbotron.jumbotron,
  .page-title-full-width-container .az-ctnr.container-fluid .az-jumbotron.jumbotron,
  .page-title-full-width-container .page-title-container .az-jumbotron.jumbotron {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    margin: 0;
    padding: 95px 0 75px; }

.section-header-jumbotron .container-fluid {
  margin-right: auto;
  margin-left: auto; }

.page-title-full-width-container .page-title-container {
  padding-top: 95px;
  padding-bottom: 75px; }
  .page-title-full-width-container .page-title-container h1.page-title {
    font-weight: 700 !important;
    height: auto !important;
    font-size: 40px !important; }

.section-header-jumbotron h3,
.section-header-jumbotron h1.page-title,
.page-title-full-width-container h3,
.page-title-full-width-container h1.page-title {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 700;
  color: #ffffff !important;
  font-size: 40px;
  line-height: 1.1; }

.custom-tabs-section {
  padding-top: 21px;
  padding-bottom: 33px; }
  @media (max-width: 767px) {
    .custom-tabs-section {
      padding-top: 21px;
      padding-bottom: 7px; } }
  .custom-tabs-section .h, .custom-tabs-section .h1, .custom-tabs-section .h2, .custom-tabs-section .h3, .custom-tabs-section .h4, .custom-tabs-section .h5, .custom-tabs-section .h6, .custom-tabs-section h1, .custom-tabs-section h2, .custom-tabs-section h3, .custom-tabs-section h4, .custom-tabs-section h5, .custom-tabs-section h6 {
    color: #001489; }
  @media (max-width: 1200px) {
    .custom-tabs-section .az-ctnr.container {
      padding-left: 35px;
      padding-right: 35px; } }
  .custom-tabs-section .custom-tabs {
    margin-bottom: 30px; }
    .custom-tabs-section .custom-tabs .az-tab .az-element {
      padding-top: 20px; }

.custom-tabs-section .custom-tabs .nav-tabs > li {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.14; }
  .custom-tabs-section .custom-tabs .nav-tabs > li > a {
    color: #1d252d;
    border: none;
    border-bottom: 4px solid transparent;
    padding: 15px 55px 10px; }
  .custom-tabs-section .custom-tabs .nav-tabs > li.active {
    bottom: 0 !important;
    border: none !important; }
    .custom-tabs-section .custom-tabs .nav-tabs > li.active > a {
      color: #1d252d;
      border-color: #04a3e0; }

.custom-tabs-section-8-column.custom-tabs-section {
  padding-top: 18px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .custom-tabs-section-8-column.custom-tabs-section {
      padding-top: 18px;
      padding-bottom: 35px; } }
  @media (max-width: 991px) {
    .custom-tabs-section-8-column.custom-tabs-section > .az-ctnr > .az-row > .az-column {
      width: 100% !important; } }

.centered-content-section {
  padding-top: 5px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .centered-content-section {
      padding-top: 5px;
      padding-bottom: 30px; } }
  .centered-content-section .az-ctnr.container {
    max-width: 1230px; }
    @media (max-width: 1200px) {
      .centered-content-section .az-ctnr.container {
        padding-left: 35px;
        padding-right: 35px; } }

.centered-content-section {
  color: #0f1316;
  text-align: center;
  font-size: 16px;
  line-height: 1.625;
  font-family: "proxima-nova", sans-serif !important; }
  .centered-content-section .h, .centered-content-section .h1, .centered-content-section .h2, .centered-content-section .h3, .centered-content-section .h4, .centered-content-section .h5, .centered-content-section .h6, .centered-content-section h1, .centered-content-section h2, .centered-content-section h3, .centered-content-section h4, .centered-content-section h5, .centered-content-section h6 {
    color: #001489; }
  .centered-content-section h4 {
    color: #001489;
    font-size: 30px;
    line-height: 1.2; }

.centered-content-section .modal-video {
  padding: 25px 0 40px; }
  .centered-content-section .modal-video img {
    position: relative;
    z-index: 1; }
  .centered-content-section .modal-video .video-play-icon {
    position: absolute;
    width: 87px;
    display: block;
    height: 63px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2; }
    .centered-content-section .modal-video .video-play-icon:before {
      background: #ff6f2a;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      border-radius: 18px;
      content: " ";
      opacity: 0.8;
      width: 87px;
      display: block;
      height: 63px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      position: absolute;
      z-index: 2; }
    .centered-content-section .modal-video .video-play-icon:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 0 13px 23px;
      border-color: transparent transparent transparent #ffffff;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      position: absolute;
      z-index: 3; }

.mfp-modal-video-popup.mfp-bg {
  background: #808080;
  opacity: 0.77; }

.mfp-modal-video-popup button.mfp-close {
  font-size: 0;
  height: 19px;
  width: 19px;
  padding: 0;
  right: auto;
  left: -33px;
  top: -6px; }
  .mfp-modal-video-popup button.mfp-close:before, .mfp-modal-video-popup button.mfp-close:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    height: 19px;
    width: 1px;
    background-color: #f5f5f7; }
  .mfp-modal-video-popup button.mfp-close:before {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mfp-modal-video-popup button.mfp-close:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.mfp-modal-video-popup .mfp-container {
  padding: 50px !important; }

.mfp-modal-video-popup .mfp-content {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 8px solid #ffffff;
  max-width: 1073px !important; }
  .mfp-modal-video-popup .mfp-content iframe {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.lead-section {
  padding-top: 2px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .lead-section {
      padding-top: 2px;
      padding-bottom: 30px; } }
  @media (max-width: 1200px) {
    .lead-section .az-ctnr.container {
      padding-left: 35px;
      padding-right: 35px; } }
  .lead-section .az-element.az-image {
    margin-top: 8px; }

.lead-section {
  color: #0f1316;
  font-size: 16px;
  line-height: 1.875;
  font-family: "proxima-nova", sans-serif !important; }
  .lead-section .h, .lead-section .h1, .lead-section .h2, .lead-section .h3, .lead-section .h4, .lead-section .h5, .lead-section .h6, .lead-section h1, .lead-section h2, .lead-section h3, .lead-section h4, .lead-section h5, .lead-section h6 {
    color: #001489; }
  .lead-section h4 {
    color: #001489;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 24px;
    line-height: 1.54; }

.lead-section .lead-content-left {
  padding-right: 0; }

.lead-section.lead-section-right {
  padding-top: 9px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .lead-section.lead-section-right {
      padding-top: 9px;
      padding-bottom: 25px; } }
  .lead-section.lead-section-right .lead-content {
    padding-left: 0; }
    @media (max-width: 767px) {
      .lead-section.lead-section-right .lead-content {
        padding-left: 15px; } }
  .lead-section.lead-section-right .lead-image {
    padding-right: 30px; }

.blurb-section {
  padding-top: 15px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .blurb-section {
      padding-top: 15px;
      padding-bottom: 8px; } }
  @media (max-width: 1200px) {
    .blurb-section .az-ctnr.container {
      padding-left: 35px;
      padding-right: 35px; } }
  .blurb-section .az-text {
    padding: 0 0 9px; }
  .blurb-section .az-image {
    padding: 0 0 22px; }

.blurb-section {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 16px;
  line-height: 1.875; }
  .blurb-section .h, .blurb-section .h1, .blurb-section .h2, .blurb-section .h3, .blurb-section .h4, .blurb-section .h5, .blurb-section .h6, .blurb-section h1, .blurb-section h2, .blurb-section h3, .blurb-section h4, .blurb-section h5, .blurb-section h6 {
    color: #001489; }
  .blurb-section h4 {
    color: #001489;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 24px;
    line-height: 1.54;
    margin: 0 auto 7px; }
  .blurb-section a {
    color: #001489; }
    .blurb-section a:hover {
      color: #000a43; }

.blurb-section .blurb-link {
  font-size: 14px;
  line-height: 1.86;
  padding: 0; }
  .blurb-section .blurb-link a {
    text-decoration: underline; }
    .blurb-section .blurb-link a:hover {
      text-decoration: none; }

.collapsible-content-section {
  padding-top: 35px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .collapsible-content-section {
      padding-top: 35px;
      padding-bottom: 18px; } }
  @media (max-width: 1200px) {
    .collapsible-content-section > .az-ctnr.container {
      padding-left: 35px;
      padding-right: 35px; } }
  .collapsible-content-section .panel-group {
    border-bottom: 1px solid #c7c4f5; }
  .collapsible-content-section .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-top: 1px solid #c7c4f5;
    margin: 0 !important; }
  .collapsible-content-section .h, .collapsible-content-section .h1, .collapsible-content-section .h2, .collapsible-content-section .h3, .collapsible-content-section .h4, .collapsible-content-section .h5, .collapsible-content-section .h6, .collapsible-content-section h1, .collapsible-content-section h2, .collapsible-content-section h3, .collapsible-content-section h4, .collapsible-content-section h5, .collapsible-content-section h6 {
    color: #001489; }
  @media (max-width: 767px) {
    .collapsible-content-section .az-text {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .collapsible-content-section .az-text h3 {
    font-size: 30px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .collapsible-content-section .az-text h3 {
        line-height: 1.3; } }

.collapsible-content-section .panel-heading {
  padding: 0; }
  .collapsible-content-section .panel-heading .panel-title {
    margin: 0;
    padding: 11px 0 6px;
    font-size: 16px;
    line-height: 2.31; }
    .collapsible-content-section .panel-heading .panel-title a {
      color: #100bd7; }

.collapsible-content-section .panel-body {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 16px;
  line-height: 1.875;
  border: none !important;
  padding: 4px 0 32px;
  color: #0f1316; }
  .collapsible-content-section .panel-body p {
    margin: 0 0 15px; }
    .collapsible-content-section .panel-body p:last-child {
      margin: 0; }

.resource-module-section {
  padding-top: 32px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .resource-module-section {
      padding-top: 32px;
      padding-bottom: 41px; } }
  @media (max-width: 1200px) {
    .resource-module-section .az-ctnr.container {
      padding-left: 35px;
      padding-right: 35px; } }
  .resource-module-section .resource-module-row {
    border-bottom: 1px solid #c7c4f5;
    margin: 0;
    padding: 0 5px; }
    .resource-module-section .resource-module-row:nth-child(1) {
      border-top: 1px solid #c7c4f5; }
    @media (min-width: 768px) {
      .resource-module-section .resource-module-row {
        display: table;
        width: 100%;
        table-layout: fixed; } }
    .resource-module-section .resource-module-row .az-column {
      margin: 0;
      padding-top: 25px;
      padding-bottom: 28px; }
      @media (min-width: 768px) {
        .resource-module-section .resource-module-row .az-column {
          display: table-cell;
          vertical-align: top;
          float: none;
          width: 100%; } }
    .resource-module-section .resource-module-row .az-button {
      margin-top: 12px; }

.resource-module-section .resource-module-row {
  font-family: "proxima-nova", sans-serif !important;
  color: #0f1316;
  font-size: 16px;
  line-height: 1.875; }
  .resource-module-section .resource-module-row .h, .resource-module-section .resource-module-row .h1, .resource-module-section .resource-module-row .h2, .resource-module-section .resource-module-row .h3, .resource-module-section .resource-module-row .h4, .resource-module-section .resource-module-row .h5, .resource-module-section .resource-module-row .h6, .resource-module-section .resource-module-row h1, .resource-module-section .resource-module-row h2, .resource-module-section .resource-module-row h3, .resource-module-section .resource-module-row h4, .resource-module-section .resource-module-row h5, .resource-module-section .resource-module-row h6 {
    color: #001489; }
  .resource-module-section .resource-module-row h4 {
    color: #100bd7;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 13px; }

@media (min-width: 768px) {
  .resource-module-section .resource-module-row.resource-module-image-row .resource-image {
    width: 130px; } }

@media (max-width: 767px) {
  .resource-module-section .resource-module-row.resource-module-image-row .resource-image {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto; } }

.sidebar-testimonial-section {
  padding-top: 86px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .sidebar-testimonial-section {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 1200px) {
    .sidebar-testimonial-section > .az-ctnr.container {
      padding-left: 35px;
      padding-right: 35px; } }
  .sidebar-testimonial-section .testimonial-section-content {
    padding-right: 50px; }
    @media (max-width: 767px) {
      .sidebar-testimonial-section .testimonial-section-content {
        padding-right: 15px; } }

.sidebar-testimonial-section {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 16px;
  line-height: 1.875;
  color: #0f1316; }
  .sidebar-testimonial-section .h, .sidebar-testimonial-section .h1, .sidebar-testimonial-section .h2, .sidebar-testimonial-section .h3, .sidebar-testimonial-section .h4, .sidebar-testimonial-section .h5, .sidebar-testimonial-section .h6, .sidebar-testimonial-section h1, .sidebar-testimonial-section h2, .sidebar-testimonial-section h3, .sidebar-testimonial-section h4, .sidebar-testimonial-section h5, .sidebar-testimonial-section h6 {
    color: #001489; }
  .sidebar-testimonial-section h4 {
    font-family: "proxima-nova", sans-serif !important;
    color: #001489;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.54;
    margin: 0 auto 18px; }

.sidebar-testimonial-section .testimonial-content {
  font-family: "proxima-nova", sans-serif !important;
  color: #001489;
  font-size: 20px;
  line-height: 1.95;
  border-left: 4px solid #d6d6d6;
  padding-left: 35px; }
  .sidebar-testimonial-section .testimonial-content strong {
    font-weight: 500; }
  .sidebar-testimonial-section .testimonial-content p {
    margin: 0 0 20px; }
    .sidebar-testimonial-section .testimonial-content p:last-of-type {
      margin: 0; }

.sidebar-related-content-section {
  padding-top: 11px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .sidebar-related-content-section {
      padding-top: 11px;
      padding-bottom: 11px; } }
  @media (max-width: 1200px) {
    .sidebar-related-content-section .az-ctnr.container {
      padding-left: 35px;
      padding-right: 35px; } }

.sidebar-related-content-section {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 16px;
  line-height: 1.625;
  color: #0f1316; }
  .sidebar-related-content-section .h, .sidebar-related-content-section .h1, .sidebar-related-content-section .h2, .sidebar-related-content-section .h3, .sidebar-related-content-section .h4, .sidebar-related-content-section .h5, .sidebar-related-content-section .h6, .sidebar-related-content-section h1, .sidebar-related-content-section h2, .sidebar-related-content-section h3, .sidebar-related-content-section h4, .sidebar-related-content-section h5, .sidebar-related-content-section h6 {
    color: #001489; }
  .sidebar-related-content-section h4 {
    font-family: "proxima-nova", sans-serif !important;
    color: #001489;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.54;
    margin: 0 auto 15px; }

.sidebar-related-content-section .related-main-content-col {
  padding-right: 30px;
  margin: 0; }
  .sidebar-related-content-section .related-main-content-col .az-text {
    padding: 0 0 20px; }

.sidebar-related-content-section .related-content-view {
  font-family: "proxima-nova", sans-serif !important;
  line-height: 1.4375;
  font-size: 16px;
  color: #0f1316;
  padding: 8px 0 0; }
  .sidebar-related-content-section .related-content-view .views-row {
    padding: 0 0 40px; }
    @media (min-width: 992px) {
      .sidebar-related-content-section .related-content-view .views-row {
        table-layout: fixed;
        display: table;
        width: 100%; } }
    .sidebar-related-content-section .related-content-view .views-row:last-child {
      padding: 0; }
  .sidebar-related-content-section .related-content-view .views-field-field-image {
    padding-bottom: 15px; }
    @media (min-width: 992px) {
      .sidebar-related-content-section .related-content-view .views-field-field-image {
        display: table-cell;
        vertical-align: top;
        width: 100px;
        padding-bottom: 0; } }
  @media (min-width: 992px) {
    .sidebar-related-content-section .related-content-view .view-col-content {
      display: table-cell;
      vertical-align: top;
      width: 99%;
      padding-left: 30px; } }
  .sidebar-related-content-section .related-content-view .views-field-title {
    color: #001489;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 auto;
    padding: 0 0 6px; }
    .sidebar-related-content-section .related-content-view .views-field-title a {
      color: #001489; }
      .sidebar-related-content-section .related-content-view .views-field-title a:hover {
        color: #000a43; }
  .sidebar-related-content-section .related-content-view .views-field-view-node {
    font-weight: 600;
    font-size: 14px;
    padding-top: 8px; }
    .sidebar-related-content-section .related-content-view .views-field-view-node a {
      color: #001489;
      text-decoration: underline; }
      .sidebar-related-content-section .related-content-view .views-field-view-node a:hover {
        color: #000a43;
        text-decoration: none; }

.sidebar-related-content-section.sidebar-form-section {
  padding-top: 45px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .sidebar-related-content-section.sidebar-form-section {
      padding-top: 27px;
      padding-bottom: 27px; } }
  .sidebar-related-content-section.sidebar-form-section .sidebar-form-widget {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 30px;
    background-color: #685bc7; }
  .sidebar-related-content-section.sidebar-form-section .h, .sidebar-related-content-section.sidebar-form-section .h1, .sidebar-related-content-section.sidebar-form-section .h2, .sidebar-related-content-section.sidebar-form-section .h3, .sidebar-related-content-section.sidebar-form-section .h4, .sidebar-related-content-section.sidebar-form-section .h5, .sidebar-related-content-section.sidebar-form-section .h6, .sidebar-related-content-section.sidebar-form-section h1, .sidebar-related-content-section.sidebar-form-section h2, .sidebar-related-content-section.sidebar-form-section h3, .sidebar-related-content-section.sidebar-form-section h4, .sidebar-related-content-section.sidebar-form-section h5, .sidebar-related-content-section.sidebar-form-section h6 {
    color: #001489; }

.sidebar-related-content-section.sidebar-resource-section {
  padding-top: 22px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .sidebar-related-content-section.sidebar-resource-section {
      padding-top: 13px;
      padding-bottom: 50px; } }
  .sidebar-related-content-section.sidebar-resource-section .h, .sidebar-related-content-section.sidebar-resource-section .h1, .sidebar-related-content-section.sidebar-resource-section .h2, .sidebar-related-content-section.sidebar-resource-section .h3, .sidebar-related-content-section.sidebar-resource-section .h4, .sidebar-related-content-section.sidebar-resource-section .h5, .sidebar-related-content-section.sidebar-resource-section .h6, .sidebar-related-content-section.sidebar-resource-section h1, .sidebar-related-content-section.sidebar-resource-section h2, .sidebar-related-content-section.sidebar-resource-section h3, .sidebar-related-content-section.sidebar-resource-section h4, .sidebar-related-content-section.sidebar-resource-section h5, .sidebar-related-content-section.sidebar-resource-section h6 {
    color: #001489; }
  .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget {
    border: 1px solid #d8d8d8;
    padding: 25px 8px 11px;
    margin: 8px 0 0;
    color: #0f1316;
    font-size: 16px;
    line-height: 1.625; }
    .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget .az-ctnr.container {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      @media (max-width: 1200px) {
        .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget .az-ctnr.container {
          padding-left: 0 !important;
          padding-right: 0 !important; } }
    .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget h6 {
      color: #100bd7;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.625;
      margin: 0; }
    .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget .az-button {
      margin-top: 20px; }
    .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget .az-row {
      padding: 18px 0;
      margin: 0; }
      @media (max-width: 991px) {
        .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget .az-row {
          padding-top: 11px; } }
    .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget .az-column {
      margin: 0; }
      @media (max-width: 991px) {
        .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget .az-column {
          width: 100% !important; } }
    .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget .sidebar-resource-widget-row {
      padding: 0; }
      @media (max-width: 991px) {
        .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget .sidebar-resource-widget-row {
          padding: 0 !important; } }
      @media (min-width: 992px) {
        .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget .sidebar-resource-widget-row {
          table-layout: fixed;
          display: table;
          width: 100%;
          margin: 0; } }
      .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget .sidebar-resource-widget-row .az-column {
        padding-top: 5px;
        padding-bottom: 5px; }
        @media (min-width: 992px) {
          .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget .sidebar-resource-widget-row .az-column {
            display: table-cell;
            vertical-align: middle;
            width: 99%;
            float: none; } }
      @media (min-width: 992px) {
        .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget .sidebar-resource-widget-row .sidebar-resource-image {
          width: 129px; } }
      @media (max-width: 991px) {
        .sidebar-related-content-section.sidebar-resource-section .sidebar-resource-widget .sidebar-resource-widget-row .sidebar-resource-image {
          max-width: 129px; } }

.az-section.breadcrumb-section {
  padding: 50px 0 27px !important; }
  @media (max-width: 1200px) {
    .az-section.breadcrumb-section .az-ctnr.container {
      padding-left: 35px !important;
      padding-right: 35px !important; } }
  .az-section.breadcrumb-section .az-column {
    margin-bottom: 0; }
  .az-section.breadcrumb-section .breadcrumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    background: 0 0;
    display: block !important;
    padding: 0;
    font-size: 14px;
    color: #0f1316;
    line-height: 1.2; }
    .az-section.breadcrumb-section .breadcrumb > li + li:before {
      display: none; }
    .az-section.breadcrumb-section .breadcrumb > .active {
      color: #0f1316; }
    .az-section.breadcrumb-section .breadcrumb a {
      color: #0900d5;
      text-decoration: underline; }
      .az-section.breadcrumb-section .breadcrumb a:hover {
        text-decoration: nonw; }
    .az-section.breadcrumb-section .breadcrumb .glazed-breadcrumb-spacer,
    .az-section.breadcrumb-section .breadcrumb .dxpr-theme-breadcrumb-spacer {
      font-size: 0; }
      .az-section.breadcrumb-section .breadcrumb .glazed-breadcrumb-spacer:before,
      .az-section.breadcrumb-section .breadcrumb .dxpr-theme-breadcrumb-spacer:before {
        font-size: 16px;
        color: #0f1316;
        line-height: 1.2;
        display: inline-block;
        content: "\00bb";
        margin: 0 7px 0 4px; }

.normal-content-section .h, .normal-content-section .h1, .normal-content-section .h2, .normal-content-section .h3, .normal-content-section .h4, .normal-content-section .h5, .normal-content-section .h6, .normal-content-section h1, .normal-content-section h2, .normal-content-section h3, .normal-content-section h4, .normal-content-section h5, .normal-content-section h6 {
  color: #001489; }

@media (max-width: 1200px) {
  .normal-content-section > .az-ctnr.container {
    padding-left: 35px;
    padding-right: 35px; } }

@media (max-width: 1200px) {
  .normal-content-section .collapsible-content-section .az-ctnr.container {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 1200px) {
  .normal-content-section .az-column.normal-content-column {
    margin-bottom: 0 !important; } }

.page-node-type-about-you .glazed-boxed-container,
.page-node-type-about-you .dxpr-theme-boxed-container {
  max-width: 100%; }

.page-node-type-about-you .content .field .field--label {
  display: none; }

.page-node-type-about-you .content .field h4 {
  font-family: "proxima-nova", sans-serif !important;
  color: #001489;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.54;
  margin: 0 auto 18px; }

.page-node-type-about-you .content .field.field--name-field-sub-content {
  padding-top: 30px;
  padding-bottom: 30px; }

.faq-section .custom-filter-form {
  margin: 0 auto 20px; }

.faq-section .views-exposed-form .form-inline {
  padding: 20px 4px; }
  .faq-section .views-exposed-form .form-inline .control-label {
    display: none; }
  .faq-section .views-exposed-form .form-inline .select-wrapper {
    width: 100%; }
    .faq-section .views-exposed-form .form-inline .select-wrapper:after {
      display: none; }
  @media (min-width: 768px) {
    .faq-section .views-exposed-form .form-inline {
      table-layout: fixed;
      display: table;
      width: 100%; }
      .faq-section .views-exposed-form .form-inline:before, .faq-section .views-exposed-form .form-inline:after {
        display: none; } }

.faq-section .views-exposed-form .form-item {
  padding: 6px 21px;
  margin: 0; }
  @media (min-width: 768px) {
    .faq-section .views-exposed-form .form-item {
      display: table-cell;
      vertical-align: middle; } }

.faq-section .views-exposed-form .form-control {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ffffff;
  display: block;
  width: 100%;
  border: 1px solid #d7d7d7;
  height: 42px; }

.faq-section .views-exposed-form .form-item.form-type-select .select-wrapper {
  position: relative;
  width: 100%; }
  .faq-section .views-exposed-form .form-item.form-type-select .select-wrapper:after {
    background: #85959f;
    content: " ";
    position: absolute;
    width: 1px;
    height: 100%;
    right: -21px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    padding: 0; }
    @media (max-width: 767px) {
      .faq-section .views-exposed-form .form-item.form-type-select .select-wrapper:after {
        display: none; } }

.faq-section .views-exposed-form .form-actions {
  padding: 6px 24px; }
  @media (min-width: 768px) {
    .faq-section .views-exposed-form .form-actions {
      display: table-cell;
      vertical-align: middle;
      width: 165px;
      padding-left: 0; } }
  .faq-section .views-exposed-form .form-actions .form-submit {
    font-weight: 600;
    background: #e40046;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
    display: block;
    min-width: 100%;
    font-size: 16px;
    line-height: 1.25 !important;
    padding: 9px;
    max-width: 140px;
    margin: 0 auto; }
    .faq-section .views-exposed-form .form-actions .form-submit:hover {
      background: #b10036; }
    @media (max-width: 767px) {
      .faq-section .views-exposed-form .form-actions .form-submit {
        min-height: 38px;
        min-width: 140px; } }

.faq-section .views-exposed-form .jcf-list-box {
  margin: 0 auto;
  width: 100%;
  min-width: 100%; }

.faq-section .views-exposed-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-transform: none; }

.faq-section-content .view-content {
  border-bottom: 1px solid #d7d7d7 !important; }

.faq-section-content .views-row .views-accordion-header {
  border: none;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  color: #100bd7 !important;
  border-top: 1px solid #d7d7d7 !important;
  margin: 0;
  padding: 17px 30px 13px 0;
  font-size: 16px;
  line-height: 1.5;
  background: 0 0 !important;
  display: block;
  position: relative; }
  .faq-section-content .views-row .views-accordion-header span.ui-accordion-header-icon {
    background: transparent !important;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    padding: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
    position: absolute;
    text-indent: unset; }
    .faq-section-content .views-row .views-accordion-header span.ui-accordion-header-icon:after {
      content: "\f078"; }
  .faq-section-content .views-row .views-accordion-header.ui-state-active span.ui-accordion-header-icon:after {
    content: "\f077"; }

.faq-section-content .views-row .ui-accordion-content {
  color: #0f1316;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 16px;
  line-height: 1.875;
  border: none !important;
  padding: 2px 0 25px;
  height: auto !important;
  background: transparent; }
  .faq-section-content .views-row .ui-accordion-content a {
    color: #100bd7; }

.faq-section-content .pager {
  margin: 28px auto 0; }
  .faq-section-content .pager li {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 600;
    font-size: 18px; }
    .faq-section-content .pager li .button {
      border: none;
      color: #e40046;
      display: block;
      max-width: 107px;
      text-align: center;
      margin: 0 auto;
      padding: 0;
      float: none; }
      .faq-section-content .pager li .button:after {
        content: " ";
        background-image: url("../images/icon@2x.png");
        background-size: 50px auto;
        background-repeat: no-repeat;
        background-position: 0 -15px;
        width: 16px;
        height: 18px;
        display: block;
        margin: 4px auto 0; }

.faq-section-content .loader-rectangles-wrap {
  margin: 40px auto;
  position: relative;
  width: 10px;
  height: 10px; }
  .faq-section-content .loader-rectangles-wrap .loader-rectangles {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .faq-section-content .loader-rectangles-wrap .loader-rectangles,
  .faq-section-content .loader-rectangles-wrap .loader-rectangles:before,
  .faq-section-content .loader-rectangles-wrap .loader-rectangles:after {
    width: 10px;
    height: 10px; }

.faq-content-section {
  font-size: 16px;
  line-height: 1.625;
  font-family: "proxima-nova", sans-serif !important;
  color: #444444; }

.patient-heading-section {
  color: #0f1316;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 16px;
  line-height: 1.625; }
  .patient-heading-section h3 {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 600;
    color: #001489;
    margin: 0 0 25px; }

.section-header-jumbotron.reminder-header-jumbotron h1.page-title {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase; }

.breadcrumb-section.reminder-breadcrumb-section {
  background: #ffffff;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  padding: 47px 0 47px; }

.normal-content-section.reminder-content-section .sidebar-colored-menu h2#block-usermenu--2-menu,
.normal-content-section.reminder-content-section .sidebar-colored-menu h2#block-usermenu-menu {
  display: none; }

.normal-content-section.reminder-content-section {
  padding: 0 0 93px;
  background: #ffffff; }
  .normal-content-section.reminder-content-section .block-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #001489;
    font-size: 30px;
    line-height: 1.23;
    margin: 0 0 15px !important; }
  .normal-content-section.reminder-content-section a {
    text-decoration: underline;
    color: #0900cc; }
    .normal-content-section.reminder-content-section a:hover {
      text-decoration: none; }
  .normal-content-section.reminder-content-section .btn {
    text-decoration: none; }
  .normal-content-section.reminder-content-section .glazed-mini-tabs-wrapper,
  .normal-content-section.reminder-content-section .dxpr-theme-mini-tabs-wrapper {
    display: none; }

.normal-content-section.reminder-content-section .form-header {
  border-top: 1px solid #d7d7d7;
  padding: 20px 0 0;
  font-size: 14px; }
  .normal-content-section.reminder-content-section .form-header h4 {
    color: #100bd7;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 10px; }

.normal-content-section.reminder-content-section .form-reminder-wrap {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  max-width: 705px; }
  .normal-content-section.reminder-content-section .form-reminder-wrap a {
    color: #0c2fff;
    text-decoration: underline; }
    .normal-content-section.reminder-content-section .form-reminder-wrap a:hover {
      text-decoration: none; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .control-label,
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-composite legend {
    font-size: 14px;
    line-height: 1.875;
    font-family: "proxima-nova", sans-serif !important;
    color: #3c3c3c;
    font-weight: 700;
    margin: 0 0 7px;
    padding: 0; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .placeholder {
    color: #9f9f9f; }
  .normal-content-section.reminder-content-section .form-reminder-wrap :-moz-placeholder {
    color: #9f9f9f; }
  .normal-content-section.reminder-content-section .form-reminder-wrap ::-moz-placeholder {
    color: #9f9f9f; }
  .normal-content-section.reminder-content-section .form-reminder-wrap :-ms-input-placeholder {
    color: #9f9f9f; }
  .normal-content-section.reminder-content-section .form-reminder-wrap ::-webkit-input-placeholder {
    color: #9f9f9f; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.form-wrapper,
  .normal-content-section.reminder-content-section .form-reminder-wrap .fieldgroup.form-wrapper {
    margin-bottom: 27px;
    max-width: 572px; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-group {
    margin-bottom: 17px; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-group:last-child {
      margin-bottom: 0; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-control {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    color: #323232;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: transparent;
    display: block;
    width: 100%;
    border: 1px solid #d7d7d7;
    height: auto;
    padding: 9px 19px;
    font-size: 14px;
    line-height: 1.5; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-notes.form-group.form-wrapper {
    color: #787878;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    padding: 0; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.checkbox-form-group.form-wrapper {
    max-width: 732px;
    margin: 0 0 20px; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.checkbox-form-group.form-wrapper .div-label {
      font-size: 14px;
      font-family: "proxima-nova", sans-serif;
      color: #3c3c3c;
      font-weight: 700;
      vertical-align: middle;
      display: inline-block;
      margin-bottom: 2px !important;
      margin-right: 12px !important; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.checkbox-form-group.form-wrapper .control-label.small-control-label,
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.checkbox-form-group.form-wrapper legend {
      margin: 0 0 20px; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.checkbox-form-group.form-wrapper ul.checkbox-list li {
      margin: 0 25px 9px 0; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.checkbox-form-group.form-wrapper ul.checkbox-list label {
      color: #3c3c3c;
      font-weight: 500;
      font-size: 14px; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .password-strength {
    display: none; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-required:after {
    background: transparent !important;
    display: none; }
  .normal-content-section.reminder-content-section .form-reminder-wrap ul.checkbox-list {
    list-style: none outside none;
    padding: 0; }
    .normal-content-section.reminder-content-section .form-reminder-wrap ul.checkbox-list li {
      margin: 0 18px 9px 0;
      padding: 0;
      display: inline-block;
      vertical-align: top; }
      .normal-content-section.reminder-content-section .form-reminder-wrap ul.checkbox-list li.label {
        font-size: 14px;
        font-family: "proxima-nova", sans-serif;
        color: #3c3c3c;
        font-weight: 700;
        vertical-align: middle;
        margin-bottom: 2px !important;
        margin-right: 12px !important; }
    .normal-content-section.reminder-content-section .form-reminder-wrap ul.checkbox-list .jcf-checkbox {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      background: transparent;
      display: inline-block;
      border: 1px solid #d7d7d7;
      width: 13px;
      height: 13px;
      vertical-align: middle;
      margin: -3px 4px 0 0;
      overflow: visible; }
      .normal-content-section.reminder-content-section .form-reminder-wrap ul.checkbox-list .jcf-checkbox span {
        height: 14px;
        width: 13px;
        background-image: url("../images/icon@2x.png");
        background-size: 50px auto;
        background-repeat: no-repeat;
        background-position: -20px -12px;
        bottom: auto;
        top: -3px;
        background-color: transparent;
        right: -3px;
        left: auto; }
    .normal-content-section.reminder-content-section .form-reminder-wrap ul.checkbox-list label {
      color: #787878;
      font-family: "proxima-nova", sans-serif;
      font-weight: 600;
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444444;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 38px 9px 15px;
    text-transform: none; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    background-image: url("../images/icon@2x.png");
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: -22px 0;
    width: 16px;
    height: 11px; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-group-tbl {
    margin: 0 -11px; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-group-tbl .form-item {
      padding: 0 11px;
      width: 100%;
      float: left; }
      @media (min-width: 768px) {
        .normal-content-section.reminder-content-section .form-reminder-wrap .form-group-tbl .form-item {
          width: 33.33333%; } }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-group-col-row {
    margin: 0 -30px; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-group-col-row .form-group-col {
      padding: 0 30px;
      width: 100%;
      float: left; }
      @media (min-width: 768px) {
        .normal-content-section.reminder-content-section .form-reminder-wrap .form-group-col-row .form-group-col {
          width: 50%; } }
  .normal-content-section.reminder-content-section .form-reminder-wrap .password-confirm {
    visibility: visible !important; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.panel {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    background: transparent; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.panel .panel-heading {
      border: none !important;
      background: transparent;
      padding: 0;
      font-size: 14px; }
      .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.panel .panel-heading a {
        text-decoration: none; }
      .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.panel .panel-heading .panel-title {
        padding: 0;
        font-size: 14px;
        line-height: 1.875;
        font-family: "proxima-nova", sans-serif;
        color: #3c3c3c;
        font-weight: 700;
        margin: 0 0 7px; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.panel legend,
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.panel .control-label {
      font-size: 14px;
      line-height: 1.875;
      font-family: "proxima-nova", sans-serif !important;
      color: #3c3c3c;
      font-weight: 700;
      margin: 0 0 7px; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.panel .panel-body {
      padding: 0; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .select-wrapper:after {
    display: none; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.radio,
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.checkbox {
    display: inline-block;
    margin: 0 25px 0 0; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.radio label.control-label,
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.checkbox label.control-label {
      color: #3c3c3c;
      font-family: "proxima-nova", sans-serif !important;
      font-weight: 500;
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      line-height: 1.875;
      padding: 0;
      font-size: 14px; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.radio .jcf-checkbox,
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.radio .jcf-radio,
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.checkbox .jcf-checkbox,
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-item.checkbox .jcf-radio {
      margin: -3px 4px 0 0; }
  @media (min-width: 768px) {
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-inline .form-group {
      vertical-align: top; } }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.form-wrapper .tabledrag-changed-warning {
    font-size: 14px;
    line-height: 1.3;
    padding: 6px 10px; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.form-wrapper table.table th {
    color: #3c3c3c;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    vertical-align: middle;
    margin: 0;
    line-height: 1.875;
    padding: 0 0 8px;
    font-size: 14px;
    border-bottom: none; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.form-wrapper table.table td.field-multiple-drag {
    font-size: 14px; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.form-wrapper table.table .tabledrag-handle {
    color: #3c3c3c;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.form-wrapper table.table .form-item.panel {
    margin: 0;
    background: transparent; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.form-wrapper table.table .form-item.panel .panel-heading {
      border: none !important;
      border-top: none !important;
      padding: 0;
      font-size: 14px; }
      .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.form-wrapper table.table .form-item.panel .panel-heading .panel-title {
        color: #3c3c3c;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 12px;
        line-height: 1.4;
        margin: 0 0 0;
        padding: 0; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.form-wrapper table.table .form-item.panel .container-inline.form-inline {
      margin: 0 -8px; }
      .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.form-wrapper table.table .form-item.panel .container-inline.form-inline .form-group {
        margin-bottom: 0;
        margin-top: 10px;
        padding: 0 8px;
        width: 100%;
        float: left; }
        @media (min-width: 768px) {
          .normal-content-section.reminder-content-section .form-reminder-wrap .form-group.form-wrapper table.table .form-item.panel .container-inline.form-inline .form-group {
            width: 50%; } }
  .normal-content-section.reminder-content-section .form-reminder-wrap .form-actions {
    padding: 0 0 5px;
    margin: 0; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .password-strength {
    display: none; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .bottom-description,
  .normal-content-section.reminder-content-section .form-reminder-wrap .description.help-block,
  .normal-content-section.reminder-content-section .form-reminder-wrap div.password-confirm,
  .normal-content-section.reminder-content-section .form-reminder-wrap .password-suggestions.description {
    color: #787878;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    padding: 10px 0 0; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .button.btn,
  .normal-content-section.reminder-content-section .form-reminder-wrap .btn-sm.btn.btn-default,
  .normal-content-section.reminder-content-section .form-reminder-wrap a.btn {
    color: #ffffff;
    background: #e40046;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.208em !important;
    min-width: 94px;
    padding: 9px 9px 8px;
    text-transform: none;
    text-decoration: none; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .button.btn .icon,
    .normal-content-section.reminder-content-section .form-reminder-wrap .btn-sm.btn.btn-default .icon,
    .normal-content-section.reminder-content-section .form-reminder-wrap a.btn .icon {
      display: none; }
    .normal-content-section.reminder-content-section .form-reminder-wrap .button.btn:hover, .normal-content-section.reminder-content-section .form-reminder-wrap .button.btn:focus,
    .normal-content-section.reminder-content-section .form-reminder-wrap .btn-sm.btn.btn-default:hover,
    .normal-content-section.reminder-content-section .form-reminder-wrap .btn-sm.btn.btn-default:focus,
    .normal-content-section.reminder-content-section .form-reminder-wrap a.btn:hover,
    .normal-content-section.reminder-content-section .form-reminder-wrap a.btn:focus {
      background: #b10036; }

.bottom-callout-section.reminder-bottom-callout-section {
  background: #2cb2a9;
  padding-top: 30px;
  padding-bottom: 20px; }
  .bottom-callout-section.reminder-bottom-callout-section .az-column:last-child {
    margin-bottom: 0; }

#block-registrationtext {
  color: #444444;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  padding: 0 0 33px; }
  #block-registrationtext a {
    text-decoration: underline;
    color: #0900cc; }
    #block-registrationtext a:hover {
      text-decoration: none; }
  #block-registrationtext + .tabs {
    display: none !important; }

.user-register-form.user-form {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  max-width: 705px; }
  .user-register-form.user-form a {
    color: #0c2fff;
    text-decoration: underline; }
    .user-register-form.user-form a:hover {
      text-decoration: none; }
  .user-register-form.user-form .control-label {
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    color: #001489;
    font-size: 16px;
    line-height: 1.875;
    margin: 0 0 7px; }
  .user-register-form.user-form .placeholder {
    color: #9f9f9f; }
  .user-register-form.user-form :-moz-placeholder {
    color: #9f9f9f; }
  .user-register-form.user-form ::-moz-placeholder {
    color: #9f9f9f; }
  .user-register-form.user-form :-ms-input-placeholder {
    color: #9f9f9f; }
  .user-register-form.user-form ::-webkit-input-placeholder {
    color: #9f9f9f; }
  .user-register-form.user-form .form-group {
    margin-bottom: 9px;
    max-width: 572px; }
  .user-register-form.user-form .form-control {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 400;
    color: #303030;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: transparent;
    display: block;
    width: 100%;
    border: 1px solid #d7d7d7;
    height: auto;
    padding: 9px 19px;
    font-size: 14px;
    line-height: 1.5; }
  .user-register-form.user-form .password-strength {
    display: none; }
  .user-register-form.user-form .form-required:after {
    background: transparent !important;
    display: none; }
  .user-register-form.user-form .radio,
  .user-register-form.user-form .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
    .user-register-form.user-form .radio label,
    .user-register-form.user-form .checkbox label {
      font-family: "proxima-nova", sans-serif !important;
      font-weight: 500;
      color: #001489;
      min-height: 20px;
      padding-left: 0;
      margin: 0;
      cursor: pointer;
      font-size: 14px;
      line-height: 1.875; }
  .user-register-form.user-form .checkbox .jcf-checkbox {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    display: inline-block;
    border: 1px solid #d7d7d7;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: -3px 9px 0 0; }
    .user-register-form.user-form .checkbox .jcf-checkbox span {
      height: 9px;
      width: 9px; }
  .user-register-form.user-form .password-confirm {
    visibility: visible !important; }
  .user-register-form.user-form .form-actions {
    padding: 15px 0 5px;
    margin: 0; }
  .user-register-form.user-form .button.btn {
    color: #ffffff;
    background: #e40046;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.208em !important;
    min-width: 240px;
    padding: 15px 54px;
    text-transform: uppercase; }
    .user-register-form.user-form .button.btn .icon {
      display: none; }
    .user-register-form.user-form .button.btn:hover, .user-register-form.user-form .button.btn:focus {
      background: #b10036; }

#block-alreadyamemberloginhere {
  color: #444444;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.875; }
  #block-alreadyamemberloginhere a {
    text-decoration: underline;
    color: #0900cc; }
    #block-alreadyamemberloginhere a:hover {
      text-decoration: none; }

.user-login-form {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  max-width: 705px; }
  .user-login-form a {
    color: #0c2fff;
    text-decoration: underline; }
    .user-login-form a:hover {
      text-decoration: none; }
  .user-login-form .control-label {
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    color: #001489;
    font-size: 16px;
    line-height: 1.875;
    margin: 0 0 4px; }
  .user-login-form .placeholder {
    color: #9f9f9f; }
  .user-login-form :-moz-placeholder {
    color: #9f9f9f; }
  .user-login-form ::-moz-placeholder {
    color: #9f9f9f; }
  .user-login-form :-ms-input-placeholder {
    color: #9f9f9f; }
  .user-login-form ::-webkit-input-placeholder {
    color: #9f9f9f; }
  .user-login-form .form-group {
    margin-bottom: 22px;
    max-width: 572px; }
  .user-login-form .form-control {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 400;
    color: #303030;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: transparent;
    display: block;
    width: 100%;
    border: 1px solid #d7d7d7;
    height: auto;
    padding: 9px 19px;
    font-size: 14px;
    line-height: 1.5; }
  .user-login-form .form-required:after {
    background: transparent !important;
    display: none; }
  .user-login-form .form-actions {
    padding: 5px 0 5px;
    margin: 0; }
  .user-login-form .button.btn {
    color: #ffffff;
    background: #e40046;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.208em !important;
    min-width: 240px;
    padding: 15px 54px;
    text-transform: uppercase; }
    .user-login-form .button.btn:hover, .user-login-form .button.btn:focus {
      background: #b10036; }

#block-loginadditional {
  color: #444444;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.67;
  padding: 16px 0; }
  #block-loginadditional a {
    text-decoration: underline;
    color: #0900cc;
    font-weight: 400; }
    #block-loginadditional a:hover {
      text-decoration: none; }
  #block-loginadditional p {
    margin: 0 0 20px; }
    #block-loginadditional p:last-child {
      margin: 0; }

#block-mysanfransiscocityclinicremindersystem {
  color: #444444;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  padding: 0 15px 33px 0; }

.dashboard-content-wrap #block-mysanfransiscocityclinicremindersystem {
  padding: 0 15px 0 0; }

.dashboard-content-wrap .field {
  color: #444444;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  padding: 0; }
  .dashboard-content-wrap .field .field--label {
    font-size: 16px;
    line-height: 1.875;
    font-family: "proxima-nova", sans-serif !important;
    color: #3c3c3c;
    font-weight: 700;
    margin: 0 0 7px;
    padding: 0; }

.dashboard-content-wrap .views-element-container.form-group {
  margin-top: 20px;
  padding: 20px 0 0;
  color: #100bd7;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4; }
  .dashboard-content-wrap .views-element-container.form-group .view-content {
    color: #444444;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.875;
    padding: 15px 0; }

.normal-content-section.reminder-content-section .form-reminder-wrap .profile-sms-settings-edit-form.account-profile-form,
.normal-content-section.reminder-content-section .form-reminder-wrap .user-form {
  padding-top: 13px; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .profile-sms-settings-edit-form.account-profile-form .phone-field-form-group.form-group,
  .normal-content-section.reminder-content-section .form-reminder-wrap .profile-sms-settings-edit-form.account-profile-form .form-item-field-phone-number-0-value.form-group,
  .normal-content-section.reminder-content-section .form-reminder-wrap .user-form .phone-field-form-group.form-group,
  .normal-content-section.reminder-content-section .form-reminder-wrap .user-form .form-item-field-phone-number-0-value.form-group {
    margin-bottom: 16px; }
  .normal-content-section.reminder-content-section .form-reminder-wrap .profile-sms-settings-edit-form.account-profile-form .reminder-form-group.form-group,
  .normal-content-section.reminder-content-section .form-reminder-wrap .user-form .reminder-form-group.form-group {
    margin-bottom: 13px; }

.create-reminder-wrap {
  text-align: right;
  padding: 8px 0 15px; }
  .create-reminder-wrap .az-button.btn-small .btn {
    font-weight: 400;
    min-width: 175px; }

.reminder-block .reminder-form {
  padding: 18px 0 0; }

.reminder-block .reminder-block-list {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  border-bottom: 1px solid #d7d7d7; }
  .reminder-block .reminder-block-list li {
    margin: 0;
    padding: 17px 100px 14px 0;
    border-top: 1px solid #d7d7d7;
    position: relative; }
    @media (max-width: 767px) {
      .reminder-block .reminder-block-list li {
        padding: 17px 0 14px; } }
    .reminder-block .reminder-block-list li a {
      color: #0900d5;
      text-decoration: none; }
      .reminder-block .reminder-block-list li a:hover {
        text-decoration: underline; }
    .reminder-block .reminder-block-list li .actions {
      font-size: 14px;
      position: absolute;
      right: 8px;
      top: 15px;
      display: block;
      max-width: 88px;
      padding: 5px 0 0; }
      @media (max-width: 767px) {
        .reminder-block .reminder-block-list li .actions {
          position: relative;
          right: auto;
          top: auto; } }
      .reminder-block .reminder-block-list li .actions .action {
        display: inline; }
      .reminder-block .reminder-block-list li .actions .separator {
        margin: 0 4px;
        display: inline; }

.normal-content-section.reminder-content-section .reminder-block.reminder-page-block-content {
  padding: 22px 0 0; }
  .normal-content-section.reminder-content-section .reminder-block.reminder-page-block-content .form-reminder-wrap {
    max-width: 538px; }
  .normal-content-section.reminder-content-section .reminder-block.reminder-page-block-content .reminder-form.create-reminder-form,
  .normal-content-section.reminder-content-section .reminder-block.reminder-page-block-content .mobile-commons-user-reminders-select {
    padding: 4px 0 0; }
    @media (min-width: 768px) {
      .normal-content-section.reminder-content-section .reminder-block.reminder-page-block-content .reminder-form.create-reminder-form .form-group,
      .normal-content-section.reminder-content-section .reminder-block.reminder-page-block-content .mobile-commons-user-reminders-select .form-group {
        display: table;
        table-layout: fixed;
        width: 100%; } }
    @media (min-width: 768px) {
      .normal-content-section.reminder-content-section .reminder-block.reminder-page-block-content .reminder-form.create-reminder-form .form-group .form-item,
      .normal-content-section.reminder-content-section .reminder-block.reminder-page-block-content .mobile-commons-user-reminders-select .form-group .form-item {
        display: table-cell;
        vertical-align: middle;
        width: 67%; } }
    @media (min-width: 768px) {
      .normal-content-section.reminder-content-section .reminder-block.reminder-page-block-content .reminder-form.create-reminder-form .form-group .form-actions,
      .normal-content-section.reminder-content-section .reminder-block.reminder-page-block-content .mobile-commons-user-reminders-select .form-group .form-actions {
        display: table-cell;
        vertical-align: middle;
        width: 33%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 4px; } }
    .normal-content-section.reminder-content-section .reminder-block.reminder-page-block-content .reminder-form.create-reminder-form .form-group .form-actions .button.btn,
    .normal-content-section.reminder-content-section .reminder-block.reminder-page-block-content .mobile-commons-user-reminders-select .form-group .form-actions .button.btn {
      padding: 9px 23px 8px; }

.normal-content-section.reminder-content-section .create-appointment-contextual-region .form-reminder-wrap {
  max-width: 100% !important; }

.normal-content-section.reminder-content-section .reminder-form.appointment-reminder-form,
.normal-content-section.reminder-content-section form.mobile-commons-user-appointment {
  padding: 18px 0 0; }
  .normal-content-section.reminder-content-section .reminder-form.appointment-reminder-form .form-group.form-wrapper,
  .normal-content-section.reminder-content-section form.mobile-commons-user-appointment .form-group.form-wrapper {
    max-width: 394px; }
  .normal-content-section.reminder-content-section .reminder-form.appointment-reminder-form .form-group.form-wrapper.date-time-appointment-form-group,
  .normal-content-section.reminder-content-section form.mobile-commons-user-appointment .form-group.form-wrapper.date-time-appointment-form-group {
    max-width: 732px;
    margin: 0 0 18px; }
  .normal-content-section.reminder-content-section .reminder-form.appointment-reminder-form .form-group.checkbox-form-group.form-wrapper,
  .normal-content-section.reminder-content-section form.mobile-commons-user-appointment .form-group.checkbox-form-group.form-wrapper {
    max-width: 732px; }

.normal-content-section.reminder-content-section .medicine-reminder-contextual-region .form-reminder-wrap {
  max-width: 100% !important; }

.normal-content-section.reminder-content-section .reminder-form.medicine-reminder-form,
.normal-content-section.reminder-content-section form.mobile-commons-user-pills,
.normal-content-section.reminder-content-section form.mobile-commons-user-depo {
  padding: 18px 0 0; }
  .normal-content-section.reminder-content-section .reminder-form.medicine-reminder-form .form-group.form-wrapper,
  .normal-content-section.reminder-content-section form.mobile-commons-user-pills .form-group.form-wrapper,
  .normal-content-section.reminder-content-section form.mobile-commons-user-depo .form-group.form-wrapper {
    max-width: 394px; }
  .normal-content-section.reminder-content-section .reminder-form.medicine-reminder-form .form-group.form-wrapper.time-appointment-form-group,
  .normal-content-section.reminder-content-section form.mobile-commons-user-pills .form-group.form-wrapper.time-appointment-form-group,
  .normal-content-section.reminder-content-section form.mobile-commons-user-depo .form-group.form-wrapper.time-appointment-form-group {
    max-width: 339px;
    margin: 0 0 14px; }

.normal-content-section.reminder-content-section .refill-reminder-contextual-region .form-reminder-wrap {
  max-width: 100% !important; }

.normal-content-section.reminder-content-section .reminder-form.refill-reminder-form,
.normal-content-section.reminder-content-section .mobile-commons-user-refill {
  padding: 24px 0 0; }
  .normal-content-section.reminder-content-section .reminder-form.refill-reminder-form .form-group.form-wrapper,
  .normal-content-section.reminder-content-section .mobile-commons-user-refill .form-group.form-wrapper {
    max-width: 394px;
    margin: 0 0 25px; }
  .normal-content-section.reminder-content-section .reminder-form.refill-reminder-form .form-group.form-wrapper.time-appointment-form-group,
  .normal-content-section.reminder-content-section .mobile-commons-user-refill .form-group.form-wrapper.time-appointment-form-group {
    max-width: 339px;
    margin: 0 0 17px; }
  .normal-content-section.reminder-content-section .reminder-form.refill-reminder-form .form-group.checkbox-form-group.form-wrapper,
  .normal-content-section.reminder-content-section .mobile-commons-user-refill .form-group.checkbox-form-group.form-wrapper {
    margin: 0 0 23px; }

.normal-content-section.reminder-content-section .testing-reminder-contextual-region .form-header h4 {
  margin: 0 0 17px; }

.normal-content-section.reminder-content-section .testing-reminder-contextual-region .form-reminder-wrap {
  max-width: 100% !important; }

.normal-content-section.reminder-content-section .reminder-form.testing-reminder-form,
.normal-content-section.reminder-content-section form.mobile-commons-user-testing {
  padding: 22px 0 0; }
  .normal-content-section.reminder-content-section .reminder-form.testing-reminder-form .form-group.form-wrapper,
  .normal-content-section.reminder-content-section form.mobile-commons-user-testing .form-group.form-wrapper {
    max-width: 394px;
    margin: 0 0 25px; }
  .normal-content-section.reminder-content-section .reminder-form.testing-reminder-form .form-group.form-wrapper.time-appointment-form-group,
  .normal-content-section.reminder-content-section form.mobile-commons-user-testing .form-group.form-wrapper.time-appointment-form-group {
    max-width: 339px;
    margin: 0 0 17px; }
  .normal-content-section.reminder-content-section .reminder-form.testing-reminder-form .form-group.checkbox-form-group.form-wrapper,
  .normal-content-section.reminder-content-section form.mobile-commons-user-testing .form-group.checkbox-form-group.form-wrapper {
    margin: 0 0 23px; }

.normal-content-section.reminder-content-section #user-form .control-label {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  color: #001489;
  font-size: 16px;
  line-height: 1.875;
  margin: 0 0 5px;
  padding: 0; }

.normal-content-section.reminder-content-section #profile-sms-settings-edit-form .form-item.panel,
.normal-content-section.reminder-content-section #profile-sms-settings-add-form .form-item.panel,
.normal-content-section.reminder-content-section #user-form .form-item.panel {
  margin-bottom: 50px; }
  .normal-content-section.reminder-content-section #profile-sms-settings-edit-form .form-item.panel .panel-heading,
  .normal-content-section.reminder-content-section #profile-sms-settings-add-form .form-item.panel .panel-heading,
  .normal-content-section.reminder-content-section #user-form .form-item.panel .panel-heading {
    border-top: 1px solid #d7d7d7 !important;
    padding: 20px 0 0;
    font-size: 14px; }
    .normal-content-section.reminder-content-section #profile-sms-settings-edit-form .form-item.panel .panel-heading .panel-title,
    .normal-content-section.reminder-content-section #profile-sms-settings-add-form .form-item.panel .panel-heading .panel-title,
    .normal-content-section.reminder-content-section #user-form .form-item.panel .panel-heading .panel-title {
      color: #100bd7;
      font-family: "Poppins", sans-serif !important;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.4;
      margin: 0 0 10px;
      padding: 0; }

.normal-content-section.reminder-content-section #profile-sms-settings-edit-form #edit-field-date-medication-reminders-wrapper,
.normal-content-section.reminder-content-section #profile-sms-settings-edit-form #edit-field-date-medication-reminder-p-wrapper,
.normal-content-section.reminder-content-section #profile-sms-settings-edit-form #edit-field-date-refill-reminders-wrapper,
.normal-content-section.reminder-content-section #profile-sms-settings-edit-form #edit-field-date-testing-reminders-wrapper,
.normal-content-section.reminder-content-section #profile-sms-settings-add-form #edit-field-date-medication-reminders-wrapper,
.normal-content-section.reminder-content-section #profile-sms-settings-add-form #edit-field-date-medication-reminder-p-wrapper,
.normal-content-section.reminder-content-section #profile-sms-settings-add-form #edit-field-date-refill-reminders-wrapper,
.normal-content-section.reminder-content-section #profile-sms-settings-add-form #edit-field-date-testing-reminders-wrapper,
.normal-content-section.reminder-content-section #user-form #edit-field-date-medication-reminders-wrapper,
.normal-content-section.reminder-content-section #user-form #edit-field-date-medication-reminder-p-wrapper,
.normal-content-section.reminder-content-section #user-form #edit-field-date-refill-reminders-wrapper,
.normal-content-section.reminder-content-section #user-form #edit-field-date-testing-reminders-wrapper {
  max-width: 339px;
  margin: 0 0 17px; }
  .normal-content-section.reminder-content-section #profile-sms-settings-edit-form #edit-field-date-medication-reminders-wrapper .control-label,
  .normal-content-section.reminder-content-section #profile-sms-settings-edit-form #edit-field-date-medication-reminder-p-wrapper .control-label,
  .normal-content-section.reminder-content-section #profile-sms-settings-edit-form #edit-field-date-refill-reminders-wrapper .control-label,
  .normal-content-section.reminder-content-section #profile-sms-settings-edit-form #edit-field-date-testing-reminders-wrapper .control-label,
  .normal-content-section.reminder-content-section #profile-sms-settings-add-form #edit-field-date-medication-reminders-wrapper .control-label,
  .normal-content-section.reminder-content-section #profile-sms-settings-add-form #edit-field-date-medication-reminder-p-wrapper .control-label,
  .normal-content-section.reminder-content-section #profile-sms-settings-add-form #edit-field-date-refill-reminders-wrapper .control-label,
  .normal-content-section.reminder-content-section #profile-sms-settings-add-form #edit-field-date-testing-reminders-wrapper .control-label,
  .normal-content-section.reminder-content-section #user-form #edit-field-date-medication-reminders-wrapper .control-label,
  .normal-content-section.reminder-content-section #user-form #edit-field-date-medication-reminder-p-wrapper .control-label,
  .normal-content-section.reminder-content-section #user-form #edit-field-date-refill-reminders-wrapper .control-label,
  .normal-content-section.reminder-content-section #user-form #edit-field-date-testing-reminders-wrapper .control-label {
    font-size: 14px;
    line-height: 1.875;
    font-family: "proxima-nova", sans-serif !important;
    color: #3c3c3c;
    font-weight: 700;
    margin: 0 0 7px;
    padding: 0; }
  .normal-content-section.reminder-content-section #profile-sms-settings-edit-form #edit-field-date-medication-reminders-wrapper .form-inline.form-item,
  .normal-content-section.reminder-content-section #profile-sms-settings-edit-form #edit-field-date-medication-reminder-p-wrapper .form-inline.form-item,
  .normal-content-section.reminder-content-section #profile-sms-settings-edit-form #edit-field-date-refill-reminders-wrapper .form-inline.form-item,
  .normal-content-section.reminder-content-section #profile-sms-settings-edit-form #edit-field-date-testing-reminders-wrapper .form-inline.form-item,
  .normal-content-section.reminder-content-section #profile-sms-settings-add-form #edit-field-date-medication-reminders-wrapper .form-inline.form-item,
  .normal-content-section.reminder-content-section #profile-sms-settings-add-form #edit-field-date-medication-reminder-p-wrapper .form-inline.form-item,
  .normal-content-section.reminder-content-section #profile-sms-settings-add-form #edit-field-date-refill-reminders-wrapper .form-inline.form-item,
  .normal-content-section.reminder-content-section #profile-sms-settings-add-form #edit-field-date-testing-reminders-wrapper .form-inline.form-item,
  .normal-content-section.reminder-content-section #user-form #edit-field-date-medication-reminders-wrapper .form-inline.form-item,
  .normal-content-section.reminder-content-section #user-form #edit-field-date-medication-reminder-p-wrapper .form-inline.form-item,
  .normal-content-section.reminder-content-section #user-form #edit-field-date-refill-reminders-wrapper .form-inline.form-item,
  .normal-content-section.reminder-content-section #user-form #edit-field-date-testing-reminders-wrapper .form-inline.form-item {
    display: block; }

.custom-form-section.about-you-custom-form-section .az-ctnr.container {
  max-width: 1290px; }

@media (min-width: 768px) {
  .custom-form-section.about-you-custom-form-section .custom-form-module .form-actions {
    width: 180px; } }

.custom-form-module.about-you .btn,
.custom-form-module.about-you .fake-submit {
  border-radius: 0px !important; }

.custom-form-section.about-you-custom-form-section .form-footnote-row {
  padding-top: 23px;
  color: #68696b; }

.about-you-section-content .view {
  padding: 0;
  line-height: 2.2;
  font-size: 14px; }
  .about-you-section-content .view p {
    margin-bottom: 13px; }
    .about-you-section-content .view p:last-child {
      margin-bottom: 0; }
  .about-you-section-content .view h4 {
    color: #4c4391;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.1;
    margin: 0 0 16px; }

.about-you-section-content .views-field-title h2.field-content {
  border: none;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  color: #4c4391 !important;
  border-bottom: 1px solid #d7d7d7 !important;
  margin: 0;
  padding: 17px 0 13px;
  font-size: 22px;
  line-height: 1.5;
  background: 0 0 !important; }

.about-you-section-content .views-field-field-main-content {
  padding: 26px 0; }
  .about-you-section-content .views-field-field-main-content .about-you-lead {
    color: #4c4391;
    line-height: 1.66;
    font-size: 16px; }

.about-you-section-content .views-field-field-sub-content {
  padding: 4px 0 26px; }
  .about-you-section-content .views-field-field-sub-content:last-child {
    padding-bottom: 0; }

.path-search .glazed-boxed-container,
.path-search .dxpr-theme-boxed-container {
  max-width: 100%; }
  .path-search .glazed-boxed-container .main-container .region-content .search-form a#edit-help-link,
  .path-search .dxpr-theme-boxed-container .main-container .region-content .search-form a#edit-help-link {
    display: inline-block;
    color: #4c4391;
    font-size: 12px;
    font-style: italic;
    font-weight: 500; }
  .path-search .glazed-boxed-container .main-container .region-content .search-form .form-group,
  .path-search .dxpr-theme-boxed-container .main-container .region-content .search-form .form-group {
    margin-bottom: 5px; }
  .path-search .glazed-boxed-container .main-container .region-content .search-form .input-group .form-control,
  .path-search .dxpr-theme-boxed-container .main-container .region-content .search-form .input-group .form-control {
    padding: 8px 12px 7px 12px;
    height: 43px; }
  .path-search .glazed-boxed-container .main-container .region-content .search-form .button.btn-primary.btn,
  .path-search .dxpr-theme-boxed-container .main-container .region-content .search-form .button.btn-primary.btn {
    padding: 8px 10px;
    font-size: 17px;
    min-width: 100px;
    height: 43px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .path-search .glazed-boxed-container .main-container .region-content h2,
  .path-search .dxpr-theme-boxed-container .main-container .region-content h2 {
    border: none;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    color: #4c4391 !important;
    margin: 0 0 30px;
    padding: 17px 0 13px;
    font-size: 22px;
    line-height: 1.5;
    background: 0 0 !important;
    border-bottom: 1px solid #d7d7d7 !important; }
  .path-search .glazed-boxed-container .main-container .region-content ol,
  .path-search .dxpr-theme-boxed-container .main-container .region-content ol {
    line-height: 1.66;
    font-size: 16px;
    color: #4c4391 !important; }
    .path-search .glazed-boxed-container .main-container .region-content ol li,
    .path-search .dxpr-theme-boxed-container .main-container .region-content ol li {
      padding-bottom: 23px; }
    .path-search .glazed-boxed-container .main-container .region-content ol .search-heading h3,
    .path-search .dxpr-theme-boxed-container .main-container .region-content ol .search-heading h3 {
      line-height: 1.66;
      font-size: 16px;
      color: #4c4391 !important;
      margin: 0; }
    .path-search .glazed-boxed-container .main-container .region-content ol .search-result-content,
    .path-search .dxpr-theme-boxed-container .main-container .region-content ol .search-result-content {
      line-height: 2.2;
      font-size: 14px;
      color: #444444; }

.std-heading-section h3 {
  font-size: 30px;
  margin: 0 0 28px; }

.std-heading-section h5 {
  font-family: "proxima-nova", sans-serif !important; }

.std-chart-table .az-row .az-element.az-column {
  margin-bottom: 0; }

.std-chart-table {
  font-family: "proxima-nova", sans-serif !important; }
  .std-chart-table .th-chart {
    background: #685bc7;
    padding: 22px 23px 13px; }
    .std-chart-table .th-chart h4 {
      font-weight: 600;
      color: #ffffff;
      font-size: 24px;
      line-height: 1.1; }
    .std-chart-table .th-chart h6 {
      font-weight: 600;
      color: #ffffff;
      font-size: 18px;
      line-height: 1.1;
      font-family: "proxima-nova", sans-serif !important; }

.std-chart-table .az-row.td-chart-row-wrap {
  margin: 0;
  border: 1px solid #d7d7d7;
  border-top: none; }
  .std-chart-table .az-row.td-chart-row-wrap h4 {
    font-size: 24px;
    line-height: 1.1;
    color: #001489;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif !important;
    margin: 0 auto 12px; }
  .std-chart-table .az-row.td-chart-row-wrap h5 {
    font-size: 18px;
    line-height: 1.1;
    color: #001489;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif !important;
    margin: 0 auto 12px; }
  .std-chart-table .az-row.td-chart-row-wrap .td-chart-col-wrap {
    padding: 22px 30px 25px; }
    .std-chart-table .az-row.td-chart-row-wrap .td-chart-col-wrap:last-child {
      border-left: 1px solid #d7d7d7; }
      @media (max-width: 767px) {
        .std-chart-table .az-row.td-chart-row-wrap .td-chart-col-wrap:last-child {
          border-left: none;
          border-top: 1px solid #d7d7d7; } }
    @media (max-width: 767px) {
      .std-chart-table .az-row.td-chart-row-wrap .td-chart-col-wrap.td-chart-col-wrap-empty {
        display: none; } }
  .std-chart-table .az-row.td-chart-row-wrap table.tbl-diseases {
    border: none;
    table-layout: fixed;
    width: 100% !important;
    border-collapse: collapse; }
    @media (max-width: 991px) {
      .std-chart-table .az-row.td-chart-row-wrap table.tbl-diseases {
        display: block; } }
    @media (max-width: 991px) {
      .std-chart-table .az-row.td-chart-row-wrap table.tbl-diseases tbody,
      .std-chart-table .az-row.td-chart-row-wrap table.tbl-diseases tr {
        display: block; } }
    .std-chart-table .az-row.td-chart-row-wrap table.tbl-diseases td {
      padding: 0 5px;
      font-size: 16px;
      line-height: 1.475;
      border: none; }
      @media (max-width: 991px) {
        .std-chart-table .az-row.td-chart-row-wrap table.tbl-diseases td {
          display: block; } }

.std-chart-table .tbl-data-footer {
  font-size: 14px;
  line-height: 1.42;
  padding: 14px 7px;
  color: #0f1316; }

.std-chart-table .std-content-text-row {
  font-size: 16px;
  line-height: 1.875;
  color: #0f1316; }
  .std-chart-table .std-content-text-row ul li {
    padding-bottom: 14px; }
    .std-chart-table .std-content-text-row ul li:last-child {
      padding-bottom: 0; }

.contact-section {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 18px;
  line-height: 1.66667; }
  @media (min-width: 768px) {
    .contact-section .normal-content-column {
      padding-right: 38px; } }
  .contact-section h4,
  .contact-section h5,
  .contact-section h6 {
    font-weight: 600;
    font-family: "proxima-nova", sans-serif !important; }
  .contact-section h5 {
    font-size: 20px; }
  .contact-section h6 {
    font-size: 17px; }
  .contact-section ul {
    margin-left: -8px; }

.sidebar-with-heading-row {
  font-size: 16px;
  line-height: 1.5; }
  .sidebar-with-heading-row h6 {
    font-size: 16px;
    font-family: "Poppins", sans-serif !important;
    line-height: 1.625;
    font-weight: 600;
    margin: 0 -11px 18px;
    padding: 0 11px 8px;
    border-bottom: 3px solid #dddddd; }
  .sidebar-with-heading-row .az-text {
    padding-left: 11px;
    padding-right: 11px; }

.contact-table-section .az-row .az-element.az-column {
  margin-bottom: 0; }

.contact-table-section {
  font-family: "proxima-nova", sans-serif !important; }
  .contact-table-section .th-chart {
    background: #001489;
    padding: 10px 30px 8px;
    color: #ffffff; }

.contact-table-section .az-row.td-chart-row-wrap {
  margin: 0;
  border: 1px solid #001489;
  border-top: none; }
  .contact-table-section .az-row.td-chart-row-wrap .td-chart-col-wrap {
    padding: 11px 39px 14px; }
    .contact-table-section .az-row.td-chart-row-wrap .td-chart-col-wrap h6 {
      font-weight: 500;
      font-size: 15px; }

.bottom-testimonial-section {
  font-size: 30px;
  font-family: "proxima-nova", sans-serif !important; }
  .bottom-testimonial-section h3 {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 700; }
  .bottom-testimonial-section .container {
    max-width: 1130px !important; }

.image-with-overlay-text-section {
  z-index: 1;
  position: relative; }
  .image-with-overlay-text-section .image-with-overlay-text {
    height: 595px; }

.image-with-overlay-text-content {
  z-index: 2;
  position: relative;
  margin-top: -161px; }
  .image-with-overlay-text-content > .az-ctnr.container {
    padding: 54px 67px 69px;
    background: rgba(255, 255, 255, 0.95);
    max-width: 1306px; }
    @media (max-width: 1200px) {
      .image-with-overlay-text-content > .az-ctnr.container {
        padding-left: 35px;
        padding-right: 35px; } }

#gbkgg07sik p {
  line-height: 30.6px !important; }

#gbi84ruiid h4,
#gbo9g1qhqh h4,
#gbevq4z6ga h4 {
  font-size: 24px !important; }

h4 {
  font-size: 24px; }

#gb2s1pvy70 {
  font-size: 29px !important; }

#gb096my9fo h4 {
  color: #001489 !important; }
  #gb096my9fo h4 a {
    color: unset !important; }

.views-field-title .field-content a {
  color: unset !important; }
  .views-field-title .field-content a:hover {
    color: #0180ef !important; }

.form-submit {
  margin-right: auto !important; }

#block-dxpr-theme-sfcc-advertismentsidebar .block-title {
  display: none !important; }

#ftn1 p,
#ftn2 p,
#ftn3 p {
  font-size: 11px !important; }

#walk-in-hours h4 {
  font-size: 30px !important; }

@media (max-width: 991px) {
  #gbrpfigv6m p,
  #gbewhhl71k p,
  #gb1v5m81i9 p {
    font-size: 18px !important; } }

@media (max-width: 991px) {
  #gbcb8ylxe6 p {
    font-size: 16px !important; } }

.path-blog .page-title-full-width-container {
  background-color: #0c19cc;
  background-image: url("../images/blog-banner-bg.png");
  background-size: contain;
  background-position: center 69px;
  background-repeat: no-repeat; }
  @media (max-width: 1200px) {
    .path-blog .page-title-full-width-container {
      background-position: center bottom; } }
  @media (max-width: 767px) {
    .path-blog .page-title-full-width-container {
      background-size: 150%;
      background-position: 0px 112%;
      margin-bottom: 18px; } }
  @media (max-width: 480px) {
    .path-blog .page-title-full-width-container {
      background-size: 300%;
      background-position: 0% 200%; } }
  .path-blog .page-title-full-width-container .page-title-container {
    padding-top: 90px;
    padding-bottom: 88px; }
    @media (max-width: 767px) {
      .path-blog .page-title-full-width-container .page-title-container {
        padding-top: 60px;
        padding-bottom: 58px; } }

.path-blog .page-title-full-width-container .page-title-container h1.page-title {
  font-family: "Poppins", sans-serif !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 1.06; }

.path-blog .region.region-content > ol.breadcrumb {
  display: block;
  background: #fff;
  padding: 24px 0 4px; }
  .path-blog .region.region-content > ol.breadcrumb > li + li:before {
    display: none; }
  .path-blog .region.region-content > ol.breadcrumb .glazed-breadcrumb-spacer,
  .path-blog .region.region-content > ol.breadcrumb .dxpr-theme-breadcrumb-spacer {
    font-size: 0; }
    .path-blog .region.region-content > ol.breadcrumb .glazed-breadcrumb-spacer:before,
    .path-blog .region.region-content > ol.breadcrumb .dxpr-theme-breadcrumb-spacer:before {
      font-size: 16px;
      color: #0f1316;
      line-height: 1.2;
      display: inline-block;
      content: "\00bb";
      margin: 0 7px 0 4px; }

.path-blog .region.region-content > ol.breadcrumb li {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  font-size: 14px; }
  .path-blog .region.region-content > ol.breadcrumb li a {
    text-decoration: underline;
    color: #0414cc; }
    .path-blog .region.region-content > ol.breadcrumb li a:hover {
      text-decoration: none; }

.path-blog .region.region-content > ol.breadcrumb > .active {
  color: #0f1316; }

.blog-list-section {
  padding-bottom: 29px; }
  @media (max-width: 767px) {
    .blog-list-section {
      padding-bottom: 5px; } }
  .blog-list-section .views-row {
    padding-bottom: 24px; }
    .blog-list-section .views-row .views-field-field-blog-listing-page-summary {
      padding-bottom: 17px; }

@media (max-width: 1200px) {
  .path-blog .main-container {
    padding: 0 35px; } }

.blog-list-section .views-row h3 {
  font-size: 30px;
  line-height: 1.54;
  color: #001489;
  padding-bottom: 4px; }
  @media (max-width: 767px) {
    .blog-list-section .views-row h3 {
      font-size: 28px;
      line-height: 1.3; } }

.blog-list-section .views-row .views-field-field-blog-listing-page-summary .field-content {
  font-family: "proxima-nova", sans-serif;
  color: #444444;
  line-height: 1.63; }

.blog-list-section .views-row .views-field-view-node .field-content a {
  color: #001489;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif; }
  .blog-list-section .views-row .views-field-view-node .field-content a:after {
    font-size: 16px;
    color: #001489;
    line-height: 1.2;
    display: inline-block;
    content: "\00bb";
    margin: 0 7px 0 4px; }
  .blog-list-section .views-row .views-field-view-node .field-content a:hover {
    color: #0180ef; }
    .blog-list-section .views-row .views-field-view-node .field-content a:hover:after {
      color: #0180ef; }

.page-node-type-article .page-title-full-width-container {
  background-color: #0c19cc;
  background-image: url("../images/blog-banner-bg.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .page-node-type-article .page-title-full-width-container {
      background-size: 150%;
      background-position: 0px 112%; } }
  @media (max-width: 480px) {
    .page-node-type-article .page-title-full-width-container {
      background-size: 300%;
      background-position: bottom; } }
  .page-node-type-article .page-title-full-width-container .page-title-container {
    padding-top: 90px;
    padding-bottom: 88px; }
    @media (max-width: 767px) {
      .page-node-type-article .page-title-full-width-container .page-title-container {
        padding-top: 60px;
        padding-bottom: 58px; } }

.page-node-type-article .region.region-content {
  padding-bottom: 54px; }
  .page-node-type-article .region.region-content > ol.breadcrumb {
    display: block;
    background: #fff;
    padding: 24px 0 4px; }
    .page-node-type-article .region.region-content > ol.breadcrumb > li + li:before {
      display: none; }
    .page-node-type-article .region.region-content > ol.breadcrumb .glazed-breadcrumb-spacer,
    .page-node-type-article .region.region-content > ol.breadcrumb .dxpr-theme-breadcrumb-spacer {
      font-size: 0; }
      .page-node-type-article .region.region-content > ol.breadcrumb .glazed-breadcrumb-spacer:before,
      .page-node-type-article .region.region-content > ol.breadcrumb .dxpr-theme-breadcrumb-spacer:before {
        font-size: 16px;
        color: #0f1316;
        line-height: 1.2;
        display: inline-block;
        content: "\00bb";
        margin: 0 7px 0 4px; }

.page-node-type-article .list-inline {
  display: none; }

.page-node-type-article .field--name-field-categories-blog .field--label {
  display: none; }

@media (max-width: 1200px) {
  .page-node-type-article .main-container {
    padding: 0 35px; } }

.page-node-type-article section.col-sm-9 {
  width: 100%; }

.page-node-type-article aside.col-sm-3 {
  display: none; }

@media (max-width: 991px) {
  .page-node-type-article .single-blog-sidebar .col-sm-9,
  .page-node-type-article .single-blog-sidebar .col-sm-3 {
    width: 100% !important; } }

.page-node-type-article .page-title-full-width-container .page-title-container h1.page-title {
  font-family: "Poppins", sans-serif !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 1.06; }

.page-node-type-article .region.region-content > ol.breadcrumb li {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  font-size: 14px; }
  .page-node-type-article .region.region-content > ol.breadcrumb li a {
    text-decoration: underline;
    color: #0414cc; }
    .page-node-type-article .region.region-content > ol.breadcrumb li a:hover {
      text-decoration: none; }

.page-node-type-article .region.region-content > ol.breadcrumb > .active {
  color: #0f1316; }

.page-node-type-article .content .field {
  font-family: "proxima-nova", sans-serif !important;
  line-height: 1.63; }
  .page-node-type-article .content .field p {
    margin: 0 0 24px; }

.page-node-type-article .content h2 {
  font-size: 30px;
  line-height: 1.56;
  color: #001489; }
  @media (min-width: 992px) {
    .page-node-type-article .content h2 {
      width: 75%; } }
  @media (max-width: 767px) {
    .page-node-type-article .content h2 {
      font-size: 28px;
      line-height: 1.3; } }

.page-node-type-article .field--name-field-categories-blog .field--items .field--item {
  display: inline-block;
  background: #d4dbff;
  font-size: 10px;
  padding: 0px 6px;
  font-weight: 500;
  font-family: "Roboto", sans-serif !important;
  border-radius: 4px; }
  .page-node-type-article .field--name-field-categories-blog .field--items .field--item a {
    color: #000; }
    .page-node-type-article .field--name-field-categories-blog .field--items .field--item a:hover {
      color: #0180ef; }

.page-node-type-article .single-blog-sidebar {
  padding-top: 0;
  color: #444444; }
  .page-node-type-article .single-blog-sidebar .block-sharethis .block-title {
    display: none; }
  .page-node-type-article .single-blog-sidebar .block-sharethis .sharethis-wrapper {
    text-align: right; }
    .page-node-type-article .single-blog-sidebar .block-sharethis .sharethis-wrapper > span {
      margin-left: 8px; }
      @media (max-width: 1200px) {
        .page-node-type-article .single-blog-sidebar .block-sharethis .sharethis-wrapper > span {
          margin-left: 0; } }
      .page-node-type-article .single-blog-sidebar .block-sharethis .sharethis-wrapper > span .stButton {
        width: 26px !important; }
        .page-node-type-article .single-blog-sidebar .block-sharethis .sharethis-wrapper > span .stButton .chicklets {
          height: 26px;
          width: 26px;
          background-size: cover; }

@media (min-width: 992px) {
  .page-node-type-article .sidebar-column {
    margin-top: -100px; } }

.page-node-type-article .az-element.col-sm-9 {
  margin-bottom: 5px; }

.page-node-type-article .content-bottom-container {
  max-width: 100%;
  padding: 0; }
  .page-node-type-article .content-bottom-container .block-title {
    display: none; }
  @media (max-width: 1200px) {
    .page-node-type-article .content-bottom-container .row {
      margin: 0; } }
  @media (max-width: 1200px) {
    .page-node-type-article .content-bottom-container .row .container-col {
      padding: 0; } }
  .page-node-type-article .content-bottom-container .row .container-col .testimonial-module-section {
    padding-left: 60px;
    padding-right: 60px; }
    @media (max-width: 1200px) {
      .page-node-type-article .content-bottom-container .row .container-col .testimonial-module-section {
        padding: 31px 15px 47px; } }
    @media (max-width: 767px) {
      .page-node-type-article .content-bottom-container .row .container-col .testimonial-module-section {
        padding: 31px 35px 47px; } }
  .page-node-type-article .content-bottom-container .row .container-col .bottom-callout-section {
    padding-left: 60px;
    padding-right: 60px; }
    @media (max-width: 1200px) {
      .page-node-type-article .content-bottom-container .row .container-col .bottom-callout-section {
        padding-left: 15px;
        padding-right: 15px; } }

.region-sidebar-second {
  padding-top: 89px; }
  @media (max-width: 767px) {
    .region-sidebar-second {
      padding-top: 0;
      padding-bottom: 7px; } }
  .region-sidebar-second #block-advertismentsidebar {
    margin: 0 -12px 5px; }
    @media (max-width: 1200px) {
      .region-sidebar-second #block-advertismentsidebar {
        margin: 0 0 5px; } }
    .region-sidebar-second #block-advertismentsidebar .block-title {
      display: none; }
    @media (max-width: 767px) {
      .region-sidebar-second #block-advertismentsidebar img {
        width: 100% !important; } }
  .region-sidebar-second .block-views-blockcategories-block-1 {
    margin: 0 -12px 30px; }
    @media (max-width: 1200px) {
      .region-sidebar-second .block-views-blockcategories-block-1 {
        margin: 0 0 5px; } }
    .region-sidebar-second .block-views-blockcategories-block-1 .view-categories .views-row {
      display: inline-block; }

.region-sidebar-second .block-views-blockcategories-block-1 .block-title {
  font-size: 20px;
  color: #001489; }

.region-sidebar-second .block-views-blockcategories-block-1 .view-categories .field-content a {
  display: inline-block;
  background: #d4dbff;
  font-size: 10px;
  color: #000;
  padding: 0px 6px;
  font-weight: 500;
  font-family: "Roboto", sans-serif !important;
  border-radius: 4px; }
  .region-sidebar-second .block-views-blockcategories-block-1 .view-categories .field-content a:hover {
    color: #0180ef; }

.slay-header {
  padding: 25px 0 15px; }
  @media (max-width: 991px) {
    .slay-header {
      padding: 10px 0 5px; } }
  @media (max-width: 767px) {
    .slay-header {
      padding: 0; } }
  .slay-header .az-column {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto 0; }
    @media (max-width: 767px) {
      .slay-header .az-column {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 17px; } }

@media (max-width: 767px) {
  .slay-header .slay-logo {
    text-align: center;
    color: #ffffff;
    padding-top: 18px;
    padding-bottom: 0; } }

.slay-header .slay-logo .slay-logo-svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  max-width: 216px; }
  @media (max-width: 991px) {
    .slay-header .slay-logo .slay-logo-svg {
      margin-right: 11px;
      max-width: 115px; } }
  .slay-header .slay-logo .slay-logo-svg svg {
    width: 100% !important;
    height: auto !important;
    vertical-align: middle;
    display: inline-block; }
    @media (max-width: 767px) {
      .slay-header .slay-logo .slay-logo-svg svg path {
        fill: #ffffff; } }

.slay-header .slay-logo .az-text {
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .slay-header .slay-logo .az-text {
      text-align: left; } }
  .slay-header .slay-logo .az-text h5 {
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin: 0; }
    @media (max-width: 991px) {
      .slay-header .slay-logo .az-text h5 {
        font-size: 10px; } }
    @media (max-width: 767px) {
      .slay-header .slay-logo .az-text h5 {
        color: #ffffff; } }

.slay-header .menu-column {
  text-align: right;
  padding-top: 11px;
  padding-bottom: 11px; }
  @media (max-width: 767px) {
    .slay-header .menu-column {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 17px; } }
  .slay-header .menu-column .az-button {
    display: inline-block;
    vertical-align: middle; }
    .slay-header .menu-column .az-button .az-button-content {
      font-family: "Poppins", sans-serif !important;
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
      text-transform: uppercase;
      min-width: 148px;
      padding: 13px 12px 12px; }
      @media (max-width: 767px) {
        .slay-header .menu-column .az-button .az-button-content {
          font-size: 11px;
          min-width: 94px;
          padding: 8px 8px 7px; } }
  .slay-header .menu-column .az-button.no-bg-btn .az-button-content {
    background: transparent;
    color: #ffffff;
    font-weight: 700;
    min-width: 140px; }
    @media (max-width: 767px) {
      .slay-header .menu-column .az-button.no-bg-btn .az-button-content {
        min-width: 94px; } }
    .slay-header .menu-column .az-button.no-bg-btn .az-button-content:hover, .slay-header .menu-column .az-button.no-bg-btn .az-button-content:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background: transparent;
      color: #ffffff;
      border-color: transparent;
      text-decoration: underline; }
  @media (min-width: 768px) {
    .slay-header .menu-column .az-button.no-bg-btn:last-child .az-button-content {
      margin-right: -14px; } }

.slay-footer {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400; }
  @media (max-width: 767px) {
    .slay-footer {
      text-align: center;
      font-size: 11px;
      padding: 10px 0 0; } }
  .slay-footer .az-column {
    padding-top: 24px;
    padding-bottom: 26px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .slay-footer .az-column {
        padding-top: 5px;
        padding-bottom: 5px; } }

.slay-footer .menu-column {
  text-align: right; }
  @media (max-width: 767px) {
    .slay-footer .menu-column {
      text-align: center; } }
  .slay-footer .menu-column .az-button {
    display: inline-block;
    vertical-align: middle; }
    .slay-footer .menu-column .az-button .az-button-content {
      font-family: "Poppins", sans-serif !important;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      min-width: 1px;
      padding: 7px 14px; }
      @media (max-width: 767px) {
        .slay-footer .menu-column .az-button .az-button-content {
          font-size: 11px;
          min-width: 94px;
          padding: 8px 8px 7px; } }
  .slay-footer .menu-column .az-button.no-bg-btn .az-button-content {
    background: transparent;
    font-weight: 700;
    color: #ffffff; }
    .slay-footer .menu-column .az-button.no-bg-btn .az-button-content:hover, .slay-footer .menu-column .az-button.no-bg-btn .az-button-content:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background: transparent;
      color: #ffffff;
      border-color: transparent;
      text-decoration: underline; }

.slay-section.image-with-overlay-text-section .image-with-overlay-text {
  height: 876px; }
  @media (max-width: 767px) {
    .slay-section.image-with-overlay-text-section .image-with-overlay-text {
      height: 13.93em; } }

.slay-section.image-with-overlay-text-content {
  margin-top: -270px; }
  @media (max-width: 767px) {
    .slay-section.image-with-overlay-text-content {
      margin-top: -62px; } }
  .slay-section.image-with-overlay-text-content > .az-ctnr.container {
    background: #ffffff;
    max-width: 1170px;
    padding: 56px 56px 46px; }
    @media (max-width: 767px) {
      .slay-section.image-with-overlay-text-content > .az-ctnr.container {
        padding: 15px 22px 18px;
        width: 83.45%; } }
  .slay-section.image-with-overlay-text-content .overlay-text-center {
    margin-left: auto;
    margin-right: auto;
    color: #5f5f5f;
    font-family: "Poppins", sans-serif !important;
    font-weight: 300;
    max-width: 883px;
    font-size: 20px;
    line-height: 1.7; }
    @media (max-width: 767px) {
      .slay-section.image-with-overlay-text-content .overlay-text-center {
        font-size: 11px; } }
    .slay-section.image-with-overlay-text-content .overlay-text-center h2 {
      max-width: 772px;
      margin: 0 auto 27px;
      font-weight: 300;
      line-height: 1.1;
      font-size: 50px; }
      @media (max-width: 767px) {
        .slay-section.image-with-overlay-text-content .overlay-text-center h2 {
          font-size: 16px;
          margin: 0 auto 13px;
          line-height: 1.38;
          max-width: 275px; } }
      .slay-section.image-with-overlay-text-content .overlay-text-center h2 strong {
        font-weight: 700; }

.slay-cta-section > .container {
  max-width: 100%;
  padding: 0; }

.slay-cta-content-section {
  padding: 40px 0;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44; }
  .slay-cta-content-section:first-child {
    padding-top: 0; }
  @media (max-width: 767px) {
    .slay-cta-content-section {
      padding: 0;
      font-size: 11px;
      line-height: 1.82; } }
  .slay-cta-content-section > .container {
    max-width: 100%;
    padding: 0 0 0 121px; }
    @media (max-width: 1200px) {
      .slay-cta-content-section > .container {
        padding: 0 0 0 45px; } }
    @media (max-width: 1279px) {
      .slay-cta-content-section > .container {
        padding: 0; } }
    .slay-cta-content-section > .container > .az-row {
      margin-left: 0;
      margin-right: 0; }
  .slay-cta-content-section .az-column {
    margin-bottom: 0;
    padding: 71px 70px; }
    @media (max-width: 991px) {
      .slay-cta-content-section .az-column {
        padding: 45px; } }
    @media (max-width: 767px) {
      .slay-cta-content-section .az-column {
        padding: 30px 9.9% 34px; } }
    .slay-cta-content-section .az-column.img-column {
      min-height: 468px; }
      @media (max-width: 767px) {
        .slay-cta-content-section .az-column.img-column {
          min-height: 17.95em; } }
  .slay-cta-content-section .az-text {
    max-width: 480px; }
    @media (max-width: 1279px) {
      .slay-cta-content-section .az-text {
        max-width: 100%; } }
  .slay-cta-content-section h3 {
    font-family: "Poppins", sans-serif !important;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.45;
    padding-bottom: 20px;
    margin: 0; }
    @media (max-width: 767px) {
      .slay-cta-content-section h3 {
        font-size: 18px;
        padding-bottom: 17px; } }
  .slay-cta-content-section p {
    margin: 0 0 26px; }
    @media (max-width: 767px) {
      .slay-cta-content-section p {
        margin-bottom: 12px; } }
    .slay-cta-content-section p:last-child {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .slay-cta-content-section p:last-child {
          margin-bottom: 0; } }

.slay-cta-content-section.image-right > .container {
  padding: 0 121px 0 0; }
  @media (max-width: 1279px) {
    .slay-cta-content-section.image-right > .container {
      padding: 0; } }

@media (min-width: 768px) {
  .slay-cta-content-section.image-right .az-column.img-column {
    order: 2; } }

@media (min-width: 768px) {
  .slay-cta-content-section.image-right .az-text {
    margin-left: auto; } }

.slay-resources-section {
  padding: 40px 0 68px; }
  @media (max-width: 991px) {
    .slay-resources-section {
      padding: 20px 0 68px; } }
  @media (max-width: 1200px) {
    .slay-resources-section .container {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 767px) {
    .slay-resources-section .container {
      padding-left: 9.9%;
      padding-right: 9.9%; } }
  .slay-resources-section .az-column {
    margin: 0;
    padding: 35px 15px; }
    @media (max-width: 991px) {
      .slay-resources-section .az-column {
        width: 100%; } }
    @media (max-width: 767px) {
      .slay-resources-section .az-column {
        padding: 20px 15px; } }
  .slay-resources-section .heading-row .az-column {
    margin: 0;
    padding: 12px 15px 15px; }
    @media (max-width: 767px) {
      .slay-resources-section .heading-row .az-column {
        padding: 12px 15px 2px; } }
  .slay-resources-section h3 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700;
    color: #29317d;
    font-size: 34px;
    line-height: 1.22;
    margin: 0; }
    @media (max-width: 767px) {
      .slay-resources-section h3 {
        font-size: 20px; } }
  .slay-resources-section h4 {
    font-family: "Poppins", sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    color: #29317d;
    margin: 0;
    padding: 0 0 25px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .slay-resources-section h4 {
        font-size: 16px;
        padding-bottom: 20px; } }
  .slay-resources-section h5 {
    font-family: "Poppins", sans-serif !important;
    color: #29317d;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7; }
    @media (max-width: 767px) {
      .slay-resources-section h5 {
        font-size: 12px; } }
  .slay-resources-section p {
    margin: 0 0 21px; }
    .slay-resources-section p:last-child {
      margin-bottom: 0; }
  .slay-resources-section .contact-content {
    font-family: "proxima-nova", sans-serif !important;
    font-size: 20px;
    color: #5f5f5f;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 auto 40px;
    max-width: 500px; }
    @media (max-width: 767px) {
      .slay-resources-section .contact-content {
        font-size: 16px;
        line-height: 1.25;
        margin: 0 auto 27px;
        max-width: 300px; } }
    .slay-resources-section .contact-content h6 {
      font-size: 20px;
      font-family: "proxima-nova", sans-serif !important;
      font-weight: 700;
      color: #16a1dc; }
      @media (max-width: 767px) {
        .slay-resources-section .contact-content h6 {
          font-size: 20px; } }
  .slay-resources-section .az-button .az-button-content {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 166px;
    padding: 14px; }
    @media (max-width: 767px) {
      .slay-resources-section .az-button .az-button-content {
        font-size: 14px;
        min-width: 138px;
        padding: 11px; } }

.slay-affirmation-section {
  font-family: "Poppins", sans-serif !important;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  background-size: 1408px auto;
  padding: 84px 0 0;
  background-position: center -20px; }
  @media (max-width: 767px) {
    .slay-affirmation-section {
      font-size: 16px;
      padding: 30px 0 0; } }
  .slay-affirmation-section .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    @media (max-width: 1200px) {
      .slay-affirmation-section .container {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (max-width: 767px) {
      .slay-affirmation-section .container {
        padding-left: 9.9%;
        padding-right: 9.9%; } }
    .slay-affirmation-section .container .container {
      max-width: 1412px;
      padding-left: 0;
      padding-right: 0; }
      @media (max-width: 1200px) {
        .slay-affirmation-section .container .container {
          padding-left: 0;
          padding-right: 0; } }
  .slay-affirmation-section h3 {
    font-family: "Poppins", sans-serif !important;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.85;
    text-align: center;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .slay-affirmation-section h3 {
        font-size: 18px;
        padding-bottom: 17px; } }
  .slay-affirmation-section p {
    margin: 0 0 30px; }
    .slay-affirmation-section p:last-child {
      margin-bottom: 0; }
  .slay-affirmation-section .affirmation-footer {
    margin: 48px 0 0; }
    @media (max-width: 767px) {
      .slay-affirmation-section .affirmation-footer {
        width: 1400px;
        left: -50%;
        margin: 0; } }

.section-header-jumbotron.slay-section-header .az-ctnr.container-fluid .az-jumbotron.jumbotron {
  padding: 129px 0 109px; }
  @media (max-width: 767px) {
    .section-header-jumbotron.slay-section-header .az-ctnr.container-fluid .az-jumbotron.jumbotron {
      text-align: center; } }

.section-header-jumbotron.slay-section-header h2 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1; }

.slay-content-section {
  padding: 87px 0 128px;
  font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: #5f5f5f; }
  @media (max-width: 767px) {
    .slay-content-section {
      font-size: 18px; } }
  .slay-content-section .container {
    max-width: 1000px; }
  @media (max-width: 1200px) {
    .slay-content-section > .container {
      padding-left: 35px;
      padding-right: 35px; } }
  .slay-content-section h3 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700;
    color: #29317d;
    font-size: 34px;
    line-height: 1.22;
    margin: 0; }
    @media (max-width: 767px) {
      .slay-content-section h3 {
        font-size: 24px; } }
  .slay-content-section h5 {
    font-family: "Poppins", sans-serif !important;
    color: #29317d;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7; }
  .slay-content-section p {
    margin: 0 0 21px; }
    .slay-content-section p:last-child {
      margin-bottom: 0; }
  .slay-content-section .az-button .az-button-content {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 184px;
    padding: 14px; }

.slay-content-section .custom-web-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 759px; }
  .slay-content-section .custom-web-form form > .form-actions:after {
    font-family: "proxima-nova", sans-serif !important;
    color: #585858;
    font-weight: 400;
    font-size: 18px;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.4;
    letter-spacing: normal; }
  .slay-content-section .custom-web-form form > .form-actions {
    margin-top: -3px;
    padding: 0 10px 0; }
  .slay-content-section .custom-web-form form .form-group {
    margin-bottom: 23px; }
  .slay-content-section .custom-web-form .fieldset-legend,
  .slay-content-section .custom-web-form .control-label {
    font-family: "proxima-nova", sans-serif !important;
    color: #585858;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    padding-bottom: 7px;
    display: block; }
    .slay-content-section .custom-web-form .fieldset-legend.option,
    .slay-content-section .custom-web-form .control-label.option {
      font-size: 16px;
      font-weight: 300;
      padding: 4px 0 0; }
  .slay-content-section .custom-web-form input[type=search],
  .slay-content-section .custom-web-form input[type=url],
  .slay-content-section .custom-web-form input[type=number],
  .slay-content-section .custom-web-form input[type=text],
  .slay-content-section .custom-web-form input[type=password],
  .slay-content-section .custom-web-form input[type=tel],
  .slay-content-section .custom-web-form input[type=email],
  .slay-content-section .custom-web-form input.text,
  .slay-content-section .custom-web-form input.title,
  .slay-content-section .custom-web-form textarea, .slay-content-section .custom-web-form select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #5f5f5f;
    border: 1px solid #979797;
    font-size: 20px;
    line-height: 1.76;
    padding: 8px 16px; }
  .slay-content-section .custom-web-form .form-actions .form-submit {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 148px;
    padding: 14px;
    color: #ffffff;
    background: #fb4d30; }
    .slay-content-section .custom-web-form .form-actions .form-submit:hover, .slay-content-section .custom-web-form .form-actions .form-submit:focus {
      background: #f16727;
      color: #ffffff; }

.slay-content-section .custom-web-form .two-column .fieldset-wrapper {
  margin-left: -15px;
  margin-right: -15px; }

.slay-content-section .custom-web-form .two-column .fieldset-wrapper > .form-item {
  padding-left: 15px;
  padding-right: 15px; }

.slay-form-section.slay-content-section {
  padding: 91px 0 36px; }

.slay-form-section.slay-content-section .webform-confirmation {
  font-family: "proxima-nova", sans-serif !important;
  color: #585858;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.76;
  text-align: center; }

.ad-internal-sidebar .with-shadow {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25)); }

.ad-internal-sidebar .discreet-text {
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 400; }
  .ad-internal-sidebar .discreet-text:hover {
    opacity: .6; }
