h1 {
  color: #304875;
  font-family: 'Gochi Hand', serif;
  font-weight: 400;
  font-size: 1.5em; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2em; } }

h2 {
  color: #ffffff;
  font-family: 'Gochi Hand', serif;
  font-weight: 400;
  position: relative;
  font-weight: 200;
  margin-bottom: 0px;
  letter-spacing: 1px;
  margin-top: 0px;
  font-size: 40px;
  line-height: 45px; }
  h2 span {
    color: #FDBF4D; }
  @media (min-width: 768px) {
    h2 {
      font-size: 60px;
      line-height: 65px; } }

h3 {
  font-family: 'Gochi Hand', serif;
  font-weight: 400;
  font-size: 30px;
  color: #304875; }

h4 {
  font-family: "Open Sans", sans-serif;
  color: #304875;
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (min-width: 1024px) {
    h4 {
      font-size: 18px;
      line-height: 25px; } }

h6 {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  margin-top: 5px; }
  @media (min-width: 1024px) {
    h6 {
      font-size: 10px;
      line-height: 28px; } }

p, li {
  font-family: "Open Sans", sans-serif;
  color: #58595e;
  font-size: 16px;
  line-height: 25px;
  margin-top: 5px; }
  @media (min-width: 768px) {
    p, li {
      font-size: 15px;
      line-height: 22px; } }
  @media (min-width: 1024px) {
    p, li {
      font-size: 16px;
      line-height: 25px; } }

p.large {
  font-size: 18px;
  line-height: 25px; }
  @media (min-width: 768px) {
    p.large {
      font-size: 22px;
      line-height: 35px; } }

#top-bar.is-stuck {
  top: -17% !important;
  transition: .5s; }

#top-bar .logo-header {
  text-align: center;
  padding: 30px 0;
  background-color: #F5F3ED; }
  #top-bar .logo-header img.top-logo {
    width: 80%;
    height: auto;
    transition: .5s; }
    @media (min-width: 768px) {
      #top-bar .logo-header img.top-logo {
        width: 50%; } }
    @media (min-width: 1024px) {
      #top-bar .logo-header img.top-logo {
        width: 40%; } }
    #top-bar .logo-header img.top-logo:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      transition: .5s; }
  #top-bar .logo-header h1 {
    margin: 0px;
    color: #1b3463; }

#top-bar {
  transition: .5s;
  z-index: 3001;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 0em 0 0; }
  #top-bar .mobile-logo-wrap {
    background-color: #ffffff;
    height: 100px;
    align-items: flex-end;
    display: flex;
    box-shadow: 0 5px 14px 0px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      #top-bar .mobile-logo-wrap {
        box-shadow: none; } }
  @media (min-width: 768px) {
    #top-bar nav {
      display: inline; } }
  #top-bar nav .flex-item:first-child {
    background-color: #F02424; }
  #top-bar nav .flex-item:nth-child(2) {
    background-color: #F02424; }
  #top-bar nav .flex-item:nth-child(3) {
    background-color: #53BFA9; }
  #top-bar nav .flex-item:nth-child(4) {
    background-color: #FDBF4D; }
  #top-bar nav .flex-item:nth-child(5) {
    background-color: #304875; }
  #top-bar nav .flex-item:nth-child(6) {
    background-color: #F02424; }
  #top-bar nav .flex-item:nth-child(7) {
    background-color: #53BFA9; }
  #top-bar nav .flex-item:nth-child(8) {
    background-color: #FDBF4D; }
  #top-bar nav .flex-item:nth-child(9) {
    background-color: #304875; }
  #top-bar nav .flex-item a {
    font-family: 'Open Sans', sans-serif;
    color: #F5F3ED;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: .5em; }

.mobile-btn {
  width: 100%;
  flex-direction: row !important; }
  .mobile-btn h3 {
    margin: 10px;
    color: #ffffff; }
  .mobile-btn.burger-open {
    background-color: #F02424 !important; }

#burger-menu {
  position: relative;
  display: flex;
  align-items: center; }

.burger-closed {
  z-index: 2003;
  width: auto;
  transition: 1s;
  border-bottom: 0px !important; }
  .burger-closed span,
  .burger-closed span:before,
  .burger-closed span:after {
    cursor: pointer;
    height: 3px;
    width: 30px;
    background: #ffffff;
    position: relative;
    display: block; }
  .burger-closed span:before {
    content: '';
    top: -9px; }
  .burger-closed span:after {
    content: '';
    bottom: -7px; }
  .burger-closed:hover {
    cursor: pointer; }

.burger-active {
  border-bottom: 0px !important; }
  .burger-active span {
    background-color: #F02424 !important;
    transition: .3s; }
  .burger-active span:before {
    top: 2px;
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: .3s;
    background: #ffffff; }
  .burger-active span:after {
    bottom: 1px;
    left: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    transition: .3s;
    background: #ffffff; }

#top-bar.top-nav nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center; }
  @media (min-width: 768px) {
    #top-bar.top-nav nav {
      padding: 0px;
      justify-content: center;
      flex-direction: row;
      position: absolute;
      align-items: flex-start; } }
  #top-bar.top-nav nav .flex-item {
    flex: 1;
    display: none;
    justify-content: center;
    transition: .5s;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0px; }
    #top-bar.top-nav nav .flex-item h1 {
      padding-top: 10px; }
    @media (min-width: 768px) {
      #top-bar.top-nav nav .flex-item:hover {
        position: relative;
        transition: .5s;
        transition: .3s;
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        z-index: 10;
        transition: .5s; } }
    #top-bar.top-nav nav .flex-item:first-child {
      display: flex; }
    #top-bar.top-nav nav .flex-item.dropdown .dropdown-content {
      height: 0px;
      overflow: hidden;
      transition: .5s;
      width: 100%;
      text-align: center; }
      #top-bar.top-nav nav .flex-item.dropdown .dropdown-content a {
        width: 100%;
        text-transform: none !important;
        color: #ffffff;
        text-align: center;
        font-size: 18px;
        display: block;
        opacity: 0;
        transition: .5s;
        padding: .5em 0 1em; }
        @media (min-width: 768px) {
          #top-bar.top-nav nav .flex-item.dropdown .dropdown-content a {
            font-size: 15px; } }
    #top-bar.top-nav nav .flex-item.dropdown:hover {
      color: #F5F3ED; }
      #top-bar.top-nav nav .flex-item.dropdown:hover .dropdown-content {
        height: auto;
        transition: .5s;
        overflow: hidden;
        padding-bottom: 1em; }
        #top-bar.top-nav nav .flex-item.dropdown:hover .dropdown-content a {
          opacity: 1;
          transition: .5s; }
          #top-bar.top-nav nav .flex-item.dropdown:hover .dropdown-content a:hover {
            color: #F5F3ED;
            transition: .3s;
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
            z-index: 10;
            transition: .5s; }
    #top-bar.top-nav nav .flex-item a {
      font-size: 20px; }
    @media (min-width: 768px) {
      #top-bar.top-nav nav .flex-item {
        display: flex; }
        #top-bar.top-nav nav .flex-item:first-child {
          display: none; } }

#top-bar.top-nav.ul-out {
  position: absolute;
  height: 100vh;
  display: flex;
  flex-direction: column; }
  #top-bar.top-nav.ul-out nav {
    height: 100%; }
    #top-bar.top-nav.ul-out nav .flex-item {
      align-items: center;
      width: 100%;
      display: flex; }
      #top-bar.top-nav.ul-out nav .flex-item a {
        padding: .5em 1em;
        font-size: 30px; }
      #top-bar.top-nav.ul-out nav .flex-item:first-child {
        max-height: 4em;
        border-bottom: 3px solid #F5F3ED; }
        #top-bar.top-nav.ul-out nav .flex-item:first-child a {
          padding: 0em; }

/*=================================================
  Variables
==================================================*/
/*=================================================
	Mixins
==================================================*/
/*=======================================
  TAB BODY
========================================*/
.tabs {
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  position: relative; }

/*=======================================
  TAB NAVIGATION
========================================*/
.tabs-nav {
  text-align: center; }
  .tabs-nav ul {
    margin: 0;
    padding: 0;
    margin-top: 0; }
  .tabs-nav li {
    width: auto;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    /* For normal, healthy browsers */
    /*white-space: nowrap;*/
    *display: inline;
    zoom: 1;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.35);
    font-weight: 600;
    transition: .5s;
    border-radius: 5px 5px 0 0;
    transition: all 0.2s ease-in-out; }
    * html .tabs-nav li {
      /* for IE6 */
      display: inline; }
    * + html .tabs-nav li {
      /* for IE7 */
      display: inline; }
    .tabs-nav li p {
      color: #304875;
      margin-bottom: 0px;
      transition: .3s;
      text-align: center; }
    .tabs-nav li:hover {
      color: #304875;
      background-color: #fff;
      transition: .5s; }
    .tabs-nav li:first-child {
      margin-left: 0;
      border-left: 0; }
    .tabs-nav li:last-child {
      border-right: 0;
      border-left: 0; }

/*=======================================
  TAB CONTENT
========================================*/
.tab-container {
  background-color: #fff;
  top: -1px;
  position: relative; }

/*=======================================
  GENERAL STATES
========================================*/
.block {
  display: block; }

.active, li.active {
  color: #304875;
  background-color: #fff;
  letter-spacing: 0px; }
  .active p, li.active p {
    font-size: 1.2em;
    transition: .3s; }
  @media (min-width: 768px) {
    .active p, li.active p {
      font-size: 1.1em; } }
  @media (min-width: 1024px) {
    .active p, li.active p {
      font-size: 1.1em; } }

.hide {
  display: none; }

.show {
  display: block; }

/*=======================================
  POSITIONING
========================================*/
.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.top {
  top: 0; }

* {
  box-sizing: border-box; }

body {
  margin: 0px; }
  body.lock-scroll {
    overflow: hidden; }

ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

a {
  text-decoration: none; }

.show-mobile-only {
  display: inline-block !important; }
  @media (min-width: 768px) {
    .show-mobile-only {
      display: none !important; } }

img {
  max-width: 100%; }

a.link {
  padding: 0px 0;
  text-decoration: none; }
  a.link p {
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase; }
  a.link:hover {
    transition: .3s;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    z-index: 10;
    transition: .5s; }
    a.link:hover i {
      -webkit-animation: bounce 2s infinite;
              animation: bounce 2s infinite; }

a.btn {
  box-shadow: none;
  border: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 1em 0;
  margin-right: auto;
  letter-spacing: .5px;
  padding: .5em 1.5em;
  transition: .3s;
  background: #fff;
  border: 5px solid white;
  outline: 5px solid transparent;
  background: #F02424; }
  a.btn p {
    color: #F02424;
    width: 100% !important;
    margin: 10px 0px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase; }
  a.btn:hover {
    cursor: pointer !important;
    outline: 5px solid #F02424;
    transition: .3s;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    z-index: 10;
    transition: .5s; }
  a.btn p, a.btn h1, a.btn h2, a.btn h3, a.btn h4, a.btn h5, a.btn h6, a.btn i {
    color: #fff; }
  a.btn:hover i {
    -webkit-animation: bounce 2s infinite;
            animation: bounce 2s infinite; }

.center {
  text-align: center;
  width: 100%; }

header, section.banner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4em 0em 3em;
  min-height: 10vh; }
  @media (min-width: 768px) {
    header, section.banner {
      align-items: center;
      min-height: 60vh;
      justify-content: center;
      align-items: flex-start;
      padding: 3em 0em 3em; } }
  @media (min-width: 1024px) {
    header, section.banner {
      min-height: 75vh; } }

section {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%; }
  @media (min-width: 768px) {
    section {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    section {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 1280px) {
    section {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 1400px) {
    section {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 1800px) {
    section {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 768px) {
    section {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1280px) {
    section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1400px) {
    section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1800px) {
    section {
      padding-top: 120px;
      padding-bottom: 120px; } }

.basic-sect {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .basic-sect {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    .basic-sect {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 1280px) {
    .basic-sect {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 1400px) {
    .basic-sect {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 1800px) {
    .basic-sect {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 768px) {
    .basic-sect {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    .basic-sect {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1280px) {
    .basic-sect {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1400px) {
    .basic-sect {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1800px) {
    .basic-sect {
      padding-top: 120px;
      padding-bottom: 120px; } }

.max {
  max-width: 80%;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .max {
      max-width: 900px;
      margin: 0 auto; } }

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

section.full {
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin: 0px; }
  @media (min-width: 1024px) {
    section.full {
      flex-direction: row; } }
  section.full.blue {
    align-items: center; }
    section.full.blue article {
      display: flex;
      flex-direction: column; }
      section.full.blue article.text-side {
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        flex: 2;
        position: relative;
        background-color: #304875; }
        @media (min-width: 768px) {
          section.full.blue article.text-side {
            padding-left: 40px;
            padding-right: 40px; } }
        @media (min-width: 1024px) {
          section.full.blue article.text-side {
            padding-left: 120px;
            padding-right: 120px; } }
        @media (min-width: 1280px) {
          section.full.blue article.text-side {
            padding-left: 150px;
            padding-right: 150px; } }
        @media (min-width: 1400px) {
          section.full.blue article.text-side {
            padding-left: 150px;
            padding-right: 150px; } }
        @media (min-width: 1800px) {
          section.full.blue article.text-side {
            padding-left: 150px;
            padding-right: 150px; } }
        @media (min-width: 768px) {
          section.full.blue article.text-side {
            padding-top: 40px;
            padding-bottom: 40px; } }
        @media (min-width: 1024px) {
          section.full.blue article.text-side {
            padding-top: 60px;
            padding-bottom: 60px; } }
        @media (min-width: 1280px) {
          section.full.blue article.text-side {
            padding-top: 80px;
            padding-bottom: 80px; } }
        @media (min-width: 1400px) {
          section.full.blue article.text-side {
            padding-top: 100px;
            padding-bottom: 100px; } }
        @media (min-width: 1800px) {
          section.full.blue article.text-side {
            padding-top: 120px;
            padding-bottom: 120px; } }
        section.full.blue article.text-side a.btn {
          border: 5px solid #304875 !important; }
        section.full.blue article.text-side p, section.full.blue article.text-side h1, section.full.blue article.text-side h2, section.full.blue article.text-side h3, section.full.blue article.text-side h4, section.full.blue article.text-side h5, section.full.blue article.text-side h6, section.full.blue article.text-side i {
          color: #fff; }
        section.full.blue article.text-side a.btn {
          box-shadow: none;
          border: 0px;
          font-family: "Open Sans", sans-serif;
          font-weight: 800;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          margin: 1em 0;
          margin-right: auto;
          letter-spacing: .5px;
          padding: .5em 1.5em;
          transition: .3s;
          background: #fff;
          border: 5px solid white;
          outline: 5px solid transparent;
          background: #fff; }
          section.full.blue article.text-side a.btn p {
            color: #F02424;
            width: 100% !important;
            margin: 10px 0px;
            font-family: "Open Sans", sans-serif;
            text-transform: uppercase; }
          section.full.blue article.text-side a.btn:hover {
            cursor: pointer !important;
            outline: 5px solid #fff;
            transition: .3s;
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
            z-index: 10;
            transition: .5s; }
          section.full.blue article.text-side a.btn p, section.full.blue article.text-side a.btn h1, section.full.blue article.text-side a.btn h2, section.full.blue article.text-side a.btn h3, section.full.blue article.text-side a.btn h4, section.full.blue article.text-side a.btn h5, section.full.blue article.text-side a.btn h6, section.full.blue article.text-side a.btn i {
            color: #53BFA9; }
        section.full.blue article.text-side:before {
          content: '';
          position: absolute;
          width: 100px;
          right: -100px;
          height: 100%;
          top: 0;
          background-color: #304875; }
        section.full.blue article.text-side:last-child:before {
          content: '';
          position: absolute;
          width: 100px;
          left: -100px;
          height: 100%;
          top: 0;
          background-color: #304875; }
      section.full.blue article.img-side {
        padding: 0px;
        z-index: 2;
        flex: 2;
        position: relative;
        padding: 12% 0;
        background-size: cover;
        box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
        transition: .3s; }
  section.full.yellow {
    align-items: center; }
    section.full.yellow article {
      display: flex;
      flex-direction: column; }
      section.full.yellow article.text-side {
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        flex: 2;
        position: relative;
        background-color: #FDBF4D; }
        @media (min-width: 768px) {
          section.full.yellow article.text-side {
            padding-left: 40px;
            padding-right: 40px; } }
        @media (min-width: 1024px) {
          section.full.yellow article.text-side {
            padding-left: 120px;
            padding-right: 120px; } }
        @media (min-width: 1280px) {
          section.full.yellow article.text-side {
            padding-left: 150px;
            padding-right: 150px; } }
        @media (min-width: 1400px) {
          section.full.yellow article.text-side {
            padding-left: 150px;
            padding-right: 150px; } }
        @media (min-width: 1800px) {
          section.full.yellow article.text-side {
            padding-left: 150px;
            padding-right: 150px; } }
        @media (min-width: 768px) {
          section.full.yellow article.text-side {
            padding-top: 40px;
            padding-bottom: 40px; } }
        @media (min-width: 1024px) {
          section.full.yellow article.text-side {
            padding-top: 60px;
            padding-bottom: 60px; } }
        @media (min-width: 1280px) {
          section.full.yellow article.text-side {
            padding-top: 80px;
            padding-bottom: 80px; } }
        @media (min-width: 1400px) {
          section.full.yellow article.text-side {
            padding-top: 100px;
            padding-bottom: 100px; } }
        @media (min-width: 1800px) {
          section.full.yellow article.text-side {
            padding-top: 120px;
            padding-bottom: 120px; } }
        section.full.yellow article.text-side a.btn {
          border: 5px solid #FDBF4D !important; }
        section.full.yellow article.text-side p, section.full.yellow article.text-side h1, section.full.yellow article.text-side h2, section.full.yellow article.text-side h3, section.full.yellow article.text-side h4, section.full.yellow article.text-side h5, section.full.yellow article.text-side h6, section.full.yellow article.text-side i {
          color: #fff; }
        section.full.yellow article.text-side a.btn {
          box-shadow: none;
          border: 0px;
          font-family: "Open Sans", sans-serif;
          font-weight: 800;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          margin: 1em 0;
          margin-right: auto;
          letter-spacing: .5px;
          padding: .5em 1.5em;
          transition: .3s;
          background: #fff;
          border: 5px solid white;
          outline: 5px solid transparent;
          background: #304875; }
          section.full.yellow article.text-side a.btn p {
            color: #F02424;
            width: 100% !important;
            margin: 10px 0px;
            font-family: "Open Sans", sans-serif;
            text-transform: uppercase; }
          section.full.yellow article.text-side a.btn:hover {
            cursor: pointer !important;
            outline: 5px solid #304875;
            transition: .3s;
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
            z-index: 10;
            transition: .5s; }
          section.full.yellow article.text-side a.btn p, section.full.yellow article.text-side a.btn h1, section.full.yellow article.text-side a.btn h2, section.full.yellow article.text-side a.btn h3, section.full.yellow article.text-side a.btn h4, section.full.yellow article.text-side a.btn h5, section.full.yellow article.text-side a.btn h6, section.full.yellow article.text-side a.btn i {
            color: #FDBF4D; }
        section.full.yellow article.text-side:before {
          content: '';
          position: absolute;
          width: 100px;
          right: -100px;
          height: 100%;
          top: 0;
          background-color: #FDBF4D; }
        section.full.yellow article.text-side:last-child:before {
          content: '';
          position: absolute;
          width: 100px;
          left: -100px;
          height: 100%;
          top: 0;
          background-color: #FDBF4D; }
      section.full.yellow article.img-side {
        padding: 0px;
        z-index: 2;
        flex: 2;
        position: relative;
        padding: 12% 0;
        background-size: cover;
        box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
        transition: .3s; }
  section.full.red {
    align-items: center; }
    section.full.red article {
      display: flex;
      flex-direction: column; }
      section.full.red article.text-side {
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        flex: 2;
        position: relative;
        background-color: #F02424; }
        @media (min-width: 768px) {
          section.full.red article.text-side {
            padding-left: 40px;
            padding-right: 40px; } }
        @media (min-width: 1024px) {
          section.full.red article.text-side {
            padding-left: 120px;
            padding-right: 120px; } }
        @media (min-width: 1280px) {
          section.full.red article.text-side {
            padding-left: 150px;
            padding-right: 150px; } }
        @media (min-width: 1400px) {
          section.full.red article.text-side {
            padding-left: 150px;
            padding-right: 150px; } }
        @media (min-width: 1800px) {
          section.full.red article.text-side {
            padding-left: 150px;
            padding-right: 150px; } }
        @media (min-width: 768px) {
          section.full.red article.text-side {
            padding-top: 40px;
            padding-bottom: 40px; } }
        @media (min-width: 1024px) {
          section.full.red article.text-side {
            padding-top: 60px;
            padding-bottom: 60px; } }
        @media (min-width: 1280px) {
          section.full.red article.text-side {
            padding-top: 80px;
            padding-bottom: 80px; } }
        @media (min-width: 1400px) {
          section.full.red article.text-side {
            padding-top: 100px;
            padding-bottom: 100px; } }
        @media (min-width: 1800px) {
          section.full.red article.text-side {
            padding-top: 120px;
            padding-bottom: 120px; } }
        section.full.red article.text-side a.btn {
          border: 5px solid #F02424 !important; }
        section.full.red article.text-side p, section.full.red article.text-side h1, section.full.red article.text-side h2, section.full.red article.text-side h3, section.full.red article.text-side h4, section.full.red article.text-side h5, section.full.red article.text-side h6, section.full.red article.text-side i {
          color: #fff; }
        section.full.red article.text-side a.btn {
          box-shadow: none;
          border: 0px;
          font-family: "Open Sans", sans-serif;
          font-weight: 800;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          margin: 1em 0;
          margin-right: auto;
          letter-spacing: .5px;
          padding: .5em 1.5em;
          transition: .3s;
          background: #fff;
          border: 5px solid white;
          outline: 5px solid transparent;
          background: #fff; }
          section.full.red article.text-side a.btn p {
            color: #F02424;
            width: 100% !important;
            margin: 10px 0px;
            font-family: "Open Sans", sans-serif;
            text-transform: uppercase; }
          section.full.red article.text-side a.btn:hover {
            cursor: pointer !important;
            outline: 5px solid #fff;
            transition: .3s;
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
            z-index: 10;
            transition: .5s; }
          section.full.red article.text-side a.btn p, section.full.red article.text-side a.btn h1, section.full.red article.text-side a.btn h2, section.full.red article.text-side a.btn h3, section.full.red article.text-side a.btn h4, section.full.red article.text-side a.btn h5, section.full.red article.text-side a.btn h6, section.full.red article.text-side a.btn i {
            color: #53BFA9; }
        section.full.red article.text-side:before {
          content: '';
          position: absolute;
          width: 100px;
          right: -100px;
          height: 100%;
          top: 0;
          background-color: #F02424; }
        section.full.red article.text-side:last-child:before {
          content: '';
          position: absolute;
          width: 100px;
          left: -100px;
          height: 100%;
          top: 0;
          background-color: #F02424; }
      section.full.red article.img-side {
        padding: 0px;
        z-index: 2;
        flex: 2;
        position: relative;
        padding: 12% 0;
        background-size: cover;
        box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
        transition: .3s; }
  section.full article {
    display: flex;
    flex-direction: column;
    flex: 1; }

article {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    article {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    article {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 1280px) {
    article {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 1400px) {
    article {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 1800px) {
    article {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 768px) {
    article {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    article {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1280px) {
    article {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1400px) {
    article {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1800px) {
    article {
      padding-top: 120px;
      padding-bottom: 120px; } }
  article.no-pad {
    padding: 0px !important; }

section.center {
  max-width: 80%;
  margin: 0 auto;
  padding: 0px;
  padding-top: 30px;
  padding-bottom: 30px; }
  section.center h1, section.center h2, section.center h3, section.center h4, section.center h5, section.center h6, section.center p {
    text-align: center; }
  @media (min-width: 1024px) {
    section.center {
      max-width: 900px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    section.center {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    section.center {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1280px) {
    section.center {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1400px) {
    section.center {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1800px) {
    section.center {
      padding-top: 120px;
      padding-bottom: 120px; } }
  section.center p {
    color: #304875; }
  section.center a.btn p {
    color: #fff !important; }
  section.center h4 {
    color: #53BFA9; }

blockquote {
  background-color: #FDBF4D;
  color: #fff;
  display: inline-block;
  padding: 1px 1em;
  margin-bottom: 1em;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg); }
  blockquote h2 {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); }

.form-style-5 {
  max-width: 600px;
  margin: 0 auto 10em;
  background: #F5F3ED;
  padding: 2em;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  text-align: center; }
  .form-style-5 h3 {
    margin-bottom: 0px;
    margin-top: 0px; }

.form-style-5 fieldset {
  border: none; }

.form-style-5 legend {
  font-size: 1.4em;
  margin-bottom: 10px; }

.form-style-5 label {
  display: block;
  margin-bottom: 8px;
  text-align: left;
  color: #304875; }

.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  border: none;
  border-radius: 0px;
  font-size: 20px;
  margin: 0;
  outline: 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
  color: #53BFA9;
  box-shadow: none !important;
  margin-bottom: 30px; }

.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus {
  background: #53BFA9;
  color: #fff; }

.form-style-5 select {
  -webkit-appearance: menulist-button;
  height: 35px; }

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"] {
  box-shadow: none;
  border: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 1em 0;
  margin-right: auto;
  letter-spacing: .5px;
  padding: .5em 1.5em;
  transition: .3s;
  background: #fff;
  border: 5px solid white;
  outline: 5px solid transparent;
  background: #304875;
  box-shadow: none;
  border: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 1em 0;
  margin-right: auto;
  letter-spacing: .5px;
  padding: .5em 1.5em;
  transition: .3s;
  background: #304875;
  color: #fff;
  text-transform: uppercase;
  border: 5px solid #304875;
  outline: 5px solid transparent; }
  .form-style-5 input[type="submit"] p,
  .form-style-5 input[type="button"] p {
    color: #F02424;
    width: 100% !important;
    margin: 10px 0px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase; }
  .form-style-5 input[type="submit"]:hover,
  .form-style-5 input[type="button"]:hover {
    cursor: pointer !important;
    outline: 5px solid #304875;
    transition: .3s;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    z-index: 10;
    transition: .5s; }
  .form-style-5 input[type="submit"] p, .form-style-5 input[type="submit"] h1, .form-style-5 input[type="submit"] h2, .form-style-5 input[type="submit"] h3, .form-style-5 input[type="submit"] h4, .form-style-5 input[type="submit"] h5, .form-style-5 input[type="submit"] h6, .form-style-5 input[type="submit"] i,
  .form-style-5 input[type="button"] p,
  .form-style-5 input[type="button"] h1,
  .form-style-5 input[type="button"] h2,
  .form-style-5 input[type="button"] h3,
  .form-style-5 input[type="button"] h4,
  .form-style-5 input[type="button"] h5,
  .form-style-5 input[type="button"] h6,
  .form-style-5 input[type="button"] i {
    color: #FDBF4D; }

@-webkit-keyframes bounce {
  0%, 40%, 60%, 80% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  20% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); } }

@keyframes bounce {
  0%, 40%, 60%, 80% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  20% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); } }

.home-page header {
  background-size: cover;
  background-position: center 25%; }

.header-intro {
  background-color: rgba(48, 72, 117, 0.9);
  padding: 1em;
  width: 80%; }
  .header-intro h1, .header-intro h2, .header-intro h3, .header-intro h4, .header-intro h5, .header-intro h6, .header-intro p {
    color: #fff; }
  @media (min-width: 768px) {
    .header-intro {
      padding: 2em;
      width: 50%; } }
  @media (min-width: 1024px) {
    .header-intro {
      width: 40%;
      padding-left: 150px; } }

section.services ul.services-boxes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 80%;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 1024px) {
    section.services ul.services-boxes {
      max-width: 900px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    section.services ul.services-boxes {
      flex-direction: row; } }
  section.services ul.services-boxes:before {
    content: '';
    position: absolute;
    top: 4em;
    left: 4em;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #F5F3ED; }
  section.services ul.services-boxes li {
    width: 100%;
    margin-top: 0px;
    top: 0;
    transition: .5s;
    position: relative; }
    @media (min-width: 768px) {
      section.services ul.services-boxes li {
        width: 33%; } }
    section.services ul.services-boxes li a {
      display: flex;
      padding: 50px 30px 30px;
      align-items: flex-end;
      justify-content: space-between; }
      section.services ul.services-boxes li a h3 {
        margin: 0px; }
      section.services ul.services-boxes li a i {
        font-size: 20px; }
  section.services ul.services-boxes li:nth-child(1) {
    background-color: #304875; }
    section.services ul.services-boxes li:nth-child(1) p, section.services ul.services-boxes li:nth-child(1) h1, section.services ul.services-boxes li:nth-child(1) h2, section.services ul.services-boxes li:nth-child(1) h3, section.services ul.services-boxes li:nth-child(1) h4, section.services ul.services-boxes li:nth-child(1) h5, section.services ul.services-boxes li:nth-child(1) h6, section.services ul.services-boxes li:nth-child(1) i {
      color: #FDBF4D; }
  section.services ul.services-boxes li:nth-child(2) {
    background-color: #53BFA9; }
    section.services ul.services-boxes li:nth-child(2) p, section.services ul.services-boxes li:nth-child(2) h1, section.services ul.services-boxes li:nth-child(2) h2, section.services ul.services-boxes li:nth-child(2) h3, section.services ul.services-boxes li:nth-child(2) h4, section.services ul.services-boxes li:nth-child(2) h5, section.services ul.services-boxes li:nth-child(2) h6, section.services ul.services-boxes li:nth-child(2) i {
      color: #304875; }
  section.services ul.services-boxes li:nth-child(3) {
    background-color: #F02424; }
    section.services ul.services-boxes li:nth-child(3) p, section.services ul.services-boxes li:nth-child(3) h1, section.services ul.services-boxes li:nth-child(3) h2, section.services ul.services-boxes li:nth-child(3) h3, section.services ul.services-boxes li:nth-child(3) h4, section.services ul.services-boxes li:nth-child(3) h5, section.services ul.services-boxes li:nth-child(3) h6, section.services ul.services-boxes li:nth-child(3) i {
      color: #fff; }
  section.services ul.services-boxes li:nth-child(4) {
    background-color: #FDBF4D; }
    section.services ul.services-boxes li:nth-child(4) p, section.services ul.services-boxes li:nth-child(4) h1, section.services ul.services-boxes li:nth-child(4) h2, section.services ul.services-boxes li:nth-child(4) h3, section.services ul.services-boxes li:nth-child(4) h4, section.services ul.services-boxes li:nth-child(4) h5, section.services ul.services-boxes li:nth-child(4) h6, section.services ul.services-boxes li:nth-child(4) i {
      color: #F02424; }
  section.services ul.services-boxes li:nth-child(5) {
    background-color: #fff; }
    section.services ul.services-boxes li:nth-child(5) p, section.services ul.services-boxes li:nth-child(5) h1, section.services ul.services-boxes li:nth-child(5) h2, section.services ul.services-boxes li:nth-child(5) h3, section.services ul.services-boxes li:nth-child(5) h4, section.services ul.services-boxes li:nth-child(5) h5, section.services ul.services-boxes li:nth-child(5) h6, section.services ul.services-boxes li:nth-child(5) i {
      color: #53BFA9; }
  section.services ul.services-boxes li:hover {
    transition: .5s; }
    section.services ul.services-boxes li:hover:hover {
      transition: .3s;
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      z-index: 10;
      transition: .5s; }
      section.services ul.services-boxes li:hover:hover i {
        -webkit-animation: bounce 2s infinite;
                animation: bounce 2s infinite; }

section.fun-fact {
  display: flex;
  flex-direction: column;
  margin-top: -10%;
  align-items: center; }
  @media (min-width: 768px) {
    section.fun-fact {
      flex-direction: row;
      margin-top: -15%; } }
  section.fun-fact img {
    width: 90%; }
    @media (min-width: 768px) {
      section.fun-fact img {
        width: 100%; } }
  section.fun-fact article.fact h3 {
    color: #F02424; }
  section.fun-fact article.fact p.large {
    font-weight: bold;
    color: #304875; }
  section.fun-fact article.fact a.btn {
    box-shadow: none;
    border: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 1em 0;
    margin-right: auto;
    letter-spacing: .5px;
    padding: .5em 1.5em;
    transition: .3s;
    background: #fff;
    border: 5px solid white;
    outline: 5px solid transparent;
    background: #F02424; }
    section.fun-fact article.fact a.btn p {
      color: #F02424;
      width: 100% !important;
      margin: 10px 0px;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase; }
    section.fun-fact article.fact a.btn:hover {
      cursor: pointer !important;
      outline: 5px solid #F02424;
      transition: .3s;
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      z-index: 10;
      transition: .5s; }
    section.fun-fact article.fact a.btn p, section.fun-fact article.fact a.btn h1, section.fun-fact article.fact a.btn h2, section.fun-fact article.fact a.btn h3, section.fun-fact article.fact a.btn h4, section.fun-fact article.fact a.btn h5, section.fun-fact article.fact a.btn h6, section.fun-fact article.fact a.btn i {
      color: #fff; }

.interior-page header, .interior-page section.banner {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #F5F3ED;
  background-size: cover;
  background-position: center center;
  padding-bottom: 0px;
  justify-content: flex-end;
  margin-bottom: 10em;
  min-height: 50vh; }
  @media (min-width: 768px) {
    .interior-page header, .interior-page section.banner {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    .interior-page header, .interior-page section.banner {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 1280px) {
    .interior-page header, .interior-page section.banner {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 1400px) {
    .interior-page header, .interior-page section.banner {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 1800px) {
    .interior-page header, .interior-page section.banner {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 768px) {
    .interior-page header, .interior-page section.banner {
      min-height: 75vh;
      margin-bottom: 9em; } }
  @media (min-width: 1024px) {
    .interior-page header, .interior-page section.banner {
      min-height: 95vh;
      margin-bottom: 8em; } }

.interior-page .header-interior {
  text-align: center;
  background-color: #304875;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -10em;
  width: 100%; }
  .interior-page .header-interior a.btn {
    border: 5px solid #304875 !important; }
  .interior-page .header-interior p, .interior-page .header-interior h1, .interior-page .header-interior h2, .interior-page .header-interior h3, .interior-page .header-interior h4, .interior-page .header-interior h5, .interior-page .header-interior h6, .interior-page .header-interior i {
    color: #fff; }
  .interior-page .header-interior a.btn {
    box-shadow: none;
    border: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 1em 0;
    margin-right: auto;
    letter-spacing: .5px;
    padding: .5em 1.5em;
    transition: .3s;
    background: #fff;
    border: 5px solid white;
    outline: 5px solid transparent;
    background: #fff; }
    .interior-page .header-interior a.btn p {
      color: #F02424;
      width: 100% !important;
      margin: 10px 0px;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase; }
    .interior-page .header-interior a.btn:hover {
      cursor: pointer !important;
      outline: 5px solid #fff;
      transition: .3s;
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      z-index: 10;
      transition: .5s; }
    .interior-page .header-interior a.btn p, .interior-page .header-interior a.btn h1, .interior-page .header-interior a.btn h2, .interior-page .header-interior a.btn h3, .interior-page .header-interior a.btn h4, .interior-page .header-interior a.btn h5, .interior-page .header-interior a.btn h6, .interior-page .header-interior a.btn i {
      color: #53BFA9; }
  @media (min-width: 768px) {
    .interior-page .header-interior {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    .interior-page .header-interior {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 1280px) {
    .interior-page .header-interior {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 1400px) {
    .interior-page .header-interior {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 1800px) {
    .interior-page .header-interior {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 768px) {
    .interior-page .header-interior {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    .interior-page .header-interior {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1280px) {
    .interior-page .header-interior {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1400px) {
    .interior-page .header-interior {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1800px) {
    .interior-page .header-interior {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media (min-width: 768px) {
    .interior-page .header-interior {
      margin-bottom: -9em; } }
  @media (min-width: 1024px) {
    .interior-page .header-interior {
      margin-bottom: -8em; } }
  .interior-page .header-interior h2 {
    margin-top: .5em;
    margin-bottom: .5em; }

.interior-page section.center.intro h2 {
  margin-top: 1em;
  color: #304875; }

section.services.interior {
  padding: 0px;
  margin: 0px;
  margin-bottom: 0em;
  margin-top: 5em;
  background-color: #1b3463;
  display: inline-block; }
  section.services.interior ul.services-boxes {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: none;
    position: relative; }
    section.services.interior ul.services-boxes:before {
      content: none; }
    @media (min-width: 768px) {
      section.services.interior ul.services-boxes {
        flex-direction: row; } }
    section.services.interior ul.services-boxes li {
      flex: 1;
      margin-top: 0px;
      position: relative;
      transition: .5s;
      top: 0px;
      width: 100%; }
      @media (min-width: 768px) {
        section.services.interior ul.services-boxes li {
          width: 33%; } }
      section.services.interior ul.services-boxes li a {
        display: flex;
        padding: 50px 30px 30px;
        align-items: flex-end;
        justify-content: space-between; }
        section.services.interior ul.services-boxes li a h3 {
          margin: 0px; }
        section.services.interior ul.services-boxes li a i {
          font-size: 20px; }
      section.services.interior ul.services-boxes li:hover {
        transition: .3s;
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        z-index: 10;
        transition: .5s;
        top: -10px;
        transition: .5s; }
    section.services.interior ul.services-boxes li:nth-child(1) {
      background-color: #304875; }
      section.services.interior ul.services-boxes li:nth-child(1) p, section.services.interior ul.services-boxes li:nth-child(1) h1, section.services.interior ul.services-boxes li:nth-child(1) h2, section.services.interior ul.services-boxes li:nth-child(1) h3, section.services.interior ul.services-boxes li:nth-child(1) h4, section.services.interior ul.services-boxes li:nth-child(1) h5, section.services.interior ul.services-boxes li:nth-child(1) h6, section.services.interior ul.services-boxes li:nth-child(1) i {
        color: #FDBF4D; }
    section.services.interior ul.services-boxes li:nth-child(2) {
      background-color: #53BFA9; }
      section.services.interior ul.services-boxes li:nth-child(2) p, section.services.interior ul.services-boxes li:nth-child(2) h1, section.services.interior ul.services-boxes li:nth-child(2) h2, section.services.interior ul.services-boxes li:nth-child(2) h3, section.services.interior ul.services-boxes li:nth-child(2) h4, section.services.interior ul.services-boxes li:nth-child(2) h5, section.services.interior ul.services-boxes li:nth-child(2) h6, section.services.interior ul.services-boxes li:nth-child(2) i {
        color: #304875; }
    section.services.interior ul.services-boxes li:nth-child(3) {
      background-color: #F02424; }
      section.services.interior ul.services-boxes li:nth-child(3) p, section.services.interior ul.services-boxes li:nth-child(3) h1, section.services.interior ul.services-boxes li:nth-child(3) h2, section.services.interior ul.services-boxes li:nth-child(3) h3, section.services.interior ul.services-boxes li:nth-child(3) h4, section.services.interior ul.services-boxes li:nth-child(3) h5, section.services.interior ul.services-boxes li:nth-child(3) h6, section.services.interior ul.services-boxes li:nth-child(3) i {
        color: #fff; }
    section.services.interior ul.services-boxes li:nth-child(4) {
      background-color: #FDBF4D; }
      section.services.interior ul.services-boxes li:nth-child(4) p, section.services.interior ul.services-boxes li:nth-child(4) h1, section.services.interior ul.services-boxes li:nth-child(4) h2, section.services.interior ul.services-boxes li:nth-child(4) h3, section.services.interior ul.services-boxes li:nth-child(4) h4, section.services.interior ul.services-boxes li:nth-child(4) h5, section.services.interior ul.services-boxes li:nth-child(4) h6, section.services.interior ul.services-boxes li:nth-child(4) i {
        color: #F02424; }
    section.services.interior ul.services-boxes li:nth-child(5) {
      background-color: #F5F3ED; }
      section.services.interior ul.services-boxes li:nth-child(5) p, section.services.interior ul.services-boxes li:nth-child(5) h1, section.services.interior ul.services-boxes li:nth-child(5) h2, section.services.interior ul.services-boxes li:nth-child(5) h3, section.services.interior ul.services-boxes li:nth-child(5) h4, section.services.interior ul.services-boxes li:nth-child(5) h5, section.services.interior ul.services-boxes li:nth-child(5) h6, section.services.interior ul.services-boxes li:nth-child(5) i {
        color: #53BFA9; }
    section.services.interior ul.services-boxes li:nth-child(6) {
      background-color: #304875; }
      section.services.interior ul.services-boxes li:nth-child(6) p, section.services.interior ul.services-boxes li:nth-child(6) h1, section.services.interior ul.services-boxes li:nth-child(6) h2, section.services.interior ul.services-boxes li:nth-child(6) h3, section.services.interior ul.services-boxes li:nth-child(6) h4, section.services.interior ul.services-boxes li:nth-child(6) h5, section.services.interior ul.services-boxes li:nth-child(6) h6, section.services.interior ul.services-boxes li:nth-child(6) i {
        color: #FDBF4D; }
    section.services.interior ul.services-boxes li:nth-child(7) {
      background-color: #53BFA9; }
      section.services.interior ul.services-boxes li:nth-child(7) p, section.services.interior ul.services-boxes li:nth-child(7) h1, section.services.interior ul.services-boxes li:nth-child(7) h2, section.services.interior ul.services-boxes li:nth-child(7) h3, section.services.interior ul.services-boxes li:nth-child(7) h4, section.services.interior ul.services-boxes li:nth-child(7) h5, section.services.interior ul.services-boxes li:nth-child(7) h6, section.services.interior ul.services-boxes li:nth-child(7) i {
        color: #304875; }
    section.services.interior ul.services-boxes li:nth-child(8) {
      background-color: #F02424; }
      section.services.interior ul.services-boxes li:nth-child(8) p, section.services.interior ul.services-boxes li:nth-child(8) h1, section.services.interior ul.services-boxes li:nth-child(8) h2, section.services.interior ul.services-boxes li:nth-child(8) h3, section.services.interior ul.services-boxes li:nth-child(8) h4, section.services.interior ul.services-boxes li:nth-child(8) h5, section.services.interior ul.services-boxes li:nth-child(8) h6, section.services.interior ul.services-boxes li:nth-child(8) i {
        color: #fff; }
    section.services.interior ul.services-boxes li:nth-child(9) {
      background-color: #FDBF4D; }
      section.services.interior ul.services-boxes li:nth-child(9) p, section.services.interior ul.services-boxes li:nth-child(9) h1, section.services.interior ul.services-boxes li:nth-child(9) h2, section.services.interior ul.services-boxes li:nth-child(9) h3, section.services.interior ul.services-boxes li:nth-child(9) h4, section.services.interior ul.services-boxes li:nth-child(9) h5, section.services.interior ul.services-boxes li:nth-child(9) h6, section.services.interior ul.services-boxes li:nth-child(9) i {
        color: #F02424; }
    section.services.interior ul.services-boxes li:nth-child(10) {
      background-color: #F5F3ED; }
      section.services.interior ul.services-boxes li:nth-child(10) p, section.services.interior ul.services-boxes li:nth-child(10) h1, section.services.interior ul.services-boxes li:nth-child(10) h2, section.services.interior ul.services-boxes li:nth-child(10) h3, section.services.interior ul.services-boxes li:nth-child(10) h4, section.services.interior ul.services-boxes li:nth-child(10) h5, section.services.interior ul.services-boxes li:nth-child(10) h6, section.services.interior ul.services-boxes li:nth-child(10) i {
        color: #53BFA9; }

ul.reviews li.review-item {
  padding: 2em;
  margin-bottom: 2em;
  width: 85%; }
  @media (min-width: 768px) {
    ul.reviews li.review-item {
      width: 75%; } }

ul.reviews li.review-item:nth-child(1n+1) {
  background-color: #304875;
  margin-left: 0;
  margin-right: auto; }
  ul.reviews li.review-item:nth-child(1n+1) p, ul.reviews li.review-item:nth-child(1n+1) h1, ul.reviews li.review-item:nth-child(1n+1) h2, ul.reviews li.review-item:nth-child(1n+1) h3, ul.reviews li.review-item:nth-child(1n+1) h4, ul.reviews li.review-item:nth-child(1n+1) h5, ul.reviews li.review-item:nth-child(1n+1) h6, ul.reviews li.review-item:nth-child(1n+1) i {
    color: #FDBF4D; }

ul.reviews li.review-item:nth-child(2n+1) {
  background-color: #53BFA9;
  margin-left: 10%;
  margin-right: auto; }
  ul.reviews li.review-item:nth-child(2n+1) p, ul.reviews li.review-item:nth-child(2n+1) h1, ul.reviews li.review-item:nth-child(2n+1) h2, ul.reviews li.review-item:nth-child(2n+1) h3, ul.reviews li.review-item:nth-child(2n+1) h4, ul.reviews li.review-item:nth-child(2n+1) h5, ul.reviews li.review-item:nth-child(2n+1) h6, ul.reviews li.review-item:nth-child(2n+1) i {
    color: #304875; }

ul.reviews li.review-item:nth-child(3n+1) {
  background-color: #F02424;
  margin-left: auto;
  margin-right: 0; }
  ul.reviews li.review-item:nth-child(3n+1) p, ul.reviews li.review-item:nth-child(3n+1) h1, ul.reviews li.review-item:nth-child(3n+1) h2, ul.reviews li.review-item:nth-child(3n+1) h3, ul.reviews li.review-item:nth-child(3n+1) h4, ul.reviews li.review-item:nth-child(3n+1) h5, ul.reviews li.review-item:nth-child(3n+1) h6, ul.reviews li.review-item:nth-child(3n+1) i {
    color: #fff; }

ul.reviews li.review-item:nth-child(4n+1) {
  background-color: #FDBF4D;
  margin-left: auto;
  margin-right: 20%; }
  ul.reviews li.review-item:nth-child(4n+1) p, ul.reviews li.review-item:nth-child(4n+1) h1, ul.reviews li.review-item:nth-child(4n+1) h2, ul.reviews li.review-item:nth-child(4n+1) h3, ul.reviews li.review-item:nth-child(4n+1) h4, ul.reviews li.review-item:nth-child(4n+1) h5, ul.reviews li.review-item:nth-child(4n+1) h6, ul.reviews li.review-item:nth-child(4n+1) i {
    color: #F02424; }

ul.reviews li.review-item:nth-child(5n+1) {
  background-color: #F5F3ED;
  margin-left: auto;
  margin-right: 5%; }
  ul.reviews li.review-item:nth-child(5n+1) p, ul.reviews li.review-item:nth-child(5n+1) h1, ul.reviews li.review-item:nth-child(5n+1) h2, ul.reviews li.review-item:nth-child(5n+1) h3, ul.reviews li.review-item:nth-child(5n+1) h4, ul.reviews li.review-item:nth-child(5n+1) h5, ul.reviews li.review-item:nth-child(5n+1) h6, ul.reviews li.review-item:nth-child(5n+1) i {
    color: #53BFA9; }

ul.reviews li.review-item:nth-child(6n+1) {
  background-color: #304875;
  margin-left: 0;
  margin-right: auto; }
  ul.reviews li.review-item:nth-child(6n+1) p, ul.reviews li.review-item:nth-child(6n+1) h1, ul.reviews li.review-item:nth-child(6n+1) h2, ul.reviews li.review-item:nth-child(6n+1) h3, ul.reviews li.review-item:nth-child(6n+1) h4, ul.reviews li.review-item:nth-child(6n+1) h5, ul.reviews li.review-item:nth-child(6n+1) h6, ul.reviews li.review-item:nth-child(6n+1) i {
    color: #FDBF4D; }

ul.reviews li.review-item:nth-child(7n+1) {
  background-color: #53BFA9;
  margin-left: 20%;
  margin-right: auto; }
  ul.reviews li.review-item:nth-child(7n+1) p, ul.reviews li.review-item:nth-child(7n+1) h1, ul.reviews li.review-item:nth-child(7n+1) h2, ul.reviews li.review-item:nth-child(7n+1) h3, ul.reviews li.review-item:nth-child(7n+1) h4, ul.reviews li.review-item:nth-child(7n+1) h5, ul.reviews li.review-item:nth-child(7n+1) h6, ul.reviews li.review-item:nth-child(7n+1) i {
    color: #304875; }

ul.reviews li.review-item:nth-child(8n+1) {
  background-color: #F02424;
  margin-left: 0;
  margin-right: auto; }
  ul.reviews li.review-item:nth-child(8n+1) p, ul.reviews li.review-item:nth-child(8n+1) h1, ul.reviews li.review-item:nth-child(8n+1) h2, ul.reviews li.review-item:nth-child(8n+1) h3, ul.reviews li.review-item:nth-child(8n+1) h4, ul.reviews li.review-item:nth-child(8n+1) h5, ul.reviews li.review-item:nth-child(8n+1) h6, ul.reviews li.review-item:nth-child(8n+1) i {
    color: #fff; }

ul.reviews li.review-item:nth-child(9n+1) {
  background-color: #FDBF4D;
  margin-left: auto;
  margin-right: 5%; }
  ul.reviews li.review-item:nth-child(9n+1) p, ul.reviews li.review-item:nth-child(9n+1) h1, ul.reviews li.review-item:nth-child(9n+1) h2, ul.reviews li.review-item:nth-child(9n+1) h3, ul.reviews li.review-item:nth-child(9n+1) h4, ul.reviews li.review-item:nth-child(9n+1) h5, ul.reviews li.review-item:nth-child(9n+1) h6, ul.reviews li.review-item:nth-child(9n+1) i {
    color: #F02424; }

ul.reviews li.review-item:nth-child(10n+1) {
  background-color: #F5F3ED;
  margin-left: auto;
  margin-right: 10%; }
  ul.reviews li.review-item:nth-child(10n+1) p, ul.reviews li.review-item:nth-child(10n+1) h1, ul.reviews li.review-item:nth-child(10n+1) h2, ul.reviews li.review-item:nth-child(10n+1) h3, ul.reviews li.review-item:nth-child(10n+1) h4, ul.reviews li.review-item:nth-child(10n+1) h5, ul.reviews li.review-item:nth-child(10n+1) h6, ul.reviews li.review-item:nth-child(10n+1) i {
    color: #53BFA9; }

footer {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b3463;
  padding-top: 150px !important; }
  @media (min-width: 768px) {
    footer {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    footer {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 1280px) {
    footer {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 1400px) {
    footer {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 1800px) {
    footer {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 768px) {
    footer {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    footer {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1280px) {
    footer {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1400px) {
    footer {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1800px) {
    footer {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media (min-width: 768px) {
    footer {
      flex-direction: row; } }
  footer div.left-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1; }
    footer div.left-col a {
      color: #53BFA9;
      font-size: 25px;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      text-decoration: none;
      transition: .3s;
      margin-bottom: 1em; }
      footer div.left-col a:hover {
        transition: .3s;
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        z-index: 10;
        transition: .5s;
        padding-left: 10px;
        transition: .5s; }
      @media (min-width: 768px) {
        footer div.left-col a {
          margin-bottom: 0em; } }
  footer div.right-col {
    flex: 1; }
    footer div.right-col h4, footer div.right-col p {
      color: #fff; }
  footer p {
    letter-spacing: 0px; }
  footer ul.socials {
    list-style: none;
    display: flex;
    padding: 0px;
    margin: 0px; }
    footer ul.socials li {
      margin-right: .5em;
      font-size: 30px; }
      footer ul.socials li a {
        color: #53BFA9; }

section.footer-cta {
  top: 3em;
  position: relative; }
