@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/FiraSans-Regular.eot');
  src: url('../fonts/fira/FiraSans-Regular.eot?#iefix') format('eot'),
    url('../fonts/fira/FiraSans-Regular.woff') format('woff'),
    url('../fonts/fira/FiraSans-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/FiraSans-LightItalic.eot');
  src: local('../fonts/fira/Fira Sans Light Italic'),
    url('../fonts/fira/FiraSans-LightItalic.eot') format('embedded-opentype'),
    url('../fonts/fira/FiraSans-LightItalic.woff') format('woff'),
    url('../font/fira/FiraSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/FiraSans-Regular.eot');
  src: local('Fira Sans Regular'),
    url('../fonts/fira/FiraSans-Regular.eot') format('embedded-opentype'),
    url('../fonts/fira/FiraSans-Regular.woff') format('woff'),
    url('../fonts/fira/FiraSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/FiraSans-RegularItalic.eot');
  src: local('Fira Sans Regular Italic'),
    url('../fonts/fira/FiraSans-RegularItalic.eot') format('embedded-opentype'),
    url('../fonts/fira/FiraSans-RegularItalic.woff') format('woff'),
    url('../fonts/fira/FiraSans-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('firas/FiraSans-Medium.eot');
  src: local('Fira Sans Medium'),
    url('../fonts/fira/FiraSans-Medium.eot') format('embedded-opentype'),
    url('../fonts/fira/FiraSans-Medium.woff') format('woff'),
    url('../fonts/fira/FiraSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/FiraSans-MediumItalic.eot');
  src: local('Fira Sans Medium Italic'),
    url('../fonts/fira/FiraSans-MediumItalic.eot') format('embedded-opentype'),
    url('../fonts/fira/FiraSans-MediumItalic.woff') format('woff'),
    url('../fonts/fira/FiraSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/FiraSans-Bold.eot');
  src: local('Fira Sans Bold'),
    url('../fonts/fira/FiraSans-Bold.eot') format('embedded-opentype'),
    url('../fonts/fira/FiraSans-Bold.woff') format('woff'),
    url('../fonts/fira/FiraSans-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/FiraSans-BoldItalic.eot');
  src: local('Fira Sans Bold Italic'),
    url('../fonts/fira/FiraSans-BoldItalic.eot') format('embedded-opentype'),
    url('../fonts/fira/FiraSans-BoldItalic.woff') format('woff'),
    url('../fonts/fira/FiraSans-BoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Fira Mono';
  src: url('../fonts/fira/FiraMono-Regular.eot');
  src: local('Fira Mono'),
    url('../fonts/fira/FiraMono-Regular.eot') format('embedded-opentype'),
    url('../fonts/fira/FiraMono-Regular.woff') format('woff'),
    url('../fonts/fira/FiraMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/*
NOTE: Assuming base 16px font-size
*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*color*/

:root {
    --blue:#1b98d2;
    --blueHome:#017DB7;
    --blueDark:#227EA8;/*1b98d2;*/
    --txt:#737373;
}


/* Utility Classes */
.btn {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 12px 19px;
  border-radius: 99999px;
  text-align: center;
}

.btn.btn--pink {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  letter-spacing: -0.11px;
  line-height: 1.25;
  background-color: #f9499c;
  -webkit-box-shadow: 0 4px 0 0 #c94482, 0 0 0 0 #c94482;
  box-shadow: 0 4px 0 0 #c94482, 0 0 0 0 #c94482;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration:none;
}

.btn:hover,
.btn:focus {
  text-decoration: none !important;
  background-color: inherit;
  cursor: pointer;
}
.btn.btn--pink:hover,
.btn.btn--pink:focus {
    background-color: #c94482;}
.btn.btn--pink:focus {
    outline: 2px dotted #E763A1;
    outline-offset: 1px;}
.txt-btn-note {
    display: block;
    font-size: 0.82rem;
    font-weight: 400; 
    
}    
    
@media screen and (min-width: 768px) {
  .btn.btn--pink {
    font-size: 19px;
  }
}

.promotion-img {
  margin: 1rem 0;
}

header,
nav,
main,
footer {
  font-family: 'fira sans', verdana, helvetica, sans-serif;
}

header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

header > .container {
  background-color: white;
  padding: 1rem 0;
  border-bottom: 1px solid #999999;
}
#scheduler header > .container {
    padding: 0.6rem 0;}
header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

/* Mobile Nav Button */
header button {
  position: absolute;
  top: 1rem;
  left: 1rem;
  outline: none;
  border: 0;
  background-color: transparent;
}

header button img {
  width: 30px;
  height: 30px;
}

header .logo {
  display: inline-block;
}

header .logo img {
  max-height: 30px;
}
/*----------------*/
@media only screen 
and (max-width: 480px)
and (orientation: landscape) {
header nav.nav-dropdown {
    height: calc(100vh - 65px);
    overflow: auto;}
}

@media screen and (min-width: 768px) {
  header > .container {
    padding: 2rem 1rem;
    border-bottom: 0;
  }
  #scheduler header > .container {
    padding: 1rem 1rem;}
  header .logo img {
    width: auto;
    min-height: 40px;
  }

  header .row > div:last-child {
    max-width: 65%;
    margin: 0;
    padding-right: 0;
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  header > .container {
    padding: 2rem 20px;
  }
 #scheduler header > .container {
    padding: 1rem 20px;}
  header .row > div:last-child {
    margin-left: auto;
    margin-right: 10px;
    padding-right: 15px;
  }
}

.center-title {
  text-align: right;
  text-transform: uppercase;
}

/*.center-title a {
  display: block;
  text-decoration: none;
  text-align: center;
}*/

.center-title .h3-title
 {
  margin-top: 10px;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #333;/*#7dcdf4;*/
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}


.center-title.hidden-sm {
  text-align: center;
  margin-bottom: 0;
}

.center-title.hidden-sm .h3-title {
  padding: 0 10px;
  font-size: 22px;
  font-weight: 800;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 800;
}

.center-title span {
  display: block;
  font-size: 16px;
  text-align: center;
  font-family: 'fira sans', helvetica, sans-serif;
  font-weight: 600;
  color: #6e6e6e;
  text-transform: uppercase;
}

.center-title .h3-title {
  text-align: center;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .center-title .h3-title {
    color:#7dcdf4;
    font-size: 26px;
  }
  .center-title.hidden-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media screen and (min-width: 992px) {
  .center-title.hidden-xs {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media screen and (min-width: 1200px) {
  .center-title  .h3-title {
    white-space: nowrap;
    margin-left: -20%;
    margin-right: -20%;
  }
}

/* New Navigation */
nav ul {
  display: block;
  padding: 1rem 0 2rem;
  margin: 0;
  list-style: none;
}

nav a,
nav a:link,
nav a:visited {
  display: block;
  padding: 0.75rem 0;
  cursor: pointer;
  color: black;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/*----*/
@media screen and (max-height: 320px) and (orientation: landscape){
  header nav .head-nav {
    height: calc(100vh - 65px);
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px) {
  nav {
    background-color: #7dcdf4;
  }

  nav .container {
    width: 100%;
    margin: 0;
  }

  nav ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  nav a,
  nav a:link,
  nav a:visited {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    padding: 20px 7.5px;
    color: white;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  nav a:hover,
  nav a:focus,
  nav a.active {
    background-color: #00a4db;
    color:#fff;
  }
    nav a:focus{
    outline-offset: -2px;
    }
  .sticky-nav a {
    padding: 20px 7.5px !important;
  }
}

@media screen and (min-width: 992px) {
  nav a,
  nav a:link {
    padding: 20px 10px;
    font-size: 14px;
  }

  /* Re-apply styles */
  nav .container {
    width: 970px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-nav a {
    padding: 20px 10px !important;
  }
}

@media screen and (min-width: 1200px) {
  nav .container {
    width: 1170px;
  }
}

/* Language Selector */
.language-selector.container {
  padding-top: 8px;

  /* Should add up to 30px between selector and nav */
  padding-bottom: 0;
  border-bottom: 0;
}

.language-selector ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: 'fira sans', verdana, helvetica, sans-serif;
  color: #999999;
}
.language-selector ul li a {
    padding-right:0.25em;
    padding-left:0.25em;
    display:inline-block;}
 .language-selector ul li:first-child a{
border-right:1px solid #ccc;
 }                   
.language-selector ul a {
  color: #007CB6;
  text-decoration:none;
  cursor: pointer;
}
.language-selector ul a.aspNetDisabled {
  color: #737373;
  text-decoration:none;
  cursor: none;
}
.language-selector ul a:hover {
    text-decoration:underline;
}
.language-selector ul a:not([href]):hover {
  
  text-decoration:none;
  cursor: default;
}
.language-selector a:focus {
  outline-color:#007cb6;
}

.language-selector .language-selector__separator {
  margin: 0 3.5px;
}

@media screen and (min-width: 768px) {
  .language-selector.container {
    padding-top: 12px;
    padding-bottom: 0;
  }
#scheduler .language-selector.container {
    padding-top: 8px;
    padding-bottom: 0;
  }
  .ca-header .container:nth-child(2) {
    padding-top: 20px;
  }

  /* Padding to nudge selector over */
  .language-selector .col-md-3 {
    width: 25%;
  }
  .language-selector .col-xs-12 {
    padding-left: 30px;
    margin-left: auto;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media screen and (min-width: 992px) {
  .language-selector .col-xs-12 {
    width: 52.5%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

/* Initial padding. Will be overrided by js */
main {
  padding-top: 63px;
}

@media screen and (min-width: 768px) {
  main {
    padding-top: 186px;
  }
}

@media screen and (min-width: 992px) {
  main {
    padding-top:170px; /*172px;*/
  }
}

main .center-title {
  margin: 2rem 0 1rem;
}

/* Footer Styles */
footer {
  padding: 40px 25px;
  background-color: #7dcdf4;
  color: #333;/*white;*/
  text-align: center;
  font-family: 'fira sans', verdana, helvetica, sans-serif;
  font-weight: 400;
  overflow: hidden;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  list-style-type: none;
  margin: 0 0 1rem;
  padding: 0;
}

footer a {
  display: block;
  padding: 1rem 0.5rem;
  text-align: center;
  font-weight: 400;
}

footer a,
footer a:link,
footer a:visited {
  color:#00557C;
}

footer a:hover {
  text-decoration: underline;
}
footer a:focus {
outline: 2px dotted #23527c;
outline-offset: 2px;
}
@media screen and (min-width: 992px) {
  footer {
    padding: 80px 0;
  }

  footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 25px;
  }

  footer a {
    padding: 0 0.5rem;
  }
}

/* ============== Components ======================= */

/* Hero Image + Orientation Info */
.hero {
  position: relative;
}

.hero .btn {
  margin: 20px 0 15px;
}

.hero .container {
  padding: 0 10px;
}

.hero__content {
  background-color: white;
  padding: 30px 0 0;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
}
#employment .hero__content {
display:none;
}
.hero__content a:hover,
.hero__content a:focus {
  text-decoration: underline;
}

.hero__content h2 {
  margin: 0;
  color: #1b98d2;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 800;
  word-spacing: -1px;
}
.hero__content .txt-btn-note{
 margin-bottom: 1.2em;
    text-transform: none;
    margin-top: -0.6em;
}
.hero__content .hero__content__phone {
  color: #6e6e6e;
  font-size: 18px;
  line-height: 1.125;
  font-weight: bold;
}

.hero__content .hero__content__phone span {
  text-decoration: underline;
}

.hero__content .hero__content__center-info {
  text-align: left;
  padding: 25px 1rem 40px;
  color: #6e6e6e;
}

.hero__content
  .hero__content__center-info
  .hero__content__center-info__location,
  .hero__content
  .hero__content__center-info
  .hero__content__center-info__email {
  margin-bottom: 0.8rem;
}

.hero__content
  .hero__content__center-info
  .hero__content__center-info__location
  a {
  color: #6e6e6e;
}

.hero__content .hero__content__center-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
  .hero__content__center-info__location p{
 line-height: 1.3em;
}
.hero__content .hero__content__center-info > div > div:first-child {
  margin-right: 10px;
}

.hero__content
  .hero__content__center-info
  a {
  color: #6e6e6e;
}

.hero.hero-form {
   background-image: url('../Images/ePage-Form-Hero@2x.jpg');
  height: 135px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% top;
  margin-top: 25px;
}

.Form-bg--wrapper {
  background-color: #ffffff;
}

.Form-bg--padding {
  padding: 0 30px 44px;
}

.Form-bg .form-group-nested {
  float: left;
  width: 100%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*.Form-bg .form-orientation p.legal {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}*/

.Form-title--wrapper {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 35px;
}

.Form-title {
  font-family: 'futura-pt', sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.5px;
  color: #009bc3;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
}

.Form-subtitle {
  font-family: 'fira sans', sans-serif;
  color: #6e6e6e;
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
}

.Form-label {
  font-family: 'fira sans', verdana, helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #2a384a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.Form-label--consent {
  margin-top: 30px;
  margin-bottom: 12px;
}

p.Form-required {
  font-family: 'fira sans', verdana, helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #6e6e6e;
  margin: 0 0 10px 0;
}

.control-label {
  display: none;
}
.form-orientation .control-label {
  display: block;
  text-align:left;
  padding-left:0;
  margin-bottom:0.3em;
  font-weight:600;
}
label.txt-legal, .txt-label.txt-legal {
  font-family: 'fira sans', verdana, helvetica, sans-serif;
  color: #6e6e6e;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.form-control {
  font-family: 'fira sans', verdana, helvetica, sans-serif;
  background-color: #FFFDF7;
  color: #6e6e6e;
  /*border: none;
  border-radius: 0;*/
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 11px 10px;
  font-size: 15px;
  line-height: 23px;
  height: 45px;
}

.Form-privacy {
  font-family: 'fira sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #6e6e6e;
}

.Form-privacy p,
.Form-privacy a {
  font-family: 'fira sans', verdana, helvetica, sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #6e6e6e;
}

.Form-privacy p {
  margin: 35px 0 0 0;
}

.Form-privacy a {
  text-decoration: underline;
}

.Form-bg .form-submit {
  text-align: left;
}

.Form-bg .btn-pink {
  color: #ffffff;
  font-family: 'futura-pt', sans-serif;
  font-weight: 800;
  background-color: #f9499c;
  border-color: #f9499c;
  border-left: 1px solid #f9499c;
  border-top: 1px solid #f9499c;
  border-right: 1px solid #f9499c;
  border-bottom: 5px solid #c94482;
  border-radius: 30px;
  /*padding: 13px 73px 10px;*/
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 3px;
}

.Form-bg .btn-pink:hover,
.Form-bg .btn-pink:focus,
.Form-bg .btn-pink:active {
  background-color: #c94482;
  border-color: #c94482;
  color: #ffffff;
}
.Form-bg .btn-pink:focus {
   outline:2px dotted #c94482;
    outline-offset:1px;
}
.form-group-nested input[type="checkbox"] {margin-right:6px;}
.icon-req:before {content:"*";
           padding:0 5px;
           color:#EB0017;}
.form-group-nested input[type="checkbox"]:focus {
    outline: 2px dotted #00557C;
    outline-offset: 1px;
}

@media screen and (min-width: 768px) {
   .hero {
    position: relative;
    z-index: 110 !important;
    min-height: 30vh;
    z-index: 0;
    background-image: url('../Images/epages-headerv2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% top;
  }
  #employment .hero {
    position: relative;
    z-index: 110 !important;
    min-height: 300px;
    z-index: 0;
    background-image: url('../Images/careers-header-img3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 20%;
  }
  .hero.hero-form {
    background-image: url('../Images/ePage-Form-Hero@2x.jpg');
    min-height: 45vh;
    height: auto;
    margin-top: 0;

  }


  .Form-bg {
    max-width: 760px;
    margin: 0 auto 80px auto;
    position: relative;
    z-index: 111;
  }

  .Form-bg .form-orientation {
    width: 73%;
    margin: 0 auto;
  }

  .Form-bg--wrapper {
    width: 96%;
    margin: -50px auto 0 auto;
    -webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
  }

  .Form-bg--padding {
    padding: 60px 30px;
  }

  .Form-title--wrapper {
    margin-top: 0;
  }

  .Form-title {
    font-size: 46px;
  }

  .Form-subtitle {
    font-size: 22px;
    line-height: 34px;
    width: 100%;
    margin: 0;
  }

  .Form-bg .btn-pink {
    margin-top: 0;
  }

  .Form-privacy p {
    margin: 45px 0 0 0;
  }

  .hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 20px;
  }

  .hero__content {
    position: relative;
    top: -10px;
    max-width: 65%;
    -webkit-box-shadow: -4px 4px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: -4px 4px 0 0 rgba(0, 0, 0, 0.3);
    border-bottom: 0;
  }

  .hero__content::before {
    position: absolute;
    top: 0;
    left: -10px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
  }

  .hero__content h2 {
    font-size: 36px;
    margin: 0 10px;
  }

  .hero .btn {
    margin: 20px 0;
  }
  .hero .btn.btn--pink:focus {
   outline:2px dotted #E763A1;
   outline-offset:1px;      
  }
  
  .hero__content .hero__content__phone span {
    text-decoration: none;
  }

  .hero__content .hero__content__center-info {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding: 20px 30px;
  }

  .hero__content
    .hero__content__center-info
    .hero__content__center-info__email
    > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
} /* End of hero tablet styles */

@media screen and (min-width: 992px) {
  .hero__content h2 {
    font-size: 46px;
    margin: 0 16px;
  }
}
/*-----mx-hero adjust------*/

@media screen and (min-width: 768px){
    body.es  .hero {
   
    background-position: 30% top;
  }
    
    
    body.es .hero .container {
    width: 95%;}
     body.es .hero__content{
    max-width: 68%;}
    body.es .hero__content h2 {
    font-size: 32px;
   }
}
@media screen and (min-width: 992px){

body.es .hero__content.col-md-6 {
    width: 62%;}
body.es .hero__content h2 {
    font-size: 38px;
   }
   
}
@media screen and (min-width: 1200px){
body.es .hero .container {
    width: 1170px;}
body.es .hero__content.col-md-6 {
    width: 53%;}
body.es .hero__content h2 {
    font-size: 42px;
   }
   
}
/*------------*/
.center-updates {
  padding: 40px 0;
  font-family: 'fira sans', verdana, helvetica, sans-serif;
  color: #6e6e6e;
  font-size: 16px;
}
.center-updates .container {
max-width:980px;
}
.center-updates .row {
  max-width: 100%;
  margin: 0 auto;
}
.center-updates .postSecUgt {
   margin-bottom: 1em;
}
.center-updates .row > div {
  padding: 0;
}
h1.title,
.center-updates h1:first-child,
.center-updates h1.home-header-primary {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 800;
  margin: 0 0 16px;
  text-align: center;
  color: var(--blueHome);
  font-size: 30px;
}
h1.title,

.center-updates h1.home-header-primary {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 800;
  margin: 0 0 16px;
  text-align: center;
  color: #1b98d2;
  font-size: 24px;}
.center-updates h2,
.center-updates h3,
.center-updates h4,
.center-updates h5,
.center-updates h6 {
  line-height: 1.5;
  font-family: 'fira sans', verdana, helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  color: color:var(--blue);
}
.center-updates h2{
 
  color:var(--blue);
}
.center-updates h3,
.center-updates h4,
.center-updates h5,
.center-updates h6 {
 
  color: var(--blueDark);
}

.center-updates .center-updates__content h2:not(:first-child),
.center-updates .center-updates__content h3:not(:first-child),
.center-updates .center-updates__content h4:not(:first-child),
.center-updates .center-updates__content h5:not(:first-child),
.center-updates .center-updates__content h6:not(:first-child) {
  margin: 0 0 10px;
  line-height: 1.25;
}


.center-updates h3
 {
  font-size: 14px;
      line-height: 1.1em;
}
.center-updates .center-updates-title {
color:var(--blueHome);
font-size: 1.65rem;
   
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 800;
    
}
.center-updates .center-updates__content {
  line-height: 1.5;
}
.center-updates .center-updates__content img {
  max-width:98%;
}

.center-updates p:not(:last-child) {
  margin-bottom: 1em;
}

.center-updates strong {
  color: #1b98d2;
  font-weight: bold;
}

.center-updates .center-updates__header.center-updates__header--withimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 40px;
  margin: 40px 0;
  border-top: 1px solid #e6e6e6;
}

.center-updates__header--withimage img {
  max-width: 75px;
}
body.mx .center-updates__header--withimage img {
  min-width: 76px;
  width:76px;
}

.center-updates__header--withimage span {
  display: inline-block;
  margin-left: 0.5em;
  text-align: left;
  font-size: 23px;
  word-spacing: -1px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

  /*--center hour accordion--*/
  .center-hour-wrap {
margin-bottom:2.4em;
}
.hour-set {
    position:relative;
    max-width:480px;
}
.card-check{
    position: absolute;
    top: 0;
    left: 0;
    opacity:0;
    width:1px;
    height:1px;
}
input[type=checkbox].card-check:focus + label{
    outline:2px dotted #017DB7;
    outline-offset:-2px;
}
.card-label{
    background: #fff;
    color: #666;
    font-weight: 500;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    border-bottom:1px solid #eee;
    position: relative;
    cursor:pointer;
}
.card-label:after{
    
    box-sizing: border-box;
    content: url(../Images/ic-expand-open1x.png);
    display: block;
   
    height: 32px;
    padding: 10px 6px;
    position: absolute;
    right: 0;
    top: 0px;
}
.card-hour{
    border: none;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .3s;
    visibility: hidden;
}
.card-check:checked + .card-label:after{
    content: url(../Images/ic-expand-close1x.png);
}
.card-check:checked + .card-label + .card-hour{
    height:auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
 /*--center hour time--*/
 @media screen and (max-width: 767px){
 .center-hour__content{
 margin-bottom: 1.6em;
    border-bottom: 1px solid #ddd;}
}
 .time-zone {
    font-family: 'fira sans', verdana, helvetica, sans-serif;
   font-size:0.88rem;
        color:#737373;
        font-weight:400;}
        
    .time-zone i.i-marker {}
     .time-zone i.i-marker:before {
    display: inline-block;
    opacity: 0.6;
    box-sizing: border-box;
    content: "";
    background: url(../images/ic-my_location1x.png) no-repeat 0 0;
   background-size: 16px 16px;
    width: 24px;
    height: auto;
    padding: 16px 6px 0 0;
   margin-left: 1em;
    
    }
.center-hour__content ul {
    padding-bottom:0.4em;
    padding-left: 0;
    list-style: none;
    font-size: 0.96rem;}
    .center-hour__content li {
   display: flex;
    justify-content: space-between;
   margin-bottom:0.36rem;}
   
  .center-hour__content ul  .day {
    display: inline-block;
  
    
    
}
  .center-hour__content ul  .class-hr {
    display: inline-block;
   margin-right:6px;
  
   
}

  .center-hour__content ul  .timezone {
    margin-right:6px;
    
  
}

@media screen and (min-width: 768px) {
 
  .center-updates .container {
 width:100%;
  }
  h1.title,
  .center-updates h1:first-child,
  .center-updates h1.home-header-primary {
    margin: 0 0 54px;
    font-size: 34px;
    line-height: 1;
  }

  .center-updates .row > div {
    padding: 0;
  }

  .center-updates .row > div:first-child {
    padding-right: 20px;
  }

  .center-updates .row > div:last-child {
    padding-left: 20px;
  }

  .center-updates .center-updates__header.center-updates__header--withimage {
    margin: 0 0 2rem;
    padding: 0;
    border-top: 0;
  }

  .center-updates__header--withimage span {
    font-size: 28px;
    margin-left: 12px;
    line-height: 28px;
  }
   


    
    
}

@media screen and (min-width: 992px) {
  .center-updates .row > div:first-child {
    padding-right: 40px;
  }

  .center-updates .row > div:last-child {
    padding-left: 40px;
  }

  .center-updates__header--withimage img {
    max-width: 80px;
  }
body.mx .center-updates__header--withimage img {
  min-width: 82px;
  width:82px;
}
  .center-updates .center-updates__header.center-updates__header--withimage {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .center-updates__header--withimage span {
    font-size: 34px;
    margin-left: 12px;
    line-height: 34px;
  }
 
    
}
/*----------------------------*/
.center-updates .promotion-img {
  width: 100%;
  height: auto;
}



.schedule-orientation-cta {
  margin: 60px 0;
  text-align: center;
}

.schedule-orientation-cta .btn {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.schedule-orientation-cta .btn:focus
{background-color: #c94482;
 outline:2px dotted #E763A1;
   outline-offset:1px;  
}
.schedule-orientation-cta h3 {
  text-transform: uppercase;
  color: #2a384a;
  font-family: 'fira sans' !important;
  font-weight: bold;
  font-size: 18px;
}
.schedule-orientation-cta .btn-outer {
    width: auto;
    display: inline-block;}
.schedule-orientation-cta .btn-outer .txt-btn-note {
  margin-top: 1.0em;
 text-align: center;
 font-size:0.82rem;}

@media screen and (min-width: 768px) {
  .schedule-orientation-cta {
    text-align: left;
  }
  .schedule-orientation-cta .btn {
    margin-bottom: 0;
    padding-left: 19px;
    padding-right: 19px;
  }
}

/* About The Center */

.about-center 
{margin: 46px auto;}
.about-center  .row,
.row.about-center__content
  {
  margin-left:0;
  margin-right: 0;
}
.about-center .row > div {
  padding: 0;
}

.about-center .about-center__heading h1 {
  margin-top: 0;
text-align: center;
font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 800;
}



.about-center__content__btn-container {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 60px;
}

.about-center__content .btn.btn--pink {
  display: inline-block;
}

.about-center p {
  margin-bottom: 1em;
  font-family: 'fira sans', verdana, helvetica, sans-serif;
}

.about-center a:not(.btn) {
  text-decoration: underline;
  }

/*.about-center h2 {
  margin-top: 0;
  color: #1b98d2;
  font-size: 18px;
  font-family: 'fira sans', verdana, helvetica, sans-serif;
  font-weight: bold;
}*/

/*.about-center h4 {
  font-size: 16px;
  color: #6e6e6e;
  font-family: 'fira sans', verdana, helvetica, sans-serif;
}*/

.about-center p,
.about-center ul li {
  line-height: 1.5;
}
 .row.about-center__content {
margin-left:0;
margin-right:0;
}
.about-center__content .center__content_side {
  margin-top: 60px;
}
.about-center__content .row-main p:empty
{display:none;
}
/*---deleted center hours--*/
/*.about-center .class-hours {
  text-align: center;
  /* Calculated based on surrounding content */
  /* Should equate to a total of 40px between content and divider */
 /* padding-bottom: 40px !important;
  border-bottom: 1px solid #e6e6e6;
}

.about-center .class-hours ul,
.about-center__sidebar-widget ul {
  list-style: none;
  padding: 0;
}

.about-center .class-hours h2 {
  margin-top: 0;
}

.about-center .class-hours ul {
  display: inline-block;
  margin-bottom: 30px;
}

.about-center .class-hours ul:last-child {
  margin-bottom: 0;
}

.about-center .class-hours li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  margin: 0;
  text-align: left;
}
body.es .about-center .class-hours li {
letter-spacing: -0.5px;
    font-size: 16px;}
    
.about-center .class-hours li span {
  padding-left: 0.4em;
  margin-left: auto;
  text-align: right;
  letter-spacing: -0.6px;
}
.about-center .class-hours li span.timezone {
    font-size:14px;
    margin-left:0;
}
body.es .about-center .class-hours li span {
  padding-left: 0.6em;}

--*/
.about-center .about-center__sidebar-widget {
  display: block;
  min-width:320px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #b5e7fa;
}

.about-center .about-center__sidebar-widget--no-x-padding {
  padding: 10px 0;
}

.about-center .about-center__sidebar-widget--no-x-padding h2 {
   margin: 6px 10px;
}

.about-center__sidebar-widget .video-list ul {
  margin: 0;
}

.about-center__sidebar-widget .video-list ul li {
  margin: 16px 10px;
  font-size: 15px;
  line-height: 1;
}

/*.about-center__sidebar-widget ul.photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
}

.about-center__sidebar-widget ul.photo-list li {
  line-height: 1;
  margin: 0 10px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: calc(33.33% - 20px);
}
.about-center__sidebar-widget ul.photo-list a {
  display: block;
}
.about-center__sidebar-widget ul.photo-list li img {
  width: 100%;
  height: auto;
}

.about-center .class-hours li::before,
.about-center__sidebar-widget ul li::before {
  content: '';
  margin: 0;
  width: 0;
}*/
.about-center__sidebar-widget .photo-list > table
{    border-collapse: collapse;
    margin: auto;
    }
    .about-center__sidebar-widget .photo-list > table td input:hover, 
    .about-center__sidebar-widget .photo-list > table td input:focus
    {box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
        }
.about-center__sidebar-widget h2 {
          font-size: 18px;
    color: #333;
    margin: 0.6em 0;
        text-align: left;
}
.about-center__sidebar-widget h3 {
  font-size: 14px;
  color: #333;
  margin-top: 1em;
      text-align: left;
}
.about-center__sidebar-widget iframe {
  width: 100%;
  margin-bottom: 4px;
}

.about-center__facebook-link {
  margin: 50px 0 10px !important;
}

@media screen and (min-width: 768px) {
 .about-center .about-center__heading h1 {
    margin-bottom: 50px;
  }


  .about-center__content {
   
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    
    flex-flow: row nowrap;
  }
.about-center__content .center__content_side {
  margin-top: 0;
}
  .about-center__content__btn-container {
    text-align: left;
    /* Calculated based on local html elements */
    /* Should equate to 40px vertically */
    padding-top: 24px;
    padding-bottom: 8px;
    margin-bottom: 0;
  }


  .about-center__content .center__content_main {
  
   
    flex: 1 1 auto;
  }

  .about-center__content .center__content_main .btn {
    display: inline-block;
  }

  .about-center__content .center__content_side {
    flex: 0;
  
  }
  
 
}
@media screen and (min-width: 992px) {
 .center__content_main .content-row { 
  display:flex;
  flex-wrap:nowrap;
  gap:1em;
  }
  .content-row .h2 { 
  flex:0 0 180px;
  
  }
  .center__content_main .row-main { 
  
  flex: 1 1 auto;
  }
}
@media screen and (min-width: 1200px) {
  .about-center__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  
    flex-flow: row nowrap;
  }

 
 

  

  .about-center .class-hours {
    padding-right: 10px;
  }
}

.Success--wrapper {
  width: 100%;
  float: left;
  padding: 80px 0 155px;
}

.Success--title {
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #1b98d2;
  margin: 0 0 35px;
}

.Success--text {
  font-family: 'fira sans', helvetica, sans-serif;
  font-weight: 500;
  color: #6e6e6e;
  font-size: 21px;
  line-height: 32px;
}

@media screen and (min-width: 768px) {
  .Success--wrapper {
    width: 80%;
    float: left;
    padding: 80px 0 165px;
  }
  .Success--title {
    font-size: 65px;
  }
  .Success--text {
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (min-width: 992px) {
  .Success--wrapper {
    width: 62%;
  }
}
/*--------------------------------
French translation specific styles
start centers-fr.css
-------------------------------------------*/
.fr .btn.btn--pink {
  font-size: 19px;
  line-height: 22px;
}

.fr main {
  padding-top: 63px;
}

@media screen and (min-width: 768px) {
  .fr .btn.btn--pink {
    padding: 12px 26px;
  }

  .fr header .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fr header .language-selector .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fr header .language-selector .row > div:last-child {
    margin-left: auto;
    -webkit-transform: translate(-5%, 0);
    transform: translate(-5%, 0);
  }

  .fr .center-title h3 {
    font-size: 22px;
  }

  .fr .sticky-nav a {
    padding: 20px 7.5px !important;
  }

  .fr main {
    padding-top: 204px;
  }

  .fr footer {
    font-size: 13px;
    line-height: 20px;
  }

  /* Style consistency */
  .fr footer .row {
    max-width: 100%;
    margin: 0;
  }

  .fr footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;

    padding: 0 80px;
  }

  .fr footer ul li {
    flex: 0 1 auto;
  }

  .fr footer ul li a {
    padding: 5px;
  }
}

@media screen and (min-width: 992px) {
  .fr .sticky-nav a {
    padding: 20px 10px !important;
  }

  .fr header .language-selector .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fr header .language-selector .row > div:last-child {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .fr main {
    padding-top: 188px;
  }

  .fr footer ul {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .fr footer ul li a {
    padding: 0 8px;
  }

  .fr .center-title h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

.fr .center-title.hidden-sm span {
  font-size: 15px;
  line-height: 18px;
}

.fr .hero__content h2 {
  font-size: 24px;
  line-height: 26px;
}

.fr .hero__content__center-info__location p {
  line-height: 22px;
}

.fr
  .hero__content
  .hero__content__center-info
  .hero__content__center-info__location {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .fr .hero__content h2 {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.18px;
  }

  .fr .hero .btn {
    margin: 15px 0 20px;
  }

  .fr .hero__content__center-info__location p {
    line-height: 20px;
    letter-spacing: -0.1px;
  }

  .fr .promotion-img {
    margin: 0 0 30px;
  }
}

@media screen and (min-width: 992px) {
  .fr .hero__content h1 {
    font-size: 38px;
  }
}

.fr .center-updates__content h3,
.f .center-updates .center-updates__content h3:not(:first-child),
.fr .center-updates__content li,
.fr .center-updates strong:last-child {
  line-height:1.25em;
}

.fr .center-updates__header.center-updates__header--withimage {
  margin-bottom: 30px;
}

.fr .center-updates__header--withimage img {
  width: 69px;
}

.fr .center-updates__header--withimage span {
  margin-left: 13px;
  font-size: 22px;
}

.fr .about-center__heading h2:first-child {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 28px;
}

@media screen and (min-width: 768px) {
  .fr .center-updates {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .center-updates h2 {
    margin-bottom: 30px;
  }

  .fr .about-center__heading h2:first-child {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 32px;
  }

  .fr .center-updates__header--withimage img {
    width: 75px;
  }

  .fr .center-updates__header--withimage span {
    font-size: 28px;
    line-height: 30px;
    margin-left: 20px;
  }

  .fr
    .center-updates
    .center-updates__header.center-updates__header--withimage {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fr .about-center__content__btn-container {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .fr .center-updates {
    padding-top: 60px;
  }

  .fr .center-updates__header--withimage img {
    width: 90px;
  }

  .fr .about-center__heading h2:first-child {
    font-size: 34px;
    line-height: 1;
  }
}

/* Style reset since there is no social-media icon */
/*.fr .schedule-orientation-cta a:last-child {
  display: block;*/
}

@media screen and (min-width: 768px) {
  .fr .schedule-orientation-cta {
    margin-top: 40px 0 0;
  }

  /*.fr .schedule-orientation-cta a:last-child {
    display: inline-block;
  }*/
}
/*---------------------
ends French translation specific styles
----------------*/

/*--------------
Temporary--Stay home hero
--------------*/
/* Changed background image */
@media screen and (min-width: 768px) {
  .hero {
    background-image: url('../Images/epage-home-tablet-hero@2x.jpg');
  }
 #employment .hero {
    background-image: url('../Images/careers-header-img3.jpg');
  }
}
/* Added */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content {
    padding: 20px 0 0;
  }
}

/* Added hero background to this media query */
@media screen and (min-width: 992px) {
  .hero {
    background-image: url('../Images/epage-home-desktop-hero@2x.jpg');
  }
  #employment .hero {
    background-image: url('../Images/careers-header-img3.jpg');
  }

}
/* Changed color */
.center-title .h3-title {
  color: #1B98D2;
}
@media screen and (min-width: 768px) {
  .center-title .h3-title {
    color: #1B98D2;
  }
}

/* Added text transform */
.center-updates__header--withimage span {
  text-transform: capitalize;
}
body.fr .center-updates__header--withimage span,
body.es .center-updates__header--withimage span {
  text-transform: none;  }
body.es .center-updates__header--withimage span {
  letter-spacing: -0.5px;
}
/* Changed color */
.Form-title {
  color: #1B98D2;
}

/* Changed background image */
.hero.hero-form {
  background-image: url('../Images/form-hero_image@2x.jpg');
}

@media screen and (min-width: 768px) {
  .hero.hero-form {
    background-image: url('../Images/form-hero_image@2x.jpg');
  }
}
