/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
a {
	color: #25a9e0;
}

a:hover {
	color: #003B87;
}

body {
	color: #000;
	font-weight: 400;
}

#sp-top { text-align: center; line-height: 50px;}

#sp-top a:link,
#sp-top a:visited {
	color: #000;
}

#sp-top a:hover {
	color: #000;
}

#sp-top .jmm-social.default {
	text-align: center;
}

#sp-top .jmm-social.default .jmm-list:before {
	content: 'siga-nos';
	line-height: 50px;
	font-size: 16px;
	font-weight: 400;
	margin-right: 20px;
}

section#sp-group {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

section#sp-group p {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 15px;
	margin: 0;
}

.full-screen-ftop .offcanvas-menu {
	right: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	background-color: #384a9b;
	transition: all 500ms ease;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li {
	border: none;
}

#sp-top .sp-module .sp-module-title {
  margin: 0 15px;
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
  float: left;
  line-height: 50px;
}

#sp-position6 .sp-module .sp-module-title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
  line-height: 30px;
}

header#sp-header {
	background-color: #fff;
	padding: 0px;
}

header#sp-header .sp-megamenu-wrapper {
	background: rgb(41,83,129);
	background: linear-gradient(99deg, rgba(41,83,129,1) 0%, rgba(128,34,54,1) 100%);
	text-align: center;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
	text-align: left;
}

#sp-header .sp-module {
  display: block;
  margin: 0;
}

header a.readon-button {
	background-color: #fff;
	font-weight: 700;
	font-size: 14px;
	color: #20394A;
	line-height: 89px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #fff;
	padding: 14px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

header a.readon-button:link {
	text-decoration: none;
}

header a.readon-button:visited {
	color: #20394A;
}

header a.readon-button:hover {
	color: #20394A;
}

header .sp-module ul >li >a:before {
	display: none;
}

header .sp-module ul >li {
	border: none;
}

#offcanvas-toggler {
	/*
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHUAAABZCAMAAAA3tJvDAAAAFVBMVEVMaXH////////////////////////zsRG/AAAABnRSTlMAQMCAMCBFBbxlAAAACXBIWXMAACxKAAAsSgF3enRNAAAATUlEQVRo3u3a0QnAIBBEwTOJ6b9kU0MQV2Gmgfd3cLB1B/R6A5qqquqv6hXwFAAAADO09b5q4H1VVVU9qpq5TQAAAMxgaaSqqrrh0mgAfRBJU2O7KYYAAAAASUVORK5CYII=');
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 23px auto;
	*/
	float: none;
	line-height: 89px;
	margin: 0;
	padding: 0;
}

#offcanvas-toggler:after {
	content: "Menu";
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	padding: 0 0 0 20px;
}

#offcanvas-toggler >i {
	color: #fff;
}

@media (max-width:768px) {
	#sp-header {
		padding: 0 10px !important;
	}

}

section#sp-slogan {
	max-with: 1700px;
}

section#sp-slogan h1 {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.15;
	color: #003B87;
	padding: 0 5px;
}

/*
section#sp-areas .sp-module .sp-module-title, section#sp-call-to-action .sp-module .sp-module-title {
	margin: 0 0 20px;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	color: #20394A;
	font-weight: 400;
}
*/

#sp-areas a.readon-button {
	background-color: #384a9b;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #384a9b;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	margin: auto;
}

#sp-areas a.readon-button:link {
	text-decoration: none;
}

#sp-areas a.readon-button:visited {
	color: #fff;
}

#sp-areas a.readon-button:hover {
	color: #fff;
}

/*
section#sp-areas .sp-module .sp-module-title:before, 
section#sp-call-to-action .sp-module .sp-module-title:before {
	display: inline-block;
	width: 2px;
	height: 40px;
	top: -50px;
	left: 50%;
	position: absolute;
	content: " ";
	background-color: #ccc;
	border-radius: 10px;
	z-index: 20;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
*/

section#sp-news .sp-module {
  margin-top: 0px;
}

section#sp-news .sp-module .sp-module-title {
	margin: 0 0 20px;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	color: #384a9b;
	font-weight: 400;
}

.nspArt h4.nspHeader a {
	font-size: 22px;
	font-weight: 600;
	color: #384a9b;
}

.nspArt p.nspText {
	font-weight: 500;
	line-height: 21px;
}

#sp-news a.readon-button {
	background-color: #fff;
	display: table;
	font-weight: 700;
	font-size: 14px;
	color: #384a9b;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #fff;
	margin: auto;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-news a.readon-button:link {
	text-decoration: none;
}

#sp-news a.readon-button:visited {
	color: #384a9b;
}

#sp-news a.readon-button:hover {
	color: #384a9b;
}

.nspArt .nspInfo {
	display: block !important;
	font-weight: 700;
	color: #20394A;
	margin: 0;
	padding: 0;
}

section#sp-schedule .sp-module .sp-module-title {
	margin: 0 0 20px;
	font-size: 30px;
	text-transform: none;
	line-height: 1;
	font-weight: 500;
	color: #fff;
}

section#sp-schedule h2 {
	color: #fff;
	padding: 0 15px;
}

#sp-schedule a.readon-button {
	background-color: #fff;
	display: table;
	font-weight: 600;
	font-size: 14px;
	color: #1f496e;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #fff;
	margin: auto;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-schedule a.readon-button:link {
	text-decoration: none;
}

#sp-schedule a.readon-button:visited {
	color: #1f496e;
}

#sp-schedule a.readon-button:hover {
	color: #1f496e;
}

#sp-position5 {
	border-right: 2px solid #fff;
}

#sp-call-to-action p {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #000;
	margin: 0;
}

#sp-call-to-action .jmm-social.default {
	text-align: left;
}

#sp-call-to-action a.readon-button {
	background-color: #fff;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 15px 23px;
	border-radius: 50px;
	display: inline-block;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-call-to-action a.readon-button:link {
	text-decoration: none;
}

#sp-call-to-action a.readon-button:visited {
	color: #000;
}

#sp-call-to-action a.readon-button:hover {
	color: #000;
}

#sp-call-to-action a.readon-button-alt {
	background-color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	color: #25a9e0;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #25a9e0;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-call-to-action a.readon-button-alt:link {
	text-decoration: none;
}

#sp-call-to-action a.readon-button-alt:visited {
	color: #25a9e0;
}

#sp-call-to-action a.readon-button-alt:hover {
	color: #25a9e0;
}

#sp-bottom {
	background: rgb(41,83,129);
	background: linear-gradient(110deg, rgba(41,83,129,1) 0%, rgba(128,34,54,1) 100%);
}

#sp-bottom h1 {
	font-family: Roboto, sans-serif;
	font-size: 25px;
	font-weight: 300;
	margin: 0;
}

#sp-bottom h2 {
	margin: 0;
}

#sp-bottom .sp-module .sp-module-title {
	font-size: 25px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.85em;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	position: relative;
	padding-bottom: 0;
	color: #fff;
}

#sp-bottom .sp-module .sp-module-title:after {
	display: none;
}

#sp-bottom a.readon-button {
	background-color: transparent;
	display: table;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid #fff;
	margin: 20px 0;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-bottom a.readon-button:link {
	text-decoration: none;
}

#sp-bottom a.readon-button:visited {
	color: #fff;
}

#sp-bottom a.readon-button:hover {
	background-colour: transparent;
	color: #fff;
}

.scrollup {
	background: #384a9b url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImFycm93X3VwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgOTYgOTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk2IDk2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01Miw4NFYyMS43bDIxLjUsMjEuNWMxLjYsMS42LDQuMSwxLjYsNS43LDBjMS42LTEuNiwxLjYtNC4xLDAtNS43TDUwLjgsOS4ybDAsMGMtMC4yLTAuMi0wLjQtMC40LTAuNi0wLjUKCWMtMC4xLTAuMS0wLjItMC4xLTAuMy0wLjJjLTAuMS0wLjEtMC4yLTAuMS0wLjQtMC4yYy0wLjEtMC4xLTAuMy0wLjEtMC40LTAuMWMtMC4xLDAtMC4yLTAuMS0wLjMtMC4xQzQ4LjUsOCw0OC4zLDgsNDgsOGwwLDAKCWMwLDAsMCwwLDAsMGMtMC4zLDAtMC41LDAtMC44LDAuMWMtMC4xLDAtMC4yLDAuMS0wLjMsMC4xYy0wLjEsMC0wLjMsMC4xLTAuNCwwLjFjLTAuMSwwLjEtMC4zLDAuMS0wLjQsMC4yCgljLTAuMSwwLjEtMC4yLDAuMS0wLjMsMC4yYy0wLjIsMC4xLTAuNCwwLjMtMC42LDAuNUwxNi45LDM3LjVjLTEuNiwxLjYtMS42LDQuMSwwLDUuN2MxLjYsMS42LDQuMSwxLjYsNS43LDBMNDQsMjEuN1Y4NAoJYzAsMi4yLDEuOCw0LDQsNFM1Miw4Ni4yLDUyLDg0eiIvPgo8L3N2Zz4K) no-repeat center center;
	background-size: 17px 17px;
	width: 55px;
	height: 55px;
	position: fixed;
	bottom: 32px;
	right: 50px;
	display: none;
	z-index: 888;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-border-radius: 50px;
}

.sp-page-title {
	position: relative;
	padding: 200px 0 25px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sp-page-title h2 {
	font-size: 45px;
	font-weight: 500;
	line-height: 1;
	color: #fff !important;
	padding-bottom: 20px;
	margin-bottom: 0px;
	position: relative;
}

.sp-page-title h2:after {
	display: none;
}

#sp-main-body {
	padding: 100px 0;
}

#sp-main-body p,
#sp-main-body ul,
#sp-main-body ol {
	font-weight: 400;
}

#sp-main-body strong {
	color: #000;
}

#sp-main-body h1 {
	color: #000;
	font-weight: 700;
	font-size: 23;
	text-transform: uppercase;
}

#sp-main-body h2 {
	color: #003B87;
	font-weight: 400;
	line-height: 1.35;
	padding: 10px 0px;
	text-align: center;
}

#sp-main-body h3 {
	color: #003B87;
	font-weight: 500;
}

section#sp-highlight .sp-module .sp-module-title {
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	color: #003B87;
	text-transform: none;
}

section#sp-highlight p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.35;
	color: #003B87;
}

section#sp-highlight em {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #000;
}

.com-content #sp-main-body {
	background: #ffffff;
}

.panel {
	box-shadow: none;
}

.rl_sliders.accordion>.accordion-group {
	border: none;
}

.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
	background-color: #fff;
}

.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
	background-color: #fff;
}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
	border: none;
}

a.accordion-toggle:link {
	color: #20394A !important;
	font-size: 22px;
	font-weight: 700;
}

a.accordion-toggle:visited {
	color: #20394A !important;
}

a.accordion-toggle:hover {
	color: #20394A !important;
}

.accordion-toggle.rl_sliders-toggle.nn_sliders-toggle {
	background-image: url(https://www.brag.pt/temp/epap/templates/wt_cw_free/images/minus.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 33px auto;
	color: #0e1d5d;
	font-weight: bold;
	padding-left: 0 !important;
}

.accordion-toggle.rl_sliders-toggle.nn_sliders-toggle.collapsed {
	background-image: url(https://www.brag.pt/temp/epap/templates/wt_cw_free/images/plus.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 33px auto;
	color: #0e1d5d;
	font-weight: bold;
	padding-left: 0 !important;
}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
	padding: 20px 35px 25px 20px;
}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner p {
	color: #003B87;
	font-weight: 500;
}

span.sp-copyright {
	font-size: 14px;
}

#sp-component .blog p {
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

#sp-component .blog img {
	margin-bottom: 10px;
	object-fit: cover;
	height: 350px;
	width: 100%;
}

#sp-component .blog h2 a {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}


input[type="text"], input[type="textarea"], textarea, .rsform-text-box, .rsform-select-box, .rsform-upload-box {
	border-bottom: 2px solid #20394a;
	padding: 10px;
	width: 100%;
}

select, input[type="file"] {
	height: 45px;
}

input[type="textarea"], textarea {
	border-bottom: 2px solid #20394a;
	padding: 30px 20px;
	width: 100%;
	min-height: 180px;
}

.rsform-block-referertitle input[type="text"] {
	background-color: #fff;
	border: none;
	font-size: 20px;
	font-weight: 700;
	color: 000;
	padding: 0px;
	width: 100%;
}

.rsform-block-referertitle .control-label {
	display: none;
}

/*
.rsform-block label {
	display: none;
}
*/

button[type="submit"], input[type="submit"], button[type="submit"]:hover, button[type="submit"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #25a9e0;
	display: table;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #25a9e0;
	margin: 0;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.bt-googlemaps {
	box-shadow: 0 40px 85px rgba(0, 0, 0, 0.15), 0 25px 80px rgba(0, 0, 0, 0.1);
}

.control-group {
	margin-bottom: 30px;
}

.rsform-block label {
	font-weight: 700;
	color: 000;
	margin-top: 5px;
}

.rsform-block label.checkbox,
.rsform-block label.radio {
	font-weight: 400;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: static;
	margin-top: 4px\9;
	margin-right: 7px;
	margin-left: 0;
}

#sp-bottom p, #sp-footer p {
	font-weight: 400 !important;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
}

#sp-footer a {
	margin-right: 15px;
}

#sp-footer2 a:link, #sp-footer2 a:visited, #sp-footer2 a:hover {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #25a9e0;
}

@media only screen and (max-width:1010px) {
	.dj-main {
		display: none;
	}

}

.sigplus-gallery > ul {
	line-height: 0;
}

.slideplus-navigation > a, .slideplus-paging > a {
	padding: 0 3px;
	margin: 20px 5px 5px 5px;
	width: 35px;
	height: 35px;
	line-height: 30px;
	background-size: 0px !important;
	background-repeat: no-repeat;
}

.slideplus-pager.slideplus-current {
	color: white;
	font-weight: 600;
	background-color: #25a9e0;
	border: 1px solid #25a9e0;
}

#sigplus_1001 .slideplus-aspect {
	padding: calc(0px + 0px) calc(0px + 0px) calc(0px + 0px + 100%);
}

#fancybox-content {
	border: none;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
	color: #fff;
	display: inline-block;
	font-size: 28px;
	padding: 20px 7px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
	display: inline-block;
	position: initial;  /* top: 0; */

	/* right: 0; */
	padding: 10px 20px;
	cursor: pointer;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
	left: auto;
	right: auto;
	font-size: 28px;
	padding: 20px 0px;
}

.page-footer {
	display: none;
}

.format {
	background-color: red;
	width: 35px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
}

table p {
	margin: 0;
}

.table>tbody>tr>td {
	padding: 10px;
	border: none;
}

.blog .accordion-inner {
	padding: 15px 0px 15px 0px !important;
}

.scrollup {
  right: 50px;
}

#sp-bottom4 .sp-module ul >li >a {
	padding: 0;
}

.jmm-social.default .jmm-list li {
	margin: 0 !important;
}

/* Formação */

.for-data {
  background: #384a9b;
  padding: 20px;
  position: relative;
  top: -20px;
  max-width: 350px;
  text-align: center;
  color: #fff;
}
.for-components ul {
  -webkit-columns: 2 200px;
     -moz-columns: 2 200px;
          columns: 2 200px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
}
.for-components ul li {
    list-style: none;
}

.for-components h2 {
  color: #003B87;
  font-weight: 500;
  line-height: 1.35;
  padding: 10px 0px;
  margin-bottom: 5px !important; 
}

.for-link a.readon-button {
	background-color: #eee;
	display: table;
	font-weight: 600;
	font-size: 14px;
	color: #384a9b;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #eee;
	margin: 20px auto;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.for-link a.readon-button:link {
	text-decoration: none;
}

.for-link a.readon-button:visited {
	color: #384a9b;
}

.for-link a.readon-button:hover {
	color: #384a9b;
}

#coordenacao,
#formadores,
#programa {
	padding: 25px 0;
	border-top: 1px solid #e4e4e4;
}

#coordenacao {
	margin-top: 30px;
}

.for-coordination ul {
  -webkit-columns: 1 200px;
     -moz-columns: 1 200px;
          columns: 1 200px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
          padding: 0;
}
.for-coordination li {
	list-style: none;
  display: inline-block; /*necessary*/
}

.for-coordination h1 {
	font-weight: 500;
  margin: 15px 0 35px 0 !important; 
}

.for-coordination h2 {
  color: #003B87;
  font-weight: 500;
  line-height: 1.35;
  padding: 10px 0px;
  margin-bottom: 5px !important; 
}

.for-coordination img {
  margin: auto;
}

.for-coordination p {
	font-size: 14px;
}

.for-teaching ul {
  -webkit-columns: 3 200px;
     -moz-columns: 3 200px;
          columns: 3 200px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
          padding: 0;
}

.for-teaching li {
	list-style: none;
  display: inline-block; /*necessary*/
}

.for-teaching h1 {
	font-weight: 500;
  margin: 15px 0 35px 0 !important; 
}

.for-teaching h2 {
  color: #003B87;
  font-weight: 500;
  line-height: 1.35;
  padding: 10px 0 5px 0 !important;
  margin-bottom: 0 !important; 
}

.for-teaching img {
  margin: auto;
}

.for-teaching p {
	font-size: 14px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #e4e4e4;
}

.for-teaching a:link,
.for-teaching a:visited,
.for-teaching a:hover {
	background-color: #eee;
	display: table;
	font-weight: 600;
	font-size: 16px;
	color: #384a9b;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #eee;
	padding: 7px 15px;
	border-radius: 50px;
	margin: auto;
}

.for-program ul {
  -webkit-columns: 3 200px;
     -moz-columns: 3 200px;
          columns: 3 200px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
          padding: 0;
}
.for-program li {
	list-style: none;
  display: inline-block; /*necessary*/
}

.for-program h1 {
	font-size: 25px;
	font-weight: 500;
  margin: 5px !important;
  padding: 0 !important;
}

.for-program h2 {
	font-size: 25px;
	font-weight: 500;
  margin: 5px !important;
  padding: 0 !important;
}

.for-program h3 {
	font-size: 20px;
	font-weight: 600;
	color: #25a9e0 !important;
  margin: 5px !important;
  padding: 0 !important;
}

.for-coordination h2 {
  color: #003B87;
  font-weight: 600;
  line-height: 1.35;
  padding: 10px 0px;
  margin-bottom: 5px !important; 
}

.mfp_masonryxt_skin_default.mfp_mid_169 .mfp_masonryxt_item .mfp_masonryxt_item_inner .mfp_overlay {
	background: none !important;
}



.jmm-social.default .jmm-link .jmm-ico {
	font-size: 20px !important;
	line-height: 50px;
	width: 40px !important;
	height: 40px !important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #000 !important;
	background: #444;
	text-align: center;
}

.mfp_collage_skin_default .mfp_collage_item .mfp_collage_title a {
	color: #fff;
	font-weight: 600;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	font-size: 1.05em;
}

.mfp_default_skin_default .mfp_default_item .mfp_default_title a {
	color: #003B87;
	font-weight: 500 !important;
}

.mfp_carouselxt_skin_default .mfp_carouselxt_item .mfp_align .mfp_align_inner {
	padding: 1em !important;
}

/*
.mfp_carouselxt_skin_default .mfp_carouselxt_item .mfp_align:hover .mfp_align_inner {
	background: linear-gradient(99deg, rgba(41,83,129,1) 0%, rgba(128,34,54,1) 100%);
}
*/

.mfp_default_skin_default .mfp_default_item .mfp_thumb_pos_top img, .mfp_default_skin_default .mfp_default_item .mfp_thumb_pos_top2 img {
	object-fit: cover;
	height: 200px;
	width: 100%;
}

.mfp_default_skin_default .mfp_default_item .mfp_date, .mfp_default_skin_default .mfp_default_item .mfp_author {
	font-size: .9em;
	color: #000;
	display: inline;
	position: relative;
}

.mfp_default_skin_default .mfp_default_more_articles h5 {
	margin: 0 0 .7em 0;
	padding: 0;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 500;
}

.mfp_default_more_articles {
	margin-top: 25px;
}

#sp-dots {
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#sp-dots a:link,
#sp-dots a:visited {
	padding: 20px;
	min-width: 200px;
}

#sp-dots a:hover {
	background-color: #eee;	
}

#sp-dots p {
	margin: 7px 0 0 0;
	font-weight: 500;
	color: #000;
}

#sp-dots ul {
	margin: auto;
}

#sp-dots ul li {
	display: inline-block;
	margin: 10px 15px;
}

#sp-dots img {
	margin: auto;
}

#sp-title {
	margin-top: 70px;
}

.breadcrumb {
	padding: 8px 15px;
	margin: 0px;
	list-style: none;
	background-color: transparent;
	text-align: center;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	border-bottom: 1px solid #335e91;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
	border: none;
}

div.rsform-block.rsform-block-info1,
div.rsform-block.rsform-block-info2,
div.rsform-block.rsform-block-info3,
div.rsform-block.rsform-block-info4,
div.rsform-block.rsform-block-info5,
div.rsform-block.rsform-block-info6,
div.rsform-block.rsform-block-info7,
div.rsform-block.rsform-block-info8,
div.rsform-block.rsform-block-info9,
div.rsform-block.rsform-block-info10,
div.rsform-block.rsform-block-info11 {
	border-top:1px solid #FFE6F3;
	border-bottom:1px solid #FFE6F3;
	background-color:#FCF2F8;
	padding: 18px 15px;
	margin-bottom: 15px;
}
.rsfp-field-multiple-plus-button {
  background-image: url(../images/plus.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 33px auto;
  background-color: #fff;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
  padding: 10px 50px 10px 50px;
  border: none;
}
.rsfp-field-multiple-plus-button:visited,
.rsfp-field-multiple-plus-button:hover,
.rsfp-field-multiple-plus-button:focus {
  background-color: #fff;
  color: #fff;
}