body{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4;
}

#content {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}
h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
}
h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3rem;
}
h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem;
}


#mainnav li.on,
#mainnav li:hover,
#mainnav li:hover.on {

}

@media only screen and (max-width: 900px) {
    #maincontent{
        flex-direction: row;
        flex-wrap: wrap;
    }

    #sidebar{
        order: 2;
        width: 100%;
    }
        #sidebarContent{
            width: 100%;
        }

    #content{
        order: 1;
        width: 100%;
        min-width: 100%;
    }

    #footer{
        order: 3;
        width: 100%;
    }

    #sidebar {
        width: 100%;
        margin-bottom: 0;
        padding: 0 15px;
    }


	#head {
		height: 105px;
        margin-bottom: 57px;
	}
    #header-top {
        height: 105px;
        background: none;
    }
	#logo {
		width: auto;
		height: auto;
		top: 15px;
		left: 10px;
	}
	#logo img{
		width: 300px;
		height: auto;
	}
	#subnavWrapper,
	#mainnav{
		display: none;
	}

	body{
		padding-left: 15px;
		padding-right: 15px;
	}
	#head {
		background-position: center right;
	}
	#content {
		padding: 0px 15px;
	}
	#footer {
		position: relative;
		margin-top: 35px;
		min-height: 50px;
		height: auto;
		padding-bottom: 15px;
	}
	#footernav li{
		margin-bottom: 10px;
	}
}

.mobilemenuContainer {
	position: relative;
  background-color: #00968B;
  z-index: 3;
}
.mobilemenuContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #f0f0f0;
}
.mobilemenuContainer ul li{
	margin-bottom: 0;
}

.mobilemenuContainer li a {
	color:#ffffff;
	display: block;
	padding: 10px 10px 10px 25px;
	text-decoration: none;
	font-size: 1.2rem;
}
.mobilemenuContainer li a:hover,
.mobilemenuContainer .menu-btn:hover {
  /*background-color: #1e1e45;*/
	color: #ffffff;
}
.menu >li {
    background: #00968B;
}
.menu >li.open {
    background: #007e74;
}
.menu li.current,
.menu li.current:hover{
  background: #cf7d38;
}
.menu li.current ul li a{
	color: #cf7d38;
}

.menu > li > ul li a{
	color: #28272C;
}
.menu > li > ul li a:hover{
	color: #5554a2;
}

.menu .menu-level3 {
    display: none;
}
.menu .menu-level2 li.active > .menu-level3{
    display: block;
}


.menu > li{
	position: relative;
}
.dropDownIcon{
	position: absolute;
	top: 0;
	right: 0px;
	height: 47px;
	width: 45px;
	background: rgba(255,255,255,.5);
	cursor: pointer;
}
.arrow {
	border: solid rgba(0,0,0,.7);
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 6px;
	position: relative;
	top: 16px;
	left: 20px;
}
.arrow.open{
	top: 13px;
	left: 16px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* menu */
.mobilemenuContainer .menu {
  clear: both;
  height: 0;
}
.mobilemenuContainer ul.menu > li.active > a{
	font-weight: bold;
}
/* menu icon */
.mobilemenuContainer .menu-icon::after {
	content: 'Menu';
	position: absolute;
	left: 50px;
	top: 10px;
	color: #fff;
}
.mobilemenuContainer .menu-icon {
	cursor: pointer;
	display: inline-block;
	padding: 20px 0 14px 15px;
	position: relative;
	user-select: none;
}
.mobilemenuContainer .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 25px;
}
.mobilemenuContainer .menu-icon .navicon:before,
.mobilemenuContainer .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.mobilemenuContainer .menu-icon .navicon:before {
  top: 8px;
}
.mobilemenuContainer .menu-icon .navicon:after {
  top: -8px;
}
/* menu btn */
.mobilemenuContainer .menu-btn {
  display: none;
}
.mobilemenuContainer .menu-btn:checked ~ .menu {
  height: auto;
}
.mobilemenuContainer .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.mobilemenuContainer .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.mobilemenuContainer .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.mobilemenuContainer .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.mobilemenuContainer .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.mobilemenuContainer .menu-level2{
	display: none;
	padding-left: 20px;
}
.mobilemenuContainer .a-active{
	font-weight: bold;
}
.mobilemenuContainer .current .menu-level2{
	display: block;
}
.mobilemenuContainer .menu-level2.openDropDown{
	display: block;
}
.mobilemenuContainer .menu-level2 li a{
	font-size: 1rem;
}
.mobilemenuContainer .menu-level3{
	padding-left: 30px;
}
.mobilemenuContainer .menu-level3 li a{
	font-size: .9rem;
}
.mobilemenuContainer ul.menu-level2 > li.active > a{
	font-weight: bold;
	position: relative;
}
/*
.mobilemenuContainer .menu-level2 li.active a::before {
	content: '\b7\a0';
	position: absolute;
	left: 5px;
	font-size: 3rem;
	top: -9px;
}
*/
.mobilemenuContainer ul.menu-level3 > li.active > a{
	font-weight: bold;
	position: relative;
}
/*
.mobilemenuContainer .menu-level3 li.active a::before {
	content: '\b7\a0';
	position: absolute;
	left: 5px;
	font-size: 3rem;
	top: -9px;
}
*/
.mobilemenuContainer #mobilesearchbox {
	position: absolute;
	top: 4px;
	right: 10px;
}

/* 48em = 768px */
@media (min-width: 901px) {
	.mobilemenuContainer{
		display: none;
	}
  .mobilemenuContainer li {
    float: left;
  }
  .mobilemenuContainer li a {
    padding: 20px 30px;
  }
  .mobilemenuContainer .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .mobilemenuContainer .menu-icon {
    display: none;
  }
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Bootstrap Grid */
.row {
    margin-left: -10px;
    margin-right: -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row:after, .row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;

}

.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
        max-width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
        max-width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
        max-width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
        max-width: 8.33333333%;
    }

}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-12 {
        width: 100%;
        max-width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
        max-width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
        max-width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
        max-width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
        max-width: 8.33333333%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
        max-width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
        max-width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
        max-width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
        max-width: 8.33333333%;
    }

}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.col-color {
    background-clip: content-box;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}
.col-color > div {
    padding: 15px;
}
.col-color a:link,
.col-color a:visited,
.col-color h1,
.col-color h2,
.col-color h3 {
    color: #1e3794;
}
.col-color a:link,
.col-color a:visited {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
    border-bottom: 2px solid rgba(255,255,255,0.7);
}
.col-color a:hover {
    border-bottom: 2px solid rgba(255,255,255,1);
}
.col-color h1,
.col-color h2,
.col-color h3 {
    font-weight: 700;
    text-align: center;
}
.col-color h1,
.col-color h2,
.col-color h3,
.col-color h1 a:link,
.col-color h1 a:visited,
.col-color h2 a:link,
.col-color h2 a:visited,
.col-color h3 a:link,
.col-color h3 a:visited{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 1rem;
    border-bottom: 0;
}
.col-color h3,
.col-color h3 a:link,
.col-color h3 a:visited{
    font-size: 1.5rem;
}
@media (min-width: 768px) {
    .col-color h1,
    .col-color h2,
    .col-color h3,
    .col-color h1 a:link,
    .col-color h1 a:visited,
    .col-color h2 a:link,
    .col-color h2 a:visited,
    .col-color h3 a:link,
    .col-color h3 a:visited{
        font-size: 2.75rem;
    }
    .col-color h3,
    .col-color h3 a:link,
    .col-color h3 a:visited{
        font-size: 2rem;
    }
}

.col-color-red {
    background-color: #e28787;
}
.col-color-red.col-color,
.col-color-red.col-color a:link,
.col-color-red.col-color a:visited,
.col-color-red.col-color h1,
.col-color-red.col-color h2,
.col-color-red.col-color h3 {
    color: #440000;
}

.col-color-orange {
    background-color: #daaf6e;
}
.col-color-orange.col-color ,
.col-color-orange.col-color a:link,
.col-color-orange.col-color a:visited,
.col-color-orange.col-color h1,
.col-color-orange.col-color h2,
.col-color-orange.col-color h3 {
    color: #3c2400;
}

.col-color-purple {
    background-color: #d87fac;
}
.col-color-purple.col-color ,
.col-color-purple.col-color a:link,
.col-color-purple.col-color a:visited,
.col-color-purple.col-color h1,
.col-color-purple.col-color h2,
.col-color-purple.col-color h3 {
    color: #440000;
}

.col-color-green {
    background-color: #81bfb9;
}
.col-color-green.col-color ,
.col-color-green.col-color a:link,
.col-color-green.col-color a:visited,
.col-color-green.col-color h1,
.col-color-green.col-color h2,
.col-color-green.col-color h3 {
    color: #013832;
}

.col-color-blue {
    background-color: #8599C8;
}
.col-color-blue.col-color ,
.col-color-blue.col-color a:link,
.col-color-blue.col-color a:visited,
.col-color-blue.col-color h1,
.col-color-blue.col-color h2,
.col-color-blue.col-color h3 {
    color: #001546;
}

.col-color-cyan {
    background-color: #a0cae0;
}
.col-color-cyan.col-color ,
.col-color-cyan.col-color a:link,
.col-color-cyan.col-color a:visited,
.col-color-cyan.col-color h1,
.col-color-cyan.col-color h2,
.col-color-cyan.col-color h3 {
    color: #012d44;
}


.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
  display: inline;
  margin-right: 5px;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  background: #eeeeee;
}
.tx-indexedsearch-res .tx-indexedsearch-redMarkup {
  color: red !important;
}

.news-list-view.owl-carousel .article .news-img-card {
  max-height: 180px;
}
