.register {
    		background:#99cc33 ;
border-radius: 50px;
font-weight: bold;
margin-bottom: 10px;
}
.articles2 img {
  width: 100%;
 max-height: 230px;
  object-fit: cover;
}
.articles2 h2 {
  font-size: 21px;
  font-weight: normal;
  height: 95px;
}
.articles2 strong {
	margin-bottom: 3px;
}
.articles2 .published {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFF;
  font-size: 14px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 15px;
}
.articles2 .btn, button {
  background-color: #3EBECB;
  color: #FFF;
}
.red {background-color:#d26e69 !important;}
.yellow {background-color:#fce5a1 !important;color: #000000;}
.green {background-color:#8bb1a4 !important;}
.title {
    font-weight: 600;
}
.border-radius {
    border-radius: 10px;
}
.threes {
  min-height: 172px;
}



.su-spoiler-title, .su-spoiler-style-simple > .su-spoiler-title {
    font-weight: 700;
    font-size: 19px !important;
    color: #2784A5 !important;
    margin-top: 18px;
    border-left: solid 6px #3EBDCB !important;
    margin-bottom: 5px
}
.su-spoiler-style-simple {
  border-top: none !important;
  border-bottom: none !important;
}
.su-spoiler-style-simple > .su-spoiler-title {
  background: none !important;
}
.articles .btn {
  margin-left: 0;
}
.published {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #8e8e8e;
    font-size: 14px;
}
.btn a {
  color: #FFF;
}
.vc_tta-container img {
width: 100%;
max-width: 500px !important;
margin-bottom: 20px;
}
.vc_tta-panel-heading {
  padding: 0 !important;
}
.vc_tta-panel-heading {
    background-color:#2784A5 !important;
    padding: 7px;
}
.vc_tta-panel-body p {
    color: #000000 !important;
}
.vc_tta-panel-heading h4 {
    padding-bottom: 0;
}
.vc_tta-panel-body {
    background-color: #dcdcdc !important;
    padding-bottom: 0 !important;
    padding-bottom: 30px !important;
}
.vc_tta-title-text,
.vc_tta-controls-icon-chevron,
.vc_tta-panel-body table td {
    color: #FFFFFF !important;
}
.vc_tta-controls-icon::before,
.vc_tta-controls-icon::after {
    border-color: #FFFFFF !important;
}

.wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel-body,
.wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel-heading {
    background-image: none !important;
}

.vc_tta-container ul {
    padding-bottom: 30px
}


.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after, .wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    border-color: #3EBECB !important;
}

.programme a {
  background: #2784A5;
  padding: 4px 10px;
  border-radius: 50px;
  display: block;
  width: fit-content;
  color: #FFF;
  font-weight: 400;
  margin: 10px !important;
}
@media (max-width: 600px) {
    .programme a {
  border-radius: 0;
}
}
@media (max-width: 992px) {
nav h1 {
    margin-bottom: 0;
}
}
.sub-menu a {
  text-transform: capitalize;
}

@media (min-width: 992px) {
.menu-menu-1-container {
  top: 25px;
}
}
@media (min-width: 992px) and (max-width: 1180px) {
.brand img {
  height: 55px !important;
  max-height: 55px;
}
.register {display: none}
}



.profile-thumb {
    margin: 10px 0;
}
.register {
			    transition: transform .4s;
    animation: blinker 1s linear;
    animation-iteration-count: 3;
    animation-delay: 1s;
		}
		  @keyframes blinker {
  50% {
    opacity: 0.2;
  }
		  }
.profile .thumb-area {
	height: auto;
	padding: 20px 0;
	overflow: hidden;
	}
.profile .thumb-c img {
	border-radius: 50%;
    max-width: 200px;
    max-height: 200px;
	width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center center;
}
.profile .thumb-s img {
	width: 100%;
	height: auto;
    max-width: 250px;
    max-height: 250px;
	width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center center;
}
.profile .btn  {
padding: 5px 14px;
font-size: 15px;
	position: absolute;
	left: 30%;
	right: 30%;
	bottom:0
}
.btn:active {
    top: auto;
}
.ms-slide, .ms-container, .home .feature-wide {
    min-height: 500px;
}
.profile-content {
min-height: 200px
}
.profile h2 {
	font-size: 22px;
	color:#2784A5;
	margin-bottom: 5px
}
.profile p {
	
}

.address strong {
 color: #2784A5
}
@media (min-width: 992px) and (max-width: 1200px) {
	.profile h2 {
    font-size: 25px;
}
}


.profile .btn a:active {
    top: inherit;
}
.icons p {
	font-weight: bold
}
.registration img {
    max-width: 30px;
    max-height: 30px;
    margin-right: 20px;
}
.registration {
    font-size: 22px;
}
.col33 {
width: 33.3%;
display: block;
float: left;
}
	@media (max-width: 1000px) {
.col33 {
width: 100%;
display: block; 
float:left;
}
}
	.col25 {
width: 25%;
display: block;
float: left;
}
	@media (max-width: 1000px) {
.col25 {
width: 100%;
display: block; 
float:left;
}
}

.col50 {
width: 50%;
display: block;
float: left;
}
	@media (max-width: 1000px) {
.col50 {
width: 100%;
display: block; 
float:left;
}
}
	.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (max-width: 768px) {
	.wider {
		width: 33.3%;
		float: left;
		height: 200px;
	}
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.larger-text {
    font-size: 25px;
}
.rounded {
    border-bottom-left-radius: 70% 150px !important;
    border-bottom-right-radius: 70% 150px !important;
    overflow: hidden !important;
    width: 120%;
    margin-bottom: 0;
    left: -10%;
}
.search-icon {
	position: absolute;
	top: 0;
	right: 0;
}
.search-icon:active {
    position: absolute;
}
video {
    max-width: 100%;
}
@media (min-width: 992px) {
	.pinch, .intro {
		width: 70%;
		margin: 0 auto;
	}
	footer a:link {
}
}
@media (min-width: 768px) {
	.side {
    border-right: solid 7px #d3d8e0;
}
}
.line {
	border-top: #000000 solid 1px
}
.intro p {
    margin: 0;
}
.absolute {
    position: absolute;
    z-index: 1;
	z-index: 30000;
	width: 100%;
}
.sticky {
	position: sticky;
	top: 0;
	z-index: 5000;
}
.text-shadow {
	/*	text-shadow: 10px 1px 14px #000000, 0 0 69px #000000;*/
	text-shadow: 10px 1px 14px #000000cc
}
.image-shadow {
	 filter: drop-shadow(10px 1px 14px #000000);
}
.dark-to-light {
    background-image: linear-gradient(to top, transparent, #000000);
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.9));
    opacity: 1;
    min-height: 350px;
	width: 100%;
	position: absolute;
top: 0;
}
.light-to-dark {
    background-image: linear-gradient(to bottom, transparent, #000000);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
    min-height: 45%;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #2a395d !important;
    color: #FFF;
	font-weight: 500;
}
table {
    font-size: 16px;
}
.tablepress .even td {
    background-color: #dee1e7 !important;
}
.tablepress .odd td {
    background-color: #f4f4f5 !important;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: none !important
}
.tablepress td, .tablepress th {
    padding: 15px !important;
}

.text-over-image {
    color: #FFF;
    font-size: 55px;
    line-height: 100%;
    position: absolute;
	bottom: 20%;
left: 50%;
right: 50%;
margin: auto;
width: 70%;
}
.splash-center-bottom {
    text-align: center;
    color: #FFFFFF;
    margin: auto;
    display: block;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
   bottom: 180px;
}
.splash-center-bottom p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 69px;
    	font-weight: bold;
		font-size: 28px;
	line-height: 100%;
}
.partners {
  position: absolute;
bottom: 35px;
width: 100%;
left: 0;
right: 0;
margin: 0 auto;
max-width: 1000px;
}
@media (max-width: 772px) {
   .partners {
  width: 95%;
} 
}

@media screen and (max-height: 845px) and (orientation: landscape) {
.brand-lg img {
  width: auto;
  height: 80px !important;
  max-height: 80px;
}
}

.contact-details {
    	font-weight: 500;
		font-size: 24px;
	margin-bottom: 25px
}
.splash {
height: 62vh;
max-height: 700px;
min-height: 500px;
position: relative;
background-position: center;
background-size: 100% auto, cover;
background-repeat: no-repeat;
min-height: 475px;
}
.feature img {
height: 62vh;
max-height: 700px;
min-height: 475px;
top: 0;
left:0;
right: 0;
object-fit: cover;
object-position: center;
width: 100%;
border-radius: 0;
z-index: -1;
position: absolute;
}


	@media (max-width: 700px) {
	.opl img {
  object-position: left !important;
}
	.opr img {
  object-position: right !important;
}
	}	
	
	
	.valign {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
		z-index: 20000;
	}
	.splash-center {
margin: auto;
display: block;
height: auto;
text-align: center;
z-index: 20000;
position: absolute;
left: 0;
right: 0;
top: 28%;
z-index: 20000;
	}

.profiles-home img {
	width: 111px;
	max-width: 111px;
	margin-top: 0;
	border-radius: 50%;
}
.profiles-home h3 {
	font-weight: bold;
	color: #2784A5;
	font-size: 90%;
    margin: 10px 0 !important;
}
.profiles-home p {
    	font-size: 90%;
}

.profiles img {
	width: 150px;
	max-width: 150px;
	margin-top: 10px;
}
.profiles h3 {
    margin: 10px 0 !important;
}


@media screen and (min-width: 768px) {
    .five-columns.vc_row .vc_col-sm-2 {
        float: left;
        width: 18.5%;
        padding: 0;
        margin-right: 1.5%;
        min-height: 0;
    }
    .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
        margin-right: 0;
    }
}
@media (max-width: 700px) {
		.splash-center-bottom {
		text-align: center;
		width: 100%;
		right: 0;
		left: 0;
		bottom: 140px;
		}	
		.splash-center-bottom p {
		 font-size: 25px;
	}
	.home h1 br {
    float: left;
}
		.splash-center-bottom p {
    width: 75%;
    bottom: 20px;
    font-size: 20px;
}
	}


.delay {
animation-delay: 5s; }

.fade-in {
  animation: fadein 5s;
  -webkit-animation: fadein 5s;
  -moz-animation: fadein 5s;
  -o-animation: fadein 5s;
  -ms-animation: fadein 5s;
	
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
html, body {
    	overflow-x: hidden;
}
body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'gill-sans-nova-light', Gill Sans, Gill Sans MT, Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size: 20px;
	font-style: normal;
	background: #FFFFFF;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
html,
body,
h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}
.dark h1 {
	color: #FFFFFF;
	font-size: 45px;
	font-weight: bold
}
h1 {
      color: #2784a5;
	font-size: 45px;
	line-height: 100%;
	font-weight: 600;
	margin-bottom: 20px;
}

h2 {
    font-size: 32px;
    color: #2784a5;
	font-weight: 600;
}
.splash h2 {
    color: #FFFFFF;
}
.dark h3 {
	font-weight: 500
}

h3 {
    font-size: 25px;
    font-weight: 600;
}
h4 {
	font-size: 20px;
	padding-bottom: 12px;
		font-weight: 600;
}
b,
strong,
.bold {
	font-weight: 600;
}
.italic {
	  font-style: italic;
}
.uppercase {
	  text-transform: uppercase;
}
footer,
header,
menu,
nav,
section {
	display: block;
	clear: both;
}

nav {
	font-weight: 500
}

@media (min-width: 992px) {
/*.menu-menu-1-container {
  margin-right: 10px;
}*/
}

.menu-menu-1-container {
 /* position: absolute;*/
  right: 0;
  left: 0;
}

.intro {
	font-size: 28px;
	color: #3ebecb;
	margin-top: 20px;
	font-weight: 300;
	line-height: 100%;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}

.content input {
	padding: 12px 24px;
}
.white-bg input[type=text] {
	background-color: #DCDCDC
}
input,
optgroup,
select,
textarea {
	border-radius: 37px;
	border: 1px solid #999;
}
header input:focus {
	outline-width: 0;
}
@media (max-width: 992px) {
	.homepage {
		background-image: url("../img/bg-left.svg");
		background-repeat: no-repeat, no-repeat;
		background-position: -134% -54%, 235% 64%;
		background-size: 69%;
	}
	.homepage {
		height: 30vh;
	}
	.homepage img {
		width: 55%;
	}
	.float p {
		font-size: 19px;
	}
}
.goog-te-gadget {
	font-size: 16px !important
}
@media (max-width: 992px) {
    .search-icon {
  display: none !important;
}
.brand img {
  height: 36px;
  max-height: 36px;
  top: 3px;
  left: 10px;
}
	.menu-toggle {
		width: 100%;
		position: relative;
	}
	.menu-toggle button img {
		float: right !important
	}
	.menu-1 li {
		float: left;
		width: 100%;
	}
}
.pull-up {
    margin-top: -31px;
}
.feature-wide {
	clear: both;
}
.transparent {
	background-color: transparent;
}
.contact p {
	font-size: 15px;
}
.contact a:link {
	font-size: 22px;
	font-weight: 600
}
/* FRAMEWORK */
.relative {
	position: relative
}
.widget {
	list-style: none !important;
}
header .widget-hf-area p {
	padding: 0;
	margin: 0;
}
#random {
    display: block;
    clear: both;
    margin: 10px 0;
}
#li {
    margin-left: 1000px;
}
.widget-hf-area img {
	max-height: 70px;
	max-width: 300px !important;
	width: 100%;
	height: 100%;
}
.widget-hf-area .site-title {
	font-size: 22px
}
.widget-hf-area .site-tagline {
}
.post-date {
    display: block;
	margin: 5px 0;
	font-size: 14px;
	color: #888888
}
.content .widget_recent_entries li {
    padding-bottom: 20px;
}
.sidebar #s {
    width: 72%;
}
@media (min-width: 992px) and (max-width: 1200px) {
.sidebar #s {
    width: 64%;
}
}
@media (min-width: 767px) and (max-width: 992px) {
.sidebar #s {
    width: 52%;
}
.sidebar img, .sidebar .wp-caption-text {
	max-width: 80% !important
	}
#wp-calendar tbody td {
padding: 4px !important;
font-size: 12px;
}
}

.excerpt {
	margin-bottom: 20px
}
header .text-right p {
	margin-top: 0
}

.home img {min-height: 500px}

/* NEWS */

.news img {
  object-fit: cover;
  max-width: 30%;
  max-height: 200px;
  margin-top: 10px;
  float: right;
  margin-left: 3%;
  margin-bottom: 10px;
  border-radius: 10px;
}
@media (max-width: 768px) {
	.news img {
		max-width: 100%;
		width: 100%;
	}
	.title h1 {
		font-size: 25px
	}
}
.news h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
.news-side a:link,
.news-side a:visited {
	color: #000000;
	text-decoration: underline;
	text-underline-position: under;
}
.news-title h1 {margin-bottom: 30px}
.articles h2 {
	font-size: 27px;
	margin-bottom: 10px;
}
.articles strong {
	margin-bottom: 3px;
}
.author {
	font-size: 12px
}
.cc textarea {
    border-radius: 2px;
    padding: 7px;
    width: 100% !important;
    height: 400px !important;
	margin-top: 20px
}
.alignleft {
float: left;
margin-right: 25px;
margin-top: 25px;
margin-bottom: 15px;
max-width: 100%;
height: auto;
}
.alignnone {
float: none;
margin-top: 25px;
margin-bottom: 15px;
max-width: 100%;
height: auto;
}
.alignright {
float: right;
margin-left: 25px;
margin-top: 25px;
margin-bottom: 15px;
max-width: 100%;
height: auto;
}
.aligncenter {
display: block;
margin: 25px auto;
max-width: 100%;
height: auto;
}
.wp-caption p {
	background: #005693;
	color: #fff;
	padding: 10px 20px;
	font-size: 13px;
	line-height: normal;
	border-top: solid #FFF 1px;
	margin-top: 0;
	margin-right: 10px;
}

.content li {
  /* list-style: none;*/
	margin-bottom: 15px;
	margin-left: 20px;
}
.content ul {
  list-style: none;
}

.content ul li::before {
  content: "\25A0";
  color: #3EBECB;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.content p a:link,
.content p a:visited,
.content li a:link,
.content li a:visited {
	color: #000000;
	font-weight: 500;
	border-bottom: solid 1px;
}
.grey-grad p a:link,
.grey-grad p a:visited {
	border-bottom: none;
	padding-left: 40px;
	background-image: url("../img/open-icon.svg");
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 25px;
	float: left;
	margin-bottom: 7%;
	min-height: 25px
}
.nf-form-content {
	padding: 0 !important;
	max-width: 100% !important;
	margin: 0 auto;
	padding-top: 35px;
}
.logos img {
	max-height: 80px;
}
.btn,
button {
	 background-color: #2784A5;
	color: #FFFFFF;
}

.dark,
footer,
#top,
.btn-grad {
background-color: #2784A5;
	color: #FFFFFF;
}
.blue {
	background-color: #5975b4 !important;
}
.light {
	background-color: #59ade5 !important;
}
.gradient,
.white,
.white p,
.white a,
.white a:visited {
	color: #FFFFFF;
}
.gradient,
.btn-grad {
		background: rgb(39,132,165);
background: -moz-linear-gradient(180deg, rgba(39,132,165,1) 0%, rgba(62,190,203,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(39,132,165,1) 0%, rgba(62,190,203,1) 100%);
background: linear-gradient(180deg, rgba(39,132,165,1) 0%, rgba(62,190,203,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2784a5",endColorstr="#3ebecb",GradientType=1);
}
.gradient-right {
		background: rgb(39,132,165);
background: -moz-linear-gradient(270deg, rgba(39,132,165,1) 0%, rgba(62,190,203,1) 100%);
background: -webkit-linear-gradient(270deg, rgba(39,132,165,1) 0%, rgba(62,190,203,1) 100%);
background: linear-gradient(270deg, rgba(39,132,165,1) 0%, rgba(62,190,203,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2784a5",endColorstr="#3ebecb",GradientType=1);
}

.grey-gradient {
	background: rgb(217, 217, 217);
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(217, 217, 217, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(217, 217, 217, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(217, 217, 217, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d9d9d9", GradientType=1);
}
.grey {
	background-color: #e0e0e0;
}
.light-grey {
	background-color: #f4f4f4;
}
.dark-grey {
	background-color: #262626;
	color: #FFFFFF;
}
.black {
	background-color: #000000;
	color: #FFFFFF;
}
.white {
	background: #FFFFFF
}
.gradient p,
.dark h2,
.dark .intro p {
	color: #FFFFFF !important
}
.dark-text,
.grey h2,
.grey-grad h2 {
	color: #3d5ca8;
}
.sub-page .intro p {
	margin: 20px 0 !important;
}
.sub-page .dark {
	padding: 30px 0;
}
.gap {
	margin-bottom: 11px;
}
.paddingt1 {
	padding-top: 10px;
}
.paddingt2 {
	padding-top: 20px;
}
.paddingt3 {
	padding-top: 30px;
}
.paddingb1 {
	padding-bottom: 10px;
}
.paddingb2 {
	padding-bottom: 20px;
}
.paddingb3 {
	padding-bottom: 30px;
}
.paddingb1 {
	padding-bottom: 10px;
}
.paddingb2 {
	padding-bottom: 20px;
}
.paddingtb3 {
	padding: 30px 0 30px 0
}
.latest {
	padding: 50px 35px 0 35px
}
.padding1 {
	padding: 10px 10px;
}
.padding2 {
	padding: 20px 20px;
}
.padding3 {
	padding: 30px 30px;
}
@media (min-width: 992px) {
	.paddingr3 {
		padding-right: 30px;
	}
	.text {
	padding-right: 30px;
}
}
.padding4,
.content .dark,
.vc_row.wpb_row.vc_row-fluid.gradient,
.content .grey {
	padding: 40px 40px;
}
.padding5 {
	padding: 50px 50px;
}
a:active {
	top: 2px;
	position: relative;
}
/* MENUS */
.sub-menu a {
	padding: 0;
	white-space: nowrap;
	width: auto;
	float: none;
	text-shadow: none !important;
}
@media (min-width: 992px) {
	.sub-menu a {
		color: #000
	}
}
.sub-menu li {
	font-size: 18px;
	text-align: center;
	display: block;
}
.menu-1 ul .sub-menu {
	-webkit-animation: fadein 0.5s;
	-moz-animation: fadein 0.5s;
	-ms-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
	animation: fadein 0.5s;
}
.menu-item-has-children {
	background-image: url("../img/arrow-down-light.svg");
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 100% 55%;
}
.menu-1 ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: table;
	text-align: center;
	float: none
}
@media (max-width: 992px) {
    .menu-1 ul {
	float: left
}
}
.menu-1 li {
float: left;
position: relative;
}
.menu-1 a {
	display: block;
	text-decoration: none;
	padding: 0 20px;
	color: #FFFFFF;
	line-height: 50px;
}
.menu-1 ul ul {
position: absolute;
left: 50% !important;
transform: translateX(-50%);
z-index: 99999;
display: none;
}
.sub-menu {
	display: block;
}
.menu-1 ul ul ul {
	left: -999em;
	top: 0;
}
.menu-1 ul ul li {
	width: 100%;
	color: #FFFFFF
}
.menu-1 ul li:hover > ul,
.menu-1 ul li.focus > ul {
	display: block;
}
.menu-1 ul li:hover > ul,
.menu-1 ul li.focus > ul {
	left: auto;
}
.menu-1 ul ul li:hover > ul,
.menu-1 ul ul li.focus > ul {
	left: 100%;
}
.menu-1 li ul li a {
	color: #000000;
}
.menu-1 .sub-menu li:hover {
	color: transparent;
}
.menu-toggle {
	display: none
}
/*
.current-menu-item {
	border-bottom: 4px solid #FFFFFF;

	text-decoration: underline;
	text-underline-position: under;
}*/
.sub-menu .current-menu-item {
	text-decoration: none;
}
uoe {
  background-color: #dcdcdc;
  padding: 8px 30px 8px 45px;
  margin-left: 12px;
  border-radius: 11px;
  font-size: 17px;
  color: #209ECC;
  font-weight: 500;
  display: inline-block;
  background-image: url("../img/search-colour-right.svg");
  background-repeat: no-repeat;
  background-position: 6%;
  background-size: 20px;
}
@media (max-width: 992px) {
	.menu-1 li ul li a {
		color: #FFFFFF;
	}
	.icon img {
		width: auto;
		float: none;
		margin-right: 0;
	}
	#menu-top {
		width: 100%;
	}
	#site-menu {
		display: none;
	}
	.menu-1 a {
		color: #FFFFFF;
		text-shadow: none;
	}
	.menu-1 ul ul {
		left: 0;
	}
	.menu-toggle {
		background-color: transparent !important;
		color: #FFFFFF;
		margin: 0 auto;
		border: 0;
		border-radius: 0;
		text-align: right;
	}
	.toggled .menu-toggle {
		color: white;
		margin: 0 auto;
	}
	.menu-1 a {
    line-height: 40px;
}
	.sub-menu li {
    font-size: 15px;
    text-align: center;
}
	#menu-top button {
		padding: 8px 20px !important
	}
	/* Small menu. */
	.menu-toggle,
	.menu-1.toggled #site-menu {
		display: block;
		background: rgb(39,132,165);
background: -moz-linear-gradient(180deg, rgba(39,132,165,1) 0%, rgba(62,190,203,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(39,132,165,1) 0%, rgba(62,190,203,1) 100%);
background: linear-gradient(180deg, rgba(39,132,165,1) 0%, rgba(62,190,203,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2784a5",endColorstr="#3ebecb",GradientType=1);

		width: 100%
	}
	
	.menu-1 ul ul {
		position: relative;
		float: none;
		display: none
	}
	.menu-1 ul li:hover > ul,
	.menu-1 ul li.focus > ul {
		display: block;
	}
	.menu-1 ul ul a {
		width: 100%;
	}
	.menu-1 ul ul ul {
		left: auto
	}
	.menu-1 ul ul li:hover > ul,
	.menu-1 ul ul li.focus > ul {
		left: auto;
	}
}
@media (min-width: 992px) and (max-width: 1450px) {
	.menu-1 a {
		padding-left: 15px;
		padding-right: 15px;

	}
	.sub-menu a:link {
		font-size: 15px;
	}
}
@media (min-width: 992px) {
	header {
		height: auto
	}
	.menu-1 {
	font-size: 1.2vw;
	}
	.sub-menu {
		background-color: #f6f6f6;
		border-radius: 0
	}
}

/* OVERLAY */

.overlay a:visited {
    color: #ffffff;
}

.overlay a:hover {
    text-decoration: none;
}

.overlay .closebtn:hover {
    color: #FFFFFF;
}

.overlay p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 25px;
}

.openSearch img {
    width: 30px;
    height: 30px;
    margin-right: 30px;
    margin-left: 20px;
    margin-top: 0;
    cursor: pointer;
}

.overlay input[type=text] {
 padding: 20px 40px;
    font-size: 30px;
    border: none;
    width: 70%;
    border-radius: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
	background-color: #212D49D5;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

.overlay .closebtn {
    position: absolute;
    z-index: 100001;
    top: 14px;
    right: 40px;
    font-size: 80px;
    cursor: pointer;
    color: #FFFFFF;
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin: auto;
    transform: translateY(-50%);
    top: 50%;
}


.overlay a:link {
    color: #ffffff;
    font-size: 20px;
}
#content .wpb_alert p:last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column p:last-child {
    margin-bottom: revert !important;
}


/* TOP */

#top {
	display: none;
	position: fixed;
	bottom: 14px;
	right: 20px;
	z-index: 99;
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	padding: 12px;
	border-radius: 12px;
	font-size: 17px;
	opacity: 0.5;
	-webkit-animation: fadein 2.2s;
	-moz-animation: fadein 2.2s;
	-ms-animation: fadein 2.2s;
	-o-animation: fadein 2.2s;
	animation: fadein 2.2s;
}
#top:hover {
	opacity: 1
}
footer {
	padding: 3% 0;
}
footer a:link,
footer a:visited,
footer p {
	color: #ffffff;
	margin: 0
}
.links {
	line-height: 27px;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.sidebar {
	padding: 20px 25px
}
.sidebar h3 {
	color: #000000;
	font-weight: 700;
	font-size: 14px;
}
.sidebar #searchsubmit {
	background-color: #005693;
	color: #FFFFFF
}
footer #searchsubmit {
	background-color: #f0f0f0;
}




/* FORMS */
.search input {
	color: #000000;
	padding: 5px 17px;
	margin-top: 10px
}
header input:focus {
    outline-width: 1px;
}
#nf-field-4 {
	padding: 4px 30px;
	display: inline-block;
	color: #FFFFFF;
	background-color: #3D537E;
	border-radius: 25px;
}
#nf-field-4:hover,
.forms button:hover {
	text-decoration: none;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	opacity: 0.5;
	cursor: pointer;
}
#nf-field-4 {
    height: 35px !important;
}

.square {
    color: #9ecace;
    font-size: 120%;
	margin: 0 1%
}

header .square {
    font-size: 90% !important;
}

@media (max-width: 768px) {
.splash-center {
    top: 30%;
}
}
@media (max-width: 600px) {
.square {
    display: block;
    margin-bottom: 8px;
}
}


/* BUTTONS and LINKS */

.btn,
button,
.btn-grad, .btn-light {
	padding: 4px 20px;
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	border: none;
	border-radius:30px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 500
}
.btn,
button,
.btn-grad {
	color: #FFFFFF;
}
.no-border {
	border: none;
}
.btn-light {
	color: #3D537E;
	background-color: #FFFFFF;
	border: solid 2px #9DCAD0
}
.buttons .btn a, .buttons .btn a:visited {
    color: #FFF;
}
.buttons .blue {
	margin-bottom: 10px;
		margin-top: 10px
}
a {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
a:hover {
	text-decoration: none;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	opacity: 0.5;
	cursor: pointer;
}
.content p a:hover {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: solid 2px transparent;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}
.sidebar img {
	max-width: 100%;
	height: auto;
}
nav a:active {
	position: relative;
	top: 2px;
}
/* ICONS */

.social img {
	width: 35px;
	height: 35px;
	margin: 0 2%;
	margin-top: 0px;
	float: left;
}
.icons img {
	width: 45px;
	height: 70px;
	margin: 0 2%;
}
/* IMAGES */

/* BREADCRUMBERATORS */

#breadcrumbs {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}
#breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
#breadcrumbs .separator {
	font-size: 18px;
	font-weight: 400;
	color: #ccc;
}
.breadcrumbs a {
	color: #FFF;
}

.brand-lg img {
	width: auto;
height: 120px;
max-height: 120px;
}
.brand img {
width: auto;
position: absolute;
z-index: 200000000;
}

@media (min-width: 992px) {
.brand img {
height: 75px;
max-height: 75px;
top: 10px;
left: 20px;
}
}
.brand-sm img {
	margin-top: 15px;
	width: auto;
	height: 90px;
	max-height: 90px;
}

@media (max-width: 768px) {
	.brand img, .brand-sm img, .brand-lg img {
		float: none;
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 20px
	}
	.brand-lg img {
    height: 120px;
    max-height: 120px;
    width: 85%;
}
	.articles.text-center {
		text-align: left;
	}
}
@media (max-width: 768px) {
	.overlay a:link {
		line-height: 50px;
		font-size: 20px;
	}
	.btn,
	.btn-arrow,
	.btn-solid,
	.btn-grad, .btn-light {
		margin-top: 20px;
		display: inline-block;
		text-align: center;
	}
	.padding2,
	.padding3,
	.padding4,
	.content .dark,
	.vc_row.wpb_row.vc_row-fluid.gradient,
	.content .grey,
	.padding5,
	.paddingt1,
	.paddingt2,
	.paddingb1,
	.paddingb2,
	.paddingt3 {
		padding: 20px 20px;
	}
	h1, .home h1 {
		font-size: 33px;
	}
	.intro {
    font-size: 20px;
}
	h2 {
		font-size: 25px;
	}
	.logos img {
		max-height: 55px;
		text-align: center;
		width: 20%;
	}
	footer .links a {
		margin-right: 0;
		display: block;
		margin-bottom: 10px
	}
	footer {
		text-align: center
	}
}
@media (max-width: 992px) {
	blockquote {
		padding: 10px 20px;
		margin: 0 0 20px;
		font-size: 17.5px;
		border-left: 5px solid #eee;
	}
	.col-md-4.text-right {
	padding-bottom: 20px
	}
	.text-right {
		text-align: center;
		float: none;
	}
	.social img {
		width: 32px;
		height: 32px;
		float: none;
		margin-bottom: 20px;
	}
	.feature img {
		height: 100%;
	}
	.left {
		padding-left: 0;
	}
	header {
		text-align: center;
	}
}
.dark hr,
.gradient hr {
	border-top-color: #FFFFFF
}
hr {
	border-top-color: #000000
}
.content ol li {
	line-height: 24px
}
.content ul {
	padding: 0;
}
.content .sidebar h2 {
	margin-bottom: 0;
}
a:hover {
	outline: 0
}
mark {
	background: #ff0;
	color: #000
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
.hide {
	display: none !important
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
.search h3 {
    margin-top: 20px
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
		margin: 34px 0;
}
.nav-link.text-decoration-none.uwp-account-notifications {
	display: none;
}
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
select {
	text-transform: none
}
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td,
th {
	padding: 0
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a {
	text-decoration: none
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
figure {
	margin: 0
}
img {
	vertical-align: middle
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: 6px
}
.img-circle {
	border-radius: 50%
}
hr {
	border: 0; 
	border-top: 3px solid #d3d8e0
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
[role=button] {
	cursor: pointer
}
.container {
	margin-right: auto;
	margin-left: auto
}
/*@media (min-width: 768px) {
	.container {
		width: 750px
	}
}*/
@media (min-width: 992px) {
	.container {
		width: 970px
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px
	}
}
section {
	margin-right: auto;
	margin-left: auto
}
.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-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-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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
@media (min-width: 768px) {
	.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 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
}
@media (min-width: 992px) {
	.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 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
}
@media (min-width: 1200px) {
	.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 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none
}
input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}
input[type=file] {
	display: block
}
input[type=range] {
	display: block;
	width: 100%
}
select[multiple],
select[size] {
	height: auto
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}
textarea.form-control {
	height: auto
}
.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed
}
.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px
}
.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}
.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}
.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}
.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
select.input-sm {
	height: 30px;
	line-height: 30px
}
select[multiple].input-sm,
textarea.input-sm {
	height: auto
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}
select.input-lg {
	height: 46px;
	line-height: 46px
}
select[multiple].input-lg,
textarea.input-lg {
	height: auto
}
tr.collapse.in {
	display: table-row
}
tbody.collapse.in {
	display: table-row-group
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.clearfix:after,
.clearfix:before,
section:after,
section:before,
.container:after,
.container:before,
.row:after,
.row:before {
	display: table;
	content: " "
}
.clearfix:after,
section:after,
.container:after,
.row:after {
	clear: both
}