@font-face {
  font-family: mainFont;
  src: url(/media/style/fonts/CL.ttf); }

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px); } }

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px); } }

h3 {
  display: inline;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0; }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

hr {
  border: 0;
  height: 1px;
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  padding: 0;
  margin: 0;
  z-index: 1000;
  -webkit-animation: fadeInDown 1s ease-in-out;
  animation: fadeInDown 1s ease-in-out; }

.red {
  color: #fff;
  background-color: #ce1521; }

.white {
  background: #fff;
  color: #ce1521; }

.green {
  background: #a6dbda; }

.blue {
  background: #037584; }

.blue_gradiant {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#037584), to(#05818e));
  background-image: -o-linear-gradient(#037584, #05818e);
  background-image: linear-gradient(#037584, #05818e);
  color: #fff; }

.white_gradiant {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
  background-image: -o-linear-gradient(#fff, #f9f9f9);
  background-image: linear-gradient(#fff, #f9f9f9); }

.blue_gradiant_special {
  background-image: -o-linear-gradient(340.4deg, #00343a 71.8%, #037584 71.8%);
  background-image: linear-gradient(109.6deg, #00343a 71.8%, #037584 71.8%); }

.blue {
  background: #068593; }

.rose {
  background: #dd4b67; }

a:hover, a:link {
  color: #00343a;
  text-decoration: none; }

.flex_centred {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bordered {
  border: 1px solid #ddd; }

.shadowed {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

.section_title {
  -ms-grid-row: 1;
  grid-row: 1;
  padding-top: 75px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .section_title h1, .section_title h2 {
    font-family: mainFont;
    max-width: 450px;
    font-size: 38px;
    font-weight: bold;
    color: #0a7682;
    text-align: center; }

.vs {
  color: #a6dbda;
  font-size: 22px;
  border-radius: 5px;
  border-bottom: 1px solid #C2E2D3; }

strong {
  color: #0a7682; }

i.slideToService {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  cursor: pointer;
  -ms-grid-row: 2;
  grid-row: 2;
  font-size: 56px;
  text-align: center;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  color: #65d3ce; }
  i.slideToService:hover {
    text-shadow: none; }

/*
* SITE
 */
body {
  font-family: 'Roboto', sans-serif;
  min-height: 500px;
  background: #fff; }

#header {
  font-family: mainFont;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b6166), to(#4E5357));
  background-image: -o-linear-gradient(#5b6166, #4E5357);
  background-image: linear-gradient(#5f737a, #475d66);
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.site-header {
  overflow: hidden; }

.main-logo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 71px;
  margin-top: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
  height: 202px;
  z-index: 1000; }
  .main-logo img {
    height: 150px;
    z-index: 1000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  line-height: 100px;
  padding-right: 50px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .nav-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 36px;
    height: 100%;
    padding: 10px 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #c9e1e5;
    font-weight: normal;
    text-shadow: 0 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05), -10px 20px 5px rgba(0, 0, 0, 0.05); }
    .nav-menu a:link, .nav-menu a:visited {
      color: #c9e1e5; }
    .nav-menu a.menu_active, .nav-menu a:hover {
      border: none;
      color: #fff;
      text-shadow: 0 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05), -10px 20px 5px rgba(0, 0, 0, 0.05); }

.nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.mainContainer {
  margin-top: 0px; }

.topnav {
  display: none;
  background-color: #51565a;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 62px;
  width: 100%;
  z-index: 1000; }

.topNavBar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 60% 20%;
  grid-template-columns: 20% 60% 20%;
  height: 70px;
  color: #444; }
  .topNavBar div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    height: inherit; }
  .topNavBar img {
    max-width: 60%; }
  .topNavBar i {
    -ms-grid-column: 1;
    grid-column: 1;
    cursor: pointer;
    color: #65d3ce;
    font-size: 25px;
    z-index: 1000; }
  .topNavBar .topTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0; }
  .topNavBar p {
    font-size: 16px;
    color: #65d3ce;
    margin: 0;
    padding: 0; }
    .topNavBar p.top {
      -ms-grid-column: 2;
      grid-column: 2;
      font-size: 22px;
      z-index: 1000;
      margin-left: 25px;
      font-weight: 700;
      text-align: center;
      color: #65d3ce;
      margin: 0;
      padding: 0; }
  .topNavBar i:hover {
    color: #e3fcef; }

.topnav #myLinks {
  display: none;
  position: relative;
  z-index: 100000;
  opacity: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

#myLinks a {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  padding-left: 25px; }
  #myLinks a:hover {
    color: #5daebf;
    text-decoration: none;
    background: #444; }

a.active {
  color: #5daebf;
  text-decoration: none;
  background: #444; }

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  height: 55px;
  line-height: 55px;
  margin-top: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fefefe));
  background-image: -o-linear-gradient(#fff, #fefefe);
  background-image: linear-gradient(#fff, #fefefe);
  width: 100%; }
  .sticky .site-header {
    margin-top: 0; }
  .sticky .main-logo {
    margin-left: 130px;
    margin-top: 2px; }
    .sticky .main-logo img {
      max-height: 100px;
      display: none; }
  .sticky .nav-menu a {
    font-size: 32px;
    line-height: 55px;
    padding: 0 20px; }

#footer {
  min-height: 300px;
  padding: 75px;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3) inset;
  z-index: 1000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #4d5256), color-stop(10%, #4d5256));
  background-image: -o-linear-gradient(#4d5256 90%, #4d5256 10%);
  background-image: linear-gradient(#4d5256 90%, #4d5256 10%);
  color: #fff; }

#footer_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 25% 25% 25%;
  grid-template-columns: 25% 25% 25% 25%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  margin: 0 auto;
  background: 0 0;
  margin-bottom: 50px; }
  #footer_grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  #footer_grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
  #footer_grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  #footer_grid > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4; }

#site_tag_words {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #site_tag_words div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #site_tag_words div > h3 {
      margin: 2px;
      padding: 4px 8px;
      background: #65d3ce;
      font-size: 17px;
      font-weight: 400;
      color: #444; }

.logo_footer {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%; }
  .logo_footer a {
    margin-top: 35px; }

#site_map_box {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

#organization_box {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  color: #65d3ce;
  padding-right: 25px; }
  #organization_box > a {
    color: #FFF;
    text-decoration: underline; }

#footer_grid img {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 200px;
  margin: 0 auto;
  background: 0 0; }

#site_map_box ul {
  list-style-type: none;
  color: #fff; }

#site_map_box li {
  padding: 5px; }

#site_map_box a {
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  padding: 3px; }

#site_map_box span {
  position: absolute;
  margin-top: -2px;
  border-bottom: 2px solid #65d3ce;
  width: 25px; }

#social_box {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 4;
  grid-column: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #social_box div {
    width: 100%;
    text-align: center;
    font-size: 28px;
    margin: 0;
    padding: 10px 0px; }
  #social_box a {
    text-align: center;
    font-size: 28px;
    margin: 0;
    padding: 0;
    color: #fff; }
  #social_box i {
    font-size: 55px;
    margin: 0 20px;
    background: 0 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #65d3ce; }
    #social_box i:hover {
      color: #fff; }

#copyright_box {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  text-align: center; }
  #copyright_box a {
    margin-left: 10px;
    color: #65d3ce; }

#content {
  width: 100%;
  position: relative; }

.container {
  width: 100%; }

.full_container {
  max-width: 2000px;
  margin: 0 auto; }

@media (max-width: 1500px) {
  .main-logo {
    margin-left: 131px; }
    .main-logo img {
      height: 170px; }
  .nav-menu a {
    font-size: 36px;
    padding: 5px 10px; } }

@media (max-width: 1200px) {
  .main-logo {
    margin-left: 111px; }
    .main-logo img {
      height: 140px; }
  .nav-menu a {
    font-size: 28px;
    padding: 2px 10px; } }

@media (max-width: 992px) {
  .mainContainer {
    margin-top: 70px; }
  .main-nav {
    display: none; }
  .topnav {
    display: block; }
  .main-logo {
    position: absolute;
    right: 30px;
    top: 0;
    margin: 2px; }
    .main-logo img {
      max-width: 155px;
      height: auto;
      overflow: hidden; }
  .site-header {
    margin: 0;
    padding: 0; }
  #footer {
    padding: 30px 0; }
  #footer_grid {
    -ms-grid-rows: 4fr;
    grid-template-rows: 4fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px; }
    #footer_grid > *:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1; }
  #site_tag_words {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin: 0 auto; }
  #organization_box {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  #site_tag_words h3 {
    font-size: 20px; }
  #site_map_box {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 5px 0 15px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 15px 1px rgba(0, 0, 0, 0.1); }
  #footer_grid img {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    grid-column: 1;
    max-width: 200px; }
  #site_map_box ul {
    font-size: 24px;
    padding: 0;
    text-align: center; }
  #site_map_box a {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center; }
  #site_map_box span {
    border-bottom: 2px solid #65d3ce; }
  #social_box {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1; }
    #social_box div {
      width: 100%;
      text-align: center;
      font-size: 32px;
      margin: 0;
      padding: 0; }
    #social_box i {
      margin-top: 5px; }
  #copyright_box {
    -ms-grid-row: 6;
    grid-row: 6;
    -ms-grid-column: 1;
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 22px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px; }
  .logo_footer {
    -ms-grid-row: 5;
    grid-row: 5;
    -ms-grid-column: 1;
    grid-column: 1; }
  .main-logo {
    display: none; }
  .section_title {
    padding-top: 10px; }
    .section_title h1, .section_title h2 {
      font-size: 36px; }
  .vs {
    font-size: 20px; } }

@media (max-width: 768px) {
  .section_title h1, .section_title h2 {
    font-size: 32px; } }

@media (max-width: 576px) {
  .section_title {
    padding: 90px 0px 0px 0px;
    height: 75px; }
    .section_title h1, .section_title h2 {
      font-size: 30px; }
  .footer_grid {
    font-size: 20px; }
  #social_box div, #social_box a {
    font-size: 26px; }
  #copyright_box {
    font-size: 14px;
    text-align: center;
    padding: 10px; }
  #organization_box {
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    color: #65d3ce;
    padding-right: 0px; }
    #organization_box > a {
      color: #FFF;
      text-decoration: underline; }
  #site_tag_words {
    width: 100%;
    padding: 3px; }
    #site_tag_words div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #site_tag_words div > h3 {
        font-size: 14px; } }

@media (max-width: 384px) {
  .main-logo {
    position: absolute;
    right: 15px;
    top: 0;
    margin: 2px; }
    .main-logo img {
      max-width: 155px;
      height: auto;
      overflow: hidden; }
  .section_title {
    padding: 90px 0px 0px 0px;
    height: 75px; }
    .section_title h1, .section_title h2 {
      font-size: 28px; }
  .vs {
    font-size: 20px; }
  .footer_grid {
    font-size: 18px; }
  #social_box div, #social_box a {
    font-size: 23px; } }
