/* =========================================
/* 1 - Google Font
========================================= */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Lora:400,400i,700,700i");
/*$responsible-section--width: calc(20px*2)*/
body {
  background-color: #FFFFFF;
  font-family: Lato, "Trebuchet MS", sans-serif;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden; }

html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  max-width: 100vw;
  overflow-x: hidden; }

section.no-padding > div {
  padding: 0px; }

section.section-first > div {
  padding: 0px; }

.chosen-section.section-dark {
  background-color: #333333;
  color: #fff; }
  .chosen-section.section-dark p, .chosen-section.section-dark h1, .chosen-section.section-dark h2, .chosen-section.section-dark h3, .chosen-section.section-dark h4, .chosen-section.section-dark h5, .chosen-section.section-dark h6 {
    color: #fff; }

.chosen-section.section-blue {
  background-color: #4298c7;
  color: #fff; }
  .chosen-section.section-blue p, .chosen-section.section-blue h1, .chosen-section.section-blue h2, .chosen-section.section-blue h3, .chosen-section.section-blue h4, .chosen-section.section-blue h5, .chosen-section.section-blue h6 {
    color: #fff; }

.chosen-section.section-grey {
  background-color: #E2E2E2;
  color: #000; }
  .chosen-section.section-grey p, .chosen-section.section-grey h1, .chosen-section.section-grey h2, .chosen-section.section-grey h3, .chosen-section.section-grey h4, .chosen-section.section-grey h5, .chosen-section.section-grey h6 {
    color: #000; }

.chosen-section a {
  text-decoration: none;
  color: #333333; }
  .chosen-section a:focus {
    outline: none; }

.chosen-section header {
  z-index: 7777;
  position: relative; }

.chosen-section main a {
  color: #e7600c; }

.chosen-section .main {
  position: relative; }

.chosen-section main a:hover {
  text-decoration: none;
  color: #2c709c; }

.chosen-section h1, .chosen-section h2, .chosen-section h3, .chosen-section h4, .chosen-section h5, .chosen-section h6 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #333333; }

.chosen-section .no-padding {
  padding: 0px !important; }

.chosen-section .no-padding--left {
  padding-left: 0px !important; }

.chosen-section .no-padding--right {
  padding-right: 0px !important; }

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

.chosen-section .padding-top-xs {
  padding-top: 15px !important; }

.chosen-section .padding-top-sm {
  padding-top: 30px !important; }

.chosen-section .padding-top-md {
  padding-top: 50px !important; }

.chosen-section .padding-top-lg {
  padding-top: 75px !important; }

.chosen-section .padding-top-xl {
  padding-top: 100px !important; }

.chosen-section .no-padding-bottom {
  padding-bottom: 0 !important; }

.chosen-section .padding-bottom-xs {
  padding-bottom: 15px !important; }

.chosen-section .padding-bottom-sm {
  padding-bottom: 30px !important; }

.chosen-section .padding-bottom-md {
  padding-bottom: 50px !important; }

.chosen-section .padding-bottom-lg {
  padding-bottom: 75px !important; }

.chosen-section .padding-bottom-xl {
  padding-bottom: 100px !important; }

.chosen-section .no-margin-top {
  margin-top: 0 !important; }

.chosen-section .margin-top-xs {
  margin-top: 15px !important; }

.chosen-section .margin-top-sm {
  margin-top: 25px !important; }

.chosen-section .margin-top-md {
  margin-top: 50px !important; }

.chosen-section .margin-top-lg {
  margin-top: 75px !important; }

.chosen-section .margin-top-xl {
  margin-top: 100px !important; }

.chosen-section .no-margin-bottom {
  margin-bottom: 0 !important; }

.chosen-section .margin-bottom-xs {
  margin-bottom: 15px !important; }

.chosen-section .margin-bottom-sm {
  margin-bottom: 25px !important; }

.chosen-section .margin-bottom-md {
  margin-bottom: 50px !important; }

.chosen-section .margin-bottom-lg {
  margin-bottom: 75px !important; }

.chosen-section .margin-bottom-xl {
  margin-bottom: 100px !important; }

.chosen-section .hr-large {
  margin: 50px 0; }

.chosen-section .button, .chosen-section .button-primary {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border-radius: 100px;
  border: 1.5px solid transparent;
  display: inline-block;
  letter-spacing: 1.5px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  transition: all ease-in-out 0.25s;
  outline: none;
  padding: 15px 46px;
  font-size: 15px;
  -webkit-appearance: none;
  background-color: #2c709c;
  color: #FFFFFF; }
  .chosen-section .button:hover, .chosen-section .button-primary:hover {
    border: 1.5px solid transparent;
    background-color: #0c4773;
    color: #FFFFFF; }
  .chosen-section .button:focus, .chosen-section .button-primary:focus {
    outline: -webkit-focus-ring-color auto 5px;
    border: 1.5px solid transparent;
    background-color: #0c4773;
    color: #FFFFFF; }

.chosen-section .button--small, .chosen-section .button-primary {
  font-size: 12px;
  padding: 9px 24px; }

.chosen-section .button--white {
  background: #FFFFFF;
  color: #2c709c; }

.chosen-section .button--yellow {
  background-color: #fed35f;
  color: #000000; }

.chosen-section .button--orange {
  background-color: #e7600c;
  color: #FFFFFF; }

.chosen-section .button--half {
  width: 48%;
  display: inline-block;
  margin: 0 .5%; }

.chosen-section .button--transparent {
  background-color: transparent;
  color: #2c709c; }
  .chosen-section .button--transparent:hover, .chosen-section .button--transparent:focus {
    background-color: transparent;
    border: 1.5px solid transparent;
    color: #0c4773; }

.chosen-section .button--disabled {
  opacity: .6 !important;
  cursor: not-allowed; }
  .chosen-section .button--disabled:hover {
    opacity: .75 !important; }

.chosen-section .button--square {
  border-radius: 0; }

.chosen-section .button-group a.btn:hover {
  background-color: #0c4773;
  color: #FFFFFF; }

.chosen-section .button-group a.btn.active {
  background-color: #2c709c;
  color: #FFFFFF; }

.chosen-section .section-text--white {
  color: #FFFFFF; }
  .chosen-section .section-text--white .section-title, .chosen-section .section-text--white p, .chosen-section .section-text--white a, .chosen-section .section-text--white h1, .chosen-section .section-text--white h2, .chosen-section .section-text--white h3, .chosen-section .section-text--white h4, .chosen-section .section-text--white h5, .chosen-section .section-text--white h6 {
    color: #FFFFFF; }

.chosen-section .section-title.text-left {
  text-align: left !important; }

.chosen-section .section-title.section-title_full {
  width: 100%;
  max-width: 100%; }

.chosen-section .section-text {
  max-width: 100%;
  padding: 0; }

.chosen-section .section-text.text-left {
  text-align: left !important; }

.chosen-section .section-text.section-text_full {
  width: 100%;
  max-width: 100%; }

.chosen-section .load-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 15; }

.chosen-section .loader,
.chosen-section .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.chosen-section .loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 102, 153, 0.5);
  border-right: 1.1em solid rgba(0, 102, 153, 0.5);
  border-bottom: 1.1em solid rgba(0, 102, 153, 0.5);
  border-left: 1.1em solid #2c709c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.chosen-section blockquote {
  border-left-color: #2c709c;
  font-size: 1.4em;
  line-height: 1.7em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.chosen-section .skip-content {
  position: absolute;
  top: -1000px;
  right: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden; }
  .chosen-section .skip-content:hover, .chosen-section .skip-content:active, .chosen-section .skip-content:focus {
    right: 5px;
    top: 5px;
    padding: 0 5px;
    width: auto;
    height: auto;
    overflow: visible;
    display: block;
    background: #fff;
    color: #000; }

.chosen-section .section-title--small {
  font-size: 2.25em !important; }

.chosen-section .section-title--orange {
  color: #e7600c !important; }

hr.section-separator {
  margin: 25px 0;
  border-top: 1px solid #666666; }

.chosen-section h1 {
  font-size: 28px;
  line-height: 36px;
  color: #333333; }

.chosen-section h2 {
  font-size: 24px;
  line-height: 26px;
  color: #333333; }

.chosen-section p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  /*margin-bottom: 15px;*/ }

.chosen-section .section-title {
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
  font-size: 24px;
  padding: 0px; }

.chosen-section .resp-only--mobile {
  display: block; }

.chosen-section .resp-only--tablet {
  display: none; }

.chosen-section .resp-only--desktop {
  display: none; }

.chosen-section .resp-only--widedesktop {
  display: none; }

@media only screen and (min-width: 768px) {
  .chosen-section h1 {
    font-size: 38px;
    line-height: 45px; }
  .chosen-section h2 {
    font-size: 30px;
    line-height: 34px; }
  .chosen-section p {
    font-size: 18px;
    line-height: 24px; }
  .chosen-section .resp-only--mobile {
    display: none; }
  .chosen-section .resp-only--tablet {
    display: block; }
  .chosen-section .resp-only--desktop {
    display: none; }
  .chosen-section .resp-only--widedesktop {
    display: none; }
  .chosen-section .section-title {
    font-size: 30px; } }

@media (min-width: 1280px) {
  .chosen-section .resp-only--mobile {
    display: none; }
  .chosen-section .resp-only--tablet {
    display: none; }
  .chosen-section .resp-only--desktop {
    display: block; }
  .chosen-section .section-title {
    font-size: 36px; }
  .chosen-section .section-text.section-width--small {
    width: 75%; }
  .chosen-section h1 {
    font-size: 48px;
    line-height: 58px; }
  .chosen-section h2 {
    font-size: 36px;
    line-height: 40px; }
  .chosen-section p {
    font-size: 22px;
    line-height: 34px; } }

@media only screen and (min-width: 1920px) {
  .chosen-section .resp-only--mobile {
    display: none; }
  .chosen-section .resp-only--tablet {
    display: none; }
  .chosen-section .resp-only--desktop {
    display: block; } }

.chosen-section .button.btn-only--mobile {
  display: inline-block; }

.chosen-section .button.btn-only--gte-tablet {
  display: none; }

@media (min-width: 768px) {
  .chosen-section .button.btn-only--mobile {
    display: none; }
  .chosen-section .button.btn-only--gte-tablet {
    display: inline-block; } }

.chosen-section .rowcontainer {
  padding-bottom: 30px; }

.chosen-section .container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }
  .chosen-section .container--flex.flex-cardview {
    flex-flow: wrap; }
  .chosen-section .container--flex .halfcontainer-left {
    /*padding-bottom: $section-margin--top-bottom-mobile;*/
    padding-bottom: 0;
    width: 100%; }
  .chosen-section .container--flex .halfcontainer-right {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0; }
    .chosen-section .container--flex .halfcontainer-right.separator {
      border-top: 1px solid #666666; }

@media only screen and (max-width: 767px) {
  .chosen-section .container--flex.flex-reverse--mobile {
    flex-direction: column-reverse; }
    .chosen-section .container--flex.flex-reverse--mobile .halfcontainer-left {
      padding-bottom: 0; }
    .chosen-section .container--flex.flex-reverse--mobile .halfcontainer-right {
      padding-top: 0;
      padding-bottom: 0;
      /*padding-bottom: $section-margin--top-bottom-mobile;*/ } }

.chosen-section > div {
  padding: 30px 0; }

.chosen-section > div.limited-width {
  padding: 30px 20px; }
  .chosen-section > div.limited-width.no-padding--left-right {
    padding: 30px 0; }
    .chosen-section > div.limited-width.no-padding--left-right .section-title, .chosen-section > div.limited-width.no-padding--left-right section-text {
      padding-left: 20px;
      padding-right: 20px; }

hr.section-separator {
  margin: 0 auto;
  max-width: 728.65px;
  width: 95%; }

@media only screen and (min-width: 768px) {
  .chosen-section .container {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto; }
  .chosen-section .rowcontainer {
    padding-bottom: 35px; }
  .chosen-section .container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: row; }
    .chosen-section .container--flex .halfcontainer-left {
      padding: 0 17.5px 0 0;
      flex-basis: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .chosen-section .container--flex .halfcontainer-right {
      padding: 0 0 0 17.5px;
      flex-basis: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .chosen-section .container--flex .halfcontainer-right.separator {
        border-top: none;
        border-left: 1px solid #666666; }
  .chosen-section > div {
    padding: 35px 0; }
  .chosen-section > div.limited-width {
    padding: 35px 35px; }
    .chosen-section > div.limited-width.no-padding--left-right {
      padding: 35px 35px; }
  hr.section-separator {
    max-width: 1215.05px;
    width: 95%; } }

@media only screen and (min-width: 1280px) {
  .chosen-section .rowcontainer {
    padding-bottom: 55px; }
  .chosen-section .container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: row; }
    .chosen-section .container--flex.flex-cardview {
      flex-flow: row; }
    .chosen-section .container--flex .halfcontainer-left {
      padding: 0 55px 0 0; }
    .chosen-section .container--flex .halfcontainer-right {
      padding: 0 0 0 55px; }
  .chosen-section > div {
    padding: 55px 0; }
  .chosen-section > div.limited-width {
    margin: 0 auto;
    max-width: 1440px;
    padding: 55px 55px; }
    .chosen-section > div.limited-width.no-padding--left-right {
      padding: 55px 0; }
  hr.section-separator {
    max-width: 1440px; } }

.chosen-section .hero-wrapper {
  position: relative; }
  .chosen-section .hero-wrapper .tablet-content, .chosen-section .hero-wrapper .desktop-content {
    display: none; }
  .chosen-section .hero-wrapper .mobile-content {
    display: block; }

.chosen-section .hero-overlay-container--flex {
  width: 100%;
  height: 100%;
  display: flex; }
  .chosen-section .hero-overlay-container--flex .hero-overlay-item {
    width: 100%; }
  .chosen-section .hero-overlay-container--flex .hero-overlay-vertical--center {
    align-items: center; }

.chosen-section .social-icons {
  display: flex;
  align-items: center;
  justify-content: center; }
  .chosen-section .social-icons .social-label {
    text-align: center;
    color: #000000;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 10px; }
  .chosen-section .social-icons .socialIcons-socialLink {
    border: 1px solid #006699;
    background: transparent;
    transition: all ease-in-out 0.25s;
    width: 50px;
    height: 50px;
    padding-right: 10px; }
    .chosen-section .social-icons .socialIcons-socialLink svg {
      width: 100%;
      height: 100%;
      fill: #006699; }
      .chosen-section .social-icons .socialIcons-socialLink svg:hover {
        fill: #2C709C; }
    .chosen-section .social-icons .socialIcons-socialLink:hover {
      background: #FFF; }

@media only screen and (min-width: 768px) {
  .chosen-section .hero-wrapper .tablet-content {
    display: inherit; }
  .chosen-section .hero-wrapper .mobile-content, .chosen-section .hero-wrapper .desktop-content {
    display: none; }
  .chosen-section .hero-overlay-container--flex.hero-overlay--left {
    justify-content: flex-start; }
    .chosen-section .hero-overlay-container--flex.hero-overlay--left .hero-overlay-item.hero-overlay-size--small {
      margin-left: 20%; }
    .chosen-section .hero-overlay-container--flex.hero-overlay--left .hero-overlay-item.hero-overlay-size--medium {
      margin-left: 10%; }
    .chosen-section .hero-overlay-container--flex.hero-overlay--left .hero-overlay-item.hero-overlay-size--large {
      margin-left: 0%; }
  .chosen-section .hero-overlay-container--flex.hero-overlay--right {
    justify-content: flex-end; }
    .chosen-section .hero-overlay-container--flex.hero-overlay--right .hero-overlay-item.hero-overlay-size--small {
      margin-right: 20%; }
    .chosen-section .hero-overlay-container--flex.hero-overlay--right .hero-overlay-item.hero-overlay-size--medium {
      margin-right: 10%; }
    .chosen-section .hero-overlay-container--flex.hero-overlay--right .hero-overlay-item.hero-overlay-size--large {
      margin-right: 0%; }
  .chosen-section .hero-overlay-container--flex.hero-overlay--center {
    justify-content: center; }
  .chosen-section .hero-overlay-item {
    max-width: 1440px;
    padding: 20px; }
    .chosen-section .hero-overlay-item.hero-overlay-size--large {
      width: 60%; }
    .chosen-section .hero-overlay-item.hero-overlay-size--medium {
      width: 50%; }
    .chosen-section .hero-overlay-item.hero-overlay-size--small {
      width: 30%; }
    .chosen-section .hero-overlay-item .hero-text {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center; }
      .chosen-section .hero-overlay-item .hero-text > div {
        width: 100%; }
  .chosen-section .social-icons {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    align-items: center; }
    .chosen-section .social-icons .social-label {
      color: #FFF;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 700;
      padding-right: 10px; }
    .chosen-section .social-icons .socialIcons-socialLink {
      border: 1px solid #fff;
      background: transparent;
      transition: all ease-in-out 0.25s;
      width: 50px;
      height: 50px;
      padding-right: 10px; }
      .chosen-section .social-icons .socialIcons-socialLink svg {
        width: 100%;
        height: 100%;
        fill: #fff; }
        .chosen-section .social-icons .socialIcons-socialLink svg:hover {
          fill: #2C709C; }
      .chosen-section .social-icons .socialIcons-socialLink:hover {
        background: #FFF; } }

@media only screen and (min-width: 1280px) {
  .chosen-section .hero-wrapper .desktop-content {
    display: inherit; }
  .chosen-section .hero-wrapper .mobile-content, .chosen-section .hero-wrapper .tablet-content {
    display: none; }
  .chosen-section .social-icons {
    bottom: 30px;
    right: 5%; } }

.chosen-section .flex-cardview .card-item {
  flex: 0 0 50%;
  padding-left: 10px;
  padding-right: 10px; }
  .chosen-section .flex-cardview .card-item .card-item--img {
    max-width: 150px;
    width: 100%;
    height: 100%;
    /*border-radius: 50%;
                border: solid 5px $orange;*/ }

@media only screen and (min-width: 768px) {
  .chosen-section {
    /* Empty because tablet layout is same with mobile one. */ }
    .chosen-section .flex-cardview {
      padding-top: 20px; }
      .chosen-section .flex-cardview .card-item {
        padding-left: 45px;
        padding-right: 45px; } }

@media only screen and (min-width: 1280px) {
  .chosen-section .flex-cardview .card-item {
    flex: 0 1 auto;
    padding-left: 30px;
    padding-right: 30px;
    /*.card-item--img {
                    width: 100px;
                    height: 100px;
                    border-radius: 50%;
                    border: solid 5px $orange;
                }*/ } }

.chosen-section .table--stacked {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-content: center;
  text-align: center; }
  .chosen-section .table--stacked .orange {
    background-color: #e7600c;
    color: #FFFFFF; }
  .chosen-section .table--stacked .ivory {
    background-color: #f7f7f7;
    color: #333333; }
  .chosen-section .table--stacked .invitation--title {
    text-transform: uppercase; }
    .chosen-section .table--stacked .invitation--title p {
      padding: 0;
      margin: 0;
      color: #FFFFFF;
      font-size: 15px; }
  .chosen-section .table--stacked .invitation--content {
    padding: 20px; }
    .chosen-section .table--stacked .invitation--content p {
      padding: 0;
      margin: 0; }
      .chosen-section .table--stacked .invitation--content p.invitation--content-tail {
        font-style: italic;
        font-size: 14px; }

section.chosen-section .contact-us--phone {
  color: #e7600c;
  font-size: 20px;
  line-height: 30px; }

section.chosen-section .contact-us--email {
  color: #006699;
  font-size: 20px;
  line-height: 30px; }

section.chosen-section {
  /*.financial-chart--desktop {
        text-align: center;
        display: none;
    }

    .financial-chart--mobile {
        text-align: center;
        display: block;
    }*/ }
  section.chosen-section .financial-chart {
    text-align: center; }
    section.chosen-section .financial-chart img {
      width: 100%;
      max-width: 320px; }
  @media only screen and (min-width: 768px) {
    section.chosen-section {
      /*.financial-chart--desktop {
            display: block;
        }

        .financial-chart--mobile {
            display: none;
        }*/ }
      section.chosen-section .financial-chart img {
        width: auto;
        max-width: none; } }

.swiper-container.slider-id--what-children-are-saying .swiper-slide .swiper-slider-overlay {
  padding: 0px; }
  .swiper-container.slider-id--what-children-are-saying .swiper-slide .swiper-slider-overlay img {
    width: 100%; }

@media only screen and (min-width: 768px) {
  .swiper-container.slider-id--what-children-are-saying .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: center; }
    .swiper-container.slider-id--what-children-are-saying .swiper-wrapper .swiper-slide {
      flex-basis: 33.3333333%; } }

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .swiper-container.slider-id--what-children-are-saying .swiper-wrapper .swiper-slide {
    flex-basis: 50%; }
    .swiper-container.slider-id--what-children-are-saying .swiper-wrapper .swiper-slide:nth-child(3) {
      display: none; } }

@media only screen and (min-width: 1280px) {
  .swiper-container.slider-id--what-children-are-saying .swiper-slide .swiper-slider-overlay {
    padding: 0px; }
  .swiper-container.slider-id--what-children-are-saying .swiper-slide:nth-child(3) {
    display: flex; } }

.chosen-section .webpart-container {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .chosen-section .webpart-container {
      padding-top: 17.5px;
      padding-bottom: 17.5px; } }
  @media only screen and (min-width: 1280px) {
    .chosen-section .webpart-container {
      padding-top: 27.5px;
      padding-bottom: 27.5px; } }
  .chosen-section .webpart-container.no-padding--top {
    padding-top: 0; }
  .chosen-section .webpart-container.no-padding--bottom {
    padding-bottom: 0; }
  .chosen-section .webpart-container.webpart--back-to-top .textLink {
    width: 50%;
    margin: 0 auto;
    cursor: pointer;
    display: inline-block;
    color: #006699; }
    .chosen-section .webpart-container.webpart--back-to-top .textLink p {
      color: #006699; }
  .chosen-section .webpart-container.webpart--back-to-top .textLink--arrowUpCallout {
    text-align: center;
    display: block; }
  .chosen-section .webpart-container.webpart--back-to-top .textLink--arrowUpCallout::before {
    content: '';
    transition: all 0.2s ease-in-out;
    display: block;
    margin: 0 auto 10px;
    width: 28px;
    height: 28px;
    border: 1px solid;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNzUgMS4wNEwxLjA0MyA0Ljc1NEMxLjAxNiA0Ljc4IDEgNC44MTcgMSA0Ljg1N2MwIC4wOC4wNi4xNDMuMTM3LjE0My4wMzcgMCAuMDctLjAxNi4wOTUtLjA0bDMuNjE0LTMuNjJMOC40NiA0Ljk2Yy4wMjUuMDI0LjA1OC4wNC4wOTUuMDQuMDc2IDAgLjEzNy0uMDY0LjEzNy0uMTQzIDAtLjA0LS4wMTYtLjA3Ni0uMDQyLS4xMDJMNC45NCAxLjA0QzQuOTE3IDEuMDE2IDQuODg0IDEgNC44NDcgMXMtLjA3LjAxNi0uMDk1LjA0eiIgZmlsbD0iIzA2OSIgc3Ryb2tlPSIjMDY5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    .chosen-section .webpart-container.webpart--back-to-top.hidden-tablet {
      display: none; } }
  @media only screen and (min-width: 1280px) {
    .chosen-section .webpart-container.webpart--back-to-top.hidden-desktop {
      display: none; } }

.chosen-logo--text {
  fill: #000000; }

.mobile-content .chosen-logo {
  max-width: 256px;
  margin: 0 auto; }

.mobile-content .chosen-logo-container {
  margin: 0 auto;
  max-width: 70%; }

@media only screen and (min-width: 768px) {
  .chosen-logo {
    max-width: 300px; }
  .chosen-logo--text {
    fill: #FFFFFF; } }
