/*
	Theme Name: Simple Theme
	Author: start 2 finish
	Author URI: http://www.s2fmarketing.co.uk/
	Description: Start 2 Finish Marketing Base Theme
	Version: 1.0.0
	Text Domain: s2f
*/
/***************************************************************************************************************************************

	S2F Base Catalogue CSS
	
		1. General Reset
		2. Typography
		3. Grid / Layout
		4. Inputs, buttons & Forms
		5. Menu
		6. Colours
		7. Tooltips
		8. Modals
		9. Sliders
		10. Quick Links
		11. Pagination
		12. Autocomplete
		13. Header 
		14. Footer
		15. Homepage
		16. Page.php
		17. Custom CSS
		18. Responsive
		
		
***************************************************************************************************************************************/
@import url("https://use.typekit.net/quw8tde.css");
.black-bg {
  background-color: #333333;
  color: #ffffff; }

.white-bg {
  background-color: #ffffff;
  color: #333333; }

.grey-bg {
  background-color: #666666;
  color: #333333; }

.light-grey-bg {
  background-color: #F2F2F2;
  color: #333333; }

.black {
  color: #333333 !important; }

.white {
  color: #ffffff !important; }

.box-shadow {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }

.has-blue-background-color {
  background-color: #00489A; }

.has-dark-blue-background-color {
  background-color: #0E3264; }

.has-pink-background-color {
  background-color: #E6007D; }

.has-purple-background-color {
  background-color: #8E5FA4; }

.has-black-background-color {
  background-color: #333333; }

.has-light-grey-background-color {
  background-color: #F2F2F2; }

.has-dark-grey-background-color {
  background-color: #666666; }

.has-white-background-color {
  background-color: #ffffff; }

.has-blue-color {
  color: #00489A; }

.has-dark-blue-color {
  color: #0E3264; }

.has-pink-color {
  color: #E6007D; }

.has-purple-color {
  color: #8E5FA4; }

.has-black-color {
  color: #333333; }

.has-light-grey-color {
  color: #F2F2F2; }

.has-dark-grey-color {
  color: #666666; }

.has-white-color {
  color: #ffffff; }

.flex {
  display: flex; }
  .flex.space-around {
    justify-content: space-around; }
  .flex.space-between {
    justify-content: space-between; }
  .flex.align-end {
    align-items: flex-end; }
  .flex.flex-wrap {
    flex-wrap: wrap; }

.morse {
  display: inline-block;
  text-align: left; }
  .morse span {
    font-size: 0;
    display: inline-block;
    height: 17px;
    margin: 3px 10px 3px 0;
    animation: reveal 0.5s both;
    animation-delay: 0.5s;
    transform-origin: left;
    transform: scaleX(0);
    animation-fill-mode: forwards; }
    @media all and (max-width: 1000px) {
      .morse span {
        height: 12px; } }
    .morse span.dot {
      width: 17px;
      border-radius: 50px;
      background-color: #ffffff; }
      @media all and (max-width: 1000px) {
        .morse span.dot {
          width: 12px; } }
    .morse span.dash {
      width: 50px;
      border-radius: 3px;
      background-color: #ffffff; }
      @media all and (max-width: 1000px) {
        .morse span.dash {
          width: 35px;
          border-right: 2px; } }
  .morse.no-delay span {
    animation-delay: 0s;
    animation: reveal 0.25s both; }

.small-morse span {
  height: 12px;
  margin: 3px 6px 3px 0; }
  @media all and (max-width: 1000px) {
    .small-morse span {
      height: 9px; } }
  .small-morse span.dot {
    width: 12px;
    border-radius: 50px; }
    @media all and (max-width: 1000px) {
      .small-morse span.dot {
        width: 9px; } }
  .small-morse span.dash {
    width: 30px;
    border-radius: 3px; }
    @media all and (max-width: 1000px) {
      .small-morse span.dash {
        width: 19px; } }
.small-morse span:nth-of-type(1),
.small-morse span:nth-of-type(4) {
  background-color: #00489A; }
.small-morse span:nth-of-type(2),
.small-morse span:nth-of-type(5) {
  background-color: #8E5FA4; }
.small-morse span:nth-of-type(3),
.small-morse span:nth-of-type(6) {
  background-color: #E6007D; }

.large-hero-block .morse span {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5); }

.morse-container,
.large-hero-block .morse-code-message,
.parent-child-block .sub-page {
  position: relative;
  transition: 0.3s all ease; }
  .morse-container .morse,
  .large-hero-block .morse-code-message .morse,
  .parent-child-block .sub-page .morse {
    transition: 0.3s all ease; }
  .morse-container:hover .morse, .morse-container.hover .morse,
  .large-hero-block .morse-code-message:hover .morse,
  .large-hero-block .morse-code-message.hover .morse,
  .parent-child-block .sub-page:hover .morse,
  .parent-child-block .sub-page.hover .morse {
    transform: scale(0); }
  .morse-container:hover .morse-text, .morse-container.hover .morse-text,
  .large-hero-block .morse-code-message:hover .morse-text,
  .large-hero-block .morse-code-message.hover .morse-text,
  .parent-child-block .sub-page:hover .morse-text,
  .parent-child-block .sub-page.hover .morse-text {
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation-delay: 0.25s; }

.morse-text {
  opacity: 0;
  font-size: 3.5rem;
  line-height: 2.2rem;
  color: #ffffff;
  font-weight: 200;
  transition: 0.3s all ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
@keyframes bounce-out-bck {
  0% {
    transform: translateZ(0) scale(1);
    animation-timing-function: ease-out;
    opacity: 1; }
  100% {
    transform: translateZ(-900px) scale(0);
    animation-timing-function: ease-in;
    opacity: 0; } }
@keyframes reveal {
  0% {
    transform: scaleX(0.01); }
  100% {
    transform: scaleX(1); } }
/* ----------------------------------------------
 * Generated by Animista on 2019-6-18 11:29:9
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation flicker-out-1
 * ----------------------------------------
 */
@keyframes flicker-out-1 {
  0% {
    opacity: 1; }
  13.9% {
    opacity: 1; }
  14% {
    opacity: 0;
    box-shadow: none; }
  14.9% {
    opacity: 0;
    box-shadow: none; }
  15% {
    opacity: 1; }
  22.9% {
    opacity: 1; }
  23% {
    opacity: 0;
    box-shadow: none; }
  24.9% {
    opacity: 0;
    box-shadow: none; }
  25% {
    opacity: 1; }
  34.9% {
    opacity: 1; }
  35% {
    opacity: 0;
    box-shadow: none; }
  39.9% {
    opacity: 0;
    box-shadow: none; }
  40% {
    opacity: 1; }
  42.9% {
    opacity: 1; }
  43% {
    opacity: 0;
    box-shadow: none; }
  44.9% {
    opacity: 0;
    box-shadow: none; }
  45% {
    opacity: 1; }
  50% {
    opacity: 1; }
  54.9% {
    opacity: 1; }
  55% {
    opacity: 0;
    box-shadow: none; }
  69.4% {
    opacity: 0;
    box-shadow: none; }
  69.5% {
    opacity: 1; }
  69.9% {
    opacity: 1; }
  70% {
    opacity: 0;
    box-shadow: none;
    transform: scale(1); }
  79.4% {
    opacity: 0;
    box-shadow: none; }
  79.9% {
    opacity: 1; }
  80% {
    opacity: 0;
    box-shadow: none;
    transform: scale(0.5); }
  89.8% {
    opacity: 0;
    box-shadow: none; }
  89.9% {
    opacity: 1;
    box-shadow: none; }
  90% {
    opacity: 0;
    box-shadow: none; }
  100% {
    opacity: 0;
    transform: scale(0); } }
body input[type=text], body input[type=email],
body input[type=tel], body textarea, body select,
body input[type=search], body input[type=number], body .wpforms-container .wpforms-form input[type=text], body .wpforms-container .wpforms-form input[type=email],
body .wpforms-container .wpforms-form input[type=tel], body .wpforms-container .wpforms-form textarea, body .wpforms-container .wpforms-form select,
body .wpforms-container .wpforms-form input[type=search], body .wpforms-container .wpforms-form input[type=number] {
  border: 1px solid #666666;
  background: #ffffff;
  color: #333;
  font-size: 1rem;
  padding: 1rem;
  width: 100%;
  margin: 0.5em 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
  transition: 0.3s all ease; }
  body input[type=text]:focus, body input[type=email]:focus,
  body input[type=tel]:focus, body textarea:focus, body select:focus,
  body input[type=search]:focus, body input[type=number]:focus, body .wpforms-container .wpforms-form input[type=text]:focus, body .wpforms-container .wpforms-form input[type=email]:focus,
  body .wpforms-container .wpforms-form input[type=tel]:focus, body .wpforms-container .wpforms-form textarea:focus, body .wpforms-container .wpforms-form select:focus,
  body .wpforms-container .wpforms-form input[type=search]:focus, body .wpforms-container .wpforms-form input[type=number]:focus {
    border-color: #8E5FA4 !important; }
body input[type=submit], body button[type=submit],
body .button, body .wp-block-button__link, body .wpforms-container .wpforms-form input[type=submit], body .wpforms-container .wpforms-form button[type=submit],
body .wpforms-container .wpforms-form .button, body .wpforms-container .wpforms-form .wp-block-button__link {
  background: #E6007D;
  background-color: #E6007D;
  border-radius: 5px;
  color: #FFF;
  padding: 0.65rem 1.5rem;
  margin: 0.5em 0;
  border: none;
  font-size: 1.1rem;
  font-weight: 300;
  -webkit-appearance: none;
  cursor: pointer;
  transition: 0.3s all ease;
  display: inline-block;
  width: auto; }
  body input[type=submit]:hover, body button[type=submit]:hover,
  body .button:hover, body .wp-block-button__link:hover, body .wpforms-container .wpforms-form input[type=submit]:hover, body .wpforms-container .wpforms-form button[type=submit]:hover,
  body .wpforms-container .wpforms-form .button:hover, body .wpforms-container .wpforms-form .wp-block-button__link:hover {
    background: #ff018b; }
body .wpforms-submit-container, body .wpforms-container .wpforms-form .wpforms-submit-container {
  display: block;
  clear: both; }
body .wpforms-field-checkbox, body .wpforms-container .wpforms-form .wpforms-field-checkbox {
  margin: 0;
  cursor: pointer; }
body form ul, body .wpforms-container .wpforms-form form ul {
  padding: 0; }
body label, body .wpforms-container .wpforms-form label {
  cursor: pointer; }

span.wpcf7-not-valid-tip {
  margin-top: -1em;
  margin-bottom: 0.5em;
  color: #FF6063; }

div.wpcf7-response-output {
  margin: 0; }

div.wpcf7-validation-errors {
  border-color: #FF6063;
  text-align: center;
  padding: 0.5em; }

.search-form .left66 {
  max-width: 300px; }

.search-form input[type=submit] {
  width: 100%;
  max-width: 100px; }

.search-form input[type=search] {
  padding: 0.8em; }

select {
  cursor: pointer; }

.wpcf7-form p {
  padding: 0; }

.wpcf7-list-item {
  margin-left: 0; }

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  padding: 0.75em 0.95em;
  margin: 0 0 1em; }

.wpcf7-checkbox label {
  cursor: pointer; }

.wpcf7-checkbox > span {
  margin-left: 0; }

.has-blue-background-color .wpforms-container .wpforms-form label {
  color: #ffffff;
  font-weight: 500; }
.has-blue-background-color .wpforms-field-description {
  color: #8da5c1; }
.has-blue-background-color .wpforms-confirmation-container p {
  color: #ffffff; }
.has-blue-background-color .wpforms-container .wpforms-error-container {
  color: #a71109;
  background-color: #f9cece;
  padding: 0.5rem 0.75rem 0.55rem;
  margin: 0.5rem 0; }

.wpforms-field-file-upload label.wpforms-field-label {
  display: block;
  padding: 1rem;
  border: 2px dashed #ffffff;
  border-radius: 5px; }
.wpforms-field-file-upload input {
  display: none; }

.block-editor > * {
  width: 95%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

[class*="wp-block"] {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto; }
  [class*="wp-block"].alignwide {
    max-width: 1500px; }
  [class*="wp-block"].alignfull {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  [class*="wp-block"] h1:first-child, [class*="wp-block"] h2:first-child, [class*="wp-block"] h3:first-child, [class*="wp-block"] h4:first-child, [class*="wp-block"] h5:first-child {
    margin-top: 0; }

.loader {
  width: 100%;
  height: auto;
  display: inline-block;
  magin: 0 auto 1rem;
  float: none;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  font-weight: 700; }
  .loader:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50px;
    background-color: transform;
    border: 7px solid transparent;
    border-top-color: #E6007D;
    animation: rotate 0.5s linear infinite; }

.wp-block-group.has-background {
  padding: 2.55%; }
  .wp-block-group.has-background.large-padding {
    padding: 30px; }

.breadcrumbs-block {
  margin: 2rem 0; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.large-hero-block {
  overflow: hidden;
  height: 100vh;
  position: relative; }
  .large-hero-block .hero-bg-container {
    height: 100vh;
    overflow: hidden; }
  .large-hero-block .hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .large-hero-block .block-wrap {
    height: 100%;
    display: flex; }
    .large-hero-block .block-wrap .hero-text {
      align-content: center;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      width: 100%;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
      animation: text-focus-in 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
      @media all and (max-width: 700px) {
        .large-hero-block .block-wrap .hero-text {
          padding: 0 1rem; } }
    .large-hero-block .block-wrap .morse-code-messages {
      display: flex;
      width: 100%;
      justify-content: center;
      padding: 5%;
      align-items: flex-end; }
      .large-hero-block .block-wrap .morse-code-messages .morse-code-message {
        text-align: center;
        flex: 1 0 auto;
        flex-basis: 33.33%; }
        .large-hero-block .block-wrap .morse-code-messages .morse-code-message .morse-container {
          position: relative; }
          .large-hero-block .block-wrap .morse-code-messages .morse-code-message .morse-container .morse {
            transition: 0.3s all ease; }
          .large-hero-block .block-wrap .morse-code-messages .morse-code-message .morse-container .morse-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        @media all and (max-width: 1100px) {
          .large-hero-block .block-wrap .morse-code-messages .morse-code-message h3 {
            font-size: 1.2rem;
            line-height: 1.6rem; } }
        .large-hero-block .block-wrap .morse-code-messages .morse-code-message:nth-of-type(1) .word:nth-of-type(1) * {
          background-color: #E6007D; }
        .large-hero-block .block-wrap .morse-code-messages .morse-code-message:nth-of-type(2) .word:nth-of-type(2) * {
          background-color: #E6007D; }
        .large-hero-block .block-wrap .morse-code-messages .morse-code-message:nth-of-type(3) .word:nth-of-type(3) * {
          background-color: #E6007D; }
      @media all and (max-width: 750px) {
        .large-hero-block .block-wrap .morse-code-messages {
          display: none; } }

@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
    transform: scale(0.8) rotate(0.01) translateY(-50%); }
  100% {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1) rotate(0) translateY(-50%); } }
.small-hero-block {
  overflow: hidden;
  height: 50vh;
  min-height: 300px;
  position: relative; }
  .small-hero-block .hero-bg-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative; }
  .small-hero-block .hero-bg {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.1); }
  .small-hero-block .morse-container {
    padding: 2rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    animation: slideUp 1s ease;
    animation-fill-mode: forwards; }
    .small-hero-block .morse-container span {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: none; }
    @media all and (max-width: 1000px) {
      .small-hero-block .morse-container {
        padding: 1.5rem; } }

@keyframes slideUp {
  0% {
    transform: translate(-50%, 100%); }
  50% {
    transform: translate(-50%, 100%); }
  100% {
    transform: translate(-50%, 0); } }
@keyframes heroMove {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.02); }
  100% {
    transform: scale(1); } }
.parent-child-block {
  overflow-x: hidden;
  height: auto;
  position: relative; }
  .parent-child-block .hero-bg {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .parent-child-block .block-wrap {
    padding: 5%; }
    .parent-child-block .block-wrap p {
      color: #ffffff; }
  .parent-child-block .sub-pages .sub-page .morse span {
    background-color: rgba(255, 255, 255, 0.8); }
  .parent-child-block .sub-pages .sub-page h3 {
    margin: 0; }
  .parent-child-block .sub-pages .sub-page .morse-container {
    padding: 10% 5%; }
  .parent-child-block .sub-pages .sub-page:nth-of-type(1) h3, .parent-child-block .sub-pages .sub-page:nth-of-type(4) h3 {
    color: #00489A; }
  .parent-child-block .sub-pages .sub-page:nth-of-type(1) .morse-container, .parent-child-block .sub-pages .sub-page:nth-of-type(4) .morse-container {
    background-color: #00489A; }
  .parent-child-block .sub-pages .sub-page:nth-of-type(2) h3, .parent-child-block .sub-pages .sub-page:nth-of-type(5) h3 {
    color: #8E5FA4; }
  .parent-child-block .sub-pages .sub-page:nth-of-type(2) .morse-container, .parent-child-block .sub-pages .sub-page:nth-of-type(5) .morse-container {
    background-color: #8E5FA4; }
  .parent-child-block .sub-pages .sub-page:nth-of-type(3) h3, .parent-child-block .sub-pages .sub-page:nth-of-type(6) h3 {
    color: #E6007D; }
  .parent-child-block .sub-pages .sub-page:nth-of-type(3) .morse-container, .parent-child-block .sub-pages .sub-page:nth-of-type(6) .morse-container {
    background-color: #E6007D; }

.news-box .post-thumb {
  height: 0;
  padding-bottom: 40%;
  background-size: cover;
  background-position: center; }

.news-block.alignfull .block-wrap {
  max-width: 1200px !important; }

.map-block #map {
  height: 400px; }

.sub-sections-block {
  display: flex;
  align-items: stretch;
  z-index: 100;
  border-top: 1px solid #ffffff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .sub-sections-block.fixed {
    position: fixed;
    left: 0;
    right: 0; }
    .sub-sections-block.fixed .section-link a {
      padding: 1rem;
      font-size: 0.95rem; }
  .sub-sections-block .section-link {
    flex: 1; }
    .sub-sections-block .section-link a {
      display: block;
      white-space: nowrap;
      padding: 1.5rem;
      border-right: 1px solid #ffffff;
      background-color: #dfe2ec;
      text-align: center;
      text-transform: capitalize;
      font-size: 1rem;
      line-height: 1.2rem;
      font-family: 'acumin-pro', sans-serif;
      color: #7480a3;
      cursor: pointer;
      transition: 0.3s all ease;
      height: 100%;
      border-radius: 0 0 0.5rem 0.5rem; }
      .sub-sections-block .section-link a:hover {
        background-color: #eff2fa; }
    .sub-sections-block .section-link.active a {
      background-color: #eff2fa; }

/***************************************************************************************************************************************

	1. General Reset
		
***************************************************************************************************************************************/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

html, body {
  min-height: 100% !important;
  height: 100%; }

h1, h2, h3, h4, h5, p, ul, li, img {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none; }

body {
  font-size: 0.95rem;
  font-family: 'acumin-pro', sans-serif;
  font-weight: 400;
  color: #333;
  margin: 0;
  line-height: 1.2rem;
  -webkit-font-smoothing: subpixel-antialiased; }

img {
  max-width: 100%;
  height: auto; }

.full-image img,
img.full-image {
  width: 100%;
  height: auto; }

::-moz-selection {
  color: #ffffff;
  background: #333333; }

::selection {
  color: #ffffff;
  background: #333333; }

/***************************************************************************************************************************************

	2. Typography
		
***************************************************************************************************************************************/
p, address {
  font-size: 1rem;
  line-height: 1.4rem;
  font-style: normal;
  padding-bottom: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'acumin-pro', sans-serif;
  color: #333333; }
  p a, address a {
    color: #00489A;
    font-weight: 500; }
    p a:hover, address a:hover {
      text-decoration: underline; }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  color: #00489A;
  font-family: 'acumin-pro', sans-serif; }

h1 {
  font-size: 2.5rem;
  line-height: 2.7rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.1rem; }

h2 {
  font-size: 1.8rem;
  line-height: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem; }

a {
  text-decoration: none;
  color: inherit; }

strong, .strong, b {
  font-weight: 700; }

.italic, em, blockquote {
  font-style: italic; }

ul, ol {
  padding: 0 0 2em 3em; }

ul li {
  line-height: 1.5em;
  list-style: disc; }

ol li {
  line-height: 1.5em;
  list-style: decimal; }

.has-medium-font-size {
  line-height: 26px; }

/***************************************************************************************************************************************

	3. Grid / Layout
		
***************************************************************************************************************************************/
.large-wrap {
  width: 90%;
  margin: 0 auto;
  max-width: none !important; }

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5%;
  position: relative; }

.small-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2.5%;
  position: relative; }

.wp-block {
  max-width: 1000px;
  font-size: 1rem;
  font-family: 'acumin-pro', sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.4rem;
  max-width: 1200px; }
  .wp-block p, .wp-block address {
    font-size: 1rem;
    line-height: 1.4rem;
    font-style: normal;
    padding-bottom: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'acumin-pro', sans-serif;
    color: #333333; }
    .wp-block p a, .wp-block address a {
      color: #00489A;
      font-weight: 500; }
      .wp-block p a:hover, .wp-block address a:hover {
        text-decoration: underline; }
  .wp-block h1, .wp-block h2, .wp-block h3, .wp-block h4, .wp-block h5 {
    font-weight: 700;
    color: #00489A;
    font-family: 'acumin-pro', sans-serif; }
  .wp-block h1 {
    font-size: 2.5rem;
    line-height: 2.7rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.1rem; }
  .wp-block h2 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem; }
  .wp-block h3 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem; }
  .wp-block h4 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem; }
  .wp-block h5 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem; }
  .wp-block a {
    text-decoration: none;
    color: inherit; }
  .wp-block strong, .wp-block .strong, .wp-block b {
    font-weight: 700; }
  .wp-block .italic, .wp-block em, .wp-block blockquote {
    font-style: italic; }
  .wp-block ul, .wp-block ol {
    padding: 0 0 2em 3em; }
  .wp-block ul li {
    line-height: 1.5em;
    list-style: disc; }
  .wp-block ol li {
    line-height: 1.5em;
    list-style: decimal; }
  .wp-block .has-medium-font-size {
    line-height: 26px; }
  .wp-block .block-wrap {
    max-width: 800px;
    margin: 0 auto; }
  .wp-block[data-align="full"], .wp-block.alignfull {
    max-width: none; }
    .wp-block[data-align="full"] .block-wrap, .wp-block.alignfull .block-wrap {
      max-width: 1500px;
      margin: 0 auto; }
  .wp-block[data-align="wide"], .wp-block.alignwide {
    max-width: 1200px; }
    .wp-block[data-align="wide"] .block-wrap, .wp-block.alignwide .block-wrap {
      max-width: 1200px;
      margin: 0 auto; }

.block-editor > * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

/* grid sizes */
.left10 {
  float: left;
  width: 10%; }

.left15 {
  float: left;
  width: 15%; }

.left20 {
  float: left;
  width: 20%; }

.left25 {
  float: left;
  width: 25%; }

.left30 {
  float: left;
  width: 30%; }

.left32 {
  float: left;
  width: 32%; }

.left50 {
  float: left;
  width: 50%; }

.left33 {
  float: left;
  width: 33.33%; }

.left66 {
  float: left;
  width: 66.66%; }

.left75 {
  float: left;
  width: 75%; }

.midd33 {
  margin: 0 auto;
  width: 33.33%; }

.midd66 {
  margin: 0 auto;
  width: 66.66%; }

.midd75 {
  margin: 0 auto;
  width: 75%; }

.midd80 {
  margin: 0 auto;
  width: 80%; }

.left50 {
  float: left;
  width: 50%; }

.left60 {
  float: left;
  width: 60%; }

.left66 {
  float: left;
  width: 66.66%; }

.left80 {
  float: left;
  width: 80%; }

.left85 {
  float: left;
  width: 85%; }

.left90 {
  float: left;
  width: 90%; }

.left100 {
  float: left;
  width: 100%; }

.right10 {
  float: right;
  width: 10%; }

.right20 {
  float: right;
  width: 20%; }

.right25 {
  float: right;
  width: 25%; }

.right33 {
  float: right;
  width: 33.33%; }

.right50 {
  float: right;
  width: 50%; }

.right66 {
  float: right;
  width: 66.66%; }

.right75 {
  float: right;
  width: 75%; }

/* pading sizes */
.nopad {
  padding: 0 !important; }

.nomarg {
  margin: 0 !important; }

.pad5p {
  padding: 5%; }

.pad10p {
  padding: 10%; }

.pad10 {
  padding: 10px; }

.pad15 {
  padding: 15px; }

.pad20 {
  padding: 20px; }

.pad30 {
  padding: 30px; }

.pad40 {
  padding: 40px; }

.padb5 {
  padding-bottom: 5px; }

.padb10 {
  padding-bottom: 10px; }

.padb20 {
  padding-bottom: 20px; }

.padb30 {
  padding-bottom: 30px; }

.padb40 {
  padding-bottom: 40px; }

.padb50 {
  padding-bottom: 50px; }

.padb60 {
  padding-bottom: 60px; }

.padb70 {
  padding-bottom: 70px; }

.padtb10 {
  padding: 10px 0; }

.padtb15 {
  padding: 15px 0; }

.padtb20 {
  padding: 20px 0; }

.padtb30 {
  padding: 30px 0; }

.padtb40 {
  padding: 40px 0; }

.padtb50 {
  padding: 50px 0; }

.padtb60 {
  padding: 60px 0; }

.padtb70 {
  padding: 70px 0; }

.padt10 {
  padding-top: 10px; }

.padt20 {
  padding-top: 20px; }

.padt30 {
  padding-top: 30px; }

.padt40 {
  padding-top: 40px; }

.padt50 {
  padding-top: 50px; }

.padl10 {
  padding-left: 10px; }

.padl20 {
  padding-left: 20px; }

.padl30 {
  padding-left: 30px; }

.padl40 {
  padding-left: 40px; }

.padl50 {
  padding-left: 50px; }

.padr10 {
  padding-right: 10px; }

.padr20 {
  padding-right: 20px; }

.padr30 {
  padding-right: 30px; }

.padr40 {
  padding-right: 40px; }

.padr50 {
  padding-right: 50px; }

/* positioning */
.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.right {
  float: right; }

.left {
  float: left; }

.clear {
  clear: both; }

.hide {
  display: none; }

.block {
  display: block; }

.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.overflow-hidden {
  overflow: hidden; }

/* other */
.top {
  display: none; }

.pagination {
  padding: 2%;
  margin: 2% 0;
  border: #eee solid;
  border-width: 1px 0; }

.no-border {
  border-right: none !important; }

/***************************************************************************************************************************************

	5. Menu
		
***************************************************************************************************************************************/
/* static menu */
#menu {
  z-index: 100; }
  #menu div > ul {
    display: flex;
    justify-content: flex-end; }

header {
  position: relative; }
  header #menu ul {
    padding: 0; }
  header .sub-menu {
    overflow: visible; }

/* first level */
#menu ul li {
  display: inline-block; }

#menu ul li a {
  display: inline-block;
  padding: 0.75em 1em;
  color: #ffffff;
  transition: 0.3s all ease;
  font-weight: 400;
  position: relative;
  line-height: 1.2rem;
  font-size: 1rem; }
  #menu ul li a[href="#"]:hover {
    cursor: default; }

#menu ul li a:hover {
  color: #ffffff;
  box-shadow: 0 1px 0 0 #E6007D; }

/* second level */
#menu ul ul {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border-radius: 5px;
  width: 100%;
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 0;
  z-index: 400;
  text-align: left;
  background: rgba(3, 46, 92, 0.9);
  transition: 0.3s all ease; }
  #menu ul ul li {
    display: block;
    width: 33.33%; }
    #menu ul ul li a {
      color: #ffffff;
      display: block;
      transition: 0.3s all ease;
      font-weight: 800;
      font-size: 1.15rem;
      line-height: 1.5rem; }
      #menu ul ul li a:not([href="#"]):hover {
        color: #E6007D;
        transform: translateX(10px);
        box-shadow: none;
        cursor: pointer; }
      #menu ul ul li a:hover {
        box-shadow: none;
        cursor: default; }
    #menu ul ul li ul {
      background: transparent;
      position: relative;
      display: block !important;
      top: 0;
      opacity: 1;
      max-height: 100vh;
      left: 0;
      padding: 0 !important;
      padding-left: 20px !important;
      transform: translateY(0); }
      #menu ul ul li ul li {
        width: 100%; }
        #menu ul ul li ul li a {
          display: block;
          font-size: 1rem;
          line-height: 1.2rem;
          font-weight: 300; }
#menu ul li:hover > ul {
  max-height: 90vh;
  opacity: 1;
  transform: translateY(0);
  padding: 3rem; }

/* active menu states */
#menu .menu > li.current-menu-ancestor {
  box-shadow: 0 5px 0 0 #E6007D; }

#menu .menu .current-menu-item a {
  box-shadow: 0 5px 0 0 #E6007D; }

#menu .sub-menu .current-menu-item > a {
  color: #8E5FA4; }

#menu .sub-menu .current-menu-item a {
  box-shadow: none; }

/* sticky menu */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(3, 46, 92, 0.9); }

body.admin-bar .sticky {
  top: 32px; }

/***************************************************************************************************************************************

	8. Modal
		
***************************************************************************************************************************************/
.modal {
  display: none;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 400; }

.modal h3 {
  padding: 0; }

.modal p {
  padding-bottom: 2em;
  color: #333;
  font-weight: 300; }

.modal .container {
  background: #FFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.28);
  width: 20%;
  min-width: 250px;
  margin: 10% auto 0 auto;
  min-height: 30%;
  padding: 4em 3em 3em;
  position: relative; }

.close-modal {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #FFF;
  border-radius: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  border: 1px solid #AAA;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.close-modal:hover {
  cursor: pointer;
  box-shadow: none;
  background-color: #F0F0F0; }

.close {
  font-size: 1.3em;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FFF;
  border-radius: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  padding: 8px 11px;
  border: 1px solid #AAA; }

.close:hover {
  box-shadow: none; }

/***************************************************************************************************************************************

	9. Sliders
		
***************************************************************************************************************************************/
.slider {
  position: relative;
  outline: none; }

.slider .slide {
  float: left !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.slider .slide:nth-child(n+2) {
  display: none; }

.slider .slide.show-slide {
  display: block; }

.slick-list,
.slick-track {
  height: 100%; }

.featured-image {
  height: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }

.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 40%;
  max-width: 60%;
  padding: 2em 4em;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center; }

.slick-slider .slick-slide {
  float: left;
  position: relative;
  width: 100%;
  outline: none; }

.slick-list {
  overflow: hidden;
  outline: none !important;
  position: relative; }

.slick-track {
  margin: 0 auto;
  outline: none;
  display: flex;
  align-items: stretch; }

.slick-next,
.slick-prev {
  -webkit-appearance: none;
  outline: none;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 1px;
  color: rgba(0, 0, 0, 0);
  width: 35px;
  transition: 0.3s all ease;
  z-index: 9999;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .slick-next.slick-disabled,
  .slick-prev.slick-disabled {
    width: 0; }

.slick-prev {
  right: 100%;
  background-image: url("../images/icon-grey-arrow-left.png"); }
  .slick-prev:hover {
    transform: translateX(-10px); }

.slick-next {
  left: 100%;
  background-image: url("../images/icon-grey-arrow-right.png"); }
  .slick-next:hover {
    transform: translateX(10px); }

.slick-dots {
  padding: 0 !important;
  text-align: center; }
  .slick-dots li {
    list-style: none;
    display: inline-block; }
    .slick-dots li button {
      display: inline-block;
      background-color: #C3C3C3;
      outline: none;
      border: none;
      width: 15px;
      height: 15px;
      border-radius: 15px;
      margin: 0 5px;
      font-size: 0;
      cursor: pointer; }
    .slick-dots li.slick-active button {
      background-color: #E6007D; }

/***************************************************************************************************************************************

	11. Pagination
		
***************************************************************************************************************************************/
.pagination span.page-numbers {
  background-color: #8E5FA4;
  padding: 10px;
  color: #ffffff;
  display: inline-block;
  height: auto;
  text-align: center;
  border-radius: 3px; }

.pagination .page-numbers {
  display: inline-block;
  text-align: center;
  padding: 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-right: 5px;
  color: #292929;
  border-radius: 3px; }

.pagination .page-numbers.dots {
  background-color: #F2F2F2; }

.pagination a.page-numbers:hover {
  background-color: #E6007D;
  color: #ffffff; }

/***************************************************************************************************************************************

	12. Header
	
***************************************************************************************************************************************/
header {
  background-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  z-index: 1;
  padding: 1rem 2.5% 0; }
  header > * {
    flex: 1 0 auto; }
  header .logo {
    width: 300px;
    height: auto; }
    @media all and (orientation: portrait) {
      header .logo {
        max-width: 50vw; } }
  header a {
    display: inline-block; }
  header .social {
    display: flex;
    justify-content: flex-end; }
    @media all and (max-width: 700px) {
      header .social a {
        display: none; }
        header .social a:nth-last-of-type(1) {
          display: inline-block; } }

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  header.static-header {
    position: relative;
    background-image: linear-gradient(to bottom, #0E3264, #00489A);
    margin-bottom: 3rem;
    padding-bottom: 1rem; }

body.admin-bar header:not(.static-header) {
  top: 32px; }

/***************************************************************************************************************************************

	13. Footer
	
***************************************************************************************************************************************/
footer ul.menu {
  padding: 0;
  margin: 0; }
  footer ul.menu li {
    list-style: none; }
    footer ul.menu li a {
      padding: 2px;
      display: block;
      font-weight: 600; }
      footer ul.menu li a:hover {
        text-decoration: underline; }
    footer ul.menu li ul {
      padding: 0;
      margin: 1rem 0; }
      footer ul.menu li ul li a {
        color: #666666;
        font-weight: 400; }
footer p {
  color: #666666;
  font-weight: 400;
  font-size: 0.95rem; }
footer .offices .office {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  footer .offices .office address {
    flex: 1 0 auto; }

/***************************************************************************************************************************************

	14. Homepage
	
***************************************************************************************************************************************/
/***************************************************************************************************************************************

	15. Page.php
	
***************************************************************************************************************************************/
.sidebar-section {
  background-color: #F2F2F2;
  padding: 1.5rem;
  margin-bottom: 1rem; }
  .sidebar-section .sidebar-title {
    font-size: 1.5rem;
    margin: 0 0 0.5rem; }
  .sidebar-section ul {
    padding: 0; }
    .sidebar-section ul li {
      list-style: none; }
      .sidebar-section ul li a {
        display: block;
        padding: 0.75rem;
        transition: 0.3s all ease;
        border-top: 1px solid #e5e5e5; }
        .sidebar-section ul li a:hover {
          color: #E6007D;
          transform: translateX(5px); }
  .sidebar-section input[type=submit],
  .sidebar-section button[type=submit] {
    padding: 0.65rem 0.5rem; }

/***************************************************************************************************************************************

	16. Custom
	
***************************************************************************************************************************************/
/***************************************************************************************************************************************
	16.2 - Contact
***************************************************************************************************************************************/
.map {
  min-height: 400px; }

/***************************************************************************************************************************************
	16.6 - icons
***************************************************************************************************************************************/
.social-icon {
  width: 35px;
  height: 35px;
  margin: 0 10px; }

/***************************************************************************************************************************************
	16.7 - sidebar form
***************************************************************************************************************************************/
.sidebar-form-button {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(-25px, -50%) rotate(-90deg);
  padding: 1rem 3rem;
  color: #fff;
  font-size: 1.2rem;
  background-color: #8E5FA4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-color: #dfe2ec;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  transform-origin: right;
  height: 50px;
  cursor: pointer;
  transition: 0.2s all ease; }
  .sidebar-form-button:hover {
    height: 70px; }

.sidebar-form {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 95%;
  max-width: 500px;
  background-color: rgba(14, 50, 100, 0.95);
  z-index: 999999;
  transform: translateX(100%);
  transition: 0.3s transform ease; }
  .sidebar-form.active {
    transform: translateX(0); }
  .sidebar-form * {
    color: #ffffff; }
  .sidebar-form .close-sidebar-form {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    transition: 0.2s all ease; }
    .sidebar-form .close-sidebar-form:hover {
      color: #8E5FA4; }
  .sidebar-form input:not([type="submit"]), .sidebar-form button:not([type="submit"]), .sidebar-form textarea {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 5px !important; }
  .sidebar-form input[type="submit"], .sidebar-form button[type="submit"] {
    background-color: #E6007D !important;
    border-radius: 5px !important;
    border: none !important;
    color: #ffffff !important; }

/***************************************************************************************************************************************
	16.8 - Team Member
***************************************************************************************************************************************/
.team-member {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .team-member .image {
    flex-grow: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 225px; }
  .team-member .content {
    height: auto; }

.inline-icon {
  display: inline-block;
  width: auto;
  padding: 5px;
  margin-top: 10px; }
  .inline-icon img {
    max-width: 25px;
    height: auto; }

.filter {
  height: 0;
  padding: 0;
  position: relative; }
  .filter:after {
    content: '';
    clear: both; }
  .filter form {
    padding: 0 5px;
    display: inline-block;
    width: 15vw;
    transform: translateY(-50%); }
    @media all and (max-width: 1300px) {
      .filter form {
        width: 20vw; } }
    @media all and (max-width: 1100px) {
      .filter form {
        width: 25vw; } }
    @media all and (max-width: 800px) {
      .filter form {
        width: 50%;
        float: left; } }
  .filter select {
    width: 100%;
    background-image: url(../images/icon-arrow-down.png);
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 25px; }
  @media all and (max-width: 800px) {
    .filter {
      height: auto;
      margin-top: 0.5rem; }
      .filter form {
        transform: translateY(0%); } }

/***************************************************************************************************************************************

	17. Responsive
	
***************************************************************************************************************************************/
@media all and (min-width: 651px) {
  .mobile-show {
    display: none; } }
@media all and (max-width: 650px) {
  .mobile-show {
    display: block; }

  .mobile-hide {
    display: none; } }
@media only screen and (max-width: 1100px) {
  .left75,
  .right75 {
    width: 66.66%; }

  .right24,
  .right25,
  .left25 {
    width: 33.33%; } }
@media only screen and (max-width: 1000px) {
  footer .wrap > div,
  footer .large-wrap > div {
    text-align: center !important;
    width: 50%;
    margin-bottom: 2em; }

  footer .wrap > div:nth-child(2n),
  footer .large-wrap > div:nth-child(2n) {
    clear: both; } }
@media only screen and (max-width: 700px) {
  #header {
    position: relative; }

  #menu .menu {
    display: none;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #00489A;
    z-index: 150; }

  #menu ul li a {
    display: block; }

  #menu ul li {
    display: block;
    width: 100%;
    padding: 0;
    color: #323232;
    border-bottom: 1px solid #1256a2; }

  #menu ul li ul {
    position: relative;
    width: 100%;
    background-color: #EDEDED;
    box-shadow: none;
    top: 0;
    padding: 0; }

  #menu ul li ul li {
    display: block;
    text-align: center;
    padding: 0.5em 0;
    width: 100%;
    color: #ffffff !important; }

  #menu ul li ul li:hover a {
    color: #ffffff !important; }

  .menu-icon {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer; }

  .menu-icon:before {
    content: 'Menu';
    display: inline-block;
    font-size: 1.2em;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff; }

  .menu-icon span {
    display: block;
    height: 4px;
    width: 25px;
    margin: 3px 0;
    background-color: #ffffff; }

  #top span {
    display: none; }

  #menu ul li ul,
  .sticky #menu ul li ul {
    border: none;
    background-color: #E2E2E2; }

  #menu ul li ul li a {
    color: #000000 !important; }

  #menu .menu > li.current-menu-ancestor {
    box-shadow: inset 7px 0px 0 0 #E6007D; }

  #menu ul li:hover > ul {
    max-height: none;
    opacity: 1;
    transform: translateY(0);
    padding: 0 0 0 1rem;
    background-color: #0d53a2;
    border-radius: 0; }
    #menu ul li:hover > ul li a {
      color: #fff !important;
      font-size: 1rem;
      line-height: 1rem;
      padding: 0.5em 1em;
      text-align: left; } }
@media only screen and (max-width: 650px) {
  .left33 {
    width: 100%; }

  .left66 {
    width: 100%; }

  .left50 {
    width: 100%; }

  .left75,
  .left25,
  .right24,
  .right25 {
    width: 100%; } }
@media only screen and (max-width: 600px) {
  footer .wrap > div {
    text-align: center !important;
    width: 100%;
    margin-bottom: 2em; } }
@media only screen and (max-width: 450px) {
  .mobile-hide {
    display: none; } }
@media only screen and (max-width: 350px) {
  .left75,
  .left25,
  .right24,
  .right25 {
    width: 100%; } }
