/* @import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face{
  font-family:neutra text demi;
  src:url(../fonts/NeutraText-Demi.eot);
  src:url(../fonts/NeutraText-Demi.eot?#iefix) format("embedded-opentype");
  src:url(../fonts/NeutraText-Demi.woff) format("woff");
  src:url(../fonts/NeutraText-Demi.ttf) format("truetype");
  font-weight:400;font-style:normal} */

/* font-family: 'Ubuntu', sans-serif;

font-family: "azo-sans-web", sans-serif;
font-weight: 400;
font-weight: 700;

font-family: 'Neutra Text Demi', sans-serif;
font-weight: 400;

font-family: "Roboto", sans-serif;
*/  

.wp-block-embed__wrapper { margin-bottom: 15px;overflow:hidden;padding-bottom:56.25%;position:relative;height:0; }
.wp-block-embed__wrapper iframe{left:0;top:0;height:100%;width:100%;position:absolute;}

.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/social-icons-sprite.webp);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.social-icon--facebook  { background-position: 0 0; }
.social-icon--twitter   { background-position: -40px 0; }
.social-icon--instagram { background-position: -80px 0; }
.social-icon--linkedin  { background-position: -120px 0; }


html {
  scroll-behavior: smooth;
  font-family: "azo-sans-web", sans-serif;
}
html *, body *, h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: "azo-sans-web", sans-serif;
}

body > b {
  color: #085d7b !important;
}
body {
  color: #085d7b;
  overflow-x:hidden;
}
body div {
  color:#4d4d4d;
}

body div div.wp-block-cover__inner-container {
  color:#fff ;
}

.ir_missions .text_white .h3 {
  text-transform:uppercase;
  font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.7rem;
}
.ir_missions .text_white .h3 span {
  color:#f7b841;
}


.menu-button {
  position:fixed;
  top: 2.5rem;
    left: 1rem;
    z-index: 999;
    cursor:pointer;
    background-color:#003248;
    border-radius:50%;
}

.off-canvas.position-top {
  background-color: #033649;
}
.off-canvas.position-top .callout {
  margin-bottom:0rem;
  min-height:125px;
  border-width:0px;
}
.off-canvas.position-top .callout.red {
  background-color:#d12027;
}
.off-canvas.position-top .callout.transparent {
  background-color:transparent;
} 
.off-canvas.position-top .callout.transparent *, .off-canvas.position-top .callout.red *, .off-canvas.position-top .callout.green *, .off-canvas.position-top .callout.blue * {
  color:white;
} 
.off-canvas.position-top .callout.lblue {
  background-color:#59c4bc;
}
.off-canvas.position-top .callout.lblue *, .off-canvas.position-top .callout.yellow * {
  color:black;
}
.off-canvas.position-top .callout h4 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.left-side ul {
  margin-left:0rem;
}
.left-side .wp-block-query-pagination {
  padding-top:5px;
}

.hide-title .wp-block-coblocks-post-carousel__content a {
  display:none;
}

.hide-title .wp-coblocks-post-carousel-nav-button__next, .hide-title .wp-coblocks-post-carousel-nav-button__prev {
  height:30px;
  width:30px;
  top:35%;
  color:#fff;
}
.hide-title .wp-coblocks-post-carousel-nav-button__prev {
  left: -2em;
}
.hide-title .coblocks-swiper {
  padding-bottom:0rem;
}
.ir_banner_sub h1 {
  font-size:2.4rem;
}

.test-box {
  background-color:#fff;
  margin-top:4rem;
  margin-bottom:4rem;
  padding:1.5rem;
  background-image:url('../img/quote-top.svg');
  background-size:160px;
  background-position: 5% 100%;
  background-repeat:no-repeat;
  border-width:0px;
  transition: all 0.5s ease-in;
  border:4px solid #1c4a5b;
  min-height:485px;
}
.test-box * {
  color:#1c4a5b;
}
.test-box p {
  font-size:0.9rem;
  line-height:1.3rem;
}
.test-box .test-img {
  width:140px;
  background-color:white;
  border-radius:50%;
  border:4px solid #f7b841;
  padding: 16px;
  margin:1.5rem auto;
}

.slick-track .test-box:nth-child(2), .slick-track .test-box:nth-child(6), .slick-track .test-box:nth-child(10), .slick-track .test-box:nth-child(14){
  border-color:#d12027;
}
.slick-track .test-box:nth-child(3), .slick-track .test-box:nth-child(7), .slick-track .test-box:nth-child(11), .slick-track .test-box:nth-child(15){
  border-color: #0a6155;
}
.slick-track .test-box:nth-child(4), .slick-track .test-box:nth-child(8), .slick-track .test-box:nth-child(12), .slick-track .test-box:nth-child(16){
  border-color: #f7b841;
}

.testimonial-slider .slick-center {
  transform: scale(1.2);
  z-index: 999;
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
  background-color:#fff;
}

.woocommerce .single-product {
  margin-top:2rem;
}
.woocommerce div.product form.cart .button {
  background-color:#cc4b37;
}
.woocommerce-checkout #payment .payment_box div.form-row {
  padding:0;
}
.dropdown.menu>li>a {
  padding: 0.7rem 1rem;
  font-size: 1.2rem;
}

.wp-block-post-excerpt__excerpt, .wp-block-post-excerpt__more-text {
  margin-bottom:1rem;

}
.wp-block-post {
  position:relative;
  padding-bottom: 3.4rem;
}
.wp-block-post-excerpt__more-text {
  position:absolute;
  bottom:0; 
  width:100%;
}
.wp-block-post-excerpt__more-text a {
  width:calc(100% - 32px);
  text-align:center;
}

.tribe-events-c-subscribe-dropdown__export-icon {
  display:none;
}

.ir_phone {
  /* font-family: "Lexend", sans-serif; */
  font-family: "azo-sans-web", sans-serif;
}

html * {
    /* font-family: "Lexend", sans-serif; */
    font-family: "azo-sans-web", sans-serif;
    /* color:#4d4d4d; */
}
h1, h2, .h1, .h2, h3, h4 {
  font-family: "azo-sans-web", sans-serif;
}
.main-content h4, .main-content h2 {
  color: #44586b;
  
}
.main-content h2 {
  font-size:1.6rem;
}
.main-content h3 {
  font-size:1.4rem;
}

.no-space-columns {
  gap: 0em !important;
  margin-bottom:0rem;
}
.no-space-columns .wp-block-cover {
  padding-left:3rem;
  padding-right:3rem;
}
.small-space-columns {
  gap: 1em !important;
  margin-bottom:1em;
}
.small-space-columns .wp-block-cover {
  padding-left:2rem;
  padding-right:2rem;
}

ul.is-style-none {
  margin-left:0px;
}
ul.is-style-none li {
  margin-bottom:10px;
}

.main-content .wp-block-post {
  background-color:#e3e4e5;
}
.main-content .wp-block-post-title, .main-content .wp-block-post-excerpt {
  padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
}
.main-content .wp-block-post-title a {
  color:#44586b;
  font-family: "azo-sans-web", sans-serif;
  text-decoration:none;
  font-size:1.2rem;
} 
.main-content .wp-block-post-excerpt__excerpt {
  color:#4d4d4d;
}
.main-content .wp-block-post-excerpt__more-link {
  color:#fff;
  background-color:#cc4b37;
  padding:0.5rem 1rem;
  transition:0.5s;
  text-transform:uppercase;
  text-decoration:none;
} 
.main-content .wp-block-post-excerpt__more-link:hover {
  background-color:#a53b2a;
}
.tribe-events-pg-template {
  background-color:ghostwhite !important;
}
.tribe-events-l-container {
  background:white !important;
}
.has-ir-white-color.has-text-color {
  color:#fff !important;
}
.has-text-align-center.has-ir-white-color.has-text-color {
  padding:1.5rem;
  }


body {
    background-color: #033649 !important;  
}

.wp-block-button__link.no-border-radius {
text-decoration:none;
}
.submenu {
  background-color:#00807a;
  text-align:left;
}
nav.circle ul li a:after {
  top:50% !important;
}
.dropdown.menu>li.is-active>a {
  color:#fff;
}


.main-content a {
  color:#cc4b37;
}

a.wp-block-file__button.wp-element-button {
  color:#fff;
}

.wp-block-coblocks-icon .has-text-color.has-ir-white-color.has-background {
  border: 4px solid #f8b941;
}

 .alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
  width:100vw !important;
}

.wp-block-cover.alignfull .wp-block-cover__inner-container {
  max-width: 75rem;
}

.with_frm_style .frm_primary_label {
  color:#4d4d4d !important;
}

.tagline {
  margin-top:5rem;
  text-transform:uppercase;
  font-weight:bold;
}
.tagline span {
  color:#f7b841;
}
.tagline img {
  margin-top:-4px;
}

.main-content {
  background-color:#fff;
  padding-top: 0rem;
  /* padding-bottom:3rem; */
}
.main-content a {
  text-decoration:underline;
}

.wp-block-latest-posts a {
  color:#cc4b37 !important;
  font-weight:bold;
  margin-top:5px;
  font-size: 1.4rem;
  display: block;
}
.wp-block-latest-posts a:hover {
  opacity:0.8;
}

.backstretch.blog h1, .backstretch.blog p {
  color:#fff;
}
.backstretch.blog a{
  color:#cc4b37;
}
.backstretch.blog .avatar {
  border:2px solid #fff !important;
}

.ir_header .ir_phone, .ir_banner .h1, .ir_banner b, .ir_banner .h2, .ir_banner p {
    color:#fff;
}
.ir_banner .h2 {
  font-size:2rem;
}

.ir_header > div > div {
    padding-top: 1.5rem;
}

.ir_banner_small {
    background-image: url("../img/ir-logo-white.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 30%;
    background-position-y: 5%;

}

.ir_banner_medium {
    background-image: url("../img/ir-logo-white.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 20%;
}

.wp-block-coblocks-post-carousel__excerpt {
  color:#fff;
}

.ir_banner > div{
    min-height:60vh;
    position: relative;
}

.ir_banner_sub {
  /* background-image: url("../imgv2/header_sub.svg"); */
  background-repeat: no-repeat;
  background-position: center center;
  text-transform: uppercase;
}

.ir_banner_sub > div {
  min-height:15vh;
}

.ir_banner_sub h1{
    color:#fff;
  }

  .battenburg > div {
    padding:2rem;
  }

.ir_welcome {
    padding-top:4rem;
    padding-bottom: 4rem;
    background-color: #fff;
}

.ir_welcome h1, .ir_ctas h1{
    color: #00807a !important;
    padding-bottom: 2rem;
}
.ir_ctas b, .ir_welcome h1 b  {
  color: #00807a !important;
    font-weight: bold;
}

.ir_answers h1, .ir_missions h1 {
    padding-top:2rem;
    padding-bottom:2rem;
    color:#fff;
}
.grid-container {
  max-width:77rem;
}

.main-content.grey {
  background-color:#e3e4e5;
  padding-top:2rem;
}
 .home-boxes .callout {
  margin-top:1rem;
  background-color:#cc4b37;
  padding:1.4rem;
  position:relative;
  background-size:cover;
  background-position:center;
  min-height:250px;
  border-width:0px;
}
.main-content.darkgrey .home-boxes .callout {
  min-height:300px;
  transition:0.6s;
}
.ir_headline h1 {
  color:#fff;
}
.title-bar-title {
  color:#fff;
}

 .home-boxes .callout::after {
  content:" ";
  position:absolute;
  background-color:#cc4b37;
  opacity:0.8;
  height:100%;
  width:100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  transition:0.6s;
}
 .home-boxes .cell:nth-child(2) .callout::after {
  background-color:#f7b840;
}
 .home-boxes .cell:nth-child(3) .callout::after {
  background-color:#085d7b;
}
 .home-boxes .cell:nth-child(4) .callout::after {
  background-color:#00807a;
}

 .home-boxes .cell:nth-child(2) .callout a {
  background-color:#f7b840;
  color:#4F4F4F !important;
}
 .home-boxes .cell:nth-child(3) .callout a {
  background-color:#085d7b;
}
 .home-boxes .cell:nth-child(4) .callout a {
  background-color:#00807a;
}

.website-features .callout {
  border-width:0px;
  background-color:#44586b;
  margin-bottom:0px;
  min-height:330px;
}
.website-features .callout * {
  color:#fff;
  text-align:center;
}
.website-features .callout a {
  text-align:right;
  width:100%;
  display:block;
}
.website-features .callout img {
  width:70px;
  margin:0 auto;
}

.website-features .cell:nth-child(5n+1) > .callout { /* selects 1, 6, 11, 16, ... */ 
  background-color: #F6B741;
}
.website-features .cell:nth-child(5n+1) > .callout * { /* selects 1, 6, 11, 16, ... */ 
  color:#000;
} 
.website-features .cell:nth-child(5n+1) > .callout img { /* selects 1, 6, 11, 16, ... */ 
  filter: invert(1);
}

.website-features .cell:nth-child(5n+2) > .callout { /* selects 2, 7, 12, 17, ... */
  background-color: #00807A;
}

.website-features .cell:nth-child(5n+3) > .callout { /* selects 3, 8, 13, 18, ... */
  background-color: #085D7B;
}

.website-features .cell:nth-child(5n+4) > .callout { /* selects 4, 9, 14, 19, ... */
  background-color: #15ADA1;
}
.website-features .cell:nth-child(5n+4) > .callout * { /* selects 4, 9, 14, 19, ... */
  color: #000;
}
.website-features .cell:nth-child(5n+4) > .callout img { /* selects 1, 6, 11, 16, ... */ 
  filter: invert(1);
}

.website-features .cell:nth-child(5n+5) > .callout { /* selects 5, 10, 15, 20, ... */
  background-color: #C1332D;
}

.slick-track .slick-slide:nth-child(2) .callout::after {
  background-color:#f7b840;
}
.slick-track  .slick-slide:nth-child(3) .callout::after {
  background-color:#085d7b;
}
.slick-track  .slick-slide:nth-child(4) .callout::after {
  background-color:#00807a;
}
.slick-track .slick-slide:nth-child(6) .callout::after {
  background-color:#f7b840;
}
.slick-track  .slick-slide:nth-child(7) .callout::after {
  background-color:#085d7b;
}
.slick-track  .slick-slide:nth-child(8) .callout::after {
  background-color:#00807a;
}
.slick-track .slick-slide:nth-child(10) .callout::after {
  background-color:#f7b840;
}
.slick-track  .slick-slide:nth-child(11) .callout::after {
  background-color:#085d7b;
}
.slick-track  .slick-slide:nth-child(12) .callout::after {
  background-color:#00807a;
}


 .slick-track  .slick-slide:nth-child(2) .callout a {
  background-color:#f7b840;
}
.slick-track  .slick-slide:nth-child(3) .callout a {
  background-color:#085d7b;
}
.slick-track  .slick-slide:nth-child(4) .callout a {
  background-color:#00807a;
}

.slick-track  .slick-slide:nth-child(6) .callout a {
  background-color:#f7b840;
}
  .slick-track  .slick-slide:nth-child(7) .callout a {
  background-color:#085d7b;
}
.slick-track  .slick-slide:nth-child(8) .callout a {
  background-color:#00807a;
}

.slick-track  .slick-slide:nth-child(10) .callout a {
  background-color:#f7b840;
}
  .slick-track  .slick-slide:nth-child(11) .callout a {
  background-color:#085d7b;
}
.slick-track  .slick-slide:nth-child(12) .callout a {
  background-color:#00807a;
}



 .home-boxes .callout h5, .home-boxes .callout a, .home-boxes .callout p  {
  color:#fff !important;
  text-decoration:none;
  z-index:2;
  position:relative;
  transition: 1s;
}
 .home-boxes .callout a:hover {
  padding-top:3rem;
}
 .home-boxes .callout a {
  position:absolute;
  bottom:0; width:100%;
  left:0;
  padding: 1rem 1.4rem;
  background-color:#cc4b37;
}

.home-boxes.case-studies .callout:hover::after {
  opacity:0.3;
}
.main-content.darkgrey {
  background-color:#44586b;
}
.main-content.darkgrey h3 {
  color:#fff;
}

.wp-block-button__link {
  background-color:#cc4b37 !important;
  border-radius:0px !important;
  text-decoration:none !important;
  font-size:1rem !important;
  color:#ffffff !important;
  transition: all 1s ease-in;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.19) inset;
}
.wp-block-button__link:hover {
  border-radius: 10px !important;
  box-shadow: 0px 0px 50px 40px rgba(0, 0, 0, 0.19) inset;
}
.overlap-column   {
  overflow-y:visible !important;
}
.overlap-column .wp-block-columns .wp-block-column:nth-child(2) {
  margin-top:-12rem;
}

.wp-block-button__link:hover {
  background-color: #a53b2a !important;
}
.title-bar {
  background-color:#054156;
}
.vertical.menu.accordion-menu {
  background-color:#1d5466;
}
.off-canvas.position-left {
  background-color:#033649;
}
.off-canvas.position-left .vertical.menu.accordion-menu {
  background-color:#033649;
}
.off-canvas.position-left h5 {
  color:white;
  padding: 1rem;
    font-weight: bold;
}
.off-canvas.position-left h5 span {
  color:#ffd254;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  border-color: #ffd254 transparent transparent;
}  
.off-canvas.position-left .vertical.menu.accordion-menu .submenu {
  background-color:#1c4a5b;
}

.vertical.menu.accordion-menu .active>a {
  background-color:#cc4b37;
}
.vertical.menu.accordion-menu .submenu {
  background-color:#1779ba;
}

.menu.align-right.dropdown .active>a {
    background-color:transparent;
    border-bottom:4px solid #cc4b37;
}
.menu.align-right.dropdown li {
  background:transparent;
}
.menu.align-right.dropdown .submenu {
  border-width:0px;
  background-color:rgba(4,47,61,0.6);
  z-index:999;
}
.menu.align-right.dropdown .submenu li, .menu.align-right.dropdown .submenu li a {
  width:100%;
}

.mobile-menu-setup {
  margin-left:-0.6rem;
  margin-right:-0.6rem;
}

.main-content.grey .alert.button {
  font-size:1rem;
  text-decoration:none;
}
.main-content.grey h4, .main-content.grey h5 {
  color:#44586b;
}

.case-study-1 {
    background-color: #e3962c;
    padding-top:6rem;
}

.case-study-1 img {
    width: 50%;
}

.case-study-1-text {
    background-color: #fff;
}

.yellow {
    background-color: #ffd254;
}

.blue {
    background-color: #085d7b;
}

.green {
    background-color: #00807a;
}
.ir_missions {
  background-color:#033649;
}

.white {
    background-color: #fff;
}

.text_white {
    color: #fff;
}
.text_white b {
  color:#fff !important;
}

.cta-r2-b-fill {
    background-image: url(../imgv2/becky.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.button {
  background: #cc4b37 !important;
  color:#ffffff !important;
}

.btn {
  width: 195px;
  height: 60px;
  cursor: pointer;
  background: #cc4b37;
  border: 1px solid #91C9FF;
  outline: none;
  transition: 1s ease-in-out;
  position:relative;
}

.btn svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 170 480;
  stroke-dashoffset: 170;
  transition: 1s ease-in-out;
  pointer-events: none;
}

.btn:hover {
  transition: 1s ease-in-out;
  background: #4F95DA;
}

.btn:hover svg {
  stroke-dashoffset: -480;
}

.btn span {
  color: white;
  font-size: 17px;
  font-weight: 100;
}

.ir_ctas .h3 {
    padding:3rem;
}

.alert {
    font-size: 1.5rem;
    padding:1rem;
}

.menu a {
  color:#fff;
}

.ir_phone.h5 {
  font-size: 1rem;
    margin-bottom: 0.5rem;
    display: block;
    margin-right: 1rem;
}

.ir_quote .h3, .ir_quote .h4 {
    padding: 3rem;
}

.ir_quote .text-right.white h2 {
  padding-top:2rem;
  padding-right:3rem;
  color:#00807a;
}
.ir_quote .text-right.white h2 b {
  color:#00807a;
}

#field_701dk_label {
  display:none;
}
.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom:10px;
}

/* .ir_quote .button {
    margin-right:4rem;
} */
.ir_missions p {
  color:#fff !important;
}
.ir_missions.green a {
  color:#fff;
}
.ir_missions.green .h3, .ir_missions.green .h4, .main-content h3 {
  color:#44586b;
}
.wp-block-cover h3:not(.has-text-color) {
  color:#44586b !important;
}
.main-content h3 {
color:#44586b;
text-transform: uppercase;
}
.button:focus, .button:hover {
  background-color:#a53b2a !important;
}
.frm_button.button.right {
  float:right;
}
.frm_button.button.right {
  float:left;
}

.wp-element-button {
  font-weight: normal;
}


.ir-set-background strong {background-color:#f7b841; padding: 5px;} 

#triangle-box {
    flex: 1;
    position: relative;
  }

  #triangle {
    /* THIS IS THE MAGIC: using the directional keywords instead
       of an angle in the linear gradient property*/
    background-image: linear-gradient(to right top, #ffd254 0%, #ffd254 50%, transparent 50%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  #triangle-left {
    /* THIS IS THE MAGIC: using the directional keywords instead
       of an angle in the linear gradient property*/
    background-image: linear-gradient(to left top, #ffd254 0%, #ffd254 50%, transparent 50%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .ir_missions button {
      margin-top: 2rem;
    margin-right:4rem;
  }

  .ir_footerctas .cell {
      padding:4rem;
  }

  .ir_missions .cell {
      padding:2rem;
  }

  /* Slider */

  .wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 60px;
    -webkit-background-size: cover;
    background-size: cover;

  }
  
  .wrap:after {
    content:'';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
  }
  .text-card {
    background-color:#00807a;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align:left;
    padding:0.5rem;
    z-index:9999;
    opacity:0;
  }
  .slick-current .text-card {
    opacity:1;
  }

  .text-card h3 {
    color:#fff;
    font-size:1.2rem;
  }
  .text-card a {
    color:#fff !important;
    font-weight:bold;
  } 
  .text-card a:hover {
    opacity:0.8;
  } 
  
  .slider {
    background-color: #085d7b;
    height:unset;
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 1000px;
    width: 100%;
  }
  
   .slick-arrow {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: monospace;
    font-size: 5rem;
    z-index: 300;
    outline: none;
  }
  
  .slick-prev {
    left: -50px;
    text-align: left;
  }
  
  .slick-next {
    right: -15px;
    text-align: right;
  } 
  


  .cell-padding {
    padding:2rem;
  }

  .rocket {
    width:30%;
    position:relative;
  }

  .launch-btn {
    width:60%;
  }

  nav ul li {
    display: inline-block;
  }

  /* Circle */
  /* nav ul li a:hover {
    color: #555;
  } */

  .subpage-slider .callout {
    margin-right:2rem;
  }
  .subpage-slider .callout a img {
    display: inline-block;
  }

nav.circle ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
nav.circle ul li a:after {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '.';
  color: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: transparent;
}
nav.circle ul li a:hover:after {
  -webkit-animation: circle 1.5s ease-in forwards;
}

/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #1779ba;
    border-radius: 100%;
  }
  100% {
    background: #1779ba;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}


@media only screen and (max-width: 640px) {
  .menu-button {
    top: 0.5rem;
    left: 0.5rem;
    width:60px !important;
  }
  .design-example {
    background-size:cover !important;
  }
  .design-example .overlay {
    left: -80% !important;
    width: 350px;
  }
  .design-example:hover .overlay {
    left: 0% !important;
    width: 350px;
  }
  .overlap-column .wp-block-columns .wp-block-column:nth-child(2) {
    margin-top:0rem !important;
  }
}

@media only screen and (max-width: 600px) {
.slick-next {
  right: 2px;
  text-align: right;
}

}

.title-bar .button {
  margin-bottom:0px;
}

/*Fizz*/