/*html { overflow: hidden; height: 100%; }
body { overflow: auto; height: 100%; }*/

/*html,
body {
    height: 100%;
}*/
html {
    height: 100%;
}

/* @group BOOTSTRAP */

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 53px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ffffff;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .navbar-toggler {
  	position: absolute;
  	right: 0;
  	top: 13px;
  }
}

.contextual {
	z-index: 10000;
}
@media screen and (min-width:768px){
	.container {
		padding: 0;
	}
}
.row {
	margin-left: 0!important;
	margin-right: 0!important;
}
.main-content.col {
	padding: 0;
}
.full-width {
	width: 100%;
}

html, body {
	background-color: #ffffff;
	color: #000000;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 200;
	text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

h1, .h1, h2, .h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 1.2em 0 1em;
}
h1, .h1, h2, .h2 {

}

h1, .h1 {
	font-size: 3rem;
	line-height: 3.25rem;
}
h2, .h2 {
	font-size: 2rem;
	line-height: 2.3rem;
}
h3, .h3 {
	font-size: 1.6rem;
	line-height: 1.9rem;
}
h4, .h4 {
	font-size: 1.2rem;
	line-height: 1.5rem;
}
.navbar-brand {
	margin: 0;
}
strong {
	/*font-family: 'GillSansMTStd-Bold';*/
}

hr {
	margin: 35px auto;
	border: 0;
	border-top: 1px solid #d8d8d8;
}
hr.blue {
	border-top-color: #0C2340;
}
hr.white {
	border-top-color: #ffffff;
}

.size13 { font-size: 0.8rem; line-height: 1rem; }
.size14 { font-size: 0.87rem; line-height: 1.2rem; }
.size16 { font-size: 1rem; line-height: 1.4rem; }
.size18 { font-size: 1.1rem; line-height: 1.6rem; }
.size21 { font-size: 1.3rem; line-height: 1.8rem; }
.size24 { font-size: 1.5rem; line-height: 2.0rem; }
.size26 { font-size: 1.6rem; line-height: 2.1rem; }
.size30 { font-size: 1.8rem; line-height: 2.3rem; }
.size36 { font-size: 1.8rem; line-height: 2.3rem; }
.size46 { font-size: 2.3rem; line-height: 2.8rem; }
.size56 { font-size: 2.8rem; line-height: 3.3rem; }

a, button, .button, input, select {
	-webkit-tap-highlight-color: transparent;
}

a {
	color: #0C2340;
}
a:hover, a:focus {
    color: #0C2340;
    text-decoration: underline;
}

p {
	/*font-size: 1rem;*/
}

.arrow-right::after {
	content: '';
	background-image: url('../images/IconArrowRightBlue.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 25px;
	height: 15px;
	margin-left: 15px;
	vertical-align: sub;
}
.arrow-right.white::after {
	background-image: url('../images/IconArrowRight.svg');
}
.arrow-left::before {
	content: '';
	background-image: url('../images/IconArrowLeftBlue.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 25px;
	height: 15px;
	margin-right: 15px;
	vertical-align: sub;
}
.arrow-left.white::before {
	background-image: url('../images/IconArrowLeft.svg');
}

.gray, .text-color-gray {
	color: #a0a0a0;
}

.text-color-blue {
	color: #0C2340!important;
}
.text-color-black {
	color: #000000!important;
}
.text-color-white {
	color: #ffffff!important;
}
.text-color-green {
	color: #288280!important;
}

.bg-color-blue {
	background-color: #0C2340!important;
	color: #ffffff;
}
.bg-color-black {
	background-color: #000000!important;
	color: #ffffff;
}
.bg-color-white {
	background-color: #ffffff!important;
}
.bg-color-bluelight {
	background-color: #F0F6FA;
}
.bg-color-green {
	background-color: #288280;
	color: #ffffff;
}

.bg-shadow {
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
}
.bg-shadow-small {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
}
.border-gray {
	border: 1px solid #f6f6f6;
}

.display-inline-block {
	display: inline-block;
}

.button {
	transition: all .25s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	margin: 0;
	padding: 0 55px;
	opacity: 1;
	font-size: 14px;
	line-height: 50px;
	font-weight: bold;
	background-color: #0C2340;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none;
	/*outline: none;*/
	border-radius: 50px;
}
.button.small {
	padding: 0 15px;
	opacity: 1;
	font-size: 12px;
	line-height: 28px;
}
.button.extra-small {
    padding: 0 11px;
    opacity: 1;
    font-size: 11px;
    line-height: 20px;
}
.button.outline, .button.outline.blue {
	background-color: transparent;
	border: 2px solid #0C2340;
	color: #0C2340;
}
.button.outline.white {
	border: 2px solid #ffffff;
	color: #ffffff;
}
.button.outline.black {
	border: 2px solid #000000;
	color: #000000;
}
.button.blue {
	background: #0C2340;
	color: #ffffff;
}
.button.black {
	background: #000000;
	color: #ffffff;
}
.button.white {
	background: #ffffff;
	color: #0C2340;
}
.button:hover, .button:focus {
	background-color: #202530;
	color: #ffffff;
	text-decoration: none;
}
.button.outline:hover, .button.outline:focus {
	background-color: #0C2340;
	color: #ffffff;
}
/*.button:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f3d6";
	margin-left: 20px;
	vertical-align: middle;
	font-size: 24px;
}*/
.button.small:after, .no-arrow:after {
	display: none;
}
.button:hover:after {
	margin-left: 30px;
}
.button.no-arrow i {
	font-size: 25px;
    vertical-align: middle;
	margin-left: 5px;
}

.footer {
    margin: 0;
    padding: 0;
    border: none;
	background-color: #ffffff;
	font-size: 13px;
	position: relative;
}

/*::-webkit-input-placeholder {
    color:    #ffffff;
}
:-moz-placeholder {
   color:    #ffffff;
   opacity:  1;
}
::-moz-placeholder {
   color:    #ffffff;
   opacity:  1;
}
:-ms-input-placeholder {
   color:    #ffffff;
}*/


ul.slim {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
ul.percent-50 {
	margin: 0;
	padding: 0;
}
ul.percent-50 li {
	display: block;
	width: 49.5%;
	vertical-align: top;
	float: left;
}
@media screen and (max-width:767px){
	ul.percent-50 li {
		width: 100%;
		float: left;
	}
}

ul.col-5 {
	margin: 0;
	padding: 0;
}
ul.col-5 li {
	display: block;
	width: 19.3%;
	vertical-align: top;
	float: left;
}
@media screen and (max-width:767px){
	ul.col-5 li {
		width: 49.5%;
		float: left;
	}
}

.flex-container {
	display: flex;
	align-items: flex-start;
}
.flex-container.stretch {
	align-items: stretch;
}
.flex-child {
	flex-grow: 1;
	flex: 1;
}
.flex-child.flex-larger {
	flex-grow: 1.3;
}
.has-flex .view-content {
	display: flex;
}

.flex-container.flex-50p {
	flex-wrap: wrap;
	flex-direction: row;
}
.flex-container.flex-50p > div {
	flex-basis: 50%;
}
.flex-container.flex-50p > div:last-child {
	flex-basis: 50%;
	flex-shrink: 1;
}

/*.grid2x2 {
	min-height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.grid2x2 > div {
	display: flex;
	flex-basis: 50%;
	justify-content: center;
	flex-direction: column;
}
.grid2x2 > div > div {
	display: flex;
	justify-content: center;
	flex-direction: row;
}*/

/* VIDEOS */
/*
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.video-format-9by16 {
    padding-bottom: 177.78%;
}
.video-format-16by9 {
    padding-bottom: 56.25%;
    padding-top: 35px;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed, .embed-responsive iframe,
.embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
*/
.responsive-video-hack {
    position: relative;
    /*padding-bottom: 63.25%;
    padding-top: 30px;*/
	padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.media-oembed-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    max-width: 100%;
}
.field--type-link {

}
.field--type-link a:before, .field--type-link a::before {
	content: "\f499";
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 21px;
	vertical-align: middle;
	margin-right: 10px;
}
.field--type-link.field--name-field-instagram a:before, .field--type-link.field--name-field-instagram a::before {
	content: "\f351";
}

.slick-next::before {
	background-image: url('../images/IconArrowRightBlue.svg');
}
.slick-next.white::before {
	background-image: url('../images/IconArrowRight.svg');
}
.slick-prev::before {
	background-image: url('../images/IconArrowLeftBlue.svg');
}
.slick-dots li button::before {
    color: #0C2340;
}
.slick-dots li.slick-active button::before {
    color: #0C2340;
    font-size: 18px;
}

.select-wrapper:after {
	color: #A2A2A2;
}

.pagination {
	border-radius: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #A2A2A2;
	border-color: #A2A2A2;
}
.pagination>li>a, .pagination>li>span {
	color: #A2A2A2;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/*.social-links {
	position: relative;
	z-index: 100;
}*/
ul.social-icon-list {
	margin: 0;
	padding: 0;
	list-style: none;
	/*position: fixed;
	top: 30%;
	left: 0;*/
}
ul.social-icon-list li {
	margin: 0 0 15px 0;
	padding: 0;
}
ul.social-icon-list a {
	/*display: inline-block;
	height: 30px;
	width: 30px;*/
	text-align: center;
	/*color: #ffffff;*/
	line-height: 40px;
	/*background-color: #000000;*/
	font-size: 18px;
}
ul.social-icon-list a .socicon {
	font-size: 24px;
	width: 30px;
	margin-right: 10px;
	vertical-align: sub;
}
ul.social-icon-list a:hover {
	/*width: 60px;
	background-color: #2d9fe3;*/
	text-decoration: none;
}
ul.social-icon-list a::before {

}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 990;
    }
}
.navbar-header {
	background-color: #ffffff;
	float: left;
	width: 100%;
}
.navbar-header .logo {
	margin: 0!important;
	padding: 0 10px!important;
}
.navbar-header .logo img {
	height: 37px;
	padding: 10px 0;
}
.navbar-default .navbar-collapse {
	float: right;
	margin-right: 40px;
}
.navbar-default {
    background-color: #ffffff;
    border-radius: 0;
}
.navbar {
    margin-bottom: 0px;
    border-bottom: 1px solid transparent;
    min-height: 0;
}
.navbar.container, .navbar.container-fluid {
	margin: 0;
}

.navbar-nav {
	justify-content: flex-end; /* ALIGN RIGHT */
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}
.navbar-nav > li > a {
	padding: 10px 30px 0;
	font-size: 16px;
	line-height: 72px;
	/*color: #000000;*/
	font-weight: 400;
	display: inline-block;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    background-color: transparent;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background-color: transparent;
}

ul.slides {
	margin: 0!important;
	padding: 0!important;
}

#drupal-modal {
	z-index: 5000!important;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: none;
	border-radius: 0;
}
.alert-danger {
	color: #ffffff;
	background-color: #DC2427;
}
.alert-dismissable .close, .alert-dismissible .close {
	right: 0px;
}

.skip-link {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
    background: #000;
	color: #fff;
    font-size: 0.94em;
    line-height: 1.7em;
    padding: 1px 10px 2px;
    border-radius: 0 0 10px 10px;
    border-bottom-width: 0;
    outline: 0;
}

.layout__region {
	padding: 0!important;
}

.sidebar .block {
	border: none;
	padding: 15px 15px;
	margin: 0 0 20px;
	position: relative;
}

.carousel-indicators li {
	background-color: #004990;
}
.carousel-indicators {
	bottom: -50px;
}
.carousel .ion {
	color: #004990;
	font-size: 26px;
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: initial;
	bottom: -30px;
	display: inline-block;
	-ms-flex-align: none;
	align-items: left;
	-ms-flex-pack: none;
	justify-content: none;
	width: auto;
	color: #fff;
	text-align: center;
	opacity: 0.9;
	transition: opacity .15s ease;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 0;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #182430;
	text-align: center;
}

ul.pager {
	padding: 20px 0;
	margin-bottom: 0;
	list-style: none;
	text-align: center;
}

/* @group TABS */

/* TABS */
.nav-tabs {
	width: auto;
	width: max-content;
	margin: 0 auto;
	margin-top: 30px;
	border-bottom: none;
	border-radius: 30px;
	padding: 4px;
	text-align: center;
	background-color: #ffffff;
	/*-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);*/
	background: rgba(98,110,156,0.04);
	border: 1px solid rgba(98,110,156,0.08);
	border-radius: 28px;
}
.nav-tabs li {
	line-height: 45px;
	/*border-left: 1px solid #DCDCDC;*/
	position: relative;
}
.nav-tabs li:first-child, .nav-tabs li:first-child a {
	//border-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	/*border-left: none;*/
}
.nav-tabs li:last-child, .nav-tabs li:last-child a {
	/*border-radius: 30px;*/
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.nav-tabs a.nav-link {
    display: block;
    padding: 0 30px;
	border: none;
    border-radius: 0;
	text-transform: uppercase;
	color: #626E9C;
	letter-spacing: 1px;
	background-color: transparent;
	border-color: transparent;
	font-size: .7rem;
	border: 1px solid transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	/*border-color: #004990;
	background-color: #004990;*/
	/*color: #0AC0A8;*/
	color: #ffffff;
	background-color: #02166E;
	border: 1px solid transparent;
	border-radius: 30px;
}
.nav-tabs .nav-link:focus a, .nav-tabs .nav-link:hover a {
	color: #ffffff;
}
.nav-tabs a.active-float {
	display: block;
	/*position: absolute;
	top: -5px;
	left: -15px;*/
	position: relative;
	top: -5px;
	left: -15px;
	width: calc(100% + 30px);
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	border-radius: 30px;
	line-height: 45px;
	z-index: 10;
	font-weight: bold;
	font-size: 15px;
}
.nav-tabs li.active {
    line-height: 45px;
    border-left: none;
    position: relative;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #02166E;
	background: #FFFFFF;
	border: 1px solid #02166E;
	line-height: 45px;
	min-width: 150px;
	border-radius: 30px;
}

@media (max-width: 950px) {

	.nav-tabs {
		width: 100%;
		/*width: max-content;
		margin: 0 auto;
		margin-top: 30px;
		border-bottom: none;
		border-radius: 30px;
		padding: 0 15px;*/
		text-align: center;
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-tabs li {
		height: 35px;
		line-height: 35px;
		position: relative;
		border: none!important;
		border-radius: 0!important;
	}
	.nav-tabs a.nav-link {
		display: block;
		padding: 0 30px;
		border: none;
		border-radius: 30px;
		color: #000000;
		background-color: #fff;
		border-color: transparent;
		font-size: 14px;
		margin-right: 10px;
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	}
	.nav-tabs .nav-item {
	    margin-bottom: 10px;
	}
	.active-float {
		display: none!important;
	}
}

.tablist .nav-tabs {
    margin: 0 auto;
    margin-top: 30px;
    border-bottom: none;
    border-radius: 30px;
    padding: 0;
    text-align: center;
    background-color: #ffffff;
    background: none;
    border: none;
    border-radius: 28px;
}
.tablist .nav-tabs a.nav-link {
	background-color: #F4F6FC;
	padding: 15px 0px;
	border-right: 1px solid #E8E8E8;
}
.tablist .nav-tabs .nav-link.active {
	color: #02166E;
	border: none;
	background-color: #FFFFFF;
	box-shadow: 0px -20px 32px 0px rgba(2,22,110,0.04);
	border-radius: 8px 8px 0 0;
	padding-top: 30px;
	padding-bottom: 0;
}
.tablist .nav-tabs .nav-link:focus, .tablist .nav-tabs .nav-link:hover {
	color: #02166E;
	background-color: inherit;
	border: none;
	border-radius: 0;
}
.tablist > .tab-content {
    background-color: #FFFFFF;
    box-shadow: 0 8px 32px 0 rgba(2,22,110,0.08);
	padding: 45px !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tablist .nav-tabs a.nav-link.last-child {
    border-top-right-radius: 8px;
	border-right: none;
}
.tablist .nav-tabs a.nav-link.first-child {
    border-top-left-radius: 8px;
	border-right: none;
}

/* @end */

.node .field--type-image {
	float: none;
	margin: 0;
}

.force-img-fullwidth .img-fluid {
	width: 100%;
	max-width: none;
	height: auto;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'],
.row.display-flex .framed {
  flex-grow: 1;
}
.row.display-flex .framed {
  display: flex;
  flex-wrap: wrap;
}
.framed .inner-col, p.framed {
	background: #FFFFFF;
	box-shadow: 0 8px 32px 0 rgba(2,22,110,0.08);
	border-radius: 8px;
	padding: 30px!important;
}

.ajax-progress {
	padding: 0;
}
/*.ajax-progress-throbber .throbber {
  display: inline;
  padding: 1px 5px 2px;
  background: transparent url(../../../../misc/throbber-active.gif) no-repeat 0 center;
}*/
.ajax-progress .throbber, .ajax-progress-throbber .throbber {
	/*background: transparent url(/sites/all/themes/yourtheme/images/throbber.gif) no-repeat 0px -18px;*/
	background: none;
	display: inline-block;
	width: 13px!important;
	height: 13px!important;
	padding: 0;
	vertical-align: text-bottom;
	border: 3px solid #000000!important;
	border-right-color: transparent!important;
	border-radius: 50%!important;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}
.ajax-progress .throbber::after, .ajax-progress-throbber .throbber::after {
	display: block;
	clear: both;
	content: "";
}
.bg-color-black .ajax-progress .throbber, .bg-color-black .ajax-progress-throbber .throbber {
	border: 3px solid #FFFFFF!important;
	border-right-color: transparent!important;
}

/* only for demo not required */
/*.box {
    border:1px #666 solid;
    height: 100%;
}

.row.display-flex [class*='col-'] {
    background-color: #cceeee;
}*/

/* @end */

/* @group FORM */

button,
input[type="submit"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
}

input[type="submit"] {
  border: 0;
  width: auto;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}


.form-textarea, .form-text, .form-email, .form-tel, .form-url {
	padding: 10px;
	box-shadow: none;
	background-image: none;
	background-color: #F6F8FA;
	border: 1px solid #ECEEF0;
	border-radius: 2px;
}
.form-text{
  line-height: 1;
  padding: 0 10px;
}

.form-radios .form-item {
	display:inline-block;
	margin-right: 15px;
	line-height: 1;
}
#edit-field-acc-registrationtype-und.form-radios .form-item {
	display:block;
}

.form-type-radios label .form-required {
	display: none;
}

.form-type-radios .form-type-radio label {

}
.form-type-radios .form-type-radio label::before, .form-type-radios .form-type-radio label:before {
	content: "\f3fe";
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 36px;
	vertical-align: middle;
	color: #d5d5d5;
}
.form-type-radios .form-type-radio label.active::before, .form-type-radios .form-type-radio label.active:before {
	content: "\f3ff";
	color: #000000;
}

.form-type-radios .form-type-radio label input {
	display: none;
}

input.form-checkbox, input.form-radio {
	vertical-align: text-bottom;
	margin-right: 5px;
}

.form-control.form-select {
	width: auto;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
	margin-bottom: 5px;
}
.form-check-input {
	margin-top: 2px;
}

.custom-switch .custom-control-label::after {
	top: calc(0rem + 2px);
}
.custom-control-label::before {
	top: 0rem;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
}


input:focus,
textarea:focus,
.form-textarea:focus, .form-textarea:hover,
.form-text:focus, .form-text:hover,
.text-full:focus, .text-full:hover,
.form-email:focus, .form-email:hover,
.form-tel:focus, .form-tel:hover {
  border-color: #222222;
  /*outline: 0 none;*/
  transition: all 0.2s ease-in-out 0s;
}

.block-webform .webform-hide-element {
	display: none;
}

.form-group.col-auto {
	padding: 0 10px;
  margin-bottom: 15px;
}
.webform-submission-form > .form-group.col-auto {
	padding: 0;
}

.webform-submission-form legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 8px;
	font-size: 1rem;
}
.webform-submission-form .webform-type-fieldset {
	margin-top: 50px;
}

.webform-submission-form .form-type-textfield label,
.webform-submission-form .js-form-item > label,
.webform-type-fieldset > legend .fieldset-legend {
	font-weight: 400;
}

.webform-flexbox .webform-flex .webform-flex--container {
	margin: 0 15px;
}
.webform-flexbox .webform-flex:first-child .webform-flex--container {
	margin: 0 15px 0 0;
}
.webform-flexbox .webform-flex:last-child .webform-flex--container {
	margin: 0 0 0 15px;
}
.webform-flex--container > .form-group {
	margin-left: 0;
	margin-right: 0;
}

.form-group .error legend {
	color: #dc3545;
}

.webform-element-description {
	margin-top: 5px;
}
.small, small.description {
	font-size: 70%;
	font-weight: 300;
}

.form-managed-file {

}
.form-managed-file a {
	color: #000000;
	font-size: 12px;
	font-weight: 400;
}
.form-managed-file button {
	background-color: #c7c7c7;
	border: solid 2px #9d9d9d;
	color: #fff;
	margin-right: 30px;
	padding: 3px 15px;
	line-height: 20px;
	font-size: 13px;
}
.form-managed-file button:hover {
	background-color: #9d9d9d!important;
	border: solid 2px #9d9d9d!important;
	color: #fff!important;
}

@media (min-width: 768px) {
	.webform-flexbox {
		display: -webkit-flex;
		display: flex;
		margin: 1em 0em;
	}
}

.webform-element-help--tooltip {
	font-size: 13px;
	font-weight: 300;
}

.webform-progress {

}
.webform-progress .webform-progress__status {
	margin: 15px 0 50px;
	font-size: 0.8rem;
}
.webform-progress .webform-progress__summary {

}
.webform-progress .webform-progress__percentage {

}

.text-count-message {
	font-size: 13px;
	margin: 10px 0;
}

.ui-tooltip-content {
	font-size: 13px;
	font-weight: 300;
}

.ui-dialog-titlebar-close:hover .ui-icon {
    background-image: none!important;
}
.ui-button-icon-only.ui-dialog-titlebar-close .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
}
.ui-dialog-titlebar-close {
    width: 30px;
    height: 30px;
}
.ui-dialog-titlebar-close, .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:active {
    border: none!important;
    /*background: transparent!important;*/
    font-weight: normal!important;
    color: #454545!important;
}
.ui-dialog-titlebar-close span, .ui-dialog-titlebar-close:hover span, .ui-dialog-titlebar-close:active span {
    border: none!important;
    background: transparent!important;
    font-weight: normal!important;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 23%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
	background-color: transparent;
	background-size: 100%;
}

/* @end */




/* MOBILE */
@media (max-width: 768px) {
h1, .h1 {
	font-size: 35px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
#header .container {
	padding: 0 10px;
}
.container.block {
	padding: 0;
}
header nav {
	padding: 10px 0 5px 0;
}
.navbar-brand {
	margin: 8px 0;
	padding: 5px 0 0;
}
.navbar-brand img, .navbar-brand svg {
	width: 110px!important;
	height: 40px!important;
}


}

@media (max-width: 380px) {
	.navbar-brand img, .navbar-brand svg {
		width: 80px!important;
		height: 24px!important;
	}

}
/* MOBILE */


ul.social-icon-list, .no-bullets {
	margin: 0;
	padding: 0;
	list-style: none;
	/*position: fixed;
	top: 30%;
	left: 0;*/
}
ul.social-icon-list li {
	margin: 0 0 15px 0;
	padding: 0;
	display: inline-block;
}
ul.social-icon-list a {
	/*display: inline-block;
	height: 30px;
	width: 30px;*/
	text-align: center;
	color: #000000;
	line-height: 40px;
	/*background-color: #000000;*/
	font-size: 1.2em;
}
ul.social-icon-list a .socicon {
	font-size: 1.8em;
	width: 30px;
	margin-right: 10px;
	vertical-align: sub;
}
ul.social-icon-list a:hover {
	/*width: 60px;
	background-color: #2d9fe3;*/
	text-decoration: none;
}
ul.social-icon-list a::before {

}
ul.social-icon-list a.circle.outline .socicon {
    display: inline-block;
    font-size: 0.9em;
    width: 1.8em;
    height: 1.8em;
    border: 2px solid #000000;
    line-height: 1.6em;
    border-radius: 1em;
	margin: 0;
}
ul.social-icon-list a.circle.outline.white .socicon {
    border: 2px solid #ffffff;
	color: #ffffff;
}

ul.social-icon-list a .socicon {
	display: inline-block;
	font-size: 16px;
	width: 30px;
	height: 30px;
	/* border: 1px solid #ffffff; */
	line-height: 27px;
	border-radius: 15px;
	text-indent: 0;
	color: #000000;
}

/* ul.social-icon-list a .socicon {
	display: inline-block;
	font-size: 1em;
	width: 1.8em;
	height: 1.8em;
	border: 2px solid #ffffff;
	line-height: 1.7em;
	border-radius: 1em;
	color: #ffffff;
}
*/

/* VIEWS SELECT LINKS */
.selectlist {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}

.selectlist .selectlist-option {
  padding: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.selectlist .selectlist-option.active {
  background: #0fc0fc;
}

.selectlist .selectlist-option:hover {
  background: #0fd0fd;
}

.pg_coladvanced {
	background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 25% top;
}
.dir-right.pg_coladvanced {
    background-position: 75% top;
}

.views-infinite-scroll-content-wrapper {
	width: 100%;
}
