
@font-face {
  font-family: 'UniformRnd-Regular';
  src: url('https://tyosuhdepyora.vapaus.io/hubfs/Font%20Files/UniformRnd-Regular.woff') format('woff'), url('https://tyosuhdepyora.vapaus.io/hubfs/Font%20Files/UniformRnd-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'UniformRnd-Bold';
  src: url('https://tyosuhdepyora.vapaus.io/hubfs/Font%20Files/Uniform%20Rounded%20Bold.woff') format('woff'), url('https://tyosuhdepyora.vapaus.io/hubfs/Font%20Files/Uniform%20Rounded%20Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'UniformRndExCond-Bold';
  src: url('https://tyosuhdepyora.vapaus.io/hubfs/Font%20Files/UniformRndExCond-Bold.woff') format('woff'), url('https://tyosuhdepyora.vapaus.io/hubfs/Font%20Files/UniformRndExCond-Bold.woff2') format('woff2');
}








/* 1a. Containers */




/* 1b. Breakpoints */






/* 1c. Colors */














/* 1d. Typography */













/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */


;



/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */










































/* 1l. Tables */











/* 1m. Site Header */




















/* 1n. Site Footer */
















.content-wrapper {
  max-width: 1920px;
}

@media screen and (min-width: 1200px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 80px 0px;
}

.dnd-section > .row-fluid {
  max-width: 1920px;
}

/* General  */
.container {
    max-width: 1920px;
}

@media screen and (max-width: 768px) {
    .mobile-col {
        flex-direction: column;
    }
}





html {
  font-size: 16px;
}

/* StudioCanvas theme fields overridden with Vapaus Style by SAH */

body {
  font-family: 'UniformRnd-Regular', sans-serif;
  color: #2f4d52;
  font-size: 18px;
  line-height: 27px;
}

/* Paragraphs */

p {
  font-family: 'UniformRnd-Regular', sans-serif;
  color: #2F4D52;
  font-size: 16px;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: 'UniformRnd-Bold', sans-serif;
  font-weight: 500;
  color: #ed6458;
  /* font-size: 12px; */
}
a:link {
   font-family: 'UniformRnd-Bold', sans-serif;
  color: #ed6458;
  /* font-size: 12px; */
}

a:hover, a:focus {
  font-family: 'UniformRnd-Bold', sans-serif;
  color: #ed6458;
  /* font-size: 16px; */
  color: #de5549;
}

a:visited {
  font-family: 'UniformRnd-Bold', sans-serif;
  color: #ed6458;
  /* font-size: 16px; */
  color: #de5549;
}

a.button:disabled {
  background-color: #e6e6e6;
  pointer-events: none;
}

/* Headings */
h1,h2,h3,h4,h4,hg {color:#2f4d52;}
h1 {
  margin-top: 0px;
  margin-bottom: 45px;
  font-family: 'UniformRndExCond-Bold', sans-serif;
  font-size: 120px;
  line-height: 115px;
  font-weight: 500;
  letter-spacing: -3px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'UniformRndExCond-Bold', sans-serif;
  font-size: 60px;
  line-height: 57px;
  font-weight: 500;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'UniformRndExCond-Bold', sans-serif;
  font-size: 42px;
  line-height: 39px;
  font-weight: 500;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'UniformRndExCond-Bold', sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: -2px;
  font-family: 'UniformRndExCond-Bold', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

h6 {
  font-family: 'UniformRnd-Regular', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

/* Responsive typography */

@media screen and (max-width: 991px) {
  h1 {
    font-size: 90px;
    line-height: 84px;
    letter-spacing: -2px;
  }

  h2 {
    margin-bottom: 15px;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -1px;
  }

  h3 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 33px;
  }

  h4 {
    font-size: 24px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
    line-height: 18px;
  }
  
   p {
    font-size: 15px;
    line-height: 21px;
  }
  a {
    font-size: 15px;
    line-height: 21px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 72px;
    line-height: 69px;
    letter-spacing: -2px;
  }

  h3 {
    font-size: 30px;
    line-height: 27px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
    line-height: 45px;
    letter-spacing: -1px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }

  h3 {
    font-size: 27px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }

  h4 {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: -0.25px;
  }

  h5 {
    line-height: 15px;
  }

  h6 {
    line-height: 15px;
  }

  p {
    font-size: 15px;
    line-height: 20px;
  }

  a {
    font-size: 15px;
    line-height: 20px;
  } 
 }

/* Lists */

ul {
  list-style-type: ;
}

ul,
ol {
  padding-left: 2.5rem;
  margin: 1.5rem 0;
}

ul li,
ol li {
  margin: 0.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Blockquote */

blockquote {
    font-family: 'Uniform rounded', sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 30px;
    border-left: 3px solid #5cd6c2;
    color: #5cd6c2;
    font-size: 24px;
    line-height: 30px;
}

@media screen and (max-width: 991px)
blockquote {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 27px;
}

@media screen and (max-width: 479px)
blockquote {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 21px;
}

/* Horizontal Rules */
hr {
  background-color: #d0d0d0;
}





/* Primary Button */

button,
.button {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

;
  border: 1px solid #2F4D52;
  border-radius: 20px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  padding: 10px 50px;
  text-transform: uppercase;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: Varela Round, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #FFFFFF;
  color: #2F4D52;
}

button:active,
.button:active {
  font-family: Varela Round, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(255, 255, 255, 100);
  background-color: #ffffff;
  border: 1px solid #FFFFFF;
  border-color: #ffffff;
}


/* Secondary Buttons */

.button.button--secondary {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2F4D52;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #2F4D52;
  border-radius: 32px;
  fill: #2F4D52;
  padding: 10px 50px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #27EDC0;
  color: #27EDC0;
  fill: #27EDC0;
}

.button.button--secondary:active {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #27EDC0;
  border-color: #77ffff;
  color: #77ffff;
  fill: #77ffff;
}



.blog.two .blog-post-item {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}


/* Simple Buttons */

.button.button--simple {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2F4D52;
  fill: #2F4D52;
  text-transform: uppercase;
}


.blog.two .featured-blog .post-header-title a:hover {
  color: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

;
}

.blog .author-social-media a {
  color: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

;
}

.blog.two .topic-link:hover {
    background: 

  
  
    
  


  rgba(255, 248, 117, 1.0)

;
    color: #fff;
}

  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  input[type=number]:focus,
  input[type=file]:focus,
  select:focus,
  textarea:focus {
    outline: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

 auto 5px;
  }


  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  border: none;
  color: #27EDC0;
  fill: #27EDC0;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  border: none;
  color: #77ffff;
  fill: #77ffff;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 10px 50px;
}

.button.button--large {
  font-size: 18px;
  padding: 10px 50px;
}





form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px none #ffffff;
  border-radius: 4px;
  padding: 45px 45px;
}

.hs-form-field {
  margin-bottom: 20px;
}

.submitted-message {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px none #ffffff;
  border-radius: 4px;
  padding: 45px 45px;
}

/* Form Title */

.form-title {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

;
  border: 1px none #CBE8F8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #ffffff;
  font-size: 36px;
  padding: 24px 24px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label {
  font-family: 'UniformRnd-Regular',sans-serif;
  color: #2F4D52;
  font-size: 16px;
  padding: 0px 0px;
}

form div.in-focus > label {
  color: #2F4D52;
}

label.hs-form-radio-display,
label.hs-form-checkbox-display {
  font-family: {font=Varela Round, font_set=GOOGLE, styles={font-family='Varela Round', sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=16, size_unit=px, color=#2F4D52, variant=regular, fallback=sans-serif, style=font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #2F4D52;font-size: 16px;font-family: 'Varela Round', sans-serif;};
}

.hs-fieldtype-radio label,
.hs-fieldtype-checkbox label {
  color: #2F4D52;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2F4D52;
  font-size: 14px;
}

/* Inputs - original*/
/*
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #ffffff;
  border: 1px none #D0D0D0;
  border-radius: 4px;
  color: #2F4D52;
  font-size: 12px;
  padding: 18px 20px;
} 
input::-webkit-input-placeholder {
  color: #CBD1D6;
}

input::-moz-placeholder {
  color: #CBD1D6;
}

input:-ms-input-placeholder {
  color: #CBD1D6;
}

input:-moz-placeholder {
  color: #CBD1D6;
}

input::placeholder {
  color: #CBD1D6;
}

form .in-focus select {
  color: #2F4D52;
}

*/

/* Inputs - Vapaus*/
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 18px 12px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #eff5f6;
  box-shadow: inset 2px 3px 6px 0 rgba(47, 77, 82, 0.25);
  color: #2f4d52;
  font-size: 15px;
}

input::-webkit-input-placeholder {
  color: rgba(47, 77, 82, 0.25);
}

input::-moz-placeholder {
  color: rgba(47, 77, 82, 0.25);
}

input:-ms-input-placeholder {
  color: rgba(47, 77, 82, 0.25);
}

input:-moz-placeholder {
  color: rgba(47, 77, 82, 0.25);
}

input::placeholder {
  color: rgba(47, 77, 82, 0.25);
}

form .in-focus select {
  color: #2F4D52;
}


/* Inputs - Checkbox/Radio */

form ul.inputs-list li input + span:before {
  border: 1px solid #CBE8F8;
  border-radius: 4px;
}

form .input ul.invalid.error > li input + span:before {
  border-color: 

  
  
    
  


  rgba(255, 248, 117, 1.0)

;
}

/* Additional checkbox/radio styles */
.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2F4D52;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button:hover {
  background-color: 

  
  
    
  


  rgba(255, 248, 117, 1.0)

 !important;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #e1da57 !important;
}

.hs-datepicker .is-today button.pika-button {
  color: #e1da57;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #FF7A6E;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #FF7A6E !important;
}

.hs-error-msgs li a {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Submit */



  form input[type=submit],
  form .hs-button {
    font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

;
    border: 1px solid #2F4D52;
    border-radius: 20px;
    color: #fff875;
    display: inline-block;
    fill: #ffffff;
    padding: 10px 50px;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 3px 4px 15px 0 rgb(47 77 82 / 25%);
    max-width: 100% !important;
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: Varela Round, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border: 1px solid #FFFFFF;
    color: #2F4D52;
  }

  form input[type=submit]:active,
  form .hs-button:active {
    font-family: Varela Round, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: rgba(255, 255, 255, 100);
    border: 1px solid #FFFFFF;
    border-color: #ffffff;
  }





  form input[type=submit],
  form .hs-button {
    font-size: 16px;
  }







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
}

th,
td {
  border: 1px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

;
  padding: 15px 15px;
}

tr:nth-child(odd) {
  background-color: rgba(237, 100, 88, .35);
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(13, 37, 71, 1.0)

;
  border-bottom: 2px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

tbody + tbody {
  border-top: 2px solid #D0D0D0;
}





/* Primary header  */

.header {
  background-color: {color=#FFF875, opacity=0, rgba=rgba(255, 248, 117, 0), rgb=rgb(255, 248, 117), hex=#FFF875, css=rgba(255, 248, 117, 0%)};
  border-bottom: 1px none #FFFFFF;
  box-shadow: none;
}

.header__container {
  max-width: 1920px;
}

/* Logo */

.logo-company-name {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

/* Site Navigation */

.header__main-bar {
   background-color: #FFF875;
}

.header__navigation {
  
}

.header__menu .header__navigation .menu-link {
  color: theme.colors.primary.color;
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
  font-size: 16px;
}

.header__menu .header__navigation .menu-link:hover {
  color: theme.colors.primary.color;
    
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: ;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link {
  color: #2F4D52;
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    color: theme.colors.primary.color;
    font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    text-transform: none;
  }
/*   nav {
    background-color: #fff;
  } */
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover {
  color: #FFFFFF;
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

;
}

.navigation-primary a {
  ;
  font-size: ;
  color: ;
}

.navigation-primary a:hover,
.navigation-primary a:focus {
  opacity: 1;
  ;
  font-size: ;
  color: ;
  background-color: ;
}

.navigation-primary a.active-item {
  ;
  font-size: ;
  color: ;
  background-color: ;
}






.footer {
  background-color: rgba(74, 88, 94, 1.0);
  border-top: 1px none #2F4D52;
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
}

.footer__navigation a {
  color: #FFFFFF;
}

.footer__form .form-title {
  color: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

;
}
.footer__navigation h4 {
    color: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

;
  text-align: center;

}
.footer .footer__form label {
  color: #FFFFFF;
}

.blog.two .topic-link
{
  background: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

;
}

easymovie {
  color: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

;
}

.footer__form form input[type=submit], form .hs-button {
  border-radius: 32px; 
}





/* Blog Meta - Author/Avatar/Timestamp */

.blog-author__name {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

.blog-index__post__date {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Tags/Topics */
.blog-tag {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Blog Listing */

.blog-navigation .blog-navigation__text {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2F4D52;
}

/* Blog Pagination */

.blog-pagination__link {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Blog Post */

.blog-post__title {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2F4D52;
  font-weight: 700;
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  color: #2F4D52;
  font-family: Varela Round, sans-serif;
  font-weight: 700;
}

/* Recent Posts */

.blog-recent-posts .content-wrapper > h2 {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 700;
}





/* Error Pages - Global */

.error-page:before {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2F4D52;
}

.hs-search-results__title:hover {
  font-family: 'Varela Round', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: 20px;
}

/* Password Prompt */

.password-prompt input[type=password] {
  margin-bottom: 20px;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type=email] {
  margin-bottom: 20px;
  padding: 18px 20px !important;
}





/* Icon */

body .icon svg {
  fill: 

  
  
    
  


  rgba(255, 248, 117, 1.0)

;
  width: 16px;
}

/* Social Follow */

body .social-links__icon {
  background-color: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

;
}

body .social-links__icon:hover,
body .social-links__icon:focus,
body .social-links__icon:active {
  background-color: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

;
  opacity: 0.8;
  
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: rgba(

  
  
    
  


  rgba(47, 77, 82, 1.0)

, 0.15);
}

body .tns-nav .tns-nav-active,
body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: 

  
  
    
  


  rgba(47, 77, 82, 1.0)

;
  
  
}


/** SHADOWS **/

.theme-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15); 
}  

.hs-menu-item:hover a, .hs-menu-item:focus a {
  color: #ed6458;
}

/** Border Radius **/

.theme-border-radius-card {
  border-radius: 20px; 
}

.theme-border-radius-card-left-half {
  border-radius: 20px 0px 0px 20px;
}

.theme-border-radius-card-right-half {
  border-radius: 0px 20px 20px 0px;
}

.theme-border-radius-card-top-half {
  border-radius: 20px 20px 0px 0px;
}

.theme-border-radius-button {
  border-radius: 20px; 
}

.theme-border-radius-image {
  border-radius: 20%; 
}

/* Outline */

.theme-outline {
  border: 1px solid #000000; 
}




/* Header override for Landing page */
.header-landing-page .header__container {
  display:flex;
  flex-direction: row;
  padding: 10px;
  justify-content: space-between;
}
.header-landing-page .header__logo {
  flex: 1;
}
.header-landing-page .header__logo img {
  max-width: 150px;
}


/* Footer for Landing page */
.footer-row {
  display: flex;
  flex-direction: row;
  padding: 10px;
  background-color: #2F4D52;
  align-items: center;
}
.footer-column--logo {
  align-self: flex-start;
  flex-basis: 50%;
}
.footer-column--privacy {
  align-self: flex-end;
  flex-basis: 50%;
  text-align: right;
  margin: auto 0;
  padding-right: 50px;
}

.footer-row a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.footer-logo {
  height: 40px;
}

/* Custom CSS for CTA button */
.vapaus-cta-button {
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 18px 10px;
  border-radius: 20px;
  background-color: #2f4d52;
  box-shadow: 3px 4px 15px 0 rgba(47, 77, 82, 0.25);
  font-family: 'UniformRnd-Bold', sans-serif;
  color: #fff875;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.vapaus-cta-button:hover {
  background-color: #fff;
  color: #2f4d52;
  text-decoration: none;
}

a.vapaus-cta-button {
  color: #fff875;
}

a.vapaus-cta-button:hover{
  color: #2f4d52;
  background-color: #fff;
}

/* 404 error page */
.v-error-page {
  display: flex;
  padding-top: 3em;
  justify-content: center;
}
.v-404-page {
    height: calc(100vh - 116px);
    background-color: #FFF875;
}

.v-error-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* password prompt page */
.body-container-wrapper.v-yellow {
  background-color: #fff875;
  height: calc(100vh - 116px);
}

.systems-page.v-systems-page {
  margin: 0 auto;
  max-width: 550px;
  padding: 3rem 1.4rem;
  border-radius: 20px;
  text-align: center;
}

.v-systems-page form {
    background-color: rgba(255,255,255,1.0);
    border: 1px none #fff;
    border-radius: 30px;
    padding: 45px 45px;
    box-shadow: 8px 13px 30px 0 rgb(47 77 82 / 25%);
} 

.v-systems-page input {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 18px 12px;
    border: 1px none #000;
    border-radius: 20px;
    background-color: #eff5f6;
    box-shadow: inset 2px 3px 6px 0 rgb(47 77 82 / 25%);
    color: #2f4d52;
    font-size: 15px;
}

.systems-page .hs-button {
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 18px 10px;
  border-radius: 20px;
  background-color: #2f4d52;
  box-shadow: 3px 4px 15px 0 rgba(47, 77, 82, 0.25);
  font-family: 'UniformRnd-Bold', sans-serif;
  color: #fff875;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.systems-page .hs-button:hover {
  background-color: #fff;
  color: #2f4d52;
}

/* Strong style */

strong {
  font-family: 'UniformRnd-Bold', sans-serif;
  font-weight: bold;
}