/* iPad resolutions:

Original
768 x 1024
iPad Air
820 x 1180
iPad 10.2
810 x 1080
iPad Pro 12.9''
1024 x 1366
iPad Pro 11''
834 x 1194

*/
/* Uncomment and set these variables to customize the grid. */
.container-flexbox-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row > div {
  margin-bottom: 1em; }

/*.row > div > div {
  border: 1px solid #e5e5e5;
}*/
.row:last-child {
  margin-bottom: -1em; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (max-width: 768px) {
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
      padding-left: 0px;
      padding-right: 0px; } }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container-flexbox {
    width: 46rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container-flexbox {
    width: 61rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container-flexbox {
    width: 71rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

/* ==========================================================================
Common and Defaults
========================================================================== */
[contenteditable="true"]:focus {
  outline: none; }

*:focus {
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

span.no-wrap {
  white-space: nowrap; }

.keep-together {
  display: block; }

.relative {
  position: relative; }

.no_selection {
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

.clickable {
  cursor: pointer; }

.cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat; }

/* ==========================================================================
   Color Variables
   ========================================================================== */
/* ==========================================================================
   Development things
   ========================================================================== */
/* ==========================================================================
   Helpers
   ========================================================================== */
/* ==========================================================================
Layout with containers and some base tags
========================================================================== */
html {
  padding: 0;
  margin: 0; }

body {
  color: #333;
  background: #125692;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0;
  margin: 0; }

.section {
  margin: 0;
  padding: 0; }
  .section.vertical-10 {
    background-position-y: 10%; }
  .section.vertical-20 {
    background-position-y: 20%; }
  .section.vertical-30 {
    background-position-y: 30%; }
  .section.vertical-40 {
    background-position-y: 40%; }
  .section.vertical-50 {
    background-position-y: 50%; }
  .section.vertical-60 {
    background-position-y: 60%; }

.inside-wrapper {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1200px;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .inside-wrapper.with-rows {
      padding: 0 10px; } }
  .inside-wrapper.max-width-1150 {
    max-width: 1150px; }
  .inside-wrapper.max-width-1100 {
    max-width: 1100px; }
  .inside-wrapper.max-width-1000 {
    max-width: 1000px; }
  .inside-wrapper.max-width-900 {
    max-width: 900px; }
  .inside-wrapper.max-width-800 {
    max-width: 800px; }
  .inside-wrapper.max-width-700 {
    max-width: 700px; }
  .inside-wrapper.max-width-600 {
    max-width: 600px; }
  .inside-wrapper.max-width-500 {
    max-width: 500px; }
  .inside-wrapper + .inside-wrapper {
    margin-top: 80px; }
    @media (max-width: 768px) {
      .inside-wrapper + .inside-wrapper {
        margin-top: 40px; } }
  .inside-wrapper + .full-width {
    margin-top: 40px; }
  .inside-wrapper.inset {
    margin-top: -60px;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 60px 60px; }
    @media (max-width: 992px) {
      .inside-wrapper.inset {
        max-width: 92%;
        box-sizing: border-box;
        padding: 40px; } }
    @media (max-width: 768px) {
      .inside-wrapper.inset {
        padding: 30px; } }
    .inside-wrapper.inset.more-inset {
      margin-top: -100px; }
  .inside-wrapper.on-right {
    margin-right: 0px; }
  @media (max-width: 768px) {
    .inside-wrapper .inside-wrapper {
      padding: 0px; } }
  @media (max-width: 768px) {
    .inside-wrapper.align-center {
      text-align: left; } }

.max-width-70-p {
  max-width: 70%; }

.max-width-75-p {
  max-width: 75%; }

.skinnier .inside-wrapper {
  max-width: 750px; }

.relative {
  position: relative; }

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

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

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

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important; }

.no-padding-top {
  padding-top: 0px !important;
  margin-top: 0px !important; }

.small-padding-top {
  padding-top: 20px !important;
  margin-top: 0px !important; }

.row {
  margin-right: 0;
  margin-left: 0;
  /*
	@include md {
		.row {
			margin-left: -1em;
			margin-right: -1em;
		}
	}
	*/ }

/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.v-center {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }
  @media (max-width: 768px) {
    .v-center {
      position: relative;
      transform: none;
      top: auto;
      box-shadow: none;
      border-radius: none; } }

.flex-v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .flex-v-center .inside-wrapper {
    width: 100%; }

.flex-v-h-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

/* ==========================================================================
  Typography
========================================================================== */
/* ==========================================================================
Typography
========================================================================== */
a {
  color: #000000; }

h1 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.1em;
  color: #125692; }
  h1:first-of-type {
    margin-top: 0px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 36px; } }

h1.strong, h2.strong, h3.strong {
  font-weight: 700; }

.more-bottom-margin {
  margin-bottom: 40px; }

h2, .like-h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1em;
  color: #125692; }
  @media (max-width: 768px) {
    h2, .like-h2 {
      font-size: 26px; } }
  h2:first-of-type, .like-h2:first-of-type {
    margin-top: 0px; }

a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */ }

h1 + h2 {
  margin-bottom: 20px;
  margin-top: 0px; }

h2 + .list {
  margin-top: -20px; }
  @media (max-width: 768px) {
    h2 + .list {
      margin-top: 0px; } }

.bg h1, .bg h2 {
  margin-top: 0; }

p {
  font-size: 20px;
  line-height: 1.4em; }
  p:first-child {
    margin-top: 0px; }
  p:last-of-type {
    margin-bottom: 0px; }

ul {
  font-size: 20px; }

.panel-body {
  font-size: 20px; }
  .panel-body ul {
    font-size: 20px;
    line-height: 1.4em; }
  .panel-body p {
    margin-bottom: 30px; }

@media (max-width: 768px) {
  .hero p {
    font-weight: 600; } }

.icon + h1 {
  margin-top: 20px; }

.inset h1, .inset h2 {
  margin-top: 0px; }

.main-content h1 {
  font-weight: 700;
  margin-bottom: 40px; }

.main-content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600; }

.main-content .image {
  max-width: 400px; }

.leadership .circle-image img {
  max-width: 100px; }

.leadership p {
  margin: 0; }
  .leadership p .name {
    color: #125692;
    font-weight: 600; }
  .leadership p .name, .leadership p .title {
    font-size: 15px;
    margin: 5px 0;
    line-height: 1em;
    display: block; }

/* ==========================================================================
Icon Circles
========================================================================== */
.circle {
  display: table;
  width: 80px;
  height: 80px;
  background: #BA0927;
  border-radius: 40px;
  text-align: center;
  margin: auto; }
  .circle.bigger {
    width: 100px;
    height: 100px;
    border-radius: 50px; }
    .circle.bigger img {
      width: 50%; }
  .circle span {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .circle.white {
    background: #fff; }
  .circle.clear {
    background: none;
    border-color: #fff;
    border-width: 1px;
    border-style: solid; }
    .circle.clear img {
      width: 40%; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  font-size: 15px; }
  footer ul {
    font-size: 16px; }
  footer .section {
    padding: 60px 0; }
  footer a {
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer .actions {
    margin-top: 40px;
    clear: both; }
  footer ul {
    list-style-type: none;
    padding-left: 0px; }
    footer ul + ul.more-space {
      margin-top: 25px; }
    @media (max-width: 768px) {
      footer ul {
        margin: 0; } }
    footer ul > li {
      list-style-type: none;
      padding-left: 0px;
      border-bottom: none;
      margin: 10px 0; }
      footer ul > li.nav-trigger > a {
        font-weight: 700; }
      footer ul > li > a {
        font-size: 15px;
        padding: 0 20px 0px 0px;
        text-decoration: none;
        font-weight: 600; }
        footer ul > li > a span {
          border-bottom: none; }
        footer ul > li > a:hover {
          text-decoration: underline; }
      footer ul > li.submenu-header {
        text-transform: uppercase;
        margin-top: 10px;
        line-height: 1.2em;
        margin-bottom: 5px; }
      footer ul > li.last-child a {
        padding-right: 0px; }
  footer .nav-trigger {
    margin-bottom: 20px; }
    footer .nav-trigger > a {
      color: #125692;
      text-transform: uppercase; }
    @media (min-width: 1200px) {
      footer .nav-trigger > a {
        white-space: nowrap; } }
    @media (max-width: 768px) {
      footer .nav-trigger {
        margin-bottom: 0px; } }
    footer .nav-trigger + .nav-trigger {
      margin-top: 20px; }
  footer p.nav-trigger {
    margin-top: 15px;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 700; }
  footer .left {
    float: left;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      footer .left {
        width: 100%;
        float: none;
        padding: 10px 0 0 0px; } }
  footer .right {
    float: left;
    width: 50%; }
    @media (max-width: 768px) {
      footer .right {
        width: 100%;
        float: none;
        padding: 0px;
        margin-top: 0px; } }
  @media (max-width: 768px) {
    footer .quick-links {
      margin-top: 10px; }
      footer .quick-links a {
        color: #125692; } }
  footer .bottom {
    color: #fff;
    padding: 30px 0; }
    footer .bottom p {
      margin: 0; }
    footer .bottom .copyright {
      font-size: 14px;
      margin-left: 5px; }
    @media (max-width: 768px) {
      footer .bottom .align-right {
        text-align: left; }
      footer .bottom .align-center {
        text-align: left; }
      footer .bottom .col-xs-12 {
        margin-bottom: 30px; } }
  @media (max-width: 768px) {
    footer ul.with-togglers > li > a {
      position: relative;
      color: #125692;
      display: block; }
    footer ul.with-togglers > li a {
      color: #125692; }
    footer ul.with-togglers > li.with-toggler > a:after {
      position: absolute;
      content: '';
      background-image: url("/_assets/images/icons_SVG/arrow_down.svg");
      fill: #fff;
      background-position: top right;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 20px;
      height: 10px;
      top: 50%;
      transform: translate(0, -50%);
      right: 30px; }
    footer ul.with-togglers > li.with-toggler .toggler-content {
      display: none;
      padding-top: 10px; }
    footer ul.with-togglers > li.with-toggler.show .toggler-content {
      display: block; }
    footer ul.with-togglers > li.with-toggler.show > a:after {
      transform: translate(0, -50%) rotate(180deg); } }
  footer .logo img {
    max-width: 175px; }

/* ==========================================================================
Header
========================================================================== */
header {
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4); }
  header .section {
    padding-top: 0px;
    padding-bottom: 0px; }
  header ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    header ul > li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: inline-block; }
  header a {
    text-decoration: none; }
  header .mini-navigation {
    position: relative;
    background: #125692;
    box-sizing: border-box;
    text-align: right; }
    header .mini-navigation .main-navigation-items {
      display: none; }
    header .mini-navigation .logo {
      display: none; }
    @media (max-width: 768px) {
      header .mini-navigation {
        display: none; } }
    header .mini-navigation a {
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      padding: 10px 15px;
      font-size: 15px;
      font-weight: 600; }
      header .mini-navigation a:hover {
        background: #3A6DAC;
        text-decoration: none; }
    header .mini-navigation li.current a span {
      border-bottom: 1px solid #fff; }
    header .mini-navigation li.current a.button span {
      border-bottom: none; }
    header .mini-navigation .logo {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translate(0, -50%); }
      header .mini-navigation .logo a {
        padding: 0;
        margin: 0; }
        header .mini-navigation .logo a:hover {
          background: none; }
      header .mini-navigation .logo img {
        max-width: none;
        width: auto;
        max-height: 35px;
        height: 35px;
        padding-top: 3px; }
      @media (max-width: 1030px) {
        header .mini-navigation .logo {
          left: 0; } }
    header .mini-navigation .button-yellow {
      margin-left: 10px; }
  header .main-navigation {
    background: #fff; }
    header .main-navigation .inside-wrapper {
      padding: 10px 30px 10px 200px; }
      @media (max-width: 1030px) {
        header .main-navigation .inside-wrapper {
          padding-left: 0px; } }
      @media (max-width: 768px) {
        header .main-navigation .inside-wrapper {
          padding-left: 0px;
          padding-right: 0px;
          padding-top: 50px;
          padding-bottom: 20px; } }
    @media (max-width: 768px) {
      header .main-navigation {
        text-align: center; } }
    header .main-navigation .main-navigation-items {
      text-align: right; }
      @media (max-width: 760px) {
        header .main-navigation .main-navigation-items {
          text-align: left; } }
      @media (max-width: 768px) {
        header .main-navigation .main-navigation-items {
          display: none; } }
    header .main-navigation .logo {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translate(0, -50%); }
      header .main-navigation .logo a {
        padding: 0;
        margin: 0; }
      header .main-navigation .logo img {
        max-width: 200px;
        padding-top: 5px;
        height: auto;
        image-rendering: high-quality; }
        @media (max-width: 1030px) {
          header .main-navigation .logo img {
            max-width: 140px; } }
        @media (max-width: 768px) {
          header .main-navigation .logo img {
            max-width: 225px; } }
      @media (max-width: 768px) {
        header .main-navigation .logo {
          position: relative;
          left: auto;
          top: auto;
          transform: none; } }
      @media (max-width: 1030px) {
        header .main-navigation .logo {
          left: 0; } }
      @media (max-width: 760px) {
        header .main-navigation .logo {
          position: relative;
          left: 0;
          top: 0;
          transform: none; } }
    header .main-navigation a {
      display: inline-block;
      padding: 20px 40px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 18px; }
      @media (max-width: 1200px) {
        header .main-navigation a {
          padding: 10px 30px; } }
      @media (max-width: 1030px) {
        header .main-navigation a {
          padding: 10px 10px;
          font-size: 15px; } }
      header .main-navigation a span {
        padding-bottom: 5px; }
        @media (max-width: 760px) {
          header .main-navigation a span {
            padding-bottom: 2px; } }
      header .main-navigation a:hover span {
        color: #125692; }
    header .main-navigation li:last-child a {
      padding-right: 0px; }
    header .main-navigation li.current a span {
      color: #125692;
      border-bottom: 2px solid #125692; }
    header .main-navigation li.current-section a {
      color: #125692; }
  header .mobile-navigation {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer; }
    @media (max-width: 768px) {
      header .mobile-navigation {
        display: block; } }
  header .sub-navigation {
    background: #fff;
    border-top: 6px solid #F0F0F0;
    /* toggler for sub-navigation */ }
    header .sub-navigation .inside-wrapper {
      padding: 0px 30px 0px 20px; }
      @media (max-width: 1030px) {
        header .sub-navigation .inside-wrapper {
          padding-left: 0px; } }
    header .sub-navigation .sub-navigation-items {
      text-align: left; }
    header .sub-navigation ul {
      display: inline; }
    header .sub-navigation .toggler-content {
      display: inline; }
    header .sub-navigation a {
      display: inline-block;
      padding: 12px 20px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 15px; }
      @media (max-width: 1030px) {
        header .sub-navigation a {
          padding: 10px 10px;
          font-size: 13px; } }
      header .sub-navigation a:hover {
        color: #125692; }
    @media (max-width: 1030px) {
      header .sub-navigation .current-section > a {
        padding-left: 20px; } }
    header .sub-navigation li.current a {
      background: #F3B84E;
      color: #000; }
    header .sub-navigation li.current-section > a {
      color: #125692;
      margin-right: 20px; }
    header .sub-navigation li .toggler-content li {
      margin-right: 10px; }
    header .sub-navigation li .toggler-content li:last-child {
      margin-right: 0px; }
    @media (max-width: 768px) {
      header .sub-navigation .inside-wrapper {
        padding-left: 0;
        padding-right: 0; }
      header .sub-navigation ul.with-togglers {
        display: block;
        margin-top: -6px;
        vertical-align: middle; }
        header .sub-navigation ul.with-togglers a, header .sub-navigation ul.with-togglers ul, header .sub-navigation ul.with-togglers li {
          display: block;
          width: 100%;
          box-sizing: border-box; }
        header .sub-navigation ul.with-togglers .toggler-content {
          display: none; }
        header .sub-navigation ul.with-togglers .toggler-content a {
          padding-left: 30px; }
        header .sub-navigation ul.with-togglers > li.with-toggler {
          vertical-align: middle; }
          header .sub-navigation ul.with-togglers > li.with-toggler > a {
            vertical-align: middle;
            display: block;
            background: #F0F0F0;
            position: relative;
            font-weight: 700;
            font-size: 16px; } }
      @media (max-width: 768px) and (max-width: 768px) {
        header .sub-navigation ul.with-togglers > li.with-toggler > a {
          padding-left: 30px; } }
    @media (max-width: 768px) {
            header .sub-navigation ul.with-togglers > li.with-toggler > a:after {
              position: absolute;
              content: '';
              background-image: url("/_assets/images/icons_SVG/arrow_down.svg");
              fill: #fff;
              background-position: top right;
              background-repeat: no-repeat;
              background-size: 100%;
              width: 20px;
              height: 10px;
              top: 50%;
              transform: translate(0, -50%);
              right: 30px; }
          header .sub-navigation ul.with-togglers > li.with-toggler.show .toggler-content {
            display: block; }
          header .sub-navigation ul.with-togglers > li.with-toggler.show > a:after {
            transform: translate(0, -50%) rotate(180deg); } }
  header .extra-words {
    font-style: normal; }
  @media (min-width: 768px) {
    header.sub-navigation-too-wide .extra-words {
      display: none; }
    header.sub-navigation-too-wide .sub-navigation .inside-wrapper {
      padding-left: 30px; } }
  @media (min-width: 768px) and (max-width: 1030px) {
    header.sub-navigation-too-wide .sub-navigation .inside-wrapper {
      padding-left: 0px; } }
  @media (min-width: 768px) {
    header.sub-navigation-too-wide .sub-navigation .current-section > a {
      display: none; } }

header .no-toggle .with-toggler a:after {
  display: none; }

.hide-subnav .sub-navigation {
  display: none; }

@media (max-width: 768px) {
  .hide-subnav.show-current-sub-section-on-mobile .sub-navigation {
    display: block; } }

.alternate-nav header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4); }

.alternate-nav .main-navigation {
  display: none; }

.alternate-nav .mini-navigation {
  text-align: left; }
  @media (max-width: 768px) {
    .alternate-nav .mini-navigation {
      display: block; } }
  .alternate-nav .mini-navigation .inside-wrapper {
    height: 65px;
    padding-left: 150px; }
    @media (max-width: 1200px) {
      .alternate-nav .mini-navigation .inside-wrapper {
        padding-left: 100px; } }
  .alternate-nav .mini-navigation ul li {
    margin: 0px; }
    .alternate-nav .mini-navigation ul li a {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 65px;
      box-sizing: border-box; }
  .alternate-nav .mini-navigation .mini-navigation-items {
    display: inline-block;
    height: 65px;
    text-align: right;
    float: right; }
    .alternate-nav .mini-navigation .mini-navigation-items a {
      font-size: 14px; }
  .alternate-nav .mini-navigation .main-navigation-items {
    display: inline-block;
    text-align: left;
    height: 65px; }
    .alternate-nav .mini-navigation .main-navigation-items a {
      padding-right: 15px; }
      @media (max-width: 1200px) {
        .alternate-nav .mini-navigation .main-navigation-items a {
          padding-right: 10px; } }
  .alternate-nav .mini-navigation .logo {
    display: block;
    left: 20px; }
  @media (max-width: 992px) {
    .alternate-nav .mini-navigation .mini-navigation-items {
      display: none; }
    .alternate-nav .mini-navigation .main-navigation-items {
      display: none; }
    .alternate-nav .mini-navigation .logo {
      position: relative;
      text-align: center;
      left: auto; }
    .alternate-nav .mini-navigation .inside-wrapper {
      padding-left: 0;
      padding-right: 0; }
    .alternate-nav .mini-navigation .mobile-navigation {
      display: block; } }

.alternate-nav.has-sub-navigation .mini-navigation {
  display: none; }

.alternate-nav.has-sub-navigation.hide-subnav .mini-navigation {
  display: block; }

.alternate-nav.has-sub-navigation .sub-navigation {
  padding-top: 0px; }
  @media (min-width: 768px) {
    .alternate-nav.has-sub-navigation .sub-navigation {
      border-top: 0px; } }

.alternate-nav.show-current-sub-section-on-mobile .sub-navigation {
  display: none; }

/* ==========================================================================
Main Menu overlay
========================================================================== */
header .overlay-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  color: #fff;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  height: 100vh !important;
  /* Fallback for browsers that do not support Custom Properties */
  min-height: 100vh !important;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100) !important;
  min-height: calc(var(--vh, 1vh) * 100) !important;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(0deg, #125692 0%, #6092b9 100%); }
  header .overlay-menu .override-tel {
    color: #fff;
    text-decoration: none; }
  header .overlay-menu .logo img {
    max-width: 200px;
    margin-left: -10px; }
  header .overlay-menu .scrollable {
    overflow: auto; }
  header .overlay-menu .menu-button {
    margin-bottom: 30px;
    cursor: pointer; }
  header .overlay-menu ul {
    font-size: 16px; }
    header .overlay-menu ul li {
      display: block; }
      header .overlay-menu ul li a {
        display: block;
        color: #fff; }
      header .overlay-menu ul li.current > a {
        color: #F3B84E; }
  header .overlay-menu a.button.button-yellow {
    color: #000;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 10px; }
  header .overlay-menu .divider {
    border-top: 1px solid #125692;
    margin-top: 20px;
    padding-top: 20px; }
  header .overlay-menu ul.with-togglers > li {
    display: block; }
    header .overlay-menu ul.with-togglers > li > a {
      position: relative;
      color: #fff;
      display: block;
      padding-top: 20px;
      padding-bottom: 20px;
      font-weight: 700;
      text-transform: uppercase; }
    header .overlay-menu ul.with-togglers > li.current > a {
      color: #F3B84E; }
  header .overlay-menu ul.with-togglers > li.with-toggler > a:after {
    position: absolute;
    content: '';
    background-image: url("/_assets/images/icons_SVG/arrow_down_white.svg");
    fill: #fff;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 10px;
    top: 50%;
    transform: translate(0, -50%);
    right: 30px; }
  header .overlay-menu ul.with-togglers > li.with-toggler .toggler-content {
    display: none; }
  header .overlay-menu ul.with-togglers > li.with-toggler.show .toggler-content {
    display: block; }
  header .overlay-menu ul.with-togglers > li.with-toggler.show > a:after {
    transform: translate(0, -50%) rotate(180deg); }
  header .overlay-menu ul.with-togglers > li.with-toggler ul {
    margin-top: -10px; }
    header .overlay-menu ul.with-togglers > li.with-toggler ul li a {
      padding-left: 30px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 10px 0; }

header.show .overlay-menu {
  display: block; }

header p.phone {
  margin-top: 40px; }

/* ==========================================================================
  Buttons
========================================================================== */
.button {
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif; }
  .button.button-red {
    background: #BA0927;
    color: #fff; }
    .button.button-red:hover {
      background: #B22829;
      text-decoration: none; }
    .button.button-red:active {
      background: #84201A; }
  .button.button-yellow {
    background: #F3B84E;
    color: #000; }
    .button.button-yellow:hover {
      background: #F5C979;
      text-decoration: none; }
    .button.button-yellow:active {
      background: #E3AC46; }
  .button.button-blue {
    background: #125692;
    color: #fff; }
    .button.button-blue:hover {
      background: #3A6DAC;
      text-decoration: none; }
    .button.button-blue:active {
      background: #174174; }
  @media (min-width: 768px) {
    .button.button-wider {
      padding-left: 50px;
      padding-right: 50px; } }
  .button.button-bigger {
    padding: 10px 50px;
    font-size: 24px;
    font-weight: 600; }

p + p .button {
  margin-top: 10px; }

/* ==========================================================================
  Content Things
========================================================================== */
.card {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  background-size: cover; }

.side {
  border-radius: 5px; }
  @media (max-width: 768px) {
    .side {
      max-width: 250px; } }

.icon-list {
  margin-bottom: -40px; }
  .icon-list .height-target {
    margin-bottom: 40px; }

.ratings {
  border: 1px solid #125692;
  border-radius: 5px;
  padding: 30px 30px 30px 30px; }
  .ratings .card {
    background: #F0F0F0; }
  .ratings .bottom-border {
    border-bottom: 1px solid #125692;
    padding-bottom: 10px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px; }
  .ratings p {
    color: #125692;
    font-weight: 600;
    line-height: 1.2em; }
  .ratings h2 {
    color: #000; }
  .ratings .percent p {
    color: #BA0927;
    font-size: 45px;
    font-weight: 700; }

.bg {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
  border-radius: 5px; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 66vh;
  /*
  & + .inside-wrapper {
    margin-top: 80px;
  }
  */ }
  .full-width.normal {
    height: 250px;
    background-position: 50% 20%;
    margin-bottom: 40px; }
  .full-width.half-size {
    height: 50vh;
    background-position: 50% 50%;
    margin-bottom: 40px; }
  .full-width.with-margin {
    margin-bottom: 40px; }
  .full-width.vertical-10 {
    background-position-y: 10%; }
  .full-width.vertical-20 {
    background-position-y: 20%; }
  .full-width.vertical-30 {
    background-position-y: 30%; }
  .full-width.vertical-40 {
    background-position-y: 40%; }
  .full-width.why-swiftmd {
    height: 80vh; }
    @media (max-width: 768px) {
      .full-width.why-swiftmd {
        background-position: 35% 0%;
        padding-bottom: 55%;
        height: auto; } }
  @media (max-width: 768px) {
    .full-width.customization {
      padding-bottom: 35%;
      height: auto; } }
  @media (max-width: 768px) {
    .full-width.family-image {
      padding-bottom: 57%;
      height: auto; } }
  .full-width.safety {
    height: 60vh; }
    @media (max-width: 768px) {
      .full-width.safety {
        padding-bottom: 57%;
        height: auto; } }
  .full-width.about-leadership {
    height: 45vh;
    background-position: 50% 0%; }
  .full-width.above-section {
    margin-bottom: 80px; }

.future {
  opacity: .2; }

.circle-image img {
  border-radius: 50%; }

.item-with-icon {
  position: relative;
  padding-left: 100px; }
  .item-with-icon.bigger-icons {
    padding-left: 140px; }
  .item-with-icon h2 {
    color: #BA0927;
    font-size: 32px;
    margin-bottom: 5px;
    font-weight: 600;
    margin-top: 20px; }
  .item-with-icon .icon {
    position: absolute;
    left: 0px;
    top: 0px; }
    .item-with-icon .icon img {
      max-width: 50%; }
    .item-with-icon .icon.doctor-shield img {
      max-width: 40%; }

.clickable {
  background: rgba(255, 255, 255, 0.95); }
  .clickable:hover {
    background: #fff; }
    .clickable:hover .icon {
      background: #931213; }

.blog-list .grid {
  margin-right: -1%; }
  @media (max-width: 768px) {
    .blog-list .grid {
      margin-right: 0px; } }
  .blog-list .grid .card + .card {
    margin-top: 0; }
  .blog-list .grid .card {
    margin-bottom: 30px; }
  .blog-list .grid .grid-sizer {
    width: 29%; }
    @media (max-width: 992px) {
      .blog-list .grid .grid-sizer {
        width: 48%; } }
    @media (max-width: 768px) {
      .blog-list .grid .grid-sizer {
        width: 100%; } }
  .blog-list .grid .grid-item {
    width: 29%;
    box-sizing: border-box; }
    @media (max-width: 992px) {
      .blog-list .grid .grid-item {
        width: 48%; } }
    @media (max-width: 768px) {
      .blog-list .grid .grid-item {
        width: 100%; } }

.blog-list .card {
  border: 1px solid #BA0927;
  border-radius: 5px;
  padding: 20px;
  font-size: 16px;
  box-sizing: border-box; }

.blog-list a {
  text-decoration: none;
  color: #125692; }

.blog-list .image img {
  width: 100%;
  max-width: 300px; }

.blog-list .no-margins p {
  margin: 0; }

.blog-list .news-info {
  margin-bottom: 20px; }

.blog-list .meta {
  padding: 0px;
  background: none;
  color: #BA0927; }
  .blog-list .meta p {
    font-size: 14px; }

.blog-list .description p {
  font-size: 16px; }

.blog-list .more p {
  font-size: 16px; }

.blog-list .title {
  font-weight: 700;
  color: #125692;
  font-size: 20px; }

.section.with-divider {
  border-top: 6px solid #F0F0F0;
  padding-top: 40px; }

.breadcrumb {
  border-top: 6px solid #F0F0F0;
  padding-top: 10px; }
  .breadcrumb h1 {
    margin-top: 30px;
    text-transform: uppercase; }
  .breadcrumb.header-only {
    padding-bottom: 40px; }
    .breadcrumb.header-only h1 {
      margin-top: 40px; }

.breadcrumbs {
  padding: 20px 0 40px 0; }
  @media (max-width: 768px) {
    .breadcrumbs {
      padding-bottom: 20px; } }
  .breadcrumbs p {
    margin: 0;
    vertical-align: middle; }
  .breadcrumbs span {
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    margin-right: 10px; }
  .breadcrumbs a {
    vertical-align: middle;
    display: inline-block;
    color: #125692;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600; }

.condition {
  background: linear-gradient(0deg, #931213 0%, #a82f3d 100%);
  padding: 20px;
  color: #fff;
  height: 100px;
  width: 100px; }
  .condition:hover {
    background: #931213; }
  @media (max-width: 576px) {
    .condition {
      height: 60px;
      width: 60px; } }
  .condition .icon {
    margin-bottom: 5px; }
    .condition .icon img {
      max-width: 75px; }
      @media (max-width: 576px) {
        .condition .icon img {
          max-width: 30px; } }
  .condition p {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 1em;
    white-space: no-wrap; }

.conditions .max-width-percentage {
  max-width: 500px; }
  .conditions .max-width-percentage a {
    color: #fff;
    text-decoration: none; }
  @media (max-width: 576px) {
    .conditions .max-width-percentage {
      max-width: 350px; } }
  @media (max-width: 425px) {
    .conditions .max-width-percentage {
      margin-left: -20px;
      margin-right: -20px; } }

.meta {
  background: #F0F0F0;
  padding: 10px 20px;
  color: #125692;
  display: inline-block;
  margin-bottom: 40px; }
  .meta p {
    margin: 0; }

.list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around; }
  @media (max-width: 576px) {
    .list {
      display: block;
      margin-left: -20px; } }
  .list ul {
    max-width: 50%;
    list-style-type: none;
    padding-left: 1em;
    box-sizing: border-box; }
    @media (max-width: 576px) {
      .list ul {
        width: 100%;
        max-width: none; } }
  .list.one-col ul {
    max-width: 75%; }
    @media (max-width: 576px) {
      .list.one-col ul {
        width: 100%;
        max-width: none; } }
    @media (max-width: 576px) {
      .list.one-col ul {
        margin-left: 0px; } }
  .list.no-min ul {
    max-width: none;
    width: 100%;
    padding-left: 0px;
    line-height: 1.4em; }
  @media (max-width: 576px) {
    .list.no-min {
      margin-left: 0px; } }
  .list li {
    font-size: 20px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px; }
    .list li:after {
      position: absolute;
      content: '';
      background: url("/_assets/images/icons_SVG/check_circle.svg") top left no-repeat;
      background-size: 100%;
      width: 20px;
      height: 20px;
      top: 3px;
      left: 0; }

.faq-item {
  margin-bottom: 40px;
  padding: 40px 40px;
  border: 1px solid #125692;
  position: relative; }
  @media (max-width: 768px) {
    .faq-item {
      padding: 20px; } }
  .faq-item:hover {
    border-color: linear-gradient(0deg, #125692 0%, #6092b9 100%); }
  .faq-item .faq-answer {
    display: none; }
  .faq-item h3 {
    position: relative;
    padding-right: 100px;
    font-weight: 700;
    color: #125692;
    font-size: 24px;
    margin: 0;
    cursor: pointer; }
    .faq-item h3:after {
      position: absolute;
      content: '';
      background-image: url("/_assets/images/icons_SVG/arrow_down.svg");
      background-position: top right;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 30px;
      height: 20px;
      top: 50%;
      transform: translate(0, -50%);
      right: 30px; }
  .faq-item.opened {
    background: #F0F0F0;
    border: 1px solid #F0F0F0; }
    .faq-item.opened .faq-answer {
      display: block; }
    .faq-item.opened h3 {
      margin-bottom: 20px; }
      .faq-item.opened h3:after {
        background-image: url("/_assets/images/icons_SVG/arrow_down.svg");
        transform: rotate(180deg);
        top: 40%;
        transform: translate(0, -50%) rotate(180deg); }

.faqs.open .faq-item {
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  padding: 0px;
  background: none;
  border: none; }
  .faqs.open .faq-item .faq-answer {
    display: block; }
  .faqs.open .faq-item h3 {
    margin-bottom: 20px; }
    .faqs.open .faq-item h3:after {
      background-image: none; }

.section .wayfinding {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .section .wayfinding {
      text-align: left;
      margin-top: 0px;
      max-width: 90%; } }
  .section .wayfinding .action {
    margin: 20px 0 0 0; }
    @media (max-width: 768px) {
      .section .wayfinding .action {
        margin: 0;
        padding-left: 70px; } }
    .section .wayfinding .action p {
      margin: 0;
      color: #125692;
      font-size: 24px;
      font-weight: 600;
      text-transform: uppercase;
      margin-left: -20px;
      margin-right: -20px; }
      @media (max-width: 1200px) {
        .section .wayfinding .action p {
          font-size: 20px; } }
      @media (max-width: 768px) {
        .section .wayfinding .action p {
          font-size: 16px; } }
  @media (min-width: 992px) {
    .section .wayfinding .col-sm-4 {
      flex-basis: 31%;
      max-width: 31%; } }
  @media (max-width: 768px) {
    .section .wayfinding .card {
      position: relative;
      padding: 20px;
      min-height: 50px;
      box-sizing: border-box;
      /* v-center the content */
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (max-width: 768px) {
    .section .wayfinding .circle {
      position: absolute;
      left: 15px;
      top: 10px;
      width: 40px;
      height: 40px;
      border-radius: 20px; }
      .section .wayfinding .circle img {
        max-width: 60%; } }

.app-links {
  display: inline-block; }
  .app-links img {
    display: inline-block;
    margin-right: 10px;
    max-width: 115px; }
  .app-links.keep-together {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px; }

@media (max-width: 768px) {
  .height-target {
    height: auto !important; } }

/* ==========================================================================
  Form Things
========================================================================== */
form {
  margin: 0px; }
  form label {
    font-size: 16px;
    line-height: 1.4em;
    display: block;
    margin: 0 0 10px 0px;
    font-weight: 700; }
  form input, form textarea {
    font-size: 16px;
    border: 1px solid #BABABA;
    border-radius: 5px;
    padding: 15px 10px;
    background: none;
    margin: 0 0 15px 0;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box; }
  form button {
    border: none; }
  @media (min-width: 768px) {
    form .form-group {
      margin-left: -1em; } }

/* ==========================================================================
Sections
========================================================================== */
.section {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  /* ==========================================================================
	Alternate Versions, color, etc
	========================================================================== */
  background-color: #fff;
  color: #000000;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
  /* ==========================================================================
	END Alternate Versions, color, etc
	========================================================================== */ }
  @media (max-width: 768px) {
    .section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .section.blue {
    background: linear-gradient(0deg, #125692 0%, #6092b9 100%); }
  .section.red {
    background: linear-gradient(0deg, #931213 0%, #a82f3d 100%); }
  .section.gray, .section.grey {
    background: #F0F0F0; }
  .section.min-height-400 {
    min-height: 400px; }
    @media (max-width: 768px) {
      .section.min-height-400 {
        min-height: 0px; } }
  .section.min-height-500 {
    min-height: 500px; }
    @media (max-width: 768px) {
      .section.min-height-500 {
        min-height: 0px; } }
  .section.min-height-550 {
    min-height: 550px; }
    @media (max-width: 768px) {
      .section.min-height-550 {
        min-height: 0px; } }
  .section.min-height-600 {
    min-height: 600px; }
    @media (max-width: 768px) {
      .section.min-height-600 {
        min-height: 0px; } }
  .section.min-height-650 {
    min-height: 650px; }
    @media (max-width: 768px) {
      .section.min-height-650 {
        min-height: 0px; } }
  .section.min-height-700 {
    min-height: 700px; }
    @media (max-width: 768px) {
      .section.min-height-700 {
        min-height: 0px; } }
  .section.min-height-800 {
    min-height: 800px; }
    @media (max-width: 768px) {
      .section.min-height-800 {
        min-height: 0px; } }
  .section.screened:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d0d0d;
    opacity: .15;
    z-index: 1; }
  .section.screened > * {
    z-index: 100; }
  .section.screened .inside-wrapper {
    position: relative; }
  .section.on-dark h1, .section.on-dark h2, .section.on-dark h3, .section.on-dark h4, .section.on-dark h5, .section.on-dark h6, .section.on-dark p, .section.on-dark li, .section.on-dark a:not(.button) {
    color: #fff; }
  .section.on-dark.hero h1 {
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3); }
  .section.on-dark.hero h2 {
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3); }
  .section.fill-screen {
    min-height: calc(100vh - 160px);
    padding-bottom: 20px; }
    @media (max-width: 768px) {
      .section.fill-screen {
        min-height: calc(100vh - 260px); } }
  .section.hero h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1em; }
    @media (max-width: 768px) {
      .section.hero h1 {
        font-size: 46px; } }
  .section.hero h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1em; }
    @media (max-width: 768px) {
      .section.hero h2 {
        font-size: 30px;
        font-weight: 600; } }
  @media (max-width: 768px) {
    .section.hero {
      padding-top: 80px;
      padding-bottom: 150px; } }
  .section.leadership h1 {
    margin-bottom: 80px; }
    @media (max-width: 768px) {
      .section.leadership h1 {
        margin-bottom: 40px; } }
  .section.leadership .row + .row {
    margin-top: 40px; }
    @media (max-width: 992px) {
      .section.leadership .row + .row {
        margin-top: 0px; } }
  @media (max-width: 992px) {
    .section.leadership .col-xs-12 {
      margin-top: 20px; } }
  .section.talk-to-a-doctor {
    padding-top: 150px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .section.talk-to-a-doctor {
        background-position: -150px 0; } }
    @media (max-width: 768px) {
      .section.talk-to-a-doctor {
        padding-top: 40px;
        background-position: 50% 0;
        padding-bottom: 20px; } }
  .section.member-support {
    background-position: 50% 50%; }
  .section.groups-employers {
    background-position: 100% 0; }
    @media (max-width: 992px) {
      .section.groups-employers {
        background-position: 60% 0; } }
    @media (max-width: 768px) {
      .section.groups-employers {
        background-position: 80% 0; } }
  .section.conditions {
    background-position: 75% 0; }
    @media (min-width: 1200px) {
      .section.conditions {
        background-position: 100% 0; } }
    @media (min-width: 992px) {
      .section.conditions .bg {
        background: none; } }
    @media (max-width: 992px) {
      .section.conditions {
        background-position: 60% 0; }
        .section.conditions .bg {
          margin-right: 30px; } }
    @media (max-width: 576px) {
      .section.conditions {
        background-position: 40% 0; } }
    @media (max-width: 768px) {
      .section.conditions .bg {
        margin-right: -20px;
        margin-left: -20px; } }
  .section.members {
    background-position: 100% 0; }
    @media (max-width: 992px) {
      .section.members {
        background-position: 60% 0; } }
    .section.members.screened:after {
      opacity: .25; }
  .section.brokers-consultants {
    background-position: 100% 0; }
    @media (max-width: 992px) {
      .section.brokers-consultants {
        background-position: 60% 0; } }
    .section.brokers-consultants.screened:after {
      opacity: .25; }
  .section.big-top {
    padding-top: 150px; }
    @media (max-width: 768px) {
      .section.big-top {
        padding-top: 60px; } }
  .section.about-us {
    background-position: 70% 20%; }
    @media (min-width: 768px) {
      .section.about-us .bg {
        background: none;
        padding: 0px; } }
    @media (max-width: 768px) {
      .section.about-us {
        background-position: 60% 20%;
        min-height: 500px; } }
  .section.delivering-value {
    padding-top: 150px; }
    @media (max-width: 768px) {
      .section.delivering-value {
        padding-top: 80px;
        background-position: 50% 20%; } }
    @media (min-width: 1200px) {
      .section.delivering-value {
        min-height: 800px;
        background-position: 100% 20%; } }
  .section.self-insured .bg {
    margin-top: 100px; }
  @media (max-width: 992px) {
    .section.self-insured {
      background-position: 10% 0%; }
      .section.self-insured .bg {
        background: rgba(255, 255, 255, 0.8); } }
  @media (max-width: 768px) {
    .section.family-image {
      background-position: 50% 50%; } }
  .section.testimonials {
    /* position dots in carousel */
    /* white circles */
    /* fill-in selected dot */ }
    .section.testimonials .inside-wrapper {
      padding-bottom: 80px; }
      @media (max-width: 768px) {
        .section.testimonials .inside-wrapper {
          padding-bottom: 140px; } }
    .section.testimonials .carousel-cell {
      height: auto;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (max-width: 768px) {
        .section.testimonials .carousel-cell {
          height: auto; } }
    .section.testimonials .flickity-slider {
      display: flex;
      align-items: center; }
    .section.testimonials .attribution p {
      margin: 10px 0 0 0;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: -40px; }
      @media (max-width: 768px) {
        .section.testimonials .attribution p {
          margin-bottom: 0px; } }
    .section.testimonials .testimonial {
      margin: 10px 0 0 0;
      font-size: 26px;
      font-weight: 300; }
      @media (max-width: 992px) {
        .section.testimonials .testimonial {
          font-size: 20px; } }
    .section.testimonials .flickity-page-dots {
      bottom: -40px; }
      @media (max-width: 768px) {
        .section.testimonials .flickity-page-dots {
          bottom: -50px; } }
    .section.testimonials .flickity-page-dots .dot {
      width: 12px;
      height: 12px;
      opacity: 1;
      background: transparent;
      border: 2px solid white; }
    .section.testimonials .flickity-page-dots .dot.is-selected {
      background: white; }
    .section.testimonials .flickity-prev-next-button.previous {
      left: -50px; }
    .section.testimonials .flickity-prev-next-button {
      right: -50px; }
    .section.testimonials .flickity-button {
      background: none;
      color: #fff; }
      @media (max-width: 768px) {
        .section.testimonials .flickity-button {
          display: none; } }

/* ==========================================================================
	Right side images and clipped areas
	========================================================================== */
.supporting-image {
  height: 100%;
  position: absolute;
  left: 50%;
  width: 50%;
  top: 0; }
  .supporting-image.clipped {
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%); }
    @media (max-width: 768px) {
      .supporting-image.clipped {
        clip-path: none; } }
  .supporting-image.looking-at-phone {
    background-position: 80% 0; }
  .supporting-image.learn-more {
    background-position: 80% 0; }
    @media (max-width: 768px) {
      .supporting-image.learn-more {
        background-position: 50% 40%; } }
  .supporting-image.delivering-value {
    background-position: 100% 0; }
    @media (max-width: 768px) {
      .supporting-image.delivering-value {
        background-position: 50% 40%; } }
  .supporting-image.horizontal-30 {
    background-position-x: 30%; }
  .supporting-image.horizontal-40 {
    background-position-x: 40%; }
  .supporting-image.horizontal-50 {
    background-position-x: 50%; }
  .supporting-image.horizontal-60 {
    background-position-x: 60%; }
  .supporting-image.horizontal-70 {
    background-position-x: 70%; }
  .supporting-image.horizontal-80 {
    background-position-x: 80%; }
  .supporting-image.horizontal-90 {
    background-position-x: 90%; }
  .supporting-image.horizontal-100 {
    background-position-x: 100%; }
  .supporting-image.vision {
    background-position: 100% 0; }
    @media (max-width: 768px) {
      .supporting-image.vision {
        background-position: 50% 40%; } }
  @media (max-width: 768px) {
    .supporting-image {
      position: relative;
      left: 50%;
      right: 50%;
      width: 100vw;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 50%;
      background-position: 100% 0;
      height: auto;
      margin-top: -60px;
      margin-bottom: 60px;
      min-height: 100px; } }

@media (max-width: 768px) {
  .supporting-image-on-bottom .supporting-image {
    margin-top: 60px;
    margin-bottom: -60px; } }

.border-mark {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 5; }
  .border-mark img {
    max-width: 300px; }

@media (max-width: 768px) {
  .with-brand .border-mark, .add-brand-to-supporting .border-mark {
    display: none; } }

@media (max-width: 768px) {
  .with-brand .supporting-image:after, .add-brand-to-supporting .supporting-image:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 200px;
    height: 80px;
    background: url("/_assets/images/homepage/brand.png") top right no-repeat;
    background-size: cover; } }

.inside-clipped {
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%); }
  .inside-clipped.blue-clipped {
    background: rgba(20, 60, 110, 0.2); }
  .inside-clipped.red-clipped {
    background: rgba(147, 18, 19, 0.5); }
  @media (max-width: 768px) {
    .inside-clipped {
      background: none;
      clip-path: none; } }

@media (max-width: 1450px) {
  .with-diagonals-squeeze .inside-wrapper {
    max-width: 80%; }
    .with-diagonals-squeeze .inside-wrapper h1 {
      margin-top: 0px; } }

@media (max-width: 768px) {
  .with-diagonals-squeeze .inside-wrapper {
    max-width: 100%; } }

.breadcrumb + .section {
  padding-top: 0px; }

/* ==========================================================================
Popups
========================================================================== */
.modal {
  cursor: pointer; }

.with-popup {
  cursor: pointer; }
  .with-popup:hover p .name {
    text-decoration: underline; }

.popup {
  display: none;
  width: 90%; }
  @media (min-width: 992px) {
    .popup {
      width: 800px; } }
  .popup p {
    font-size: 16px; }
  .popup .headshot {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid #64ba7a;
    padding: 2px;
    overflow: hidden; }
    .popup .headshot img {
      max-width: 75px; }
  .popup .social-links {
    float: right;
    margin-top: 5px;
    margin-left: 40px; }
    .popup .social-links a {
      font-size: 20px;
      display: inline-block;
      margin-right: 5px; }
  .popup .name-title p span {
    display: block;
    margin: 0 0 5px 0; }
  .popup .name-title p .name {
    color: #125692;
    font-weight: 700; }
  .popup .long-bio {
    clear: both;
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.4em; }
    .popup .long-bio h3 {
      font-size: 16px;
      color: #64ba7a;
      margin-bottom: 10px; }
    .popup .long-bio ul {
      list-style-type: none;
      margin: 5px 0 0 0;
      padding-left: 0; }
    .popup .long-bio li {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 5px; }
