/* Minification failed. Returning unminified contents.
(73,1): run-time error CSS1019: Unexpected token, found '}'
(186,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(187,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(188,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(189,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(190,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(191,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(192,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(193,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(194,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(488,22): run-time error CSS1039: Token not allowed after unary operator: '-yellow'
(492,22): run-time error CSS1039: Token not allowed after unary operator: '-grey'
(496,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: #83c8bc;
	--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;
}



#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: 33% 33% 33%;
}

#mainContentInside
{
  display: grid;
  grid-template-columns: 300px 1fr;
  background-color: #000000;
  grid-gap: 1px;
  padding: 1px;
}

#mainContentInside>div
{
  background-color: #ffffff;
}

#leftMenu
{
  grid-row: span 3;
}

#insideContent, #breadcrumbs, #leftMenu
{
  padding:10px;
}


#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;
}
.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;
    }
}



