/**
 * #.# Full Screen Call To Action Module
 *
 * Styles for template-part/modules/full_screen_call_to_action_module.php
**/

.full_screen_call_to_action_module{height:100svh;}

.full_screen_call_to_action_module_overlay {
  position: fixed;
  z-index: 0;
  width: 100%;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:var(--purple)
}

.full_screen_call_to_action_module .container,.full_screen_call_to_action_module .row,.full_screen_call_to_action_module [class*="col-"],.full_screen_call_to_action_module .center-block{height:100svh;height:100%}
.full_screen_call_to_action_module_gap {
  height: 100svh;
  background-color: transparent;
  display: block;
  position: relative;
  z-index: 0;
}
.full_screen_call_to_action_module .cta-purple{background-color:var(--purple);padding:100px 35px 50px ;padding: 50px 50px 30px;}
.full_screen_call_to_action_module .cta-purple .content-block h2{color:var(--Calico);font-family:var(--header);font-size:28px;font-style:normal;font-weight:400;line-height:29.8px;text-transform:uppercase;padding-bottom:15px}
.full_screen_call_to_action_module .cta-purple .content-block p{font-family:"Hanken Grotesk";font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:var(--off-white);padding-bottom:25px}
.full_screen_call_to_action_module .btn{margin-top:70px; margin-top: 25px;}

@media (max-width: 1536px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 992px) {
  .full_screen_call_to_action_module .container, 
  .full_screen_call_to_action_module .row, 
  .full_screen_call_to_action_module [class*="col-"], 
  .full_screen_call_to_action_module .center-block {height: calc(100svh - 97px); height: 100%;}
  .full_screen_call_to_action_module .cta-purple {padding: 40px 35px 40px;}
  .full_screen_call_to_action_module .btn {margin-top: 10px;}
  .full_screen_call_to_action_module_gap {margin: 10px 0px;}
}

@media (max-width: 768px) {

}

@media (max-width: 600px) {

}