@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: "Encode Sans", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: "Open Sans", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*font-family: "Roboto", sans-serif;*/
/**********************************************************************************
*************** GENERAL ***********************************************************
**********************************************************************************/
* {
	overflow-anchor: none !important;
	scroll-snap-stop: normal !important;
	overscroll-behavior: unset !important;
	scroll-behavior: unset !important;
}

.container,
.container-1000,
header,
footer,
.container-fluid,
body,
div,
span,
section {
	overflow-anchor: none !important;
	scroll-snap-stop: normal !important;
	overscroll-behavior: unset !important;
	scroll-behavior: unset !important;
}
body {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	background: #f5f5f5;
	color: #45555a;
}
::selection {
	background: #c3474f; /*WebKit/Blink Browsers*/
	color: #ffffff;
}
::-moz-selection {
	background: #c3474f; /*Gecko Browsers*/
	color: #ffffff;
}
a {
	/*color: #C3474F;*/
	color: #206cb0;
	text-decoration: none;
	padding: 2px 0 1px;
}
a:hover {
	/*color: #9c3840; */
	color: #206cb0;
	text-decoration: none;
}
/*******************************************************************************************************************
*************** CUSTOM CONTAINERS **********************************************************************************
********************************************************************************************************************/
[class*='container-'] {
	padding-left: 0;
	padding-right: 0;
}
.container-1000 {
	max-width: 1570px;
	margin: 0 auto;
}
.container-1000.for_navbar {
	background-color: #f5f5f5;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-right: 0;
	padding-left: 0;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.row_with .col-md-12,
.row_with .col-md-7,
.row_with .col-md-5 {
	padding-right: 30px;
	padding-left: 30px;
}
.row_with {
	/* margin-right: -15px;
     margin-left: -15px;*/
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.btn {
	display: inline-block;
	background-color: #dddddd;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*******************************************************************************************************************
*************** HELPERS ********************************************************************************************
********************************************************************************************************************/
.link-overflow {
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}
.link-overflow:hover,
.link-overflow:focus {
	text-decoration: none;
}
[class*='container'].no-space {
	padding-left: 0;
	padding-right: 0;
}
.row.no-space {
	margin-left: 0;
	margin-right: 0;
}
.row.no-space [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.no-margin {
	margin-left: 0;
	margin-right: 0;
}
.nomargin {
	margin: 0;
}
.no-padding {
	padding-right: 0;
	padding-left: 0;
}
.positive-margin {
	margin-left: 15px;
	margin-right: 15px;
}
.txt-center {
	text-align: center;
}
.float-wrapper {
	overflow: hidden;
}
.hide-content {
	display: none;
}
.responsive-embed {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.responsive-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mt-1 {
	margin-top: 0.5rem !important;
}
.mb-1 {
	margin-bottom: 0.5rem !important;
}
.mt-2 {
	margin-top: 1rem !important;
}
.mb-2 {
	margin-bottom: 1rem !important;
}
.mt-3 {
	margin-top: 1.5rem !important;
}
.mb-3 {
	margin-bottom: 1.5rem !important;
}
.mt-4 {
	margin-top: 2rem !important;
}
.mb-4 {
	margin-bottom: 2rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pt-1 {
	padding-top: 0.5rem !important;
}
.pb-1 {
	padding-bottom: 0.5rem !important;
}
.pt-2 {
	padding-top: 1rem !important;
}
.pb-2 {
	padding-bottom: 1rem !important;
}
.pt-3 {
	padding-top: 1.5rem !important;
}
.pb-3 {
	padding-bottom: 1.5rem !important;
}
.pt-4 {
	padding-top: 2rem !important;
}
.pb-4 {
	padding-bottom: 2rem !important;
}
.pt-5 {
	padding-top: 3rem !important;
}
.pb-5 {
	padding-bottom: 3rem !important;
}
/*******************************************************************************************************************
*************** HEADER *********************************************************************************************
********************************************************************************************************************/
/*header { overflow: hidden; }
header .inner { overflow: hidden; }*/
header h1 {
	margin: 0;
	line-height: normal;
}
header .contact {
	overflow: hidden;
	margin-top: 25px;
}
header .btn.greenbtn,
.btn.greenbtn {
	color: #ffffff;
	font-family: 'Encode Sans', sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.375rem;
	text-transform: uppercase;
	background: #24ad7c url('../images/grnbtnbig-2.png') left center no-repeat;
	border-radius: 0.375rem;
	padding: 0.625rem 0.9375rem 0.5rem 3.3rem;
	margin-left: 1rem;
	/*box-shadow: 0 2px 6px rgba(0,0,0,0.25);*/
}
.btn.trnsprntbtn {
	background-color: transparent;
	color: #4c4c4c;
	font-family: 'Encode Sans', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375rem;
	text-transform: uppercase;
	border: 1px solid #bcbcbc;
	border-radius: 0.375rem;
	padding: 0.625rem 0.9375rem 0.5rem 0.9375rem;
	margin-left: 1rem;
}
.btn.greenbtn:disabled {
	background: #dddddd url('../images/grnbtn.png') left center no-repeat;
}
.headtext {
	padding: 15px 0;
}
header .headtext {
	padding: 20px 0;
}
.greenbtn {
	padding: 10px 0;
}
.headtext p > a,
.centered p > a,
.centered a,
.centered li > a,
.centered li p > a,
.section a,
.section p > a,
.section li > a,
.section li p > a,
.pcb_school a,
.pcb_school p > a,
.pcb_school li > a,
.pcb_school li p > a,
.school-page a,
.school-page p > a,
.school-page li > a,
.school-page li p > a,
footer a,
footer p > a,
footer li > a,
footer li p > a {
	position: relative;
	/*color: #C3474F;*/
	color: #206cb0;
	text-decoration: none;
}
.headtext p > a:hover,
.centered a:hover,
.centered p > a:hover,
.centered li > a:hover,
.centered li p > a:hover,
.section a:hover,
.section p > a:hover,
.section li > a:hover,
.section li p > a:hover,
.pcb_school a:hover,
.pcb_school p > a:hover,
.pcb_school li > a:hover,
.pcb_school li p > a:hover,
.school-page a:hover,
.school-page p > a:hover,
.school-page li > a:hover,
.school-page li p > a:hover,
footer a:hover,
footer p > a:hover,
footer li > a:hover,
footer li p > a:hover {
	/*color: #C3474F;*/
	color: #206cb0;
}
.headtext p > a:before,
.centered a:before,
.centered p > a:before,
.centered li > a:before,
.centered li p > a:before,
.section a:before,
.section p > a:before,
.section li > a:before,
.section li p > a:before,
.pcb_school a:before,
.pcb_school p > a:before,
.pcb_school li > a:before,
.pcb_school li p > a:before,
.school-page a:before,
.school-page p > a:before,
.school-page li > a:before,
.school-page li p > a:before,
footer a:before,
footer p > a:before,
footer li > a:before,
footer li p > a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	/*background-color: #C3474F;*/
	background-color: #206cb0;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.headtext p > a:hover:before,
.centered a:hover:before,
.centered p > a:hover:before,
.centered li > a:hover:before,
.centered li p > a:hover:before,
.section a:hover:before,
.section p > a:hover:before,
.section li > a:hover:before,
.section li p > a:hover:before,
.pcb_school a:hover:before,
.pcb_school p > a:hover:before,
.pcb_school li > a:hover:before,
.pcb_school li p > a:hover:before,
.school-page a:hover:before,
.school-page p > a:hover:before,
.school-page li > a:hover:before,
.school-page li p > a:hover:before,
footer a:hover:before,
footer p > a:hover:before,
footer li > a:hover:before,
footer li p > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
a[data-toggle='lightbox']:before,
a[data-lightbox]:not([data-lightbox='']):before,
a.no_lines:before {
	display: none;
}
a[data-toggle='lightbox']:hover:before,
a[data-lightbox]:not([data-lightbox='']):hover:before,
a.no_lines:hover:before {
	display: none;
}

.school-page a.title {
	color: #455555;
}

.school-page a.subMenuTitle:before {
	display: none;
}

/*******************************************************************************************************************
*************** MAIN MENU ******************************************************************************************
********************************************************************************************************************/
.mt-11 {
	margin-top: 2px;
}
.navbar {
	padding: 0.5rem 0;
}
.navbar-light .navbar-nav .nav-link {
	color: #4c4c4c;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0.5rem 2.5rem;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: #4c4c4c;
}
.navbar-light .navbar-nav .nav-link:hover {
	background-color: #c3474f;
	color: #ffffff;
}
.navbar-light .navbar-nav .nav-link[aria-expanded='true'] {
	background-color: #c3474f;
	color: #ffffff;
}
.dropdown-menu {
	border: none;
	background-color: #ffffff;
	border-radius: 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	padding: 0;
}
.navbar-light .navbar-nav .dropdown-item {
	padding: 0.625rem 2rem;
}
.navbar-light .navbar-nav .dropdown-item:hover {
	background-color: #c3474f;
	color: #ffffff;
}
.dropdown-item.active,
.dropdown-item:active {
	text-decoration: none;
	background-color: #c3474f;
	color: #ffffff;
}

.logo.pull-left.for_fixed,
.contact.pull-right.for_fixed {
	display: none;
}

.fixed-top .contact a:not(.btn) {
	color: #4c4c4c;
	font-family: 'Encode Sans', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375rem;
	text-transform: uppercase;
	padding: 0.625rem 0 0.5rem 0;
	display: inline-block;
	vertical-align: middle;
}
.fixed-top .logo.pull-left.for_fixed,
.fixed-top .contact.pull-right.for_fixed {
	display: block;
}
.fixed-top .navbar {
	padding: 0 0;
}
.fixed-top .navbar-light .navbar-nav .nav-link {
	color: #4c4c4c;
	font-family: 'Encode Sans', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375rem;
	text-transform: uppercase;
	padding: 0.5rem 0.625rem;
}
.fixed-top .dropdown-menu {
	border: none;
	background-color: #ffffff;
	border-radius: 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	padding: 0;
}
.fixed-top .navbar-light .navbar-nav .dropdown-item {
	padding: 0.625rem 2rem;
}
.fixed-top .navbar-light .navbar-nav .nav-link:hover {
	background-color: #c3474f;
	color: #ffffff;
}
.fixed-top .navbar-light .navbar-nav .dropdown-item:hover {
	background-color: #c3474f;
	color: #ffffff;
}
.fixed-top .dropdown-item.active,
.fixed-top .dropdown-item:active {
	text-decoration: none;
	background-color: #c3474f;
	color: #ffffff;
}
.fixed-top .navbar-light .navbar-nav .nav-link[aria-expanded='true'] {
	background-color: #c3474f;
	color: #ffffff;
}
.fixed-top .dropdown-toggle::after {
	display: inline-block;
	background-image: url('../images/nav-arrow-down.png');
	width: 11px;
	height: 6px;
	margin-left: 0.255em;
	vertical-align: middle;
	content: '';
	border: none;
}
.fixed-top .dropdown-toggle:hover:after {
	/*filter: invert(0%) sepia(0%) saturate(3207%) hue-rotate(0deg) brightness(100%) contrast(80%);*/
	background-image: url('../images/nav-arrow-down-white.png');
}
.fixed-top .navbar-light .navbar-nav .nav-link.dropdown-toggle[aria-expanded='true']::after {
	background-image: url('../images/nav-arrow-down-white.png');
}
.dropdown-submenu {
	display: none;
	position: absolute;
	width: 100%;
	top: 59px;
	left: 0;
	background-color: #f5f5f5;
	padding: 3% 5%;
	z-index: 99999;
}
.dropdown-submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}
.dropdown-submenu ul li {
	vertical-align: top;
	height: auto;
	margin: 10px 0;
}
.dropdown-submenu ul li a {
	font-family: 'Encode Sans', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	text-transform: uppercase;
	color: #333333;
}
.dropdown-submenu ul li span {
	font-family: 'Encode Sans', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	text-transform: uppercase;
	color: #c44c54;
}
.dropdown-submenu .dd_sub_menu li {
	display: block;
	width: 100%;
}
.dropdown-submenu .dd_sub_menu li a {
	font-family: 'Encode Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	text-transform: unset;
	color: #4c4c4c;
}
.navbar-light .navbar-toggler {
	color: #ffffff;
	background-color: #c44c54;
	padding: 13px 30px 2px;
	margin: 10px 5px 0 10%;
}
.navbar-light button:focus {
	outline: none;
}
.fixed-top .navbar .logo img {
	width: 210px;
}

/*.collapse.show {display: none;}*/
/*.fixed-top .navbar {display: block; width: 100%; position: relative; }

.fixed-top .main_menu.collapse.navbar-collapse { display: none !important; }
.fixed-top .navbar-expand-lg .navbar-toggler { display: inline-block !important;}
.fixed-top .btn.greenbtn { display: none !important; }*/

/*.fixed-top .collapse.show {display: block;}*/
.dropdown-submenu {
	height: 100vh;
	overflow-y: auto !important;
}

@media (max-width: 1570px) {
	.fixed-top .navbar.navbar-expand-lg.navbar-light {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 1440px) {
	.fixed-top .btn.trnsprntbtn,
	header .btn.greenbtn {
		margin-left: 0.5rem;
	}
	.fixed-top .navbar-light .navbar-nav .nav-link {
		padding: 0.5rem 0.5rem;
	}
}
@media (max-width: 1353px) {
	.fixed-top .btn.trnsprntbtn,
	header .btn.greenbtn,
	header .contact a {
		font-size: 0.75rem;
	}
	.fixed-top .navbar-light .navbar-nav .nav-link {
		font-size: 0.75rem;
	}
}
@media (max-width: 1234px) {
	.fixed-top .navbar {
		display: block;
		width: 100%;
	}
	.fixed-top .main_menu.collapse.navbar-collapse {
		display: none !important;
	}
	.fixed-top .navbar-expand-lg .navbar-toggler {
		display: inline-block !important;
	}
}

@media (max-width: 676px) {
	.fixed-top .logo.pull-left {
		margin-bottom: 10px;
	}
	.fixed-top .contact.pull-right.greenbtn {
		display: none;
	}
}
@media (max-width: 420px) {
	.fixed-top .navbar-light .navbar-toggler {
		margin-left: 0;
	}
}
/*******************************************************************************************************************
*************** HOME HERO ******************************************************************************************
********************************************************************************************************************/
#hero-carousel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#hero-carousel table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	table-layout: fixed;
}
#hero-carousel table tr {
	margin: 0;
	padding: 0;
}
#hero-carousel table th,
#hero-carousel table td {
	margin: 0;
	padding: 0;
}
#hero-carousel table tr td {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	border-left: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
#hero-carousel table tr td a {
	display: block;
	padding: 10px 10px;
	font-size: 14px;
	height: 100%;
	color: #45555a;
	font-family: HelveticaNeue;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

#hero-carousel table tr td a img {
	margin-right: 24px;
	vertical-align: middle;
}

#hero-carousel table tr td a .svg-icon {
	display: inline-block;
}

#hero-carousel table tr td a .svg-icon-hover {
	display: none;
}

#hero-carousel table tr td a p {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
#hero-carousel table tr td a.paddplus {
	padding: 24px 10px;
}
#hero-carousel table tr td a:hover {
	text-decoration: none;
}
#hero-carousel table tr td:first-child {
	border-left: 1px solid transparent;
}
#hero-carousel table tr td:last-child {
	border-right: 1px solid transparent;
}
#hero-carousel table tr td:hover,
#hero-carousel table tr td.active {
	text-decoration: none;
	background: #eb5757;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#hero-carousel table tr td:hover a,
#hero-carousel table tr td.active a {
	color: #fff;
}
#hero-carousel table tr td:hover .svg-icon,
#hero-carousel table tr td.active .svg-icon {
	display: none;
}

#hero-carousel table tr td:hover .svg-icon-hover,
#hero-carousel table tr td.active .svg-icon-hover {
	display: inline-block;
}

#hero-carousel .text {
	overflow: hidden;
	position: absolute;
	/* background-color: rgba(255, 255, 255, 0.6); */
	width: 52.5%;
	height: 100%;
	padding: 70px 0 0 0px;
	top: 0;
	right: 0;
}
#hero-carousel .text .btn-grey {
	border-radius: 8px;
	background-color: #ffffff;
	padding: 1rem 2rem;
	color: #c3474f;
	font-family: HelveticaNeue;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
#hero-carousel .text .btn-grey:hover {
	color: #ffffff;
	background-color: #c3474f;
}
#hero-carousel .text h3 {
	color: #fff;
	font-family: HelveticaNeue;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	font-size: 2rem;
	line-height: 2.375rem;
	margin-bottom: 2rem;
	/*font-weight: 500;*/
	text-transform: uppercase;
}
/*#hero-carousel .text.variation-a {
    top: 70px;
    left: calc(50% + 60px);
}
#hero-carousel .text.variation-b {
    top: 70px;
    left: calc(70% + 30px);
}
#hero-carousel .text.variation-c {
    top: 70px;
    left: calc(50% + 60px);
}
#hero-carousel .text.variation-d {
    top: 70px;
    left: calc(50% + 60px);
}*/
#hero-carousel .carousel-item img {
	width: 100%;
}
#hero-carousel .carousel-item .imgBG,
.bannerBox .imgBG {
	width: 100%;
	height: 297px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
/*******************************************************************************************************************
*************** CONTENT ********************************************************************************************
********************************************************************************************************************/
.content {
	padding: 70px 0;
	background-color: #ffffff;
}
.content-page {
	padding: 0 0 70px 0;
	background-color: #ffffff;
}
.content p {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
}
.content h1 {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 500;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.content h2 {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 500;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.content h3 {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: 500;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.content h3.with_dot:before {
	content: ' • ';
}
h4 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.content .btn.greenbtn {
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 2.5rem;
	background: #24ad7c url('../images/grnbtnbig-2.png') left center no-repeat;
	border-radius: 0.375rem;
	padding: 0.5rem 4rem;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.btn.greenbtn:hover {
	background-color: #1f9269;
}
.content .btn.greenbtn.longw {
	font-size: 1.25rem;
	padding: 0.5rem 2rem 0.5rem 4rem;
}
.lh40px,
.content p.lh40px,
p.lh40px {
	line-height: 2.5rem;
}
.mb35 {
	margin-bottom: 35px;
}
.redText {
	color: #c3474f;
}
.blueText {
	color: #206cb0;
}
.bold-red {
	color: #c3474f;
	font-weight: 600;
}
.italicText,
p.italicText {
	font-weight: 500;
	font-style: italic;
}
.forYoutube {
	position: relative;
}
.greyBox {
	background: #f5f5f5;
	margin: 0;
}
.greyBox .section,
.greyBox .centered {
	padding-top: 50px;
	padding-bottom: 50px;
}
.greyBox1 {
	background: #f5f5f5 url('../images/greybox.png') top left no-repeat;
	margin: 0;
}
.greyboxText {
	padding: 50px 120px 50px 30px;
}
.greyBox h2.invcommas {
	background: url('../images/inverted-commas.png') left center no-repeat;
	font-size: 2rem;
	line-height: 80px;
}
.vertalignText {
	padding-left: 130px;
	display: inline-block;
	position: relative;
	height: 100%;
	width: 100%;
}
.vertalignText h2 {
	/* display: inline-block;
     vertical-align: middle; */
	position: absolute;
	top: 50%;
	left: auto;
	transform: translateX(0%) translateY(-50%);
}
.redBox {
	color: #ffffff;
	background-color: #c3474f;
}
.redBox.customredBox {
	margin: 0;
}
.redBox.customredBox .vertalignText {
	padding-left: 0;
}
.redBox.customredBox .vertalignText .ttext {
	width: 100%;
}
.redBox.customredBox .rbright {
	padding: 120px 60px 100px 30px;
}
.redBox1 {
	background: #c3474f url('../images/flexible-printed-circuit-board.png') left top no-repeat;
	margin: 0;
}
.redBox.customredBox1 {
	background: #c3474f url(/userfiles/image/redbox-wearable-pcb-2.jpg) center left no-repeat;
	background-size: contain;
	margin-top: 0;
}
.board-gallery {
	padding: 100px 100px 100px 0;
	position: relative;
}
.board-gallery .col-xs-4 {
	text-align: center;
	display: inline-block;
	margin: 10px;
	position: relative;
	width: auto;
}
.redBox .vertalignText h2 {
	position: static;
	top: auto;
	left: auto;
	transform: none;
}
.redBox .vertalignText .ttext {
	width: 62%;
	position: absolute;
	top: 50%;
	left: auto;
	transform: translateX(0%) translateY(-50%);
}
.redBox .vertalignText .ttext h2 {
	color: #ffffff;
	font-size: 3.75rem;
	line-height: 4.5rem;
	text-shadow: 0 2px rgba(0, 0, 0, 0.5);
	margin-bottom: 35px;
}
.redBox .vertalignText .ttext p {
	color: #ffffff;
}
.redBox .board-gallery .col-xs-4 .caption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(195, 71, 79, 0.7);
	color: #ffffff;
	width: 100%;
	height: 60px;
	cursor: pointer;
}
.board-gallery .col-xs-4 img {
	cursor: pointer;
}
.board-gallery .caption h3 {
	/*color: #45555A;*/
	color: #ffffff;
	font-weight: 500;
	font-size: 18px;
	line-height: 40px;
	margin: 10px 0;
}
.board-gallery .caption h3 a {
	color: #ffffff;
}
.board-gallery .col-xs-4 .caption p {
	font-size: 14px;
	line-height: 19px;
	/*color: #45555A;*/
	color: #ffffff;
	margin: 20px 25px;
	text-align: center;
	display: none;
}
.board-gallery .col-xs-4 .caption p.more {
}
/*.board-gallery .col-xs-4 .caption p.more a, .board-gallery .col-xs-4 .caption p.more a:hover {*/
.board-gallery .col-xs-4 .caption p.more a {
	/*color: #45555A;
    border-bottom: 1px solid #45555A;*/
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 7px 10px;
	background: none;
}
.board-gallery .col-xs-4 a:hover {
	border-bottom: 1px solid #ffffff;
}
.centered,
.section {
	width: 50%;
	margin: 30px auto;
}
.section.for_empty_page {
	min-height: 1065px;
}
.minibanner {
	background: #f5f5f5 url('../images/minibannerbg-1.png') left top no-repeat;
	padding: 25px 30px 5px 250px;
	margin: 50px auto;
	width: 100%;
	max-width: 785px;
}
.minibanner h2 {
	margin-bottom: 20px;
}
@media (max-width: 1400px) {
	.content .btn.greenbtn {
		font-size: 1.15rem;
	}
	.board-gallery .col-xs-4 .caption.manyChar:not(.small) h3 {
		line-height: 1.3;
	}
}
@media (max-width: 1400px) {
	.content .btn.greenbtn {
		font-size: 1rem;
		padding: 0.5rem 1rem 0.5rem 3rem;
	}
}
@media (max-width: 1095px) {
	.board-gallery .col-xs-4 .caption.manyChar.small h3 {
		line-height: 1.2;
	}
}
@media (max-width: 991px) {
	.content .btn.greenbtn {
		background-image: none !important;
		padding: 0.5rem 1.25rem 0.5rem 1.25rem !important;
	}
	.content .btn.greenbtn.longw {
		font-size: 1rem;
	}
	.redBox.customredBox1 {
		background: #c3474f url(/userfiles/image/redbox-wearable-pcb-2.jpg) top left no-repeat;
	}
	.board-gallery .col-xs-4 .caption.manyChar:not(.small) h3,
	.board-gallery .col-xs-4 .caption.manyChar.small h3 {
		line-height: 40px;
	}
}
@media (max-width: 850px) {
	.content .btn.greenbtn {
		background-image: none !important;
		padding: 0.5rem 0.75rem 0.5rem 0.75rem !important;
	}
	.content .btn.greenbtn.longw {
		font-size: 0.875rem;
	}
}
@media (max-width: 780px) {
	.board-gallery .col-xs-4 .caption.manyChar:not(.small) h3 {
		line-height: 20px;
	}
}
@media (max-width: 768px) {
	.minibanner .btn.greenbtn {
		font-size: 1rem;
		line-height: 2rem;
	}
}
@media (max-width: 726px) {
	.board-gallery .col-xs-4 .caption.manyChar:not(.small) h3 {
		line-height: 1.3;
	}
}
@media (max-width: 633px) {
	.content .minibanner h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.minibanner .btn.greenbtn {
		/* background: #24AD7C url(../images/grnbtn.png) left center no-repeat; */
		background: #24ad7c;
		padding: 0.5rem 1rem;
	}
}
@media (max-width: 600px) {
	.board-gallery .col-xs-4 .caption.manyChar:not(.small) h3,
	.board-gallery .col-xs-4 .caption.manyChar.small h3 {
		line-height: 40px;
	}
}
@media (max-width: 583px) {
	.content .minibanner h2 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (max-width: 570px) {
	.minibanner {
		background: #f5f5f5 !important;
		text-align: center;
		padding: 25px 30px 5px 25px;
	}
}
@media (max-width: 455px) {
	.board-gallery .col-xs-4 .caption.manyChar:not(.small) h3 {
		line-height: 1.3;
	}
}
.redBox2 {
	background: #b7444c url('../images/redbox2bg.png') left bottom no-repeat;
	margin: 0;
}
.redBox h2 {
	color: #ffffff;
	font-size: 3.75rem;
	line-height: 4.5rem;
	text-shadow: 0 2px rgba(0, 0, 0, 0.5);
	margin-bottom: 35px;
}
.redBox h3 {
	color: #ffffff;
	line-height: 2rem;
}
/*.redBox a, .redBox a:hover {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}*/
.redBox p > a,
.redBox p a,
.redBox li > a {
	position: relative;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
.redBox p > a:hover,
.redBox li > a:hover {
	color: #ffffff;
	/*border-bottom: none;*/
}
.redBox p > a:before,
.redBox li > a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.redBox p > a:hover:before,
.redBox li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.redBox p > a:before img {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}
.redBox p > a:hover:before img {
	-webkit-transform: none;
	transform: none;
}
.redBox .rbleft {
	padding: 120px 60px 120px 120px;
}
.redBox .rbright {
	padding: 120px 60px 120px 30px;
}
.redBox p {
	color: #ffffff;
}
.redBox .col-md-7 .col-md-6 p {
	margin-bottom: 0.5rem;
}
.content ol li,
.content ul li {
	margin-bottom: 10px;
}
footer {
	padding: 0;
}
footer .mb35 {
	padding-left: 35px;
	margin-bottom: 0;
}
footer ul.link-list.list-unstyled {
	margin: 15px 0 35px 35px;
}
footer .link-list li {
	display: inline-block;
	margin-right: 20px;
}
footer .link-list li a {
	font-weight: 500;
}
footer h3 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 500;
	margin-bottom: 20px;
}
footer p.copy {
	font-size: 0.875rem;
	line-height: 1.5rem;
	margin: 35px 0 0 35px;
}
footer .socials p.copy {
	margin-bottom: 0.625rem;
	margin-left: 0;
}
footer .logos img {
	margin-right: 30px;
	margin-top: 1rem;
}
footer .socialline {
	margin-top: 15px;
}
footer .socialline img {
	margin-right: 35px;
}
footer .row.h100 {
	height: 100%;
}
footer p.socialline > a:before {
	display: none;
}
footer p.socialline > a:hover:before {
	display: none;
}
.latestnewsBox {
	margin: 15px;
}
.latestnewsBox h4 {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
}
.latestnewsBox .latestnews-item {
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	margin: 0 0 10px 0;
}
.latestnewsBox .latestnews-item:last-child {
	margin: 0 0 70px 0;
}
.latestnews-item p {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1em;
	line-height: 1.5rem;
	font-weight: 500;
}
.latestnews-item p a {
	color: #45555a;
}
.latestnews-item p a:hover {
	text-decoration: underline;
}
.latestnews-item p.readmore {
	margin: 0;
}
/*.latestnews-item p.readmore a { color: #C3474F; }*/

.latestnews-item p.readmore > a {
	position: relative;
	/*color: #C3474F;*/
	color: #206cb0;
	text-decoration: none;
}
.latestnews-item p.readmore > a:hover {
	/*color: #C3474F;*/
	color: #206cb0;
}
.latestnews-item p.readmore > a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	/*background-color: #C3474F;*/
	background-color: #206cb0;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.latestnews-item p.readmore > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.latestnews-item p.data {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 0.875rem;
	line-height: 1.5rem;
	font-weight: 400;
	margin-bottom: 0.625rem;
}
.dgreyBox {
	background-color: #45555a;
	width: 100%;
	height: 100%;
	padding: 20px 15px 0;
	color: #ffffff;
}
.dgreyBox h4 {
	color: #ffffff;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	font-style: italic;
}
.dgreyBox .form-control {
	font-size: 0.875rem;
	line-height: 1.5;
	color: rgba(69, 85, 90, 0.8);
	padding: 0.284rem 0.75rem;
}
.dgreyBox input[type='checkbox'].css-checkbox {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.dgreyBox input[type='checkbox'].css-checkbox.med:checked + label.css-label.med {
	background-position: 0 -17px;
}
.dgreyBox input[type='checkbox'].css-checkbox.med + label.css-label.med {
	padding-left: 22px;
	height: 17px;
	display: inline-block;
	line-height: 17px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
}
.dgreyBox .elegant {
	background-image: url(../images/elegant-1.png);
}
.dgreyBox label {
	margin-bottom: 1rem;
}

.dgreyBox .form-append a {
	color: #ffffff;
	font-size: 0.75rem;
	line-height: 1.5rem;
}
.dgreyBox .form-append a:hover {
	text-decoration: underline;
}
.btn.btn-white,
a.btn.btn-white {
	color: #c3474f;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	background-color: #ffffff;
	padding: 0.375rem 1em;
	/*box-shadow: 0 4px 6px rgba(0,0,0,0.1);*/
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.btn.btn-white:hover,
a.btn.btn-white:hover {
	font-weight: 500; /* box-shadow: 0 1px 10px rgba(0,0,0,0.5);*/
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.btn.btn-red,
a.btn.btn-red {
	color: #ffffff;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	background-color: #c3474f;
	padding: 0.375rem 1em;
	/*box-shadow: 0 4px 6px rgba(0,0,0,0.1);*/
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.btn.btn-red:hover,
a.btn.btn-red:hover {
	font-weight: 500; /*box-shadow: 0 1px 10px rgba(0,0,0,0.5);*/
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.btn.btn-gray,
a.btn.btn-gray {
	color: #ffffff;
	border: 1px solid #ffffff;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	background-color: #45555a;
	padding: 0.375rem 1em;
	margin-left: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn.btn-dgray:hover,
a.btn.btn-dgray:hover {
	font-weight: 500;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
a.btn:before {
	display: none;
}
a.btn:hover:before {
	display: none;
}
.bannerBox {
	background-color: #c94851;
	position: relative;
}
.bannerBox img {
	width: 100%;
}
.bannerBox .vertalignText {
	padding-left: 0;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.bannerBox .vertalignText .ttext {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0 15px;
	transform: translateX(calc(-50% + 15px)) translateY(-50%);
}
.bannerBox .vertalignText .ttext h1 {
	color: #ffffff;
	font-size: 3.75rem;
	line-height: 4.5rem;
	text-shadow: 0 2px rgba(0, 0, 0, 0.5);
	margin-bottom: 0;
	text-transform: uppercase;
}
.logo.pull-left {
	padding: 0.75rem 0 0 0;
	/*padding: 0;*/
}
.logos img {
	margin-right: 10px;
	/*width: 70px;*/
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
}
.logos img:first-child {
	width: unset;
}
.logos.wimg-100 img {
	width: 100px;
}
@media (max-width: 1531px) {
	.board-gallery {
		padding: 100px 70px 100px 0;
	}
	footer .btn.btn-white {
		padding: 0.375rem 0.5rem;
	}
	footer .btn.btn-dgray {
		padding: 0.375rem 0.5rem;
	}
}
@media (max-width: 1471px) {
	.bannerBox .vertalignText .ttext h1 {
		font-size: 2.75rem;
		line-height: 3.5rem;
	}
	.vertalignText {
		padding-left: 65px;
	}
	.board-gallery {
		padding: 100px 50px 100px 0;
	}
	.centered,
	.section {
		width: 60%;
	}
}
@media (max-width: 1530px) {
	.centered,
	.section {
		width: 60%;
	}
}
@media (max-width: 1550px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 0.5rem 2rem;
	}
	.board-gallery .col-xs-4 {
		width: 30%;
	}
	.board-gallery .col-xs-4 img {
		max-width: 100%;
	}
}

@media (max-width: 1340px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 0.5rem 1.625rem;
	}
	.content h2 {
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	footer .row .col-md-5.col-sm-6,
	footer .row .col-md-7.col-sm-6 {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.board-gallery .col-xs-4 {
		width: 27%;
	}
	.board-gallery .col-xs-4 img {
		max-width: 100%;
		width: 100%;
	}
	.centered,
	.section {
		width: 60%;
	}
	#hero-carousel .text h3 {
		font-size: 1.625rem;
		margin-bottom: 1.2rem;
	}
	#hero-carousel .text .btn-grey {
		font-size: 1.325rem;
		line-height: 1.625rem;
	}
	.redBox .vertalignText .ttext h2,
	.redBox h2 {
		font-size: 2.75rem;
		line-height: 3.5rem;
	}
	.greyBox h2.invcommas {
		font-size: 1.75rem;
	}
	.forYoutube iframe {
		width: 90% !important;
	}
	.bannerBox .vertalignText .ttext h1 {
		font-size: 2.25rem;
		line-height: 3rem;
	}
}
@media (max-width: 1213px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 0.5rem 1.475rem;
	}
	.bannerBox .vertalignText .ttext {
		left: 45%;
	}
}
@media (max-width: 1175px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 0.875rem;
	}
	#hero-carousel .text h3 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	#hero-carousel .text .btn-grey {
		font-size: 1.325rem;
		line-height: 1.5rem;
	}
	#hero-carousel .text {
		padding: 50px 0 0 50px;
	}
}
@media (max-width: 1115px) {
	.bannerBox .vertalignText .ttext h1 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}
@media (max-width: 1096px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 0.8125rem;
	}
	.greyBox h2.invcommas {
		font-size: 1.5rem;
		background: none;
		line-height: 2.25;
	}
	/*.logo.pull-left { width: 35%; padding: 1.75rem 0 0 0; }
    .logo.pull-left img{ max-width: 100%; }*/
}
@media (max-width: 1030px) {
	/*.bannerBox .vertalignText .ttext h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }*/
}
@media (max-width: 1024px) {
	/*.navbar-light .navbar-nav .nav-link { padding: 0.5rem 1.25rem; }*/
	.greyboxText {
		padding: 30px 100px 50px 20px;
	}
	.redBox .rbleft {
		padding: 100px 50px 100px 100px;
	}
	.redBox .rbright,
	.redBox.customredBox .rbright {
		padding: 100px 50px 100px 30px;
	}
	.redBox .rbright .col-md-7 {
		padding-right: 15px;
	}
	footer .socialline img {
		margin-right: 20px;
	}
	footer .logos img {
		margin-right: 15px;
		width: 55px;
	}
	footer p.copy {
		margin: 10px 0 0 25px;
	}
}
@media (max-width: 991px) {
	header {
		display: none;
	}
	.container-1000.for_navbar .navbar {
		display: block;
		width: 100%;
	}
	.container-1000.for_navbar {
		display: block;
	}
	.container-1000.for_navbar .logo.pull-left.for_fixed,
	.container-1000.for_navbar .contact.pull-right.for_fixed {
		display: block;
	}
	.container-1000.for_navbar .navbar-light .navbar-toggler {
		color: #ffffff;
		background-color: #c44c54;
		padding: 13px 30px 2px;
		margin: 10px 5px 0 10%;
	}
	.container-1000.for_navbar .navbar-expand-lg .navbar-toggler {
		display: inline-block !important;
	}
	/*.navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: #FFFFFF;
        background-color: #FFFFFF;
    }
    .navbar-toggler {
        padding: 0.1875rem;
        font-size: 1rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
        margin-right: 5px;
    }*/
	.redBox.redBox1 .row .col-md-6 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.greyBox1 {
		background-image: none;
	}
	.vertalignText h2 {
		position: static;
		top: auto;
		left: auto;
		transform: none;
	}
	.vertalignText {
		padding: 0 25px 25px;
	}
	.redBox .vertalignText .ttext {
		width: auto;
		position: static;
		top: auto;
		left: auto;
		transform: none;
		padding-top: 30px;
	}
	.dropdown-menu {
		box-shadow: none;
	}
	.centered,
	.section {
		width: 80%;
	}
	.greyBox .col-md-6.empty {
		width: 25%;
	}
	.greyBox .col-md-6 {
		width: 75%;
		max-width: 75%;
		flex: 0 0 75%;
	}
	.whiteBoxText {
		padding: 30px;
	}
	.greyboxText {
		padding: 30px;
	}
	.redBox .rbleft {
		padding: 60px 30px 60px 60px;
	}
	.redBox .rbright {
		padding: 60px 30px 60px 15px;
	}
	.redBox.customredBox .rbleft {
		padding: 60px 30px 10px 60px;
	}
	.redBox.customredBox .rbright {
		padding: 10px 30px 60px 15px;
	}
	.redBox .rbright .col-md-7 {
		padding-right: 15px;
	}
	footer .socialline img {
		margin-right: 15px;
	}
	footer .logos img {
		margin-right: 10px;
		width: 50px;
	}
	footer p.copy {
		margin: 0 0 0 25px;
	}
}
@media (max-width: 1400px) {
	#hero-carousel .text {
		padding: 40px 20px 0 30px;
	}
}
@media (max-width: 1080px) {
	#hero-carousel .text {
		padding: 20px 10px 0 20px;
	}
	#hero-carousel .text h3 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}
	#hero-carousel .text .btn-grey {
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 975px) {
	footer .btn.btn-dgray {
		margin: 0;
	}
}
@media (max-width: 927px) {
	footer .btn.btn-dgray {
		margin: 0.5rem 0 0 0;
	}
}
@media (max-width: 858px) {
	.bannerBox .vertalignText .ttext h1 {
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
}
@media (max-width: 787px) {
	#hero-carousel .text h3 {
		margin-bottom: 8px;
		font-weight: 400;
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	#hero-carousel .text {
		width: 73%;
		padding: 30px 0 0 30px;
	}
	#hero-carousel .text .btn {
		padding: 5px 10px;
		font-size: 12px;
	}
	#hero-carousel .text h3 br {
		display: none;
	}
	.bannerBox img,
	.carousel-item.active img {
		width: 100%;
		max-width: unset;
		height: 224px;
	}
	#hero-carousel .carousel-item img {
		width: 100%;
	}
	.bannerBox .vertalignText .ttext {
		top: 50%;
		left: 31%;
		transform: translateX(calc(-31% + 15px)) translateY(-40%);
	}
	.bannerBox .vertalignText .ttext h1 {
		color: #ffffff;
		font-size: 2.25rem;
		line-height: 2.75rem;
		text-shadow: 0 2px rgba(0, 0, 0, 0.5);
		margin-bottom: 0;
	}
	.bannerBox .vertalignText .ttext.verBigtest {
		top: 45%;
		left: 40%;
	}
	.bannerBox .vertalignText .ttext.verBigtest h1 {
		font-size: 2rem;
		line-height: 2.15rem;
	}
	.greyBox .col-md-6.empty {
		display: none;
	}
	.row .col-md-6 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.row.mb35 .col-md-6 {
		width: 50%;
		max-width: 50%;
		flex: 0 0 50%;
	}
	.greyBox1 {
		background-image: none;
	}
	.vertalignText h2 {
		position: static;
		top: auto;
		left: auto;
		transform: none;
	}
	.vertalignText {
		padding: 0 25px 25px;
	}
	.redBox .vertalignText .ttext {
		width: auto;
		position: static;
		top: auto;
		left: auto;
		transform: none;
		padding-top: 30px;
	}
	.board-gallery {
		padding: 0 1%;
		width: auto;
		margin: 0 auto;
	}
	.centered,
	.section {
		/*width: 95%;*/
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.redBox .col-md-5.rbleft {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		padding: 30px;
	}
	.redBox .col-md-7.rbright {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0 30px 30px;
	}
	.redBox .vertalignText .ttext h2,
	.redBox h2 {
		font-size: 2.75rem;
		line-height: 3.5rem;
		margin-bottom: 0;
	}
	.redBox h3 br {
		display: none;
	}
	.greyBox .col-md-6 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	footer .row .col-md-7.col-sm-6,
	footer .row .col-md-5.col-sm-6 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	footer .btn.btn-dgray {
		margin: 0 0 0 0.5rem;
	}
}
@media (max-width: 676px) {
	.container-1000.for_navbar .logo.pull-left {
		margin-bottom: 10px;
	}
	.container-1000.for_navbar .contact.pull-right.for_fixed {
		display: none;
	}
	.bannerBox img,
	.carousel-item.active img {
		width: 100%;
		max-width: unset;
		height: 197px;
	}
	#hero-carousel .carousel-item img {
		width: 100%;
	}
}
@media (max-width: 600px) {
	.bannerBox .vertalignText .ttext {
		top: 46%;
		left: 30%;
		transform: translateX(-30%) translateY(-40%);
	}
	.bannerBox .vertalignText .ttext h1 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.bannerBox .vertalignText .ttext.verBigtest h1 {
		font-size: 1.5em;
		line-height: 2rem;
	}
	.board-gallery .col-xs-4 {
		width: 43%;
	}
	/*.board-gallery .caption h3 { font-size: 16px; }
    .board-gallery .col-xs-4 .caption p {
        font-size: 12px;
        line-height: 15px;
        margin: 10px 10px;
    }*/
	.board-gallery .col-xs-4.fourth {
		margin-left: 10px;
	}
	.bannerBox img,
	.carousel-item.active img {
		width: 100%;
		max-width: unset;
		height: 175px;
	}
	#hero-carousel .carousel-item img {
		width: 100%;
	}
}
@media (max-width: 515px) {
	.bannerBox .vertalignText .ttext h1 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.bannerBox .vertalignText .ttext.verBigtest {
		top: 43%;
		left: 30%;
	}
	.bannerBox .vertalignText .ttext.verBigtest h1 {
		font-size: 1.25em;
		line-height: 1.75rem;
	}
	.bannerBox img,
	.carousel-item.active img {
		width: 100%;
		max-width: unset;
		height: 150px;
	}
	#hero-carousel .carousel-item img {
		width: 100%;
	}
	#hero-carousel .text.variation-d h3 {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 429px) {
	.bannerBox .vertalignText .ttext h1 {
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 420px) {
	.btn.btn-white,
	a.btn.btn-white {
		font-size: 14px;
		line-height: 22px;
	}
	.bannerBox .vertalignText .ttext {
		top: 50%;
		left: 0;
		transform: translateX(0) translateY(-40%);
	}
	.bannerBox .vertalignText .ttext.verBigtest {
		top: 43%;
		left: 15px;
	}
	.bannerBox .vertalignText .ttext.verBigtest h1 {
		line-height: 21px;
	}
	.bannerBox img,
	.carousel-item.active img {
		width: 100%;
		max-width: unset;
		height: 123px;
	}
	#hero-carousel .carousel-item img {
		width: 100%;
	}
	/*.logo.pull-left {
        width: 95%;
        float: none;
        margin: 0 auto;
    }*/
	header .contact {
		display: none;
	}
	#hero-carousel table tr td {
		display: block;
		width: 100%;
		padding: 10px;
		border-right: 1px solid transparent;
		border-left: 1px solid transparent;
	}
	#hero-carousel .text {
		padding: 8px 16px;
	}
	#hero-carousel .text h3 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 0;
	}
	#hero-carousel .text.variation-d h3 {
		font-size: 16px;
		line-height: 22px;
	}
	#hero-carousel .text h3 br {
		display: none;
	}
	#hero-carousel .text .btn-grey {
		color: #c3474f;
		border-radius: 4px;
		font-size: 14px;
		line-height: 24px;
		padding: 3px 10px;
		margin: 0 auto;
	}
	#hero-carousel .for_btn_0 {
		margin-top: 15px;
	}
	.board-gallery .col-xs-4 {
		width: 43%;
	}
	.board-gallery .caption h3 {
		font-size: 16px;
	}
	.board-gallery .col-xs-4 .caption p {
		font-size: 12px;
		line-height: 15px;
		margin: 10px 10px;
	}
	.board-gallery .col-xs-4.fourth {
		margin-left: 10px;
	}
	.content .btn.greenbtn {
		font-size: 1rem;
		line-height: 1.5rem;
		/*padding: 0.5rem 3rem;*/
		margin-left: 0;
	}
	.content h1 {
		font-size: 1.75rem;
		line-height: 1.75rem;
		font-weight: 500;
		margin-bottom: 15px;
	}
	.content h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.content {
		padding: 40px 0;
	}
	.greyBox1,
	.redBox1 {
		margin: 40px 0;
	}
	.redBox2 {
		margin-bottom: 40px;
	}
	.greyBox h2.invcommas {
		font-size: 1.325rem;
		background: none;
		line-height: 2;
	}
	.redBox .vertalignText .ttext h2,
	.redBox h2 {
		font-size: 2rem;
		line-height: 3rem;
	}
	.minibanner {
		background-image: none;
		padding: 25px 25px 5px 25px;
	}
	.row.mb35 .col-md-6 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	footer ul.link-list.list-unstyled {
		margin: 15px 10px;
	}
	footer .link-list li a {
		font-size: 0.75rem;
	}
	footer h3 {
		font-size: 1.25rem;
		line-height: 1.25rem;
		margin-bottom: 10px;
	}
	.logos {
		margin-bottom: 15px;
	}
	footer .row.h100 {
		height: auto;
	}
}

@media (max-width: 390px) {
	.bannerBox img,
	.carousel-item.active img {
		width: 100%;
		max-width: unset;
		height: 114px;
	}
	#hero-carousel .carousel-item img {
		width: 100%;
	}
}
/* @media (max-width: 343px) {
   .bannerBox .vertalignText .ttext h1 {
      font-size: 0.8rem;
      line-height: 1.25rem;
   }
}
@media (max-width: 320px) {
   .bannerBox .vertalignText .ttext h1 {
      font-size: 0.65rem;
      line-height: 1rem;
   }
} */
/*******************************************************************************************************************
*************** TEXT PAGE *******************************************************************************************
********************************************************************************************************************/
.text-page .table,
.school-page .table {
	width: 100% !important;
}
.text-page .table thead tr th,
.school-page .table thead tr th {
	/*background: #d6d7d6;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 20px;
    width: 50%;
    text-align: right;
    border-bottom: none;*/
	background: #545454;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	padding: 18px 16px;
	text-align: left;
	vertical-align: middle;
	border-bottom: none;
}
.table thead tr th.highlight-1 {
	/*border: 1px solid #a9a9a9 !important;*/
	/*background: #c0464e;
    color: #FFFFFF;
    font-weight: bold;*/
	background-color: #c3474f;
	color: #ffffff;
	font-weight: 700;
}
.text-page .table tbody tr:not(.redTH, .greyTH) td,
.school-page .table tbody tr:not(.redTH, .greyTH) td {
	/*font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    border-top: none;
    padding: 10px 20px;*/
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	border-top: none;
	padding: 8px 16px;
	border: 1px solid #ced4da;
}

/*.text-page .table:not(.checklist) tbody tr td { font-weight: 400; }
.text-page .table:not(.checklist) tbody tr td { width: 50%; text-align: right; }*/
.text-page .table .tb-col-1,
.school-page .table .tb-col-1 {
	width: 10% !important;
}
.text-page .table .tb-col-2,
.school-page .table .tb-col-2 {
	width: 25% !important;
}
.text-page .table .tb-col-3,
.school-page .table .tb-col-3 {
	width: 30% !important;
}
.text-page .table .tb-col-4,
.school-page .table .tb-col-4 {
	width: 40% !important;
}
.text-page .table .tb-col-5,
.school-page .table .tb-col-5 {
	width: 50% !important;
}
.text-page .table .tb-col-5pl,
.school-page .table .tb-col-5pl {
	width: 55% !important;
}
.text-page .table .tb-col-6,
.school-page .table .tb-col-6 {
	width: 60% !important;
}
.text-page .table .tb-col-7,
.school-page .table .tb-col-7 {
	width: 70% !important;
}
.inpw-15 {
	width: 15px;
}
.text-page .table-guide tbody tr td,
.school-page .table-guide tbody tr td {
	padding: 8px;
	font-weight: normal;
	text-align: left;
	width: 100%;
}
input.form-control[type='checkbox'] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: auto;
}
@media (max-width: 576px) {
	.text-page .table thead tr th,
	.text-page .table tbody tr td,
	.school-page .table thead tr th,
	.school-page .table tbody tr td {
		padding: 5px 10px;
	}
}
.text-page .table:not(.checklist):not(.notcolortx) tbody tr td:nth-child(2),
.school-page .table:not(.checklist):not(.notcolortx) tbody tr td:nth-child(2) {
	color: #008000;
}
.text-page .table:not(.checklist):not(.notcolortx) tbody tr td:nth-child(3),
.school-page .table:not(.checklist):not(.notcolortx) tbody tr td:nth-child(3) {
	color: #c3474f;
}
.text-page .table-guide tbody tr td:nth-child(2),
.school-page .table-guide tbody tr td:nth-child(2) {
	color: #000;
}
.text-page .table-guide tbody tr td:nth-child(3),
.school-page .table-guide tbody tr td:nth-child(3) {
	color: #000;
}
.text-page .table.GRB tbody tr td:nth-child(1),
.school-page .table.GRB tbody tr td:nth-child(1) {
	color: #008000;
}
.text-page .table.GRB tbody tr td:nth-child(2),
.school-page .table.GRB tbody tr td:nth-child(2) {
	color: #c3474f;
}
.text-page .table.GRB tbody tr td:nth-child(3),
.school-page .table.GRB tbody tr td:nth-child(3) {
	color: #45555a;
}
.text-page .table tbody tr.grey td,
.school-page .table tbody tr.grey td {
	background: #efebef;
}
.text-page .table tbody tr.white td,
.text-page .table tbody tr td.white,
.text-page .table.white,
.school-page .table tbody tr.white td,
.school-page .table tbody tr td.white,
.school-page .table.white {
	background: #ffffff;
}
.text-page .table.threecol th,
.text-page .table.threecol td,
.school-page .table.threecol th,
.school-page .table.threecol td {
	width: 33%;
	min-width: 180px;
}
.text-page .table.left30 tbody tr td:nth-child(1),
.school-page .table.left30 tbody tr td:nth-child(1) {
	width: 30%;
}
.text-page .table.left30 tbody tr td:nth-child(2),
.school-page .table.left30 tbody tr td:nth-child(2) {
	width: 70%;
}

.text-page .table.notextformat tbody tr td:nth-child(2),
.text-page .table.notextformat tbody tr td:nth-child(3),
.school-page .table.notextformat tbody tr td:nth-child(2),
.school-page .table.notextformat tbody tr td:nth-child(3) {
	color: #4c4c4c;
}
.text-page .table.noboldtext tbody tr td:nth-child(1),
.text-page .table.noboldtext tbody tr td:nth-child(2),
.text-page .table.noboldtext tbody tr td:nth-child(3),
.school-page .table.noboldtext tbody tr td:nth-child(1),
.school-page .table.noboldtext tbody tr td:nth-child(2),
.school-page .table.noboldtext tbody tr td:nth-child(3) {
	font-weight: 400;
}
.text-page .table td.grey,
.school-page .table td.grey {
	background: #efebef;
}
.text-page .table td.darkgrey,
.school-page .table td.darkgrey {
	background: #d6d7d6;
}
.text-page .table td.noalrightnobold,
.school-page .table td.noalrightnobold {
	font-weight: 400;
	text-align: left;
}
.text-page .table td.text-center,
.school-page .table td.text-center {
	text-align: center;
}
.text-page .table td.text-left,
.school-page .table td.text-left {
	text-align: left;
}
.text-page .table td.redfont,
.school-page .table td.redfont {
	color: #ac0000;
}
.text-page .table td p,
.school-page .table td p {
	margin: 5px 0;
}
.text-page .contact-section .sidebar .widget,
.school-page .contact-section .sidebar .widget {
	position: relative;
}
.content .contact-section .btn-red span {
	color: #ffffff;
}
.absubmenu {
	position: absolute;
	margin: 0 auto 0 10px;
}
.absubmenu .submenuH {
	color: #ffffff;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	/*font-style: italic;*/
	background-color: #45555a;
	padding: 0.75rem 0.9375rem;
	cursor: pointer;
}
.absubmenu .submenuB {
	background-color: #f5f5f5;
	padding: 1.25rem 0.9375rem;
}
.absubmenu .navbar-toggler-icon {
	background: url('../images/submenu-toogle.png') left top no-repeat;
	width: 20px;
	height: 14px;
	margin-right: 0.75rem;
}
.absubmenu .js_menu_all {
	display: block;
}
.absubmenu .js_menu_selected {
	display: none;
}
.absubmenu .js_menu_all.open {
	display: block;
}
.absubmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.absubmenu ul li {
	padding-left: 1.5rem;
}
.absubmenu ul li a {
	display: inline-block;
	color: #45555a;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	/*font-style: italic;*/
	padding: 0.625rem 2rem 0.625rem 0;
}
.absubmenu ul li a:hover {
	text-decoration: underline;
}
.absubmenu ul li.active {
	background: url('../images/red-arrow.png') left center no-repeat;
}
.absubmenu ul li.active a {
	color: #c94851;
}
.absubmenu ul li.subsub {
	padding-left: 2rem;
}
.absubmenu ul li.subsub a {
	font-size: 0.875rem;
	line-height: 1rem;
	font-style: normal;
}
.absubmenu ul li.subsub a.active {
	color: #c94851;
}
.img-responsive {
	display: inline-block;
	max-width: 100%;
}

@media (max-width: 1310px) {
	.absubmenu.col-lg-2 {
		width: 17%;
	}
	.absubmenu ul {
		padding: 0 0 0 0.25rem !important;
	}
	.absubmenu ul li {
		padding-left: 0.75rem;
	}
	.absubmenu ul li a {
		font-size: 0.8125rem;
		line-height: 1rem;
		padding: 0.15rem 1rem 0.15rem 0;
	}
	.absubmenu ul li.subsub {
		padding-left: 1.5rem;
	}
	.absubmenu ul li.subsub a {
		font-size: 0.75rem;
		line-height: 0.875rem;
	}
	.absubmenu .submenuB {
		padding: 1.25rem 0.5rem;
	}
}
@media (max-width: 991px) {
	.section.for_empty_page {
		min-height: auto;
	}
	.absubmenu {
		display: none;
	}
	.img-responsive {
		display: inline-block;
		width: 100%;
		max-width: 100%;
	}
}
.accountExist {
	display: none;
}

/*********************************/
.clearfix {
	display: block;
	clear: both;
	width: 100%;
}
.SchoolItem {
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5rem;
}
.SchoolItem table {
	margin: 0 0 10px;
}
.SchoolItem ul {
	margin: 0 10px;
}
.SchoolItem .SchoolTitleBut a {
	margin: 0 0 0px 35px;
}
.SchoolItem .RedDownloadBut {
	-moz-user-select: none;
	background-image: none;
	color: #c5e4a9;
	font-size: 16px;
	line-height: 25px;
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #c0464e 0%, #64262a 100%) repeat scroll 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.SchoolItem .RedDownloadBut:hover {
	text-decoration: none;
}
.SchoolItem .RedDownloadButSmall {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid #732828;
	display: inline-block;
	color: #c0eaa7;
	text-shadow: 1px 1px 0 #000;
	font-size: 12px;
	line-height: 20px;
	padding: 2px 10px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #c0464e 0%, #64262a 100%) repeat scroll 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.SchoolItem .RedDownloadButSmall:hover {
	text-decoration: none;
}
.SchoolItem .pull-left {
	margin-right: 10px;
}
@media (max-width: 480px) {
	.SchoolItem .RedDownloadBut {
		font-size: 12px;
	}
	.SchoolItem .RedDownloadButSmall {
		font-size: 10px;
	}
}
/*******************************************************************************************************************
*************** CUSTOM CONTENT STYLE *******************************************************************************
********************************************************************************************************************/
.guide:after {
	clear: both;
}
.guide section {
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 23px;
}
.comp-highlight {
	background: #d07379;
	margin: 20px 50px;
	color: #fff;
	padding: 15px;
	font-weight: bold;
}
.jump-btns a,
.jump-soft a {
	border: none;
	color: #ffffff;
}
.jump-btns a:hover {
	background: none;
	color: #fff !important;
}
.jump-btn {
	display: inline-block;
	color: #fff;
	padding: 20px;
	background: #a11d1d;
	/*border-radius: 10px;*/
	margin: 10px;
	transition: background 0.5s ease-in-out;
}
.jump-btn a:before,
a.tut-hover:before {
	display: none;
}
.jump-btn:hover {
	background: #900f0f;
	color: #fff !important;
}
.jump-btn a:hover {
	color: #fff !important;
}
.jump-soft {
	position: relative;
	width: 210px;
	height: 210px;
	margin: 5px;
	display: inline-block;
	overflow: hidden;
}
/*
.drop { padding: 10% 0; }
*/
.drop a img {
	padding: 33% 0;
}
.pads-bg {
	background-color: #06a7e2;
}
.jump-soft img {
	width: 100%;
}
a.tut-hover {
	width: 100%;
	padding: 17px 20px;
	font-size: 18px;
	position: absolute;
	border-bottom: none;
	bottom: -71px;
	left: 0;
	background-color: rgba(195, 71, 79, 0.7);
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.jump-soft:hover a.tut-hover {
	bottom: 0;
}
a.tut-hover:hover {
	background-color: rgba(195, 71, 79, 0.7);
	color: #fff !important;
}
.tut-flair {
	position: absolute;
	bottom: -18px;
	right: -52px;
	font-weight: 500;
	transform: rotate(315deg);
	color: #fff;
	background-color: #c0464e;
	padding: 11px 40px 45px 40px;
	transition: all 0.3s ease-in-out;
}
.jump-soft:hover .tut-flair {
	bottom: -12px;
	right: -48px;
}
blockquote {
	margin: 12px 40px;
	font-size: 12px;
}
.highlight-1 {
	background-color: #c0464e;
	color: #fff;
}
.highlight-2 {
	background-color: #d07379;
	color: #fff;
}
.grayed {
	background: #f5f5f5;
}
.text-page .table-guide tbody tr td,
.school-page .table-guide tbody tr td {
	border: 1px solid #f5f5f5;
}
.text-page .table-guide tbody tr td:nth-child(n + 2):nth-child(-n + 7),
.school-page .table-guide tbody tr td:nth-child(n + 2):nth-child(-n + 7) {
	text-align: center;
}
.soft-img {
	width: 240px;
	margin: 0 auto;
}
.soft-img img {
	width: 100%;
}
.screenshot {
	padding: 0 10px;
}
.screenshot img {
	max-width: 100%;
}
.lpink {
	background-color: #fbeeef;
	margin: 10px 15px;
	padding: 10px;
	min-width: 45%;
}
.lpink .col-md-5 {
	margin-bottom: 5px;
}
.lpink h4 {
	margin-bottom: 10px;
}
#scrollup {
	position: fixed; /* фиксированная позиция */
	opacity: 0.8; /* прозрачность */
	padding: 15px 10px 10px; /* отступы */
	background: #aaa;
	border-radius: 5px; /* скругление углов */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	right: 10px; /* отступ слева */
	bottom: 60px; /* отступ снизу was 10px */
	display: none; /* спрятать блок */
	cursor: pointer;
}
div#at4-share {
}
#sidebar {
	position: fixed;
}
/*******************************************************************************************************************
*************** NEWS PAGE ******************************************************************************************
********************************************************************************************************************/
.news-page {
	overflow: hidden;
	padding: 15px 0;
}

.news-page ul {
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.news-page ul li {
	overflow: hidden;
	border-bottom: 1px dotted #999;
	padding: 0 15px;
	margin-bottom: 15px;
}

.news-page ul li a {
	color: #45555a;
}

.news-page ul li h5 {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
	color: #4c4c4c;
	font-weight: 400;
}

.news-page ul li h5 span {
	font-weight: 700;
}

.news-page ul li p {
	font-size: 12px;
	line-height: 18px;
	color: #4c4c4c;
}

.news-page ul li a.read-more {
	color: #a11d1d;
}
/*****************************************/
.show_in_mobile {
	display: none;
}
.news-page p.heading,
.news-page p.heading a {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #455555;
}
.news-page p.author img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 15px;
}
.news-page p.date,
.news-page p.author {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	color: #434240;
}
.news-page p.link a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	color: #0057a5;
}
/* .news-page .absubmenu .submenuH,
.school-page .absubmenu .submenuH {
  background-color: #2f4858;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  padding: 18px 25px;
} */
.news-page .absubmenu .navbar-toggler-icon,
.school-page .absubmenu .navbar-toggler-icon {
	height: 16px;
}
.news-page .absubmenu .submenuH .navbar-toggler-text,
.school-page .absubmenu .submenuH .navbar-toggler-text {
	float: right;
}
.news-page .absubmenu,
.school-page .absubmenu {
	margin: 0;
	position: inherit;
}
.news-page .absubmenu ul li.active,
.school-page .absubmenu ul li.active {
	background: transparent;
}
.absubmenu ul li.active a {
	color: #455555;
}
.content.news-page ul,
.content.school-page ul {
	padding: 0 0 0 20px;
}
@media (min-width: 992px) {
	.news-page .col-lg-2,
	.school-page .col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 22%;
		flex: 0 0 22%;
		max-width: 22%;
	}
}
@media (max-width: 991px) {
	.news-page .show_in_mobile,
	.news-page .show_in_mobile .absubmenu,
	.school-page .show_in_mobile,
	.news-page .show_in_mobile .absubmenu {
		display: block;
		width: 100%;
	}
	.news-page .show_in_mobile .absubmenu.col-lg-2,
	.school-page .show_in_mobile .absubmenu.col-lg-2 {
		width: auto;
		margin: 0 auto;
	}
}
@media (max-width: 576px) {
	.news-page,
	.school-page {
		padding-left: 30px;
		padding-right: 30px;
	}
}
/*****************************************/
.content .image-note {
	margin-top: 5px;
	text-align: center;
}

.content .img-responsive {
	margin-bottom: 5px;
}

.content .image-note p {
	display: inline;
	background: #e8ecdd;
	font-size: 14px;
	line-height: 21px;
}

.content .image-note span {
	font-size: 10px;
}

.content ul {
	padding: 0 0 0 20px;
}
.form-inline .checkbox-inline {
	margin-right: 1rem;
}
.modal-dialog {
	width: 600px;
}
.thumbnail {
}
.parentTD {
	position: relative;
}
.editIcon {
	display: inline-block;
}
.editIcon div.editForm {
	display: none;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #ffffff;
}
.editIcon div.editForm.open {
	display: block;
}
.editIcon .glyphicon.glyphicon-edit {
	color: #c3474f;
	font-size: 1rem;
	cursor: pointer;
}
.loaderBg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.3;
	z-index: 99999;
}
.loader {
	margin: 20% auto 0;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #c3474f;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media (min-width: 900px) and (max-width: 1350px) {
	/*div#navbarDropdown4 {*/
	div#navbarDropdown2 {
		width: 700px !important;
		font-size: 14px;
	}
}
@media (max-width: 900px) {
	/*#navbarDropdown4 a#dopdown-id {*/
	#navbarDropdown2 a#dopdown-id {
		display: none;
	}
	/*#navbarDropdown4 a#dopdown-id1 {*/
	#navbarDropdown2 a#dopdown-id1 {
		display: none;
	}
	/*#navbarDropdown4 a#dopdown-id2 {*/
	#navbarDropdown2 a#dopdown-id2 {
		display: none;
	}
}
@media (min-width: 900px) {
	/*div#navbarDropdown4 {*/
	div#navbarDropdown2 {
		width: 800px;
	}
	/*#navbarDropdown4 .dropdown-item {*/
	#navbarDropdown2 .dropdown-item {
		display: inline-flex !important;
		width: 33% !important;
	}
	/*#navbarDropdown4 span.dropdown-item {*/
	#navbarDropdown2 span.dropdown-item {
		color: #c3474f !important;
		cursor: default !important;
		background: white !important;
		font-weight: bold;
	}
	/*#navbarDropdown4 a#dopdown-id {
    color:#C3474F !important;
    cursor: default !important;
    background: white !important;
    font-weight:bold;
    }
    #navbarDropdown4 a#dopdown-id1 {
    color:#C3474F !important;
    cursor: default !important;
    background: white !important;
    font-weight:bold;
    }
    #navbarDropdown4 a#dopdown-id2 {
    color:#C3474F !important;
    cursor: default !important;
    background: white !important;
    font-weight:bold;
    }
    #navbarDropdown4 a#dopdown-id18 {
        margin-left: 66%;
    }*/

	/*#navbarDropdown4 a#dopdown-id13 {
        width: 66% !important;
    }*/
	#navbarDropdown2 a#dopdown-id19 {
		margin-left: 66%;
	}
	#navbarDropdown2 a#dopdown-id20 {
		margin-left: 66%;
	}
}

@media (max-width: 899px) {
	/*#navbarDropdown4 span.dropdown-item { display: none; }*/
	#navbarDropdown2 span.dropdown-item {
		display: none;
	}
}
/*a#js_menu-id {
    display: none;
}
a#js_menu-id1 {
    display: none;
}
a#js_menu-id2 {
    display: none;
}*/
.teamBox {
	background-color: #ffffff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.teamBox img {
	width: 100%;
}
.teamBox p span {
	font-size: 0.75rem;
}
.teamBox .link-warrow a {
}
.teamBox .link-warrow a::after {
	content: ' →';
}

@media (max-width: 576px) {
	.red_for_icons {
		text-align: center !important;
	}
}
.whiteLine {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 25px;
}
.whiteHR {
	background-color: #ffffff;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 25px;
}
#dialog-confirm,
#dialog-confirm_1,
#mypopap {
	display: none;
}
.br-50 {
	border-radius: 50px;
}
/************************************/
.text-page .table.new_threecol,
.text-page .table.new_onecol,
.text-page .table.new_twocol,
.school-page .table.new_threecol,
.school-page .table.new_onecol,
.school-page .table.new_twocol {
	border-collapse: collapse;
}
.text-page .table.new_threecol tr:not(.redTH, .greyTH) td,
.text-page .table.new_onecol tr:not(.redTH, .greyTH) td,
.text-page .table.new_twocol tr:not(.redTH, .greyTH) td,
.school-page .table.new_threecol tr:not(.redTH, .greyTH) td,
.school-page .table.new_onecol tr:not(.redTH, .greyTH) td,
.school-page .table.new_twocol tr:not(.redTH, .greyTH) td {
	border: 1px solid #ced4da;
}
.text-page .table.new_threecol thead tr th,
.text-page .table.new_onecol thead tr th,
.text-page .table.new_twocol thead tr th,
.school-page .table.new_threecol thead tr th,
.school-page .table.new_onecol thead tr th,
.school-page .table.new_twocol thead tr th {
	background: #545454;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	padding: 18px 16px;
	text-align: left;
	vertical-align: middle;
	border-bottom: none;
}
.text-page .table.new_twocol:not(.moretd) thead tr th,
.school-page .table.new_twocol:not(.moretd) thead tr th {
	width: 30%;
}
.text-page .table.new_threecol tbody tr td,
.school-page .table.new_threecol tbody tr td {
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	border-top: none;
	padding: 8px 16px;
}
.text-page .table.new_threecol:not(.moretd) tbody tr td,
.school-page .table.new_threecol:not(.moretd) tbody tr td {
	width: 30%;
}
.text-page .table.new_threecol:not(.checklist) tbody tr:not(.redTH, .greyTH) td:nth-child(1),
.school-page .table.new_threecol:not(.checklist) tbody tr:not(.redTH, .greyTH) td:nth-child(1) {
	color: #45555a;
	background-color: #fafafa;
}
.text-page .table.new_threecol:not(.checklist):not(.notcolortx) tbody tr td:nth-child(2),
.school-page .table.new_threecol:not(.checklist):not(.notcolortx) tbody tr td:nth-child(2) {
	color: #008000;
}
.text-page .table.new_threecol:not(.checklist):not(.notcolortx) tbody tr td:nth-child(3),
.school-page .table.new_threecol:not(.checklist):not(.notcolortx) tbody tr td:nth-child(3) {
	color: #c3474f;
}
.text-page .table.new_threecol td p,
.school-page .table.new_threecol td p {
	margin: 8px 0;
}
.text-page .table.new_threecol td p:first-child,
.school-page .table.new_threecol td p:first-child {
	margin-top: 0;
}
.text-page .table.new_threecol td p:last-child,
.school-page .table.new_threecol td p:last-child {
	margin-bottom: 0;
}
.text-page .table.new_onecol tbody tr td,
.text-page .table.new_onecol tbody tr td p,
.school-page .table.new_onecol tbody tr td,
.school-page .table.new_onecol tbody tr td p {
	width: 100%;
	text-align: left;
	color: #45555a;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.text-page .table tbody tr.first td,
.text-page .table tbody tr td.first,
.school-page .table tbody tr.first td,
.school-page .table tbody tr td.first {
	font-weight: 700;
	background-color: #fafafa;
}
.text-page .table tbody tr.first.nobold td,
.text-page .table tbody tr td.first.nobold,
.school-page .table tbody tr.first.nobold td,
.school-page .table tbody tr td.first.nobold {
	font-weight: 400;
	background-color: #fafafa;
}
.text-page .table.new_onecol tbody tr td a,
.school-page .table.new_onecol tbody tr td a {
	color: #45555a;
	text-decoration: underline;
}
.text-page .table.new_onecol tbody tr td a:hover,
.school-page .table.new_onecol tbody tr td a:hover {
	text-decoration: none;
}
.text-page .table.new_onecol tbody tr td p,
.school-page .table.new_onecol tbody tr td p {
	margin: 8px 0;
}
.text-page .table tbody tr.green td,
.text-page .table tbody tr.green td p,
.text-page .table tbody tr.green td a,
.text-page .table tbody tr td.green,
.text-page .table tbody tr td.green p,
.text-page .table tbody tr td.green a,
.school-page .table tbody tr.green td,
.school-page .table tbody tr.green td p,
.school-page .table tbody tr.green td a,
.school-page .table tbody tr td.green,
.school-page .table tbody tr td.green p,
.school-page .table tbody tr td.green a {
	color: #008000;
}
.text-page .table tbody tr.red td,
.text-page .table tbody tr.red td p,
.text-page .table tbody tr.red td a,
.text-page .table tbody tr td.red,
.text-page .table tbody tr td.red p,
.text-page .table tbody tr td.red a,
.school-page .table tbody tr.red td,
.school-page .table tbody tr.red td p,
.school-page .table tbody tr.red td a,
.school-page .table tbody tr td.red,
.school-page .table tbody tr td.red p,
.school-page .table tbody tr td.red a {
	color: #c3474f;
}
.text-page .table.new_twocol:not(.checklist) tbody tr td,
.school-page .table.new_twocol:not(.checklist) tbody tr td {
	color: #45555a;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding: 8px 16px;
}
.text-page .table.new_twocol td p,
.school-page .table.new_twocol td p {
	margin: 0;
}
.text-page .table.new_twocol tr td:first-child,
.school-page .table.new_twocol tr td:first-child {
	width: 60%;
	border-right: none;
	text-align: left;
}
.text-page .table.new_twocol tr td:last-child,
.school-page .table.new_twocol tr td:last-child {
	width: 40%;
	border-left: none;
	text-align: right;
}
.text-page .table tr.redTH td,
.text-page .table tr td.redTH,
.text-page .table tr.redTH th,
.text-page .table tr th.redTH,
.school-page .table tr.redTH td,
.school-page .table tr td.redTH,
.school-page .table tr.redTH th,
.school-page .table tr th.redTH {
	background-color: #c3474f;
	color: #ffffff !important;
	font-weight: 700 !important;
}
.text-page .table tr.greyTH td,
.text-page .table tr td.greyTH,
.text-page .table tr.greyTH th,
.text-page .table tr th.greyTH,
.school-page .table tr.greyTH td,
.school-page .table tr td.greyTH,
.school-page .table tr.greyTH th,
.school-page .table tr th.greyTH {
	background: #545454;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	padding: 18px 16px;
	text-align: left;
	vertical-align: middle;
	border-bottom: none;
}
.border_img {
	border: 1px solid #ced4da;
}
.border_img img {
	margin: 0 auto;
}
.section .img_cards p > a {
	color: #0057a5;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.section .img_cards p > a:before {
	background-color: #0057a5;
}
.materials-grid div {
	border: 1px solid #ced4da;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	cursor: pointer;
	transition: box-shadow 0.5s ease-out 100ms;
}
.materials-grid div:hover {
	box-shadow: 16px 19px 0 0 #c3474f;
}
.materials-grid div p,
.materials-grid div a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
}
.materials-grid .col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
	max-width: 47%;
}
@media (min-width: 768px) {
	.materials-grid .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 31%;
		flex: 0 0 31%;
		max-width: 31%;
	}
}
/************************************/
body.bg_white {
	background-color: #ffffff;
}
.pcb_school {
	font-family: 'Open Sans', sans-serif;
	color: #5a5956;
}
.pcb_school a {
	color: #0057a5;
	position: relative;
	text-decoration: none;
}
.greyForm {
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 30px;
	font-size: 16px;
	line-height: 28px;
}
.greyForm h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #5a5956;
	margin: 0 0 10px 0;
}
.greyForm p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #5a5956;
}
.greyForm .form-control {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 12px 10px;
}
.greyForm .btn {
	padding: 10px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	border-radius: 5px;
}
.greyForm .btn-grey {
	background-color: #f5f5f5;
	border: 1px solid #0057a5;
	color: #5a5956;
}
.greyForm .btn-grey:hover {
	background-color: #0057a5;
	color: #ffffff;
}
.greyForm .btn-red {
	background-color: #0057a5;
	border: 1px solid #0057a5;
	color: #ffffff;
}
.pcb_school h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #455555;
}
.pcb_school h3 a {
	color: #455555;
}
.pcb_school p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #5a5956;
}
.pcb_school .btn {
	padding: 10px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	border-radius: 5px;
}
.pcb_school .btn.btn-red {
	color: #455555;
	background-color: transparent;
	border: 1px solid #0057a5;
	padding: 10px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	border-radius: 5px;
	box-shadow: none;
}
.pcb_school .btn.btn-red:hover {
	box-shadow: none;
	background-color: #0057a5;
	color: #ffffff;
}
.school-page {
	display: block;
	position: relative;
}
.school-page .col-md-9,
.school-page .col-md-8 {
	width: auto !important;
}
.school-page.row .section {
	width: auto;
	padding: 0;
	margin: 0;
}
.pcb_school.col-md-12 .section {
	padding: 0 20px;
}
/*********** Recent News ****************/
.recentNews {
	padding: 0 15px;
	margin-top: 150px;
}
.recentNews h2 {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 500;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.home_item {
	border: 1px solid #ced4da;
	height: 100%;
}
.home_item h3 {
	color: #45555a;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
}
.home_item h3 a {
	color: #45555a;
}
.home_item p,
.home_item h3 {
	padding-left: 16px;
	padding-right: 16px;
}
.home_item img {
	display: block;
	margin: 0 auto 24px;
}
.home_item .emptyCat {
	margin-bottom: 37px;
}
.home_item a {
	color: #206cb0;
}
.recentNews .btn.btn-red {
	padding: 4px 8px 2px;
}
.recentNews p.btn.btn-red {
	cursor: default;
	margin-right: 16px;
	margin-left: 16px;
}
.recentNews p.btn.btn-red:hover {
	box-shadow: unset;
}
.recentNews .home_item {
	transition: box-shadow 0.5s ease-out 100ms;
}
.recentNews .home_item:hover {
	box-shadow: 16px 19px 0 0 #c3474f;
}
@media screen and (max-width: 991px) {
	.content .btn.greenbtn.longw.vlong {
		font-size: 0.75rem;
	}
}

/* Account Form */
.contentForm .step-2,
.registrationComplete {
	max-width: 500px;
	margin: auto;
}

.contentForm .step-2 abbr {
	color: red;
}

.registrationComplete img {
	width: 100%;
	height: auto;
}

/* Bootstrap Tables */
.table .thead-dark th {
	background-color: #45555a;
	border-color: #45555a;
	white-space: nowrap !important;
}

.table tr.dark td {
	background-color: #45555a;
	border-color: #45555a;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
}

/* Content Pages */
.quotes-page .absubmenu,
.profile-page .absubmenu {
	max-width: 250px;
	width: 100%;
}

.quotes-page .section,
.profile-page .section {
	width: 100%;
	margin: 0;
	padding: 0 80px 0 350px;
}

.quotes-page .editForm button {
	border: none;
	background-color: transparent;
}

.quotes-page .btn {
	background-color: #efefef;
	color: inherit;
	padding: 0.375rem 0.75rem;
}

.quotes-page .btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.btn-dark {
	background-color: #45555a !important;
	border-color: #45555a !important;
	color: #fff !important;
}

.quotes-page .table td {
	text-align: left;
}

.quotes-page .table tbody .parentTD {
	min-width: 195px;
}

.table-responsive .table th,
.table-responsive .table td {
	white-space: nowrap;
}
.table-responsive .table-item th,
.table-responsive .table-item td {
	white-space: nowrap;
}
.table-responsive .table-item td {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 768px) {
	.table-responsive .table th,
	.table-responsive .table td {
		white-space: normal;
	}
	.table-responsive .table-item th,
	.table-responsive .table-item td {
		white-space: normal;
	}
}

@media (max-width: 991px) {
	.quotes-page .section {
		width: 80%;
		margin: 0 auto;
		padding: 0;
	}
}

@media (max-width: 768px) {
	.quotes-page .section {
		width: 95%;
	}

	/*.table-responsive .table {
      display: flex;
   }

   .table-responsive .table thead {
      display: flex;
      flex: 1 0 150px;
   }
   .table-responsive .table tbody {
      display: flex;
      flex: 1 1 auto;
   }*/

	.table-responsive .table thead tr,
	.table-responsive .table tbody tr {
		/*display: flex;
      flex-direction: column;*/
		width: 100%;
	}

	.table-responsive .table-item thead tr,
	.table-responsive .table-item tbody tr {
		/*display: flex;
      flex-direction: column;*/
		width: 100%;
	}

	.table-responsive .table thead th {
		width: 100%;
		background-color: transparent;
		border-bottom: none;
		border-top: 1px solid #dee2e6;
		color: inherit;
	}

	.table-responsive .table thead th,
	.table-responsive .table tbody td {
		/*display: flex;*/
		width: 100%;
		min-height: 49px;
		height: 100%;
		border-left: 1px solid #dee2e6;
		align-items: center;
	}

	.table-responsive .table-item tbody td b {
		display: block;
	}

	.table-responsive .table thead,
	.table-responsive .table tbody {
		border-bottom: 1px solid #dee2e6;
	}
	.text-page .table .tb-col-3,
	.school-page .table .tb-col-3 {
		max-width: 130px;
	}
	.text-page .table .tb-col-3 h5,
	.school-page .table .tb-col-3 h5 {
		font-size: 1rem;
	}
	.text-page .table .tb-col-7 p,
	.school-page .table .tb-col-7 p {
		font-size: 0.75rem;
	}
	.text-page .table tbody tr:not(.redTH, .greyTH) td,
	.school-page .table tbody tr:not(.redTH, .greyTH) td {
		padding: 8px;
	}
	.text-page .table .tb-col-2,
	.school-page .table .tb-col-2 {
		width: 100% !important;
	}
	.content .btn.greenbtn.longw {
		box-sizing: border-box;
		display: inline-block;
		width: 100%;
		word-break: break-word !important;
		word-wrap: break-word !important;
		height: auto !important;
		font-size: 1rem;
		padding: 0.5rem 1rem;
		margin-left: 0;
		white-space: break-spaces;
	}
}

.borderless,
.borderless td,
.borderless th {
	border: none !important;
}

.table.borderless td,
.table.borderless th {
	padding: 0.25rem;
}
.news-page .centered,
.news-page .section {
	width: 100%;
	margin: 0 auto;
}
video {
	width: 100%;
	height: auto;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

/* new pcb school, news style  */

.home_item .pcb-school-card p,
.home_item .pcb-school-card h3 {
	padding-left: 0px;
	padding-right: 0px;
}
/* 
.home_item .pcb-school-card h3 a::before {
  display: none;
} */

.pcb-school-card {
	padding-left: 16px;
	padding-right: 16px;
}

.news-margin-left {
	padding-left: 16px;
	padding-right: 16px;
}

.news-page .news-submenu {
	margin-left: 30px;
}

.recentNews .home_item h3 {
	font-weight: 500;
}

.recentNews .home_item h3 a:hover {
	color: #206cb0;
}

.recentNews .home_item .read-more:hover {
	text-decoration: underline;
}

.news-page .news-submenu ul li {
	border-bottom: 0;
}

.absubmenu.news-submenu .submenuB {
	padding: 0;
}

.recentNews.recentPostNews h2 {
	font-weight: 400;
}

.pcb_school .recentNews .btn.btn-red {
	color: #ffffff;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	background-color: #c3474f;
	padding: 0.375rem 1em;
	/*box-shadow: 0 4px 6px rgba(0,0,0,0.1);*/
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	border: 0;
}
.pcb_school .recentNews .btn.btn-red:hover {
	font-weight: 500; /*box-shadow: 0 1px 10px rgba(0,0,0,0.5);*/
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
	.hideOnMobile {
		display: none;
	}
}

#hero-carousel .center-btn.text {
	width: auto;
	height: auto;
	top: 50%;
	right: 50%;
	transform: translateX(50%) translateY(-75%);
}

#hero-carousel table tr td a.paddplus {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 900px) {
	#hero-carousel table tr td a.paddplus img {
		width: 24px;
		height: 24px;
		margin-right: 12px;
	}
	#hero-carousel table tr td a.paddplus p {
		font-size: 12px;
	}
}
@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

.btn-spinner {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	vertical-align: text-bottom;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spinner-border 0.75s linear infinite;
	margin-left: 11px;
	margin-right: 11px;
}
@media (min-width: 1958px) {
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
}
@media (min-width: 2449px) {
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30% !important;
		flex: 0 0 30% !important;
		max-width: 30% !important;
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70% !important;
		flex: 0 0 70% !important;
		max-width: 70% !important;
	}
}
@media (max-width: 1550px) {
	.absubmenu ul li a {
		padding: 0.15rem 1.5rem 0.15rem 0;
	}
}
/*********** Form Accessibility **********/
form label,
.control-label {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #4c4c4c;
	margin-bottom: 0.25rem;
}
.form-control {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #4c4c4c;
	border: 2px solid #c9cdd0;
	padding: 0.625rem 0.75rem;
}
select.form-control:not([size]):not([multiple]) {
	height: 48px;
}
input[type='file'] {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #4c4c4c;
}
input[type='file']::file-selector-button {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #4c4c4c;
	background-color: #f2f2f2;
	border: 2px solid #c9cdd0;
	padding: 10px 6px;
	border-radius: 4px;
}
input::placeholder,
textarea::placeholder {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #4c4c4c;
}
.btn.btn-submit {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #ffffff;
	background-color: #24ad7c;
	padding: 11px 24px;
	border-radius: 0;
}

/** PCB Calculator */
.pcb-calculator {
	h1 {
		margin-top: 0;
		margin-bottom: 3rem;
	}
	.calc-form {
		padding-right: 15px;
		.row {
			align-items: center;
			&.row-inside {
				margin-right: -0.5rem;
				margin-left: -0.5rem;
			}
		}
		.col {
			padding-right: 0.5rem;
			padding-left: 0.5rem;
		}
		label {
			font-weight: 700;
		}
		.measurement {
			display: flex;
			column-gap: 10px;
			.mid {
				margin: 0;
				font-weight: 400;
			}
		}
		label.small {
			margin: 0;
			font-weight: 400;
		}
		.custom-control-label::before {
			background-color: #ffffff;
			border: solid 1px #d1d1d1;
		}
		.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
			background-color: #007bff;
		}

		.layer-cat {
			border-bottom: solid 1px #d1d1d1;
			padding: 5px 10px;
			margin-bottom: 15px;
			font-weight: 900;
			background-color: #24ad7c;
			color: #ffffff;
		}
	}
	.calc-table {
		padding-left: 15px;

		.redborder {
			border: 1px solid red;
			border-style: double;
			background-color: white;
		}

		.redbordernotop {
			border-top: 1px solid white;
			border-right: 1px solid red;
			border-bottom: 1px solid red;
			border-left: 1px solid red;
			border-style: double;
			background-color: white;
		}

		.redbordernobot {
			border-top: 1px solid red;
			border-right: 1px solid red;
			border-bottom: 1px solid white;
			border-left: 1px solid red;
			border-style: double;
			background-color: white;
		}

		.align-left {
			text-align: left;
		}

		table th {
			padding: 4px 8px;
		}

		table th.b {
			border: 1px solid darkgrey;
		}

		table th.layer {
			width: 30px;
		}

		table {
			width: 100%;
		}

		table td.b {
			border: 1px solid darkgrey;
			padding: 4px 8px;
			color: #000;
		}

		table td.center {
			text-align: center;
		}

		.orange {
			background-color: #fc7e00;
		}

		.yellow {
			background-color: #fcec00;
		}

		.gray {
			background-color: #d4d4d4;
		}
	}

	.small {
		font-size: 14px;
	}

	.info-mobile {
		display: none;
	}
}

@media (max-width: 991px) {
	.pcb-calculator {
		padding-left: 0;
		padding-right: 0;
		h1 {
			margin-bottom: 30px;
		}
		.calc-form {
			padding-right: 0;
			.form-group {
				height: auto;
			}
			.layer-cat {
				margin-top: 25px;
			}
		}
		.calc-table {
			padding-left: 0;
			margin-top: 30px;
			font-size: 14px;
			line-height: 1.2;
		}
		.info {
			display: none;
		}
		.info-mobile {
			display: block;
		}
	}
}
