/* Minification failed. Returning unminified contents.
(74,1): run-time error CSS1019: Unexpected token, found '}'
(187,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(188,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(189,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(190,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(191,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(192,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(193,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(194,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(195,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(200,17): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(213,17): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(221,17): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(249,21): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(764,28): run-time error CSS1039: Token not allowed after unary operator: '-orange-bg'
(765,28): run-time error CSS1039: Token not allowed after unary operator: '-orange-border'
(766,17): run-time error CSS1039: Token not allowed after unary operator: '-text-white'
(906,22): run-time error CSS1039: Token not allowed after unary operator: '-yellow'
(910,22): run-time error CSS1039: Token not allowed after unary operator: '-grey'
(914,22): run-time error CSS1039: Token not allowed after unary operator: '-green'
 */
body .sm-blue a, body .sm-blue a:hover, body .sm-blue a:focus, body .sm-blue a:active
{
  text-shadow: none;
}

/*TABLE WIDGET container*/
#html_content{
    display:grid;
}
/*---------*/

.sdt_box_item img
{
  display: inline-block;
}



.ms-slide .ms-caption
{
  background-color: #000000;
  font-size:20px;
}



/* START CSS */

/*img
{
  display: block;
}*/

*
{
  font-family: "Poppins", sans-serif;
}

body, html
{
  padding:0; margin:0;
  width:100vw;
  overflow-x: hidden;
}


body.home header #logo a {
    pointer-events: none;
}


.nosize
{
  font-size:0;
  opacity: 0;
  position: fixed;
  left:-99999px;
  top:-9999px;
}




.contained-width, .full-width
{
  display: block;
}


body.no-inside-menu #leftMenu
{
  display: none!important;
}
}


/* MOBILE MENU */

#nav-icon {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #000000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 12px;
}

#nav-icon span:nth-child(4) {
  top: 24px;
}

#nav-icon.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hide{
    display:none;
}

/* Video responsive*/
/*-----------------------------------------------*/
.video-responsive {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}












:root {
    --purple: #573494;
    --darkpurple: #4b2a85;
    --pink: #a23193;
    --green: #1a5d1f;
    --grey: #f2f2f2;
    --grey-dark: #eefdfb;
    --medgrey: #53565a;
    --darkgrey: #414346;
    --bs-success-pink: #ffc0cb;
}
h1 {
    font-size: 28px;
    font-weight: bold;
    color: var(--color-green);
}

body.error h1{
    font-size:50px;
}
/*body > h2 {
    display:none;
}
*/
h2 {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-green);
}

#html_content h2 {
    position: relative;
    padding-left: 92px;
    font-size: 30px;
    font-weight: bold;
    color: var(--color-green);
    margin: 0 0 16px -97px;
    line-height: 1;
}

#html_content h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 78px;
    height: 48px;
    background: url("/images/h2-overview-icon.svg") center / contain no-repeat;
}
@media (max-width: 1200px) {
    #html_content h2::before{
        background:none;
    }
}
    #html_content .testimonials-2-columns h2::before {
        background: none;
    }


    h3 {
        font-size: 18px;
        font-weight: bold;
        color: var(--color-green);
    }

    p, li, a {
        /*font-weight: normal;*/
        color: #333333;
        font-size: 20px;
        /*direction: rtl;*/
    }

    ul {
        list-style: none;
        /*padding-left: 0;*/
        margin: 0;
    }

    #html_content p,
    #html_content l1,
    #html_content a {
        font-size: 20px !important;
    }

    #html_content ul li {
        position: relative;
        padding-left: 28px; /* space for bullet */
        margin-bottom: 10px;
        /*font-size: 1.1rem;*/
        color: #2b2b2b;
    }

        /* hollow orange circle */
        #html_content ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.405em; /* aligns with text baseline */
            width: 16px;
            height: 16px;
            border: 3px solid #f36f21; /* orange stroke */
            border-radius: 50%;
            background: transparent;
        }

    p, #html_content ul {
        margin-bottom: 1.2rem !important;
    }

    a {
        text-decoration: underline;
    }


    ol {
        list-style: none;
        counter-reset: counter;
    }

        ol li {
            counter-increment: counter;
            position: relative;
            margin-left: 28px;
        }

            ol li::before {
                content: counter(counter) ". ";
                color: #f36f21;
                font-weight: bold;
                position: absolute;
                margin-left: -24px;
            }

        ol[type="a"] {
            counter-reset: revert;
        }

            ol[type="a"] > li {
                list-style: lower-alpha;
            }

                ol[type="a"] > li:before {
                    content: '';
                }







    #logo {
        width: 200px;
    }
    /*header, footer {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-grid;
    background-color: #1a5d1f;
    color:#ffffff;
    width:100%;
}*/



    #logo, .textSize, .searchPanel {
        display: inline-block;
    }

    .textSize, .searchPanel {
        float: right;
    }





    .contained-width {
        max-width: 1200px;
        margin: 0 auto;
    }

    .full-width {
        max-width: none;
        width: 100vw;
    }

    .header-alert {
        background: #000000;
        color: #ffffff;
        width: 100%;
        padding: 15px;
    }

    .searchPanel {
        border: 3px solid #000000;
    }

    .textSize {
        padding: 7px 0 0 15px;
    }

    fieldset {
        border: 0;
    }

    #spGrow a, #spShrink a {
        text-decoration: none;
        font-size: 20px;
        color: #ffffff;
        font-weight: bold;
        padding: 3px;
        width: 20px;
        display: inline-block;
        text-align: center;
        background: #000000;
    }





    /*#mainContentHome {
  display: grid;
  grid-gap: 1px;*/
    /*  background-color: #000000;
*/ /*padding: 1px;
}*/

    /*#mainContentHome > div {*/
    /*background-color: #ffffff;*/
    /*padding: 20px;
}*/

    /*#homeContentInner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    background: #fbf2d5;
}*/

    /*#mainContentInside
{
  display: grid;
  grid-template-columns:  1fr;*/
    /*  background-color: #000000;
*/ /*grid-gap: 1px;
  padding: 1px;
}*/

    #mainContentInside > div {
        background-color: #ffffff;
    }

    #leftMenu {
        grid-row: span 3;
    }

    #insideContent {
        padding: 10px;
    }

    #breadcrumbs {
        /*background: #fbf2d5;
    padding:20px 0;*/
    }

        #breadcrumbs h1 {
            /* margin-top: 0;
        color: #1a5d1f;*/
        }

    #insideBanner img {
        width: 100%;
        height: auto;
    }

    #utility {
        float: right;
    }

    #mobileMenu {
        float: right;
        margin-top: 10px;
        display: none;
    }


    .no-inside-menu #mainContentInside {
        grid-template-columns: 1fr;
    }

    .no-inside-menu #leftMenu {
        display: none;
    }

    /*Glossary*/
    #servicesGlossary h2 {
        display: inline-block;
    }

        #servicesGlossary h2.inactive {
            color: Silver;
        }

    @media (max-width: 767px) {

        #mainContentHome {
            display: block;
        }
        /*  #mainContentHome>div
  {
    border:1px solid #000000;
  }*/

        #utility {
            display: none;
        }

        #mobileMenu {
            display: block;
        }

        .header-alert {
            display: none;
        }

        #mainMenu {
            display: none;
            height: calc(100vh - 73px);
            background: #000000;
        }

        .contained-width {
            padding: 0 20px;
        }

        #mainContentInside {
            grid-template-columns: 1fr;
        }

        #leftMenu {
            /*display: none;*/
            order: 2;
        }
    }

    #html_content .col-1 .rowSub {
        padding-bottom: 0;
        padding-top: 0;
    }

    /*#region Heaader from JJH */

    .searchPanel input:focus {
        outline: none;
    }

    #searchBtnHead.open #searchToggle {
        background: url('/Images/FHT/search-close.png') no-repeat center center #666;
        background-size: 20px 20px;
        z-index: 99999;
        position: absolute;
        right: 80px;
        margin-top: 5px;
        padding: 5px;
        width: 20px;
        height: 20px;
        border-radius: 50px;
    }

    .fa-search:before {
        display: none !important;
    }

    #searchToggle:hover, .searchPanel button:hover {
        opacity: 0.8;
    }

    #hiddenSearch {
        overflow: hidden;
        display: inline-block;
        height: 25px;
        width: 0;
        transition: all 0.2s ease-in;
        background: #fff;
        /*border-bottom: 1px solid #bbbbbb;*/
        position: absolute;
        right: 0px;
        /* top: 5px; */
        top: 57px;
        z-index: 55555;
    }

    #searchBtnHead.open #hiddenSearch {
        /* width: 250px; */
        width: 75%;
        padding: 20px 10px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        border-radius: 3.0rem;
    }

    #hiddenSearch .row {
        display: flex;
        justify-content: space-between;
    }

    .mobile-search {
        background: #135f8e;
        position: relative;
        padding: 2.0rem 0.8rem;
    }

        .mobile-search br {
            display: none;
        }

        .mobile-search .row {
            display: flex;
            flex-direction: row-reverse;
            width: 100%;
            justify-content: space-between;
            align-items: center;
        }

        .mobile-search .searchPanel input {
            font-size: 20px !important;
            font-weight: 300 !important;
            width: 90% !important;
            display: block !important;
            padding: 8px 3%;
        }

        .mobile-search .searchPanel {
            border-bottom: none !important;
        }

    @media (min-width: 1200px) {
        .mobile-search {
            display: none;
            ;
        }
    }

    .button-search {
        display: flex;
        padding-left: 2px;
        background: #fad245 !important;
        width: 60px;
        height: 66px;
        position: absolute;
        right: 0;
        top: 0;
        justify-content: center;
        align-items: center;
    }

    .searchPanel {
        border: 0;
        border-bottom: none;
    }

        .searchPanel input {
            background: transparent !important;
            font-size: 18px !important;
            font-weight: normal;
            background-color: #fff !important;
        }

    #logo {
        width: 200px;
        margin-bottom: 10px;
    }

        #logo img {
            max-width: 100%;
        }

    @media (max-width: 768px) {
        #logo {
            width: 140px;
        }

            #logo img {
                max-width: 100%;
            }
    }

    /*header {
    align-items: center;
    padding-top: 7px;
    padding-bottom: 0;
    display: flex;
    background-color: #1a5d1f;
    height: 90px;
    padding: 0 25px;
}*/

    .sm-blue,
    .sm-blue a,
    .sm-blue a.active {
        background: #1a5d1f !important;
        background-color: #1a5d1f !important;
    }

        .sm-blue > li {
            border-left: none !important;
        }

    @media (max-width: 1200px) {
        header .row-main-menu {
            align-items: start;
            margin: 0;
            width: 94%;
            padding-left: 3% !important;
            padding-right: 3% !important;
        }
    }

    .row-main-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding: 20px;
        padding-top: 0 !important; /*Juan*/
        padding-bottom: 0 !important; /*Juan*/
        position: relative;
        background-color: #1a5d1f;
    }

    @media (min-width: 1300px) {
        .row-main-menu {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }
    }

    #utility {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-left: 35px;
    }

    /*#searchBtnHead {
    display: inline-block;
    height: 23px;
    min-width: 23px;
    margin-top: 0;
    justify-self: end;
    cursor: pointer;
}*/

    #searchToggle, .searchPanel button {
        display: inline-block;
        height: 42px;
        width: 42px;
        background: url('/Images/FHT/search.png') no-repeat center center;
        background-size: 42px 42px;
        margin-top: 0;
        justify-self: end;
        cursor: pointer;
        border: 0;
    }
    .searchPanel button {
        background: url('/Images/FHT/search_icon.png') no-repeat center center!important;
    }
    /*#endregion */

button,
[type="submit"],
.button {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    background-color: var(--orange-bg);
    border: 2px solid var(--orange-border);
    color: var(--text-white);
    text-decoration: none !important;
    padding: 19px 71px;
    display: inline-block;
    border-radius: 50px;
    transition: all .3s;
}

    .button-border-green {
        background-color: transparent;
        border: solid 2px #1a5d1f;
        color: #1a5d1f;
    }

    /*#region Accordion colors */
    .accordion_2 > div:first-child > a.accordion-section-title {
        border: 2px solid #CC9900 !important;
    }

        .accordion_2 > div:first-child > a.accordion-section-title.active {
            background-color: #CC9900;
        }

    .accordion_2 > div:nth-child(2) > a.accordion-section-title {
        border: 2px solid #C54949 !important;
    }

        .accordion_2 > div:nth-child(2) > a.accordion-section-title.active {
            background-color: #C54949;
        }

    .accordion_2 > div:nth-child(3) > a.accordion-section-title {
        border: 2px solid #017ABC !important;
    }

        .accordion_2 > div:nth-child(3) > a.accordion-section-title.active {
            background-color: #017ABC;
        }

    .accordion_2 > div:nth-child(4) > a.accordion-section-title {
        border: 2px solid #A73FB8 !important;
    }

        .accordion_2 > div:nth-child(4) > a.accordion-section-title.active {
            background-color: #A73FB8;
        }

    .accordion_2 > div:nth-child(5) > a.accordion-section-title {
        border: 2px solid #C75300 !important;
    }

        .accordion_2 > div:nth-child(5) > a.accordion-section-title.active {
            background-color: #C75300;
        }

    .accordion_2 > div:nth-child(6) > a.accordion-section-title {
        border: 2px solid #1A5D1F !important;
    }

        .accordion_2 > div:nth-child(6) > a.accordion-section-title.active {
            background-color: #1A5D1F;
        }


    /*#endregion */

    /*#region Testimonials */

    .testimonials-2-columns {
        display: grid;
        grid-template-columns: 200px 1fr;
        grid-column-gap: 20px;
    }

        .testimonials-2-columns div {
            margin-bottom: 30px;
        }

        .testimonials-2-columns img {
            width: 100%; /*184px;*/
            /* height: 100%;  */ /*184px;*/
            border-radius: 50%
        }

        .testimonials-2-columns h2 {
            margin-top: 0;
            margin-bottom: 0px;
        }

        .testimonials-2-columns h3 {
            margin-top: 5px;
            margin-bottom: 0px;
        }

        .testimonials-2-columns p {
            margin-top: 10px;
        }



    @media (max-width: 999px) {
        .testimonials-2-columns {
            grid-template-columns: 1fr;
        }

            .testimonials-2-columns img {
                display: none;
            }
    }

    /*#endregion */

    #divTopInternal {
        line-height: 20px;
    }
.rowSub {
    /*padding-top: 50px;*/
    padding-bottom: 50px;
}

.col-2 > div.rowSub, .grid2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5vw;
}

.col-3 > div.rowSub, .grid3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.col-4 > div.rowSub, .grid4col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 5vw;
}

.col-1.yellow, .col-2.yellow, .col-3.yellow, .col-4.yellow {
    background: var(--yellow);
}

.col-1.grey, .col-2.grey, .col-3.grey, .col-4.grey {
    background: var(--grey);
}

.col-1.green, .col-2.green, .col-3.green, .col-4.green {
    background: var(--green);
}

@media (max-width: 767px) {
    body .callOutP {
        font-size: 18px !important;
    }

    .col-3 > div.rowSub, .grid3col, .col-2 > div.rowSub, .grid2col {
        grid-template-columns: 1fr;
    }

    .col-4 > div.rowSub, .grid4col {
        grid-template-columns: 1fr 1fr;
    }

    .col-3 > div.rowSub, .grid3col, .col-2 > div.rowSub, .grid2col, .col-4 > div.rowSub, .grid4col {
        grid-row-gap: 20px;
    }

    .col-1 .rowSub, .col-2 .rowSub, .col-3 .rowSub, .col-4 .rowSub {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }
}

@media (max-width: 500px) {

    .col-4 > div.rowSub, .grid4col {
        grid-template-columns: 1fr;
    }
}



