/* Minification failed. Returning unminified contents.
(73,1): run-time error CSS1019: Unexpected token, found '}'
(186,5): run-time error CSS1062: Expected semicolon or closing curly-brace, 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 '-'
(783,22): run-time error CSS1039: Token not allowed after unary operator: '-yellow'
(787,22): run-time error CSS1039: Token not allowed after unary operator: '-grey'
(791,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: 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:#000000;
}

/*body > h2 {
    display:none;
}
*/
h2
{
	font-size:24px;
	font-weight:bold;
	color:#000000;
}

h3
{
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

p, li, a {
    font-weight: normal;
    color: #333333;
    font-size: 15px;
    /*direction: rtl;*/
}

a
{
	text-decoration: underline;
}


ol {
  list-style: none;
  counter-reset: counter;
}
ol li {
  counter-increment: counter;
}
ol li::before {
  content: counter(counter) ". ";
  color: #333333;
  font-weight: bold;
}

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: 23px;
    width: 23px;
    background: url('/Images/FHT/search.png') no-repeat center center;
    background-size: 23px 23px;
    margin-top: 0;
    justify-self: end;
    cursor: pointer;
    border: 0;
}
    /*#endregion */

.button {
    background: #f18d00; /* orange from mockup */
    color: #ffffff; /* white text */
    padding: 12px 25px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px; /* rounded corners */
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.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 */


.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;
    }
}



