/* Global CSS */
* {
	font-family: Lato;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5 {
	color: #000000 !important;
	text-indent: 0px !important;
}
.no-border {border: none;}
.no-pad {padding: 0 !important;}
.no-margin {margin: 0 !important;}
.clearfix {overflow: auto;}

.max-w {width: 100%;}
.max-h {height: 100%;}
.center {margin: 0 auto !important;}
.middle {margin: auto 0 !important;}
.center-middle {margin: auto !important;}
.float-right {float: right;}
.float-left {float: left;}

.paragraph {text-indent: 1rem;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}

.over-show {overflow: visible;}


.display-table {display: table;}
.display-none {display: none;}

.mb-1 {margin-bottom: 1rem !important;} 
.mb-2 {margin-bottom: 2rem !important;}
.mb-3 {margin-bottom: 3rem !important;}
.mb-4 {margin-bottom: 4rem !important;}
.mb-5 {margin-bottom: 5rem !important;}

.mt-1 {margin-top: 1rem !important;}
.mt-2 {margin-top: 2rem !important;}
.mt-3 {margin-top: 3rem !important;}
.mt-4 {margin-top: 4rem !important;}
.mt-5 {margin-top: 5rem !important;}

.ml-1 {margin-left: 1rem !important;}
.ml-2 {margin-left: 2rem !important;}
.ml-3 {margin-left: 3rem !important;}
.ml-4 {margin-left: 4rem !important;}
.ml-5 {margin-left: 5rem !important;}

.mr-1 {margin-right: 1rem !important;}
.mr-2 {margin-right: 2rem !important;}
.mr-3 {margin-right: 3rem !important;}
.mr-4 {margin-right: 4rem !important;}
.mr-5 {margin-right: 5rem !important;}

.text-black {color: #000 !important;}
.text-white {color: #FFF !important;}

.division-line {
	background-color: rgba(155,155,155,0.20);
	border: none;
	color: rgba(155,155,155,0.50);
	height: 1px;
	width: 95%;
}

.bg-2 {background-color: #f1f1f9;}
.bg-blue-4 {background-color: rgba(4,50,100,1.00) !important;}
.bg-blue-3 {background-color:rgba(4,55,110,1.00) !important;}
.bg-blue-2 {background-color:rgba(4,60,120,1.00) !important;}
.bg-blue-1 {background-color:rgba(4,65,130,1.00) !important;}
.bg-black {background-color: #000;}
.border-1 {
	border: 1px solid rgba(155,155,155,0.30);
	box-shadow: 2px 2px 1px 1px rgba(155,155,155,0.20);
}




/* Header CSS */
.header {
	top: 0;
	width: 100%;
	z-index: 3;
}
.header-img {
	width: 90%;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.header-menu {
	width: 99%;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.header-small-div {
	margin-top: 0.5rem;
}
.header-small {
	font-size: 0.8rem;
	font-family: Lato;
	color: #7f7f7f;
	display: inline;
}
.header-small-icon {
	width: 100%;
	height: auto;
	max-width: 16px;
    display: inline;
	padding-bottom: 0.2rem;
	margin-left: 1rem;
}
.header-small-icon-2 {
	width: 100%;
	height: auto;
	max-width: 16px;
    display: inline;
	padding-bottom: 0.1rem;
}




/* Footer CSS */
.footer-menu {
	background-color: #043264;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;	   
}
.footer-menu #inicio {
	display: none;
}
.footer-menu #navbar-toggler {
	display: none;
}
.footer-menu ul.navbar-nav {
	display: flex;
	background-color: #043264;
	width: 100%;
}
.footer-menu .navbar-collapse {
	background-color: #043264;
	display: block !important;
}
.footer-menu div.header-menu {
	background-color: #043264;
}
.footer-menu nav.navbar {
	background-color: #043264 !important;
	width: 100%;
}
.footer-menu a.nav-link {
	color: #FFFFFF !important;
	border: none !important;
	padding: 0.25rem 1.5rem !important;
}
.footer-menu a.nav-link.dropdown-toggle:hover {
	color: #FFFFFF !important;
}
.footer-menu a.single-link:hover {
	color: #FFFFFF !important;
}
.footer-menu a.nav-link::after {
	display: none;
}
.footer-menu li.nav-item {
	margin: 0 auto 2rem auto;
	position: inherit;
	border-top: none;
	border-bottom: none;
}
.footer-menu div.dropdown-menu {
	display: block;
	position: inherit !important;
	border: none;
	background-color: #043264;
}
@media only screen and (max-device-width:991px) {
	.site-footer a.dropdown-item {
		padding-left: 1.8rem !important;
	}
	.footer-menu ul.navbar-nav {
	display: block;
	}
}
.site-footer a.dropdown-item:hover, a.dropdown-item:focus, a.dropdown-item:active {
	background-color: #043264 !important;
	text-decoration: underline;
	color: #FFFFFF !important;
}
.footer-line {
	border: none;
	width: 80% !important;
	height: 1px;
	margin: 0 auto;
	background-color: rgba(155,155,155,0.30);
	color: rgba(155,155,155,0.30);
}
.footer-credits {
	padding: 2rem 0;	
}




/* Sections CSS */
.light-section {
	background-color: #ffffff;
	padding: 0 1.5rem;
}
.dark-section {
	background-color: #eaeefd;
	padding: 2.5rem 1.5rem;
}
@media only screen and (min-device-width: 995px) {
	.mobile-only {display: none;}
	.pc-only {display:block;}
}
@media only screen and (max-device-width: 994px) {
	.mobile-only {display: block;}
	.pc-only {display: none;}
}
.section-title {
	color: #000000;
	text-align: center;
	margin-bottom: 1rem;
	font-size: 1.8rem;
}


	

/* Carousel CSS */
.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
	visibility: hidden !important;
}
div.owl-dots {
	padding-bottom: 5%;
}
.slider-no-buttons .owl-dots {
	visibility: hidden !important;
}
span.ion-chevron-left, span.ion-chevron-right {
	color: #003da5 !important;
}




/* Pages CSS */
.pages {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	max-width: 1050px;
}
.pages-inner {
	margin: 0 1.5rem;
}
.page-title {
    width: 100%;
	max-width: 1055px;
	margin: 0px auto;
	text-align: left;
	margin-bottom: 3rem;
}
.page-title h2 {
	color: rgba(4,65,130,1.00) !important;
	text-decoration: none;
	text-align: left;
}
@media only screen and (max-device-width:990px) {
	.page-title h2 {
		text-align: center;
	}
}
.page-sub-title {
	font-weight: bolder;
}
.page-end {
	height: 6px;
	background-color: #ccd8ed;
	border: none;
	color: #ccd8ed;
}
.page-end-thin {
	height: 2px;
	border: none;
	color: rgba(155,155,155,0.30);
	background-color: rgba(155,155,155,0.30);
}
.page .page-left * {
	color: #000000;
}
.side-content {
	background-color: #F5F5F5;
	padding: 10%;
}
.side-content h5, .side-content strong {
	color: rgb(80,80,80) !important;
}
.side-content p {
	color: rgb(115,115,115);
}




/* Side Page Links */
.other-pages {
	overflow: show;
	background-color: #F5F5F5;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;	   
}
.other-pages-title {
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: rgb(80,80,80) !important;
	font-weight: bold;
	padding: 5% 1.5rem;
}
.other-pages #inicio {
	display: none;
}
.other-pages ul.navbar-nav {
	display: flex;
	background-color: transparent;
	width: 100%;
}
.other-pages .navbar-collapse {
	background-color: transparent;
	display: block !important;
}
.other-pages div.header-menu {
	background-color: transparent;
}
.other-pages nav.navbar {
	background-color: transparent !important;
	width: 100%;
}
.other-pages a.nav-link {
	color: #FFFFFF !important;
	border: none !important;
	padding: 0.25rem 1.5rem !important;
}
.other-pages a.nav-link.dropdown-toggle {
	display: none;
}
.other-pages a.nav-link.dropdown-toggle:hover {
	color: #FFFFFF !important;
}
.other-pages a.single-link:hover {
	color: #FFFFFF !important;
}
.other-pages a.nav-link::after {
	display: none;
}
.other-pages a.dropdown-item {
	width: 100%;
	color: rgb(115,115,115);
}
.other-pages a.dropdown-item:hover {
	background-color: #043264;
	color: #FFFFFF;
	text-decoration: underline;
}
.other-pages li.nav-item {
	margin: 0;
	position: inherit;
	border-top: none;
	border-bottom: none;
	text-indent: 0px;
	width: 100%;
}
.other-pages div.dropdown-menu {
	display: block;
	position: inherit !important;
	border: none;
	background-color: #F5F5F5;
	width: 100% !important;
	border-radius: 0;
}
.other-pages div.container.header-menu {
	padding: 0 !important;
}
.other-pages ul.navbar-nav {
	background-color: transparent;
}
.other-pages li {
	display: none;
}
.other-pages.inst li#inst {
	display: flex;
}
.other-pages.set li#set {
	display: flex;
}
.other-pages.cont li#cont {
	display: flex;
}
.other-pages button#navbar-toggler {
	display: none;
}

/* News CSS */
.news-page {
	width: 100%;
	margin: 0 auto;
	max-width: 1110px !important;
}
.news-cover {
	width: 100%;
	height: auto;
	max-width: 500px;
	margin: 0px auto;
}
.news-container {
	background-color: #FFFFFF;
}
.news-cover-container {
	width: 100%;
	margin: 0px auto;
	max-width: 500px;
	display: none;
}
.news-date {
	font-weight: normal;
	color: rgba(155,155,155,0.80);
	font-size: 1rem;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5%;
}
.news-title {
	font-size: 3rem;
	font-weight: bold;
	color: #0056b3;
	display: block;
	margin-bottom: 5%;
	line-height: 3.5rem;
}
.news-desc {
	color: #043264;
}
.news-line {
	display: block;
}
.news-box {
	width: 100%;
	max-width: 270px;
	height: 400px;
	margin: 0px auto;
}
.news-link {
	display: none;
}
.news-box .news-title {
	font-size: 1.2rem;
	line-height: 1.7rem;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.news-box .news-text {
	padding: 0 6%;
	font-size: 1.1rem;
}
.news-box .news-text p {
	display: none;
}
.news-box .news-cover-container {
	display: block;
}
.news-box .news-line {
	display: block;
	height: 1px;
	width: 60%;
	color: rgba(155,155,155,0.30);
	background-color: rgba(155,155,155,0.30);
	position: absolute;
	bottom: 10%;
	right: 0;
	left: 0;
}
.news-box .news-link {
	color: #003da5;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
	display: block;
	padding-bottom: 5%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.news-box .news-link:hover {
    color: #003da5;
	text-decoration: underline;
}
.side-news {
	background-color: rgba(155,155,155,0.10);
}
.side-news .news-cover-container {
	display: block;
	width: 100%;
}
.side-news img {
	opacity: 0.9
}
.side-news .news-title {
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: rgb(80,80,80) !important;
}
.side-news .news-text {
	padding: 10%;
}
.side-news .news-text p {
	color: rgb(115,115,115);
}
.side-news .news-link {
	display: block;
}
.side-news .news-container {
	background-color: transparent;
}
@media only screen and (max-device-width:999px) {
	.side-news .news-text p {
		display: none;
	}
}


/* Flex CSS */
.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.flex-item {
	width: auto;
	margin: 0px;
}
.flex-item-2 {
	width: 50%;
	margin: 0px;
}
.flex-item-3 {
	width: 30%;
	margin: 0px;
}




/* Form CSS */
.form-frame {
	width: 100%;
	height: 900px;
	border: none;
}
.main-form {
	width: 99%;
	height: 100%;
	margin: 0 auto;
}
.main-form input[type="submit"] {
	margin: 0 auto;
	background: #003da5;
    color: #fff;
    padding: 16px 20px;
    display: inline-block;
	border-radius: 35px;
    font-size: 1.2rem;
    line-height: 24px;
}
.main-form input[type="submit"]:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #FFFFFF;
}
button.submit-main {
	margin: 0 auto;
	background: #003da5;
    color: #FFFFFF !important;
    padding: 16px 50px;
    display: inline-block;
	border-radius: 35px;
    font-size: 1.2rem;
    line-height: 24px;
	border: none;
}
button.submit-main:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #FFFFFF;
}



.center-wrapper {
    max-width: 1280px;
	width: auto;
	margin: 0 auto;
}
.main-button {
	background: #003da5;
    color: #fff;
    padding: 16px 20px;
    display: inline-block;
	border-radius: 35px;
    font-size: 1.2rem;
    line-height: 24px;
}
.main-button:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.end-links {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8% 0;
	color: rgba(4,65,130,1.00);
	font-weight: bold;
	font-size: 1rem;
	background-color: rgba(155,155,155,0.05);
	border:1px solid rgba(155,155,155,0.30);
}
.end-links:hover {
	color: rgba(4,65,130,1.00);
	text-decoration: none;
	border-color: rgba(4,65,130,1.00);
}
.icon-small-container {
	margin: 0 auto !important;
}
.icon-small {
	max-width: 60px;
	max-height: 60px;
	width: 100%;
	height: 100%;
}
.icon-desc {
	width: 90%;
	margin: 0 auto;
}
.main-icons-mobile {
	padding: 8vw 0;
}
.mobile-only .icon-title {
	font-size: 3.5vw !important;
	font-size-adjust: auto;
	color: #fff;
}
.pc-only .icon-title {
	font-size: 1.5vw !important;
	font-size-adjust: auto;
	color: #fff;
}
.main-image {
	width: 100%;
	min-height: 1px;
	display: block;
}




/* Flex-List CSS */
.flex-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;	    
}
.flex-list li {
	width: 50%;
    margin: 0;
    padding: 0;
}
.flex-list a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 20%;
    text-align: center;
}
.flex-list img {
	width: 23%;
	height: 23%;
	display: block;
	margin: 0px auto;
	padding-bottom: 5%;
	clear: left;
}
.flex-list label {
	display: block;
	color: #FFFFFF;
}
.flex-list div {
	width: 99%;
	font-size: 24px;
    line-height: 26px;
    position: relative;
	text-align: center;
}
/* Block-List CSS */
.block-list-small {
	list-style: none;
    padding: 0;
    overflow: hidden;
	font-size: 1.6rem;
    color: #111;
}
.block-list-small.smaller li {
	padding: 2% 0;
}
.block-list-small li.inactive a {
	color: rgba(155,155,155,0.90);
}
.block-list-small li.inactive a:hover {
	cursor: default;
}
.block-list-small li {
	margin: 0 10px 10px 0;
	text-transform: uppercase;
	text-align: center;
	overflow: auto;
	float: left;
	background: #fff;
    border: 1px solid #e3e3e0;
	padding: 1%;
}
.block-list-small li:hover {
	border-color: #043264;
	cursor: pointer;
}
.block-list-small li.inactive:hover {
	border-color: #e3e3e0;
	cursor: default;
}
.block-list-small a {
	font-size: 22px;
    line-height: 24px;
    color: #000;
	display: block;
    float: left;
    text-align: center;
	width: 100%;
	height: 100%;
    min-width: 26px;
    text-decoration: none;
}
.blue-line {
	width: 95px;
	color: #043264;
	background-color: #043264;
	border: none;
	height: 2px;
}
.lista-esp {
	width: 100%;
	max-height: 310px;
	overflow-y: auto;
	overflow-x: hidden;
}
br {
	color: transparent;
}
h1, h2, h3, h4, h5 {
	color: #043264;
	text-indent: 10px;
}
label {
	display: block;
	color: #043264;
	font-weight: bold;
}
html, body {
	max-width: 100%;
	overflow-x: hidden;
	width: 100% !important;
	height: 100% !important;
}
.social {
	width: 100%;
	flex: none;
}
.link {
	color: #043264;
	text-decoration: none;
}
.link:hover {
	color:#069;
}
button.owl-dot {
	width: 20px !important;
	height: 20px !important;
	margin: 5px !important;
	background-color: rgba(155,155,155,0.50) !important;
	border: 1px solid rgba(155,155,155,0.50) !important;
	border-radius: 50% !important;
	outline: none !important;
	outline-color: transparent !important;
	outline-width: 0px !important;
	transition: .3s all ease !important;
}
button.owl-dot.active {
	background-color: #FFF !important;
	border: 1px solid rgb(155,155,155) !important;
}
button.owl-dot span, button.owl-dot.active span {
	display:none !important;
}
button[type="submit"] {
	padding: 10px 15px;
	border: none;
	background-color: #043264;
	color: #FFFFFF;
	font-weight: bold;
	animation-name: blue-to-dark;
	animation-duration: 0.5s
}
button[type="submit"]:hover {
	cursor: pointer;
	background-color: #01438a;
	animation-name: dark-to-blue;
	animation-duration: 0.5s;
}
button[type="submit"]:focus {outline: none;}

@keyframes color {
  from {color: rgba(120,120,120,1.00);}
  to {color: #FFFFFF;}
}
@keyframes coloroff {
	from {color: #FFFFFF;}
	to {color: rgba(120,120,120,1.00);}
}
input {
	padding: 5px;
	border-radius: 0px;
	border: 1px solid rgba(155,155,155,0.30);
	width: 99%;
	color: #000000;
}
textarea {
	padding: 5px;
	border-radius: 0PX;
	border: 1px solid rgba(155,155,155,0.30);
	width: 99%;
	resize: none;
	color: #000000;
}
.box {	
	border: 1px solid rgba(155,155,155,0.50);
	padding: 10px;
	margin: 20px;
	box-shadow: 1px 1px 2px 1px rgba(155,155,155,0.30);
}
.sub_page {
	width: 70%;
	margin: 0px auto !important;
}
.round_box {
	border: 1px solid rgba(155,155,155,0.50);
	border-radius: 3px;
	padding: 10px;
	margin: 20px;
	box-shadow: 1px 1px 2px 1px rgba(155,155,155,0.30);
}
.owl-carousel {
	touch-action: auto;
	ms-touch-action: auto;
}
.floatr {float: right;}
.floatl {float: left;}

.centert {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.red_font {
	color: #B00A0D;
}
.arrow {
	width: 16px;
	height: 16px;
}
.arrow:hover {
	cursor: pointer;
	width: 16px;
	height: 16px;
}
div.form-contato {
	width: 100%;
	margin: 0px auto;
}
div.left-side, div.right-side {
	height: 100%;
	margin: 10px;
	flex: auto;
}
div.flex-item {
	height: 100%;
	width: 100%;
	flex: auto;
}
.page {
	width: 100%;
	max-width: 1055px;
	display: flex;
	margin: 15px auto 0px  auto;
	padding-bottom: 15px;
}
.page-container {
	border: 0px;
	margin: 10px;
	margin-top: 3rem;
	background-color: transparent;
}
.page-left {flex: 0 0 70%;height: 100%;}
.page-right {flex: 1; height: 100%;}

@media only screen and (max-device-width: 999px) {
	.page, .page-left, .page-right {
		display: block !important;
		width: 90%;
		height: 100% !important;
		margin: 15px auto 0px auto !important;
		text-align: center;
		flex: none !important;
		overflow-y: auto;
}
	.page-left {
		margin-bottom: 28px !important;
	}
}
.page-left {
	vertical-align: top;
	text-align: left;
	margin-right: 5%;
}
.page-left, .side-page-container {
	background-color: #FFFFFF;
}
.side-page-container table {
	box-shadow: 1px 1px 2px 1px rgba(155,155,155,0.30);
}
.side-page th {
	background-color: #043264;
	text-indent: 10px;
	font-size: 20px;
	color: #FFFFFF !important;
	padding: 15px 5px;
}
.side-page td {
	text-indent: 10px;
	padding: 8px;
}
.side-page a {
	color: #043264;
	animation-name: link-off;
	animation-delay: 0.5s;
	font-weight: bold;
}
.side-page a:hover {
	color: #01438a;
	animation-name: link-on;
	animation-delay: 0.5s;
	text-decoration: none;
}
.page_banner {
	width: 100%;
	height: 100%;
	margin: 0px auto;
}
@keyframes link-off {
	from {color: #01438a;}
	to {color: #043264;}
}
@keyframes link-on {
	from {color: #043264;}
	to {color: #01438a;}
}
.side-page a.active {text-decoration: underline;}

.side-page-container {
	border: 1px solid rgba(155,155,155,0.50);
	box-shadow: 1px 1px 2px 1px rgba(155,155,155,0.30);
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
@media only screen and (max-device-width: 980px) {
	.icons-normal {
		display: none;
	}
	.icons-mobile {
		display: block;
	}
}
@media only screen and (min-device-width: 980px) {
	.icons-mobile {
		display: none;
	}
	.icons-normal {
		display: block;
	}
}
@media only screen and (max-device-width: 992px) {
	.footer-normal {
		display: none;
	}
	.footer-mobile {
		display: flex;
	}
}
@media only screen and (min-device-width: 992px) {
	.footer-mobile {
		display: none !important;
	}
	.footer-normal {
		display: block;
	}
}
.mobile-icon {
	width: 80%;
	padding: 1% 2%;
	text-align: left;
	background-color: #043264;
	animation-name: blue-to-dark;
	animation-delay: 0.5s;
	border-radius: 5px;
	color: #FFFFFF;
	margin: 0px auto;
	overflow: auto;
}
.mobile-icon:hover {
	background-color: #01438a;
	animation-name: dark-to-blue;
	animation-delay: 0.5s;
}
.mobile-icon img {
	width: 12%;
	height: 12%;
	margin: 0 8% 0 2%;
	
}
.mobile-icon a {
	display: block;
	width: 100%;
	height: 12%;
	color: #FFFFFF;
	font-weight: bold;
}
.mobile-icon a:hover {text-decoration: none;}
.icons-section {
	max-width: 960px;
    margin: 0 auto;
	display: block;
    box-sizing: border-box;
	padding: 0px;
	text-align: center;
}
.icons-wrapper {
	margin: 0px auto;
	clear: both;
	display: block;
    box-sizing: border-box;
	padding: 0px;
	text-align: center;
}
.icons-wrapper::before {
	content: " ";
	display: table;
	box-sizing: border-box;
	padding: 0px;
}
.icons-wrapper::after {
	clear: both;
	content: " ";
    display: table;
	box-sizing: border-box;
}
.icons-container {
    clear: both;
	display: block;
    box-sizing: border-box;
	margin: 0px auto;
    padding: 0;
	text-align: center;
}
.icons-container::before {
	content: " ";
    display: table;
	box-sizing: border-box;
	padding: 0px;
}
.icons-container::after {
	clear: both;
	content: " ";
    display: table;
	box-sizing: border-box;
}
.icons {
    list-style: none;
	margin-top: 0;
    margin-bottom: 10px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}
.icons li {
	width: 17%;
	float: left;
    margin-right: 3.5%;
    text-align: center;
	list-style: none;
	height: 100%;
}
.icons img {
	width: 70%;
	height: auto;
	margin: 15px 0px;
}
@keyframes blue-to-dark {
	from {background-color: #01438a;}
	to {background-color: #043264;}
}
@keyframes dark-to-blue {
	from {background-color: #043264;}
	to {background-color: #01438a;}
}
.icons a {
	box-shadow: 1px 1px 2px 2px rgba(155,155,155,0.30);
	text-decoration: none;
	border-radius: 5px;
	background: #043264;
	padding: 10px;
	display: block;
	height: 100%;
	animation-name: blue-to-dark;
	animation-duration: 0.5s;
}
.icons a:hover {
	background-color: #01438a;
	animation-name: dark-to-blue;
	animation-duration: 0.5s;
}
.icons a:focus {
    outline: none;
	background-color: #01438a;
	animation-name: dark-to-blue;
	animation-duration: 0.5s;
}

.icons h5 {
	font-size: 1.1rem;
	font-size-adjust: 1rem;
	text-indent: 0px;
	color: #FFFFFF;
	font-weight: 500;
}
.dropdown-item:active {
	background-color: #01438a !important;
}
.space {
	padding: 5px;
}
.icons-container {
	width: 100%;
	font-size: 0;
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-center {
	text-align: center;
}
.noborder {
	border: none !important;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	padding: 0px;
}
.full {
	width: 100%;
}
.nomargin {
	margin: 0px !important;
}
.nopadd {
	padding: 0px !important;
}