/*********************************************************
GENERAL THEME OF THE SITE
*********************************************************/
@import '../fonts/aleo-family/stylesheet.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i,800');

body {
    min-width: 320px;
    font: normal 400 1rem/1.5 'Open Sans', Arial, sans-serif !important;
    color: rgb(37,37,37);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: rgb(255,255,255);
}

.frmMicroSearch.dynamicColors {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.frmMicroSearch.dynamicColors input[type="search"] {
   width: 100%;
    font: normal 700 0.8rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
}
.frmMicroSearch.dynamicColors input[type="search"]::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

.frmMicroSearch.dynamicColors input[type="search"]::-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

.frmMicroSearch.dynamicColors input[type="search"]:-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

.frmMicroSearch.dynamicColors input[type="search"]:-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}
.frmMicroSearch.dynamicColors button[type="submit"] i {
     color: inherit;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    font-weight: 500;
}
.frmMicroSearch.dynamicColors button[type="submit"] {
    position: absolute; 
    top: 50%;
    right: 0.6rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.8rem;
    line-height: 0;
    padding: 0.5rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
}

#searchBarHeaderModal footer {
    display: none;
}
#searchBarHeaderModal .modalTitle i {
    display: inline-block;
    margin-right: 1rem;
}
#searchBarHeaderModal .modal-dialog {
    max-width: 500px;
}
#searchBarHeaderModal input[type="search"] {
    font-size: 0.9rem;
    color: rgb(119,119,119)!important;
    width: 100%;
    display: block;
    padding: 1rem;
    border: none;
    border: 1px solid rgba(0,0,0,0.1);
}
#searchBarHeaderModal button[type="submit"] {
    width: 100%!important;
    display: block!important;
}


.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font: normal 700 2rem 'Open Sans', Arial, sans-serif;
    color: rgba(77,77,77,1.00);
    padding: 0;
    margin: 0 0 1rem;
}
h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.6rem;
}
h4 {
    font-size: 1.4rem;
}
h5 {
    font-size: 1.2rem;
}
h6 {
    font-size: 1rem;
}

p {
    padding: 0;
    margin: 0 0 1rem;
}

a,
a:link,
ul.directory-list button {
    font-weight: 700;
    color: rgb(1,138,182);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
a:visited {
    color: rgb(1,138,182);
}
a:hover,
ul.directory-list button:hover {
    color: rgb(227,83,13);
    text-decoration: none;
}
a:active,
ul.directory-list button:active {
    color: rgb(227,83,13);
}
a:focus,
ul.directory-list button:focus {
    color: rgb(227,83,13);
    text-decoration: none;
}

.sideMenuNav:after,
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before,
.moreOption:before {
    content: "\f10c";
    font-family: "Font Awesome 5 Pro";
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-right: 0.5rem;
}

ol.breadCrumb,
ol.breadCrumb > li,
ul.socialList,
ul.socialList > li,
ul.footerNav,
ul.footerNav > li,
ul.sideMenu,
ul.sideMenu > li,
ul.subSideMenu,
ul.subSideMenu > li,
ul.mainMenu,
ul.mainMenu > li,
ul.subMainMenu,
ul.subMainMenu > li,
ul.subSubMainMenu,
ul.subSubMainMenu > li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.language-btn {
	position: absolute;
    right: 6rem;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1rem;
	text-align: center;
	line-height: 12px;
	background: #C7C7C7;
	border-radius: 5px;
	padding: .8rem 1rem;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
}

.language-btn a {
	margin-right: 0 !important;
}

.language-btn:hover {
	background: #9C9C9C;
}

#folder-view ol.breadCrumb li {
	display: inline-block;
}

#folder-view ol.breadCrumb li:after {
	display: inline-block;
    padding: 0 .5rem;
    color: #6c757d;
    content: "/";
}

#folder-view ol.breadCrumb li:last-of-type:after {
    content: normal;
}

#folder-view .file-list li a:before {
	margin-right: .5rem;
}

.hideMe {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}


.container.plugin-form {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}


/** Set the .container's width here based on the design **/
.container {
    position: relative;
    max-width: 1180px;
    padding: 1rem;
}
.masterHeader .container {
    max-width: 100%;
}
.mainContainer .container {
    padding-top: 0;
    padding-bottom: 0;
}
.footerTop .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.footerBottom .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}


.btnScrollup {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    display: none;
    border: none;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    z-index: 1;
}
/*.btnScrollup:hover {
    color: rgb(255,255,255);
    background: rgb(227,83,13);
}
.btnScrollup:focus {
    color: rgb(255,255,255);
    background: rgb(227,83,13);
}*/

.masterHeader {
    position: relative;
}

.siteLogo {
    float: left;
    width: 300px;
    height: auto;
    display: inline-block;
    margin-bottom: 0;
}
.siteLogo > a,
.siteLogo > a:link {
    width: inherit;
    height: inherit;
    display: block;
}

.headerCompanyInfo {
    float: left;
    line-height: 75px;
    margin-left: 2rem;
}

.headerCompanyInfo a,
.headerCompanyInfo a:link {
    font-size: 0.8rem;
    display: inline-block;
    margin-right: 2rem;
}
.headerCompanyInfo a i {
    display: inline-block;
    margin-right: 0.3rem;
}

.headerCompanyInfo a.searchLink {
    display: none;
}
.headerCompanyInfo a.searchLink span {
    position: absolute;
    top: -99999rem;
    left: -99999rem;
}

.headerBottom {
    padding: 0.2rem;
}



/** Navigation **/
ul.subMainMenu,
ul.subSubMainMenu {
    display: none;
}

.menuIcon {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: normal 700 2rem 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 0;
    cursor: pointer;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}

.menuIcon span {
	display: none;
}

.menuIcon i {
    color: inherit;
    display: inline-block;
}
.menuIcon:hover i {
    color: rgb(255,255,255);
}

.moreOptionMainMenu,
.moreOptionSubMainMenu {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    color: #fff;
    display: inline-block;
    padding: 1rem 1.1rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    border: none;
    cursor: pointer;
    background: none;
    z-index: 5;
}
.moreOptionSubMainMenu {
    padding: 0.9rem 1.1rem;
}
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before {
    content: "\f078";
    margin-right: 0;
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}
.moreOptionMainMenu.openIcon:before,
.moreOptionSubMainMenu.openIcon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.moreOptionMainMenu:hover,
.moreOptionSubMainMenu:hover {
    color: rgb(22,87,81);
}

nav.navOpen {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.closeNav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.3rem;
    color: rgb(227,83,13);
    padding: 0.5em 1em;
    margin: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
}
nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    min-width: 300px;
    text-align: right;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    z-index: 20;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

ul.mainMenu {
    margin-top: 4rem;
}
ul.mainMenu > li,
ul.subMainMenu > li{
    position: relative;
}

ul.mainMenu a,
ul.mainMenu a:link {
    position: relative;
    font: normal 700 1.2rem 'Open Sans', Arial, sans-serif;
    display: block;
    text-transform: uppercase;
    text-align: left;
    padding: 1rem;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: transparent;
}

ul.subMainMenu a,
ul.subMainMenu a:link {
    font-size: 1rem;
    font-weight: 400;
    text-transform: none !important;
    padding-left: 1.5rem !important;
}
ul.subSubMainMenu a,
ul.subSubMainMenu a:link {
    padding-left: 2.5rem !important;
}


ul.mainMenu > li.hasChild > a,
ul.subMainMenu > li.hasChild > a {
    padding-right: 3.2rem;
}



/** Aside Menu - Inside Pages **/
.sideMenuNav,
.moreOption > span,
ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    display: inline-block;
    padding: 0.73rem;
    cursor: pointer;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
}
.moreOption:hover {
    color: rgb(255,255,255) !important;
}

.moreOption:before {
    content: "\f078";
    margin-right: 0;
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}
.moreOption.openIcon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.sideMenu a,
ul.sideMenu a:link {
    font: normal 400 1rem 'Open Sans', Arial, sans-serif;
    display: block;
    padding: 0.8rem 1rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
	/*text-transform: capitalize;*/
}
/*ul.sideMenu a:visited {
    color: rgb(15,61,57);
}
ul.sideMenu a:hover {
    color: rgb(255,255,255);
    background: rgb(15,61,57);
}
ul.sideMenu a:active {
    color: rgb(255,255,255);
    background: rgb(15,61,57);
}
ul.sideMenu a:focus {
    color: rgb(255,255,255);
    background: rgb(15,61,57);
}*/

ul.sideMenu > li {
    position: relative;
}

ul.sideMenu > li.hasChild a {
    padding-right: 2.5rem;
}
/*ul.sideMenu > li.selected a {
    color: rgb(255,255,255);
    background: rgb(15,61,57);
}*/

ul.sideMenu > li.selected .moreOption {
    color: rgb(255,255,255);
}
/*ul.sideMenu > li:hover > a {
    color: rgb(255,255,255);
    background: rgb(15,61,57);
}*/
ul.sideMenu > li:hover .moreOption {
    color: rgb(255,255,255);
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    font: italic 700 0.9rem 'Open Sans', Arial, sans-serif !important;
    padding: 1rem !important;
    display: block;
}
/*ul.subSideMenu a:visited {
    color: rgb(9,36,33) !important;
}
ul.subSideMenu a:hover {
    color: rgb(255,255,255) !important;
    background: rgb(93,118,115) !important;
}
ul.subSideMenu a:active {
    color: rgb(255,255,255) !important;
    background: rgb(93,118,115) !important;
}
ul.subSideMenu a:focus {
    color: rgb(255,255,255) !important;
    background: rgb(93,118,115) !important;
}

ul.subSideMenu > li.selected a {
    color: rgb(255,255,255) !important;
    background: rgb(93,118,115) !important;
}*/


aside.col-3 {
    padding: 0;
}

main {
    padding-bottom: 2.5rem;
}
main.col-9 {
    padding-left: 2.5rem;
    padding-bottom: 3rem;
}




.categoryTitleSection {
    position: relative;
    margin-bottom: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
}
.categoryTitleSection.withBackgroundImageHome {
    min-height: 350px;
}
.categoryTitleSection.nohBackgroundImageHome {
    min-height: 200px;
}
.categoryTitleSection.withBackgroundImagePages {
    min-height: 200px;
}
.categoryTitleSection.nohBackgroundImagePages {
    min-height: 100px;
}




.categoryTitleSection figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 1rem;
    text-align: center;
}
.categoryTitleSection h2 {
    margin-bottom: 0;
    padding: 0 1rem;
}
.categoryTitleSection h2.categoryTitlePages {
    text-align: center;
    text-shadow: none;
}

.categoryTitleSection.withBackgroundImagePages h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}


.toolBox {
    position: relative;
    padding: 2rem 12rem 2rem 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px dotted rgb(222,219,218);
}

.toolBox.Home h2,
.toolBox.Home #google_translate_element {
	display:none;
}
.toolBox h2 {
    font-size: 1.3rem;
    display: inline-block;
    margin-bottom: 0;
}
.toolBox h2 i {
    display: inline-block;
    margin-right: 1rem;
}
#google_translate_element,
#google_translate_element1 {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.breadcrumb {
    /*border-bottom: 1px dotted rgb(222,219,218);*/
    margin-bottom: 0;
    padding: 0;
    background: none;
}
ol.breadcrumb a,
ol.breadcrumb a:link {
    padding: 0.5rem;
    display: inline-block;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
ol.breadcrumb > li:last-child a {
    font-weight: bold;
}

.footerTop h2 {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.footerTop h2 i {
    display: inline-block;
    margin-right: 1rem;
}
.footerTop .col-sm:first-of-type p,
.footerTop .col-sm:first-of-type p a,
.footerTop .col-sm:first-of-type p a:link {
    position: relative;
}
.footerTop .col-sm:first-of-type p:first-of-type,
.footerTop .col-sm:first-of-type a,
.footerTop .col-sm:first-of-type a:link {
    padding-left: 2rem;
}
.footerTop .col-sm:first-of-type p:last-of-type {
    margin-bottom: 0;
}
.footerTop .col-sm:first-of-type p i,
.footerTop .col-sm:first-of-type p a i {
    position: absolute;
    left: 0;
    top: 0.25rem;
}

ul.footerNav a,
ul.footerNav a:link,
ul.socialList a,
ul.socialList a:link {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.footerTop .col-sm:first-of-type p,
ul.footerNav a,
ul.footerNav a:link,
ul.socialList a,
ul.socialList a:link {
    font-size: 0.75rem;
    text-transform: uppercase;
}
ul.footerNav a i,
ul.socialList a i {
    display: inline-block;
    margin-right: 1rem;
}

.footerBottom .col:last-of-type {
    text-align: right;
}
.footerBottom small,
.footerBottom cite {
    font-size: 0.7rem;
    font-style: normal;
    text-transform: uppercase;
}
.footerBottom cite a,
.footerBottom cite a:link {
    font-size: inherit;
}


.categoryTitleSection {
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.homeCaption {
    max-width: 1180px;
    margin: auto;
}



/****************************************************************
MEDIA QUERY
****************************************************************/
@media only screen and (max-width:1580px) {
    .siteLogo {
        width: 240px;
    }
    .headerCompanyInfo {
        line-height: 60px;
    }
    .menuIcon {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:1480px) {
    .frmMicroSearch.dynamicColors,
    .headerCompanyInfo a span {
        display: none;
    }
    #searchBarHeader.frmMicroSearch.dynamicColors {
        display: inherit;
    }
    .headerCompanyInfo a i {
        margin-right: 0;
    }
    .headerCompanyInfo a.searchLink {
        display: inline-block;
        margin-right: 0;
    }
    .headerCompanyInfo a, 
    .headerCompanyInfo a:link {
        font-size: 1.2rem;
    }
	
	.language-btn a {
		font-size: .8rem !important;
	}
	
	.language-btn {
		right: 5rem;
		padding: .5rem .5rem;
	}
	
}


@media only screen and (max-width:1300px) {
    .categoryTitleSection h2 {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width:1200px) {
    
	#recentNewsCont {
		padding: 1rem 1rem 3rem 2rem;
	}
	
	#upcomingEventsCont {
		padding: 1rem 2rem 3rem 1rem;
	}
}
@media only screen and (max-width:1100px) {
    .toolBox h2,
    footer h2 {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width:1023px) {
        #recentNewsCont .bottomLinks a,
	#upcomingEventsCont .bottomLinks a {
		font-size: .8rem;
		width: 12rem;
	}
    /** Sidemenu **/
    ul.sideMenu,
    .breadCrumbCont {
        display: none;
    }

    .mainContainer .container {
        padding-left: 0;
        padding-right: 0;
    }
    .mainContainer .container > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .sideMenuNav {
        position: relative;
        display: inherit;
        width: 100%;
        font: normal 700 1rem 'Open Sans', Arial, sans-serif;
        cursor: pointer;
        text-align: left;
        text-transform: uppercase;
        border: none;
        padding: 0.7rem 1rem;
        margin: 0;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }
    .sideMenuNav:before {
        content: normal;
        margin-left: 0;
    }
    .sideMenuNav:after {
        content: "\f0c9";
        position: absolute;
        top: 50%;
        right: 1rem;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .sideMenuNav.openSideMenuIcon:after {
        content: "\f068";
    }


    .menuIcon {
        font-size: 0.95rem;
    }
    nav {
        width: 360px;
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1rem;
    }
    ul.subMainMenu a, 
    ul.subMainMenu a:link {
        font-size: 0.95rem;
    }
    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }


    aside.col-3,
    main.col-9 {
        flex-basis: auto;
        max-width: 100%;
    }
    main.col-9 {
        padding: 0 1.5rem 1.5rem;
    }
}

@media only screen and (max-width:950px) {
    .footerTop .col-sm {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
        border-bottom: 1px dotted rgba(255,255,255,0.2);
    }
    .footerTop .col-sm:first-of-type,
    .footerTop .col-sm:nth-child(2) {
        flex: 2;
    }
    .footerTop .col-sm:last-of-type {
        flex-basis: auto;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
}

@media only screen and (max-width:850px) {
        main .col-sm {
        flex-basis: auto;
    }
        #recentNewsCont  {
        margin-bottom: 2rem;
    }
	
	#upcomingEventsCont,
	#recentNewsCont {
		padding: 1rem 2rem 3rem 2rem;
	}
	
    main .col-sm {
        padding-bottom: 0;
    }
    .bottomLinks {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        padding-left: 0;
        padding-right: 0;
        margin-top: 2rem;
    }
    .empty i {
        font-size: 3rem;
    }
    a.iconPost, 
    a.iconPost:link, 
    .bottomLinks a, 
    .bottomLinks a:link, 
    a.iconPost time, 
    .empty p {
        /*font-size: 0.85rem;*/
    }
}

@media only screen and (max-width:730px) {
    .footerTop .col-sm:first-of-type,
    .footerTop .col-sm:nth-child(2) {
        flex-basis: auto;
    }
}

@media only screen and (max-width:700px) {
    .siteLogo {
        width: 180px;
    }
    .headerCompanyInfo {
        line-height: 48px;
    }
    .headerCompanyInfo a,
    .headerCompanyInfo a:link {
        font-size: 1rem;
        margin-right: 1rem;
    }
    .menuIcon {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width:680px) {
    .sideMenuNav {
        font-size: 0.95rem;
    }
    ul.sideMenu a,
    ul.sideMenu a:link {
        font-size: 0.9rem !important;
    }
    ul.subSideMenu a,
    ul.subSideMenu a:link {
        font-size: 0.8rem !important;
    }


    nav {
        width: 300px;
    }

    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 0.9rem;
    }
    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 0.9rem;
    }
    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        padding-top: 0.76rem;
        padding-bottom: 0.76rem;
    }





    .categoryTitleSection figcaption {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .categoryTitleSection h2 {
        font-size: 1.2rem;
    }
   

}

@media only screen and (max-width:660px) {
    .footerBottom .col {
        flex-basis: auto;
        text-align: center;
    }
    .footerBottom .col:last-of-type {
        text-align: center;
    }


    .toolBox {
        padding: 1.5rem 0;
    }
    .toolBox h2 i {
        margin-right: 0.5rem;
    }
    #google_translate_element,
    #google_translate_element1 {
        position: static;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 0.5rem;
    }
}

@media only screen and (max-width:570px) {
    .menuIcon span {
        display: none;
    }
    .masterHeader .container {
        padding: 0.3rem;
    }
    .menuIcon {
        right: 0.6rem;
    }
    .menuIcon i {
        margin-right: 0;
    }
    .siteLogo {
        width: 155px;
    }

    .headerCompanyInfo {
        margin-left: 1rem;
    }
    .headerCompanyInfo a, 
    .headerCompanyInfo a:link {
        margin-right: 0.5rem;
    }
	
	.language-btn a {
		font-size: .7rem !important;
	}
	
	.language-btn {
		right: 4rem;
    	padding: .2rem .2rem;
	}
}

@media only screen and (max-width:350px) {
    .headerCompanyInfo {
        margin-left: 0.7rem;
    }
    .headerCompanyInfo a, 
    .headerCompanyInfo a:link {
        font-size: 0.8rem;
    }
}

#recentNewsCont i,
#upcomingEventsCont i {
	color: #8EA1A8;
	display: block;
    text-align: center;
}

#recentNewsCont a.iconPost.postBG,
#recentNewsCont a.iconPost.postBG:link {
    float: left;
    width: 50%;
    height: 200px;
    color: rgb(255,255,255);
    padding: 1rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#recentNewsCont a.iconPost.postBG:visited {
    color: rgb(255,255,255);
}
#recentNewsCont a.iconPost.postBG:hover {
    color: #0692d3;
}
#recentNewsCont a.iconPost.postBG:active {
    color: #0692d3;
}

#recentNewsCont a.iconPost.postBG:first-of-type,
#recentNewsCont a.iconPost.postBG:first-of-type:link {
    width: 100%;
    height: 250px;
    clear: both;
    margin-bottom: 1px;
}

.empty p{
    margin: 0 0 2.5rem;
}
.empty i {
    font-size: 5rem;
    color: rgb(222,219,218);
    margin: 1rem 0;
}
.empty p a,
.empty p a:link {
    font-weight: 700;
}


.bottomLinks a,
.bottomLinks a:link {
    color: rgb(255,255,255);
    /* display: inline-block;*/
}

.bottomLinks a:visited{
    color: rgb(255,255,255);
}
.empty a:hover,
.empty a:active,
.empty a:focus {
	color: #a14c72;
}
.empty i
{
    font-size: 5rem;
    color: rgb(222,219,218);
    margin: 1rem 0;
}
.bottomLinks {
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
    padding: 0 1rem;
    margin-bottom: 0;
	
}

.bottomLinks a,
.bottomLinks a:link {
    /* position: absolute;*/
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	 -ms-transform: translateX(-50%);
	transform: translateX(-50%);
    font: 600 .95rem 'Open Sans';
    text-transform: uppercase;
}

#upcomingEventsCont,
#recentNewsCont {
	padding-bottom: 2rem;
	padding-top: 2rem;
	position: relative;
}

#recentNewsCont .bottomLinks a {
	background: rgba(77,77,77,1.00);
	padding: 0.5rem 2rem;
    width: 15rem;
    text-align: center;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
}

#upcomingEventsCont .bottomLinks a {
	background: rgba(77,77,77,1.00);
	padding: 0.5rem 2rem;
    width: 15rem;
    text-align: center;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
}

#recentNewsCont .bottomLinks a:hover,
#recentNewsCont .bottomLinks a:active,
#recentNewsCont .bottomLinks a:focus,
#upcomingEventsCont .bottomLinks a:hover,
#upcomingEventsCont .bottomLinks a:active,
#upcomingEventsCont .bottomLinks a:focus {
    background: #8EA1A8;
}

#recentNewsCont h3,
#upcomingEventsCont h3 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

#recentNewsCont h3 > span,
#upcomingEventsCont h3 > span {
    display: none;
}

.cf:after {
    clear: both;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

a.iconPost i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.5rem;
}

a.iconPost, a.iconPost:link {
    position: relative;
    font: bold 1.125rem 'Open Sans', Arial, sans-serif;
    color: rgb(34,34,34);
    display: block;
    padding: 1rem 1rem 1rem 4rem;
    border-bottom: 1px solid rgba(25,25,25,.20);
}

a.iconPost:last-of-type {
    border-bottom: none;
}

a.iconPost:visited {
    color: rgb(34,34,34);
}

a.iconPost time {
    font: 700 .8rem 'Open Sans';
    color: #717171;
    text-transform: uppercase;
}

a.iconPost h4 {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    font-style: inherit;
    color: inherit;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}