@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Lato:wght@100;300;400;700&family=Montserrat:wght@100;300;400;500;700&display=swap');

/* Fonts 
font-family: 'Kaushan Script', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
*/


html *
{
    font-family: 'Lato', sans-serif;
}
body {
    margin-bottom:56.1px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
h2 {
    color:#122444;
    text-transform:uppercase;
    font-weight:bold;
    font-size:2rem;
}
h5 {
    color:#a65b00;
    font-weight:bold;
    font-size:1.2rem;
}
.menu.dropdown a {
    color:#222222;
    border-radius:6px;
    margin-left:2px;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
}

.wp-block-embed-vimeo iframe,
.wp-block-embed-vimeo object,
.wp-block-embed-vimeo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.alignwide.is-provider-youtube iframe {
    width:100%;
    height:35rem;
    }
.menu.dropdown a:hover {
    color:#fff;
    background-color:#a65b00;
}

header {
    background-color: #fff;
}
footer {
    background-color: #122444;
    padding-top:4rem;
    padding-bottom:2rem;
}
footer h6 {
    color:white;
    text-transform:uppercase;
    font-weight:500;
}
footer h6::after {
    width: 55px;
    height: 3px;
    background-color: #a65b00;
    content: "";
    display: block;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
footer p {
    color:#fff;
}
footer p strong {
    font-weight:normal;
    color:#a65b00;
}
footer .small-print p {
    font-size:0.7rem;
    padding-top:1rem;
}
footer img {
    max-width:300px;
}
footer .about p {
    font-size:0.9rem;
}
footer .times ul {
    color:#fff;
    list-style:none;
    margin-left:0px;
}
footer .times ul strong {
    display: inline-block;
    min-width:100px;
}
footer .details hr {
    border-color:#f2f2f2;
    opacity: 0.3;
    margin: 0.5rem auto 1rem auto;
}
footer .details p {
    font-size:0.85rem;
}
footer h6 {

}
.logos {
    background-image:url('../img/pattern-bg.jpg');

}
.accreds-slider .slick-slide {
    background-color:white;
}
.accreds-slider.slick-slider {
    margin-bottom:0px;
}
.accreds-slider.slick-slider .dots {
    display:none;
}

.videoWrapper {
    position: relative;
    padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
    height: 0;
    overflow: hidden;
    margin-top: 0px;
}

.videoWrapper video {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 270%;
    width: 100vw;
}

@media print, screen and (max-width: 1900px) {
    .videoWrapper {
        position: relative;
        padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
        height: 0;
        padding-top: 4rem;
    }
}

@media print, screen and (max-width: 1200px) {
    .videoWrapper {
        position: relative;
        padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
        height: 0;
        padding-top: 0rem;
        margin-top: 0px;
    }
}

.menu.accordion-menu a {
    color:#fff;
}

.related.products {
    clear:left;
}
.off-canvas.is-transition-overlap {
    z-index: 1333;
}
.position-right .menu.accordion-menu .submenu {
    background-color:#293956;
}

.home-container {
    padding-top:2rem;
    padding-bottom:2rem;
}

footer h5 {
    color:#fff;
    text-transform:uppercase;
}
footer .menu.vertical a {
    color:#fff;
    padding-left:0;
    padding-top:0.1rem;
    padding-bottom:0.1rem;
}
footer p {
    color:#fff;
}
footer a {
    color:#fff;
    font-weight:normal !important;
}

.footer-bottom {
    background-color:#1a1a1a;
}
.footer-bottom p {
    color:#fff;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:0px;
    font-size:0.8rem;
}
.footer-bottom p a {
    color:#fff;
}
h2::after {
    width: 90px;
    height: 4px;
    background-color: #a65b00;
    content: "";
    display: block;
    margin-bottom:1rem;
}

.menu.dropdown .submenu {
    background-color:#f2f2f2;
    padding:0.5rem;
    border-left:0px;
    border-right:0px;
    border-top:0px;
   border-bottom:4px solid #a65b00;
   z-index: 99999;
}

.menu .active>a {
    border-radius:5px;
}
.menu.dropdown .submenu a {
    text-align:left;
}
.menu.dropdown .submenu a:hover {
    background-color:transparent;
    opacity:0.8;
    color:#000;
}

.ir_banner {
    background-repeat:none;
    background-size: cover;
}

.site-title {
    color: #fff;
    padding-top: 12rem;
    padding-bottom: 4rem;
    background-color: #122444;
    margin-bottom: 2rem;
    background-image:url('../img/header-placeholder.png');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    position:relative;
}
.site-title .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(18,36,68, 0.6);
}
.site-title .grid-container {
    position: relative;
    z-index: 99;
}
.site-title h1 {
    color: #fff!important;
    padding-bottom: 0rem;
    margin-bottom: 0;
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2.4rem;
    border-left: 4px solid #a65b00;
    padding-left: 1rem;
    margin-bottom:1rem;
}
.site-title p, .site-title a {
    margin-bottom:0rem;
    
}
.site-title a {
    border-radius: 6px;
    text-transform: uppercase!important;
    margin-right: 5px;
}
.site-title  .button:nth-child(even) {
    background-color: #fff;
    color: #122444 !important;
}

.off-canvas.position-top {
    height:auto;
    background-color:#b5824d;
}
.off-canvas.position-top input {
    margin-bottom:0px;
}


.shop_table thead th {
    color:#000;
}

.off-canvas {
    background-color:#122444;
    padding:1rem;
}
.menu .is-submenu-item.active>a {
    background-color: #a27545;
}
.wc-block-grid__product-title {
    font-size:1rem;
}
.woocommerce-Price-amount {
    font-size:0.9rem;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size:1rem;
}

.woocommerce-MyAccount-navigation a {
    background-color:#2d5aa6;
    color:#fff;
    border-top-right-radius: 16px;
    border-top-left-radius:0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 0px;
    font-size: 1rem;
    padding: 0.5rem 1.6rem !important;
}
.woocommerce-MyAccount-navigation ul {
    list-style:none;
    margin-left:0px;
}
.woocommerce-MyAccount-navigation ul li {
    display:inline-block;
}
.woocommerce-Address-title {
    background-color:transparent;
    border-width:0px;
}


.bottom-margin {
margin-bottom: 1rem;    
}

.menu a {
    color:#0c2719;
    text-transform: uppercase;
}

.dropdown.menu>li>a {
    padding: 0.4rem .7rem;
}

.menu .active>a, .button {
    background-color: #a65b00;
    color:#fff!important;
}


.quote {
    width: 25%;}

 .alignwide {
    margin-left  : -80px;
    margin-right : -80px;
}
 .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;
    width: calc(100vw - 9px);
}
.alignfull .wp-block-cover__inner-container {
    max-width:70rem;
}
#frm_form_1_container .frm_primary_label {
    display:none;
}

.quote img {height: 10%;width: 10%; padding-right:5px;}


.accreds-slider .slick-slide {
    padding: 0 1rem;
    position: relative;
    min-height: 200px;
}
.accreds-slider .slick-slide img {
    max-width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.button.green {
    border:1px solid #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.green-text {
    color:#0c2719!important;
}

/* Override for Wordpress a class on links */
.white-text a{
    color:#fff!important;
}

.orange-text {
    color:#f08013!important;
}

.white-text {
    color:#fff!important;
}


.ico {
    width: 10%;
    margin: 0.5rem;
}

.ir_messages {
    margin-bottom: 3rem;
}

.ir_pacifico {
    font-family: 'Pacifico', cursive!important;
}
.green-block:before{
 content:"";
 background-color: #0c2719;

}

.ir_phone {
    font-weight: 600;
}
.action-bar {
    padding-top:1rem;
    position: fixed;
    bottom: -1px;
    z-index: 999;
    width:100%;
}
.action-bar > div {margin-bottom:0;}
.action-bar a {
    margin-bottom:0;
    font-weight:bold;
    font-size:2rem;
    font-size: 1.4rem !important;
    padding-top:1rem !important;
    padding-bottom:1rem !important;
    /*background-color:#a65b00;*/
    border-radius:0px;
}
.action-bar a:hover {
    /*background-color:#955100;*/
    opacity: 1;
}

.action-bar a:nth-child(odd), .action-bar a:first-child { 
    border-right:1px solid white;
background-color:#a65b00;
}

.action-bar a:nth-child(odd):hover, .action-bar a:first-child:hover{ 
    border-right:1px solid white;
background-color:#955100;
	opacity:1;
}

.action-bar a:nth-child(even){ 
    border-right:1px solid white;
background-color:#293956;
}

.action-bar a:nth-child(even):hover{ 
    border-right:1px solid white;
background-color:#24334d;
	opacity:1;
}



.action-bar .social-icons {
    display:inline-block;
    vertical-align: top;
    margin-left:2rem;
}

.services-slider .callout {
    background-color:#F2F2F2;
    border-width:0px;
    padding:0;
    border-bottom:5px solid #a65b00;
    margin-left:0.5rem;
    margin-right:0.5rem;
}

.googlecover ul strong {
    display: inline-block;
    min-width: 100px;
}

.services-slider .callout .content {
    padding:1rem;
}
.services-slider .callout .button {
    margin-bottom:0;
}
.services-slider .callout .h6 {
    color:#293956;
    text-transform:uppercase;
    font-weight: 500;
}
.slick-prev:before, .slick-next:before {
    color:#a65b00;
}
.services-archive .callout {
    background-color:#F2F2F2;
    border-width:0px;
    padding:0;
    border-bottom:5px solid #a65b00;
}
.services-archive .callout .content {
    padding:1rem;
}
.services-archive .callout .button {
    margin-bottom:0;
}
.services-archive .callout p {
    font-size:0.9rem;
    min-height:115px;
}
.services-archive .callout .h6 {
    color:#293956;
    text-transform:uppercase;
    font-weight: 500;
    font-size: 1rem;
    min-height:auto;
    min-height:75px;
}

.mobile-buttons {
    margin-bottom:0;
    margin-top:5px;
}
.mobile-buttons .button {
    margin-bottom:0px;
}
.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 18px;
    height: 15px;
    cursor: pointer;
}
.menu-icon::after {
    position: absolute;
    top: 1px;
    left: -3px;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 5px 0 #fefefe, 0 10px 0 #fefefe;
    content: '';
}

.why-choose {
    background-color:#122444;
    padding-top:2rem;
    padding-bottom:2rem;
    margin-top:2rem;
    border-bottom:10px solid #a65b00;
}
.why-choose h2 {
    color:#fff;
}
.why-choose img {
    max-height:70px;
    padding-top:10px;
    margin-bottom:10px;
    height:70px;
}
.why-choose .wp-block-image.aligncenter {
    display: block;
}
.why-choose h6 {
    color:white;
    text-transform:uppercase;
    font-size: 1.1rem;
    font-weight: 500;
}
.why-choose p {
    color:#fff;
    font-size:1rem;
    padding-left: 45px;
    padding-right: 45px;
}
.why-choose .alignfull .wp-block-cover__inner-container {
    max-width:90rem;
}

.action-bar .social-icons a, .action-bar .social-icons button {
vertical-align: top;
}

.action-bar .social-icons a {
    height:33px;
    width:33px;
    margin-right:0px;
}
.action-bar .social-icons .twitter {
    background-position: 137px 0px;
}
.action-bar .social-icons .instagram {
    background-position: 102px 0px;
}
.action-bar .social-icons .youtube {
    background-position: 68px 0px;
}
.action-bar .social-icons .search {
    background-position: 33px 0px;
}

.button-icon {
    display: inline-block;
    width: 35px;
    margin-top: -3px;
}
.basket-icon {
    width: 30px;
    margin-top: -15px;
    margin-left: 8px;
}

.projects {
    padding-top:2rem;
    padding-bottom:2rem;
}
.projects .callout {
    background-color: #F2F2F2;
    border-width: 0px;
    padding: 0;
    border-bottom: 5px solid #a65b00;
}
.projects .callout .content {
    padding:1rem;
}
.projects .callout .button {
    margin-bottom:0;
}
.projects .callout .h6 {
    color:#293956;
    text-transform:uppercase;
    font-weight: 500;
}
.quote-slider {
    background-color: #f2f2f2;
    padding: 2rem;
    border-bottom: 4px solid #a65b00;
    margin-bottom: 1rem;
}
.slick-dots {
    left:0;
}

.visit .bg-setter {
    background-image:url('../img/map-section-background.jpg');
    background-size:cover;
    background-position:center;
}
.visit .bg-setter .callout {
    color:#fff;
    background-color:transparent;
    border-width:0px;
    margin-left:2rem;
    margin-top:1rem;
}
.visit .bg-setter .callout h2 {
    color:#fff;
}
.blog {
    padding-bottom:2rem;
    background-image:url('../img/faded-ship.svg');
    background-repeat:no-repeat;
    background-position:bottom right;
    background-size:25%;
}

.blog .blog-output ul {
    list-style:none;
    margin-left:0;
}
.blog .blog-output ul li a {
    border-bottom:1px solid #f2f2f2;
    padding:0.5rem;
    display: block;
    color:#122444;
    border-left: solid 4px #a65b00;
    margin-bottom: 0.5rem;
}
.blog .blog-output ul li a:hover {
    opacity:0.8;
}

.quotes-output {
    padding-top:3rem;

    padding-bottom:1rem;
}

.ir_banner {
    position:relative !important;
}
.ir_banner .content-area {
    position:absolute; bottom:0; left:0;
    z-index:999;
    min-height:0;
    padding-left:3rem;
    padding-bottom:3rem;
}
.ir_banner .overlay {
    position:absolute; bottom:0; left:0;
    z-index:99;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.6);
}
.ir_banner .content-area h3 {
    color:#fff!important;
    padding-bottom: 0rem;
    margin-bottom:0;
    font-size:2.8rem;
    text-transform:uppercase;
    font-weight:bold;
    line-height:2.4rem;
}
.ir_banner .content-area p {
    color:#fff;
    font-size:1.2rem;
}
.ir_banner .content-area .button {
    background-color:#a65b00;
    color:#fff;
    border-radius:6px;
    text-transform:uppercase!important;
    margin-right:5px;
    margin-bottom:0px;
}

.google-rev {
    max-width: 85px;
    background-color: white;
    border-radius: 10px;
    padding: 3px;
    margin-left: 5px;
}
.ir_banner .content-area .button:nth-child(even) {
    background-color:#fff;
    color:#122444 !important;
}
.button:hover, .wp-block-button__link:hover  {
    opacity:0.7;
    color:#fff;
    background-color:#a65b00;
}
.button:focus, a:focus, .wp-block-button__link:focus {
    color:#fff ;

}
.ir_banner .content-area .side-left {
    border-left: 4px solid #a65b00;
    padding-left:1rem;
}
.ir_banner .h3 {
    color:#fff!important;
    font-weight: 500;
    padding-top: 4rem;
    padding-bottom: 1.5rem;
    font-size:2.4rem;
}
.ir_banner .h5 {
    color:#fff!important;
}

.shadow {
    text-shadow: 2px 2px 4px #000;
}

.ir_banner .button {
    font-weight: 600;
}



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


.ir_banner {
    overflow: hidden;
}

.header-robot {
    position:absolute;
    width: 15%;
    bottom:0px; 
} 

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

.ir_answers h2 {
    padding-top:2rem;
    padding-top:2rem;
    color:#fff;
}

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

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

.case-study-1-text {
    background-color: #fff;
}
.side-left {
    border-left: 4px solid #a65b00;
    padding-left: 1rem;
}
.site-title .side-left {
    margin-top:-1rem;
}


 .compass-left input, .frm_full textarea, .frm_full input:not([type='checkbox']):not([type='radio']):not([type='button']), .compass-left [type=tel], .compass-left [type=text] 
{
   width:60%!important;
   margin:0 auto;
   margin-bottom:0.5rem;

   background-color: rgba(255, 255, 255, 0.3);
   border: 0px;
   outline: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   width:5px;
   color:rgba(255, 255, 255, 0.3);
   cursor:default;
}
.frm_error_style, .frm_message, .frm_error {
    margin:0 auto;
    margin-bottom:0.5rem;
    text-align:center;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
    background-color:rgba(255, 255, 255, 0.3);
}

.page-content h3 {
    color:#1D2847;
    font-weight:bold;
    font-size:1.5rem;
}
.page-content h4 {
    color:#1D2847;
    font-weight:bold;
    font-size:1.3rem
}
.page-content #frm_form_2_container {
    max-width:56rem;
}
.page-content .wp-block-quote h4 {
    font-family: 'Kaushan Script', cursive;
    color:#1D2847;
    padding-left:2.6rem;
    background-image:url('../img/quote.svg');
    background-position:top left;
    background-repeat:no-repeat;
    background-size:2rem;
    font-size:1.5rem;
    font-weight:normal;
}

.page-content ul {
    list-style: none;
}
.page-content ul li::before{
    color: #a65b00;
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    margin-left: -1em;
    width: 1em;
}



.wp-block-button__link, .button, .woocommerce a.button, .woocommerce .cart .button, .woocommerce a.button.alt, .woocommerce button.button.alt {
    background-color:#a65b00;
    color:#fff;
    border-radius: 10px;
    font-size: 1rem;
    padding: 0.4rem 0.7rem !important;
    text-transform:uppercase;

}
.wp-block-quote {
    background-color:#f2f2f2;
    color:#000;
    font-size: 1rem;
    padding: 1.5rem 1.6rem !important;
    border-left:6px solid #a65b00;
}
.wp-block-quote p, .wp-block-quote cite {
    color:#000;
    font-style:normal;
}
.wp-block-quote .cite-block:before, .wp-block-quote cite:before {
    content: "";
    width: 116px;
    height: 2px;
    background-color: #a65b00;
    display: block;
    margin-bottom: 5px;
}

.wp-block-buttons {
    background-color:transparent;
}
.wp-block-buttons:hover {
    background-color:transparent;
}

.visit ul {
    margin-left:0;
    list-style: none;
}
.visit ul li span {
    min-width:120px;
    font-weight:bold;
    display:inline-block;
}

/* Front Page Timelines */
.wp-block-columns.timeline {
    padding-top:20px;
    border-top:3px solid  #b5824d;
}
.wp-block-columns.timeline > .wp-block-column {
    position:relative;
}
.wp-block-columns.timeline > .wp-block-column:first-child::after {
    content: ' ';
    height:3px;
    width:50%; 
    background-color:#fff;
    position: absolute;
    top: -23px;
    left: 0;
}
.wp-block-columns.timeline > .wp-block-column:last-child::after {
    content: ' ';
    height:3px;
    width:49%; 
    background-color:#fff;
    position: absolute;
    top: -23px;
    right: 0;
}
.wp-block-columns.timeline > .wp-block-column::before {
    content: ' ';
    height:18px;
    width:3px; 
    background-color:#b5824d;
    position: absolute;
    top: -20px;
    left: 50%;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #fff transparent transparent;
}

.ir_header nav {
    margin-top:0.6rem;
    margin-bottom:0.6rem;
}

.with_frm_style select.frm_time_select {
    padding-right: 25px;
}



.tribe-events-calendar-list__event-header {
    background-color:transparent;
    background-image:none;
}
.tribe-events-header {
    background-color:transparent;
    background-image:none;
}
.tribe-events-c-small-cta__price {
    font-weight: bold;
    font-size: 16px;
}

/* Woocommer Adaptations */
.wc-block-featured-category {
    min-height:300px !important;
}
.wc-block-featured-category__title {
    color:#000 !important;
    text-transform:uppercase;
    background-color:#b2a37d;
    padding:24px 0px !important;
    font-size:1.1rem;
    font-weight:bold;
}

 
.frm_button_submit
{
    color:#fff;
    background-color: #f08013;
    padding:1rem;
    border:1px solid #fff;
    margin: 0 auto 1rem auto;
    display:block;

}
#field_cakuu-0 {
    width:10% !important;
} 
.frm_checkbox input, .frm_checkbox label{
    color:#fff;
}
#field_cakuu_label {
    display: block !important;
}

.compass-left {
    background-image: url("../img/compass-background-left-section.svg");
    background-repeat: no-repeat;
    background-position-x: -80px;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.compass-left .h3 { 
    padding-top:2rem;
    padding-bottom:1rem;
}

.frm_form_fields legend, .frm_verify {
    display: none;
}

.accreds-slider {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.social-icons a {
    display:inline-block;
    width:40px;
    height:40px; 
    background-color:red;
    margin-right:2px;
    background: url('../img/social-contact-top-sprite.svg') 0 0;
    background-size:cover;
}
.social-icons a:hover {
    opacity:0.7;
}
.social-icons .facebook {
    background-position: 0 0;
}
.social-icons .twitter {
    background-position: 165px 0px;
}
.social-icons .instagram {
    background-position: 123px 0px;
}
.social-icons .youtube {
    background-position: 81px 0px;
}


.ir_messages p {
    margin-bottom: 0px!important;
}

.menu-green {
    background-color:#0c2719!important;
    width:100%
}

/* .menu-icon {
    height: 42px;
}
.menu-icon::after {
    top:14px;
    left:5px;
    width:20px
} */


nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}

nav.fill ul li a {
    position: relative;
  }


nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #f08013;
  height: 1px;
}


nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}






/* Keyframes */
@-webkit-keyframes fill {
    0% {
      width: 0%;
      height: 1px;
    }
    50% {
      width: 100%;
      height: 1px;
    }
    100% {
      width: 100%;
      height: 100%;
      background: #f08013;
    }
  }


.cta > .has-background {
  border-top-right-radius: 16px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 0px;
    padding: 2rem;
    color: #fff;
}

.cta > .has-background h2 {
    font-size: 1.6rem;
    font-weight: bold;
}

table img {
    width: 70%;
}




.cpd > .wp-block-column {
    padding: 1.5rem;
    color: #fff;
}
.googlecss {
	width:49vw;
    height:400px;
}

.googlecover {
	padding-top:0px!important; 
    padding-bottom:0px!important; 
}

table tbody tr:first-child {
    background-color: #122444;
  }
  
  table tbody tr:first-child td {
    color: #fff;
  }
  .wp-block-table td, .wp-block-table th {
    border-width:0px;
  }

  @media only screen and (max-width: 970px) {
    .services-archive .callout .h6 {
        font-size:0.9rem;
    }
  }

@media only screen and (max-width: 800px) {
    .alignfull.googlecover {
        /* padding-left:0rem;
        padding-right:0rem; */
    }
    .googlecss {
        width: 100%;
        height: 400px;
    }
    .services-archive .callout .h6 {
        font-size:0.9rem;
    }
    .frm_form_field.frm_three_col .frm_opt_container {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media only screen and (max-width: 640px) {
    .mobile-buttons .button {
        width:100%;
        margin-bottom:5px;
        font-size:0.9rem;
    }
    .ir_header {
        padding-top:5px;
    }
    .ir_banner .content-area {
        padding-left: 1rem;
        padding-bottom: 1rem;
    }
    .ir_banner .content-area h3 {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    .ir_banner .content-area p {
        font-size: 1rem;
    }
    .videoWrapper video {
        width: 177vw;
    }
    .ir_banner > div {
        min-height: 33vh;
    }
    .action-bar a {
        font-size: 1rem !important;
    }
    .stars2 {
        vertical-align:middle;
    }
    .home-container h2 {
        font-size: 1.7rem;
    }
    .services-slider .callout {
        margin-right:0.5rem;
        margin-left:0.5rem;
    }
    .mobile-buttons {
        padding-top:0.8rem;
    }
}

@media only screen and (max-width: 600px) {

    .cell.small-5.medium-2.large-2.text-center.medium-text-right {
        margin-top:0rem !important;
    }

    .home-container .wp-block-column {
        margin-bottom:1rem;
    }
    footer .menu.vertical a {
        text-transform:none;
    }
    footer .menu.vertical {
        margin-bottom:1rem;
    }


    .wp-block-columns.timeline {
        border-top:0px solid white;
    }
    .wp-block-columns.timeline > .wp-block-column:last-child::after {
        display: none;
    }
    .wp-block-columns.timeline > .wp-block-column::before {
        display:none;
    }
}



