@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* Fonts 
 font-family: "Raleway", sans-serif;
*/
html *
{
    font-family: "Raleway", sans-serif;
}
body {
    background: #EDE9EF;
background: linear-gradient(135deg,rgba(237, 233, 239, 1) 0%, rgba(201, 189, 207, 1) 100%);
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}
.grid-container {
    max-width:83rem;
}
.tutor-tab-item .tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-mb-12 {
    display: none;
}
h1 {
    font-size:2.6rem;
}
h2 {
    color:#4b2461;
    font-weight:bold;
    font-size:2rem;
}
h3 {
    color:#251230;
    font-weight:bold;
    font-size:1.6rem;
}
h4 {
    color:#251230;
    font-weight:bold;
    font-size:1.3rem;
}
h5 {
    color:#4b2461;
    font-weight:bold;
    font-size:1.2rem;
}
.secure-doc-title {
    color:#4b2461;
    font-size: 0.95rem;
    margin-bottom:0rem;
}
.secure-doc-meta {
    font-style: italic;
    font-size:0.9rem;
}
.menu.dropdown a {
    color:#222222;
    border-radius:10px;
    margin-left:6px;
}
.menu.dropdown a:hover {
    color:#fff;
    background-color:#4b2461;
}
.languageform label {
    display:inline-block;
}
.languageform .flag {
    max-width:80px; 
    display: inline-block;
}

header {
    margin-bottom:2rem;
}
footer {
    background-color: #4b2461;
    padding-top:4rem;
    padding-bottom:2rem;
    margin-top:2rem;
}
footer h6 {
    color:white;
    text-transform:uppercase;
    font-weight:500;
}
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;
}

.services table thead tr {
    background-color:#4b2461;
    color:#fff;
}

#usedcodes label {
    width:48%; margin-right:2%; display:inline-block;
}

.activeedit {
    background-color:orange !important;
}
.alert-sucess {
    background-color:darkgreen;
    color:white;
    padding:10px 20px;
}
.secure-docs-filter-inner {
    margin-bottom:1rem;
}
.secure-doc-card-inner {
    width:212px;
}
.secure-doc-thumb {
    margin-bottom:10px;
}
.secure-doc-thumb.placeholder {
    aspect-ratio: 53 / 75;
    width: 100%;
    position:relative;
    background-color:#dbd3df;
    border-radius:6px;
}
.secure-doc-thumb img {
    border:1px solid #dbd3df;
    border-radius:6px;
}

.secure-doc-thumb.placeholder .dashicons {
    height:50px;
    width:50px;
    font-size:50px;
    position:absolute;
    top:calc(50% - 25px);
    left:calc(50% - 25px);
}

.secure-docs-filter-inner select {
    width: calc(100% - 81px);
    margin-bottom:0px;
    border:1px solid #dea51b;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.secure-docs-filter-inner input {
    border:1px solid #dea51b;
    border-radius: 10px;
}
.secure-docs-filter-inner .button {
    width:80px;
    margin-bottom: 0;
    height: 40px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top:-3px;
}

.courses-card {
    background-color:#fbf6e8;
    border:2px solid #4b2461;
    padding:1rem;
    border-radius:10px;
}
.courses-card h4 a {
    color:#dea51b;
}
.courses-card .button {
    margin-bottom:0;
}


.red {
    color:crimson;
}
.amber {
    color:orange;
}
.green {
    color:darkgreen;
}

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


.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 {
    nav, .page-content form, .print-hide {
      display: none !important;
    }
    body * {
        font-size:95%;
    }
    body h2 {
        font-size:100%;
    }
  }

@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;
}

.menu.dropdown .submenu {
    background-color:#f2f2f2;
    padding:0.5rem;
    border-left:0px;
    border-right:0px;
    border-top:0px;
   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;
}

.course-box {
    background-color:#e8e8e8;
    border:2px solid #4b2461;
    position:relative;
}
.course-box .content-holder {
    min-height:155px;
}
.complete .course-box::before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #608A32 transparent transparent;
    right: 0;
    top: 0;
    position: absolute;
}

.inprogress .course-box::before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #FFC300 transparent transparent;
    right: 0;
    top: 0;
    position: absolute;
}

.newcourse .course-box::before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #FF7B00 transparent transparent;
    right: 0;
    top: 0;
    position: absolute;
}


.course-box h3 {
    font-size:1.3rem !important;
    padding-top:5px;
    color:#1D2847;
}
.course-box img {
    width:100%;
}
.course-box h5 {
    font-size:1rem;
}

.shop_table thead th {
    color:#000;
}

.off-canvas {
    background-color:#122444;
    padding:1rem;
}
.menu .is-submenu-item.active>a {
    background-color: #4b2461;
}
.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;
}



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

.menu {
    margin-top:1.6rem;
}

.menu a {
    color:#0c2719;
}

.dropdown.menu>li>a {
    padding: 0.6rem .9rem;
    background-color:#251230;
    color:#fff;
}

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


.contents {
    margin-top:0;
}
.contents a {
    background-color:#d1d1d1;
    border-bottom:1px solid #fff;
}
.contents a.complete {
    background-color:#dea51b;
    color:white;
}
.contents a:hover {
    background-color:#4b2461;
    color:white;
}
.contents a span {
    float:right;
}
.topic-content {
    background-color:#e8e8e8;
    min-height:calc(100% - 38px);
    border-width:0px;
}
.topic-content textarea {
    border:2px solid #4b2461;
    min-height:100px;
}


.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;
}

.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;
}
.resit {
    background-color:#c0c0c0 !important;
    color:#f1f1f1;
}
tbody tr:nth-child(even).resit {
    background-color:#acacac !important;
    color:#f1f1f1;
}

.ir_header img {
    max-width:150px;
}

.dash-icon {
    max-height: 110px;
    margin:10px auto;
    display:block;
}

.callout {
    border-width:0px;
    border-radius:10px; 
    box-shadow: 3px 3px 5px 1px #816590;
    transition:all 0.5s ease-in;
}
.callout:hover {
    box-shadow: 3px 3px 6px 3px #6e4f80;
}

.secure-docs-grid {
    display: flex;
    gap: 10px 20px; /* row-gap column gap */
    row-gap: 10px;
    column-gap: 20px;
    flex-wrap:wrap;
}

.secure-doc-card



.callout.success {
    width: auto;
    display: inline-block;
}

.page-content table .button {
    margin-bottom:0px;
}

.wp-block-coblocks-accordion-item__title:not(.has-background) {
    background-color:#358098 !important;
}
.wp-block-coblocks-accordion-item__title {
    background-color:#358098;
    color:white;
} 
.wp-block-coblocks-accordion-item__content {
    background-color: #f3f3f3;
}
.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;
}

.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:#4b2461;
    border-radius:0px;
}
.action-bar a:hover {
    background-color:#4b2461;
    opacity: 1;
}
.action-bar a:first-child {
    border-right:1px solid white;
    background-color:#293956;
}
.action-bar a:last-child {
    border-left:1px solid white;
    background-color:#293956;
}
.action-bar a:first-child:hover, .action-bar a:last-child:hover {
    background-color:#24334d;
    opacity:1;
}
.action-bar .social-icons {
    display:inline-block;
    vertical-align: top;
    margin-left:2rem;
}


.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: '';
}

.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:#4b2461;
}
.button:focus, a:focus, .wp-block-button__link:focus {
    color:#fff ;

}
.ir_banner .content-area .side-left {
    border-left: 4px solid #4b2461;
    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;
}


[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;
}





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

.date-filter {
    width:100%;
    margin-top: 1.5rem;
    height: 2.5rem;
} 

.wp-block-quote {
    background-color:#f2f2f2;
    color:#000;
    font-size: 1rem;
    padding: 1.5rem 1.6rem !important;
    border-left:6px solid #dea51b;
}
.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: #dea51b;
    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;
    }
}



