@charset "UTF-8";
header {
  border-bottom: 1px solid #dcdcdc;
}
code {
  background-color: #DCDCDC;
  padding: 3px 10px;
  border-radius: 50px;
}

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: Gill Sans, Gill Sans MT, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 19px;
	font-style: normal;
	background: #FFFFFF;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 -webkit-animation: fadein 1.0s;
    -moz-animation: fadein 1.0s;
    -ms-animation: fadein 1.0s;
    -o-animation: fadein 1.0s;
    animation: fadein 1.0s;
    overflow-x: hidden;
}
footer, header, menu, nav, section {
	display: block;
	clear: both;
}
html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
} 

h1 {
	font-size: 45px;
	font-weight: 400;
}
.home h1 {
	color: #facf1f;
	margin-bottom: 30px;
}
.dark h1 {
	color: #FFFFFF;
	font-size: 45px;
	font-weight: bold
}
h2 {
	font-weight: 300;
		font-size: 32px;
}
.content h2 {
color: #edc217;
}
.dark h3 {
	color: #FACF1F !important;
	font-weight: 400
}
h3 {
    padding: 1em 0em 0em 0em;
	font-size: 21px;
}
h4 {
	font-size: 20px;
	padding-bottom: 12px
}
.intro {
	font-size: 24px;
	color: #444444;
	margin-top: 20px
}

b, strong, .bold {
	font-weight: 600;
}
.italic {
	  font-style: italic;
}
.uppercase {
	  text-transform: uppercase;
}
nav, .top, .breadcrumbs {
	font-weight: 400;
}



@media (max-width: 768px) {
header .brand-sm img {
    height: 30px;
    max-height: 30px;
}
}

@media (max-width: 900px) {
.search-icon {
	right: 0;
	position: absolute;
	top: -4px;
}
.search-icon:active {
    position: absolute;
}
}

@media (min-width: 900px) {
.search-icon {
    float: right;
    margin-right: -20px;
}
}

video {
    max-width: 100%;
}
@media (min-width: 992px) {
.home .intro {
		width: 85%;
		margin: 0 auto;
	}
		.pinch {
		width: 70%;
		margin: 0 auto;
	}
		.pinch-right p {
		width: 85%;
		margin-right: 0 auto;
	}
	.pinch-right img {
	    width: 85%;
	    height: auto;
	}
}
@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;
	width: 100%;
}
.sticky {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 5;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 5000;
}
.top {
    font-size: 15px;
    padding:5px 10px 7px 10px

}


.text-shadow {
	/*	text-shadow: 10px 1px 14px #000000, 0 0 69px #000000;*/
	text-shadow: 10px 1px 14px #000000
}
.image-shadow {
	 filter: drop-shadow(10px 1px 14px #212D49);
}
.dark-to-light {
  background-image: linear-gradient(to top, transparent, #303642);
  background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(19,21,26,1.0));
  opacity: 1;
  min-height: 30%;
  width: 100%;
  position: absolute;
	z-index: 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,1.0));
  min-height: 45%;
  position: absolute;
  bottom: 0;
  width: 100%;
z-index: 0;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #2a395d !important;
    color: #FFF;
	font-weight: 500;
}
.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%;
    z-index: 3;
}	

	
.branding {
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}
.contact-details {
    	font-weight: 500;
		font-size: 24px;
	margin-bottom: 25px
}
.splash, .splash .feature img {
	height: 60vh;
	max-height: 630px;
	min-height: 475px;
}
.splash-sm, .splash-sm .feature img {
	height: 35vh;
	max-height: 430px;
	min-height: 375px;
}
.splash {
    background-color: #dcdcdc;
    z-index: 0;
	position: relative;
	background-position: center;
	background-size: 100% auto, cover;
	background-repeat: no-repeat;
	min-height: 475px;
	}
	.splash-center-bottom {
    text-align: center;
    color: #FFFFFF;
    margin: auto;
    display: block;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.splash-center-bottom p {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 69px;
  font-weight: normal;
  font-size: 4.55vh;
  line-height: 100%;
  z-index: 2;
}
	.feature img {
		top: 0;
		left:0;
		right: 0
	}
	.valign {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
		z-index: 20000;
	}
	.splash-center {
margin: auto;
display: block;
height: auto;
max-width: 450px;
text-align: center;
z-index: 20000;
position: absolute;
left: 0;
right: 0;
top: 28%;
z-index: 20000;
	}

.profiles img {
	width: 250px;
	max-width: 250px;
	margin-top: 20px
}
.profiles h3 {
    margin: 20px 0 !important;
}
@media (max-width: 700px) {
		.splash-center-bottom {
		text-align: center;
		width: 100%;
		right: 0;
		left: 0;
		bottom: 30px;
		}	
		.splash-center-bottom p {
		 font-size: 25px;
	}
		.splash-center-bottom p {
    width: 75%;
    bottom: 20px;
    font-size: 30px;
}
	}


@media (max-width: 768px) {
.splash-center {
    top: 15%;
}
}

.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: 900px) {
	.menu-toggle {
		width: 100%;
		position: relative;
	}
	.menu-toggle button img {
		float: right !important
	}
	.menu-1 li {
		float: left;
		width: 100%;
	}
}
.transparent {
	background-color: transparent;
}

/* LISTS OF DATASETS */

.data-set-list {
    margin: 1em auto;
}

.data-set-list table {
    table-layout: fixed;
	border-collapse: collapse;
    font-size: 16px;
}

.data-set-list td {
	padding: 10px 0 10px 0;
}

.data-set-list tr td:nth-child(1) {
    width: 100px;
    font-weight: 600;
}

.data-set-list-single {
    margin: 1em auto;
}

.data-set-list-single table {
    table-layout: fixed;
	border-collapse: collapse;
    font-size: 16px;
}

.data-set-list-single td {
	padding: 10px 0 10px 0;
}


/* 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
}
.post-date {
    display: block;
	margin: 5px 0;
	font-size: 14px;
	color: #888888
}
.content .widget_recent_entries li {
    padding-bottom: 20px;
}

.sidebar {
	padding: 20px 25px
}
.sidebar h3 {
	color: #000000;
	font-weight: 700;
	font-size: 14px;
}
.sidebar #searchsubmit {
	background-color: #005693;
	color: #FFFFFF
}
.sidebar #s {
    width: 72%;
}
@media (min-width: 992px) and (max-width: 1200px) {
.sidebar #s {
    width: 64%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.sidebar #s {
    width: 52%;
}
.sidebar img, .sidebar .wp-caption-text {
	max-width: 80% !important
	}
#wp-calendar tbody td {
padding: 4px !important;
font-size: 12px;
}
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
@media (max-width: 768px) {
    .text-right, .top {
	text-align: center;
}
}
.left img {
    float: left;
}
.right img {
    float: right;
}





.feature img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	max-height: 630px;
	border-radius: 0;
	z-index: -1;
    position: absolute;
}
.home img {min-height: 500px}

/* NEWS */

.news img {
    object-fit: cover;
    max-width: 30%;
    max-height: 255px;
    margin-top: 10px;
    float: left;
    margin-right: 3%;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 250px;
    height: 250px;
}
@media (min-width: 768px) {
.news img {
    border-radius: 50%;
}
}
@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;
}
.date img {
  margin-top: -10px;
  margin-right: 7px;
   width: 30px;
    height: 30px;
}
.latest .date img {
    width: 30px;
    height: 30px;
}
.latest .date {
 margin-bottom: 20px;
 font-weight: 600;
}
header .date {
text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
font-size: 2vh;
margin-top: 1%;
}
.published {
    text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
color: #8e8e8e;
font-size: 14px;
}
.author {
	font-size: 14px
}

.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: #DCDCDC;
	color: #555555;
	padding: 10px 20px;
	font-size: 15px;
	line-height: normal;
	border-top: solid #FFF 1px;
	margin-top: 0;
	margin-right: 10px;
}
.wp-caption {
  margin-bottom: 45px;
}
.content li {
    list-style: none;
	margin-bottom: 15px;
	margin-left: 20px;
}
.content ul {
  list-style: none;
}

.content ul li::before {
  content: "\25A0";
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}
.content p a:link,
.content p a:visited,
.content li a:link,
.content li a:visited, 
table a:link,
table 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: #FACF1F;
	color: #000000;
}
.dark {
background-color: #303642;
color: #FFFFFF;
}
.glass {
    background-color: #facf1f55;
}
.light {
background-color: #facf1f;
color: #000000;
}
.content ul li::before {
  color: #facf1f;
}
.light a, .light a:visited, .light p {
color: #000000;
}
.black {
	background-color: #000000;
	color: #FFFFFF;
}
.white {
	background: #FFFFFF
}
.grey {
	background-color: #e0e0e0;
}
.light-grey {
	background-color: #f4f4f4;
}
.dark-grey {
	background-color: #262626;
	color: #FFFFFF;
}

.btn-grad {
background: rgb(33,45,73);
background: -moz-linear-gradient(96deg, rgba(33,45,73,1) 0%, rgba(23,181,194,1) 100%);
background: -webkit-linear-gradient(96deg, rgba(33,45,73,1) 0%, rgba(23,181,194,1) 100%);
background: linear-gradient(96deg, rgba(33,45,73,1) 0%, rgba(23,181,194,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212d49",endColorstr="#17b5c2",GradientType=1);
	color: #FFFFFF;
}

.gradient, .white, .white p, .white a, .white a:visited {
	color: #FFFFFF;
}
.gradient, .btn-grad {
background: #212e49
}
.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
}
.padding1 {
	padding: 10px 10px;
}
.padding2 {
	padding: 20px 20px;
}
.padding3 {
	padding: 30px 30px;
}
.padding5 {
	padding: 50px 50px;
}
.padding4, .content .dark, .vc_row.wpb_row.vc_row-fluid.gradient, .content .grey {
	padding: 40px 40px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}
.vc_message_box.vc_message_box-standard.vc_message_box-rounded.vc_color-info p {
    padding: 0;
    margin: 0;
}

		
@media (min-width: 768px) {
	.text {
	padding-right: 30px;
}
}

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: 768px) {
	.sub-menu a {
		color: #000
	}
}
@media (min-width: 900px) {
.sub-menu {
  box-shadow: 0px 29px 20px -7px #00000033;
}
}
.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: 14px;
	background-repeat: no-repeat;
	background-position: 100% 55%;
}
.menu-1 ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: table;
	text-align: center;
	    width: 100%;
    float: left
}
@media (min-width: 900px) {
nav {
    margin-left: -23px
}
}

@media (max-width: 900px) {
	.menu-1 ul {
	 float: right 
}
}
  @media (min-width: 900px) {
.menu-1 ul ul {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 99999;
  display: none;
}
}
  @media (max-width: 900px) {
.menu-item-has-children {
  background-position: center 32px;
  background-size: 10px;
  padding-right: 0;
}
}
.menu-1 li {
	float: left;
	position: relative;
}
.menu-1 a {
	display: block;
	text-decoration: none;
	padding: 0 23px;
	color: #FFFFFF;
	line-height: 45px;
}
.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
}

@media (min-width: 900px) {
.current-menu-item {
	border-bottom: 4px solid #FFFFFF;
/*	text-decoration: underline;*/
}
}

.sub-menu .current-menu-item {
	text-decoration: none;
}


@media (max-width: 900px) {
	.menu-1 li ul li a {
		color: #FFFFFF;
	}
	.icon img {
		width: auto;
		float: none;
		margin-right: 0;
	}
	nav {
		width: 100%;
	}

	.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: left;
	}
	.toggled .menu-toggle {
		color: white;
		margin: 0 auto;
	}
	.menu-1 a {
    line-height: 40px;
}
	.sub-menu li {
    font-size: 15px;
    text-align: center;
}

	
/* Small menu. */
.menu-toggle, .menu-1.toggled #site-menu {
	display: block;
	background: #000000bb;
	width: 100%;
	padding-top: 5px;
padding-bottom: 5px;
	}
.menu-1 ul ul {
		position: relative;
		float: none;
		left: 0 !important;
		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: 900px) and (max-width: 1350px) {
	.menu-1 a {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 90%;
	}
	.sub-menu a:link {
		font-size: 15px;
	}
}
@media (min-width: 900px) {
	header {
		height: auto
	}
	.menu-1 {
		font-size: 21px;
	}
	.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: #000000D5;
    -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 {
    background-color: transparent;
    color: #000;
	opacity: 0.5;
	font-weight: 300;
	display: none;
	position: fixed;
	bottom: 14px;
	right: 20px;
	z-index: 99;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 12px;
	border-radius: 12px;
	font-size: 17px;
	-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 */
footer {
	padding: 3% 0;
    overflow-x: auto;
}
footer a:link,
footer a:visited,
footer p {
	color: #000000;
	margin: 0;
    white-space: nowrap;
}

footer a:link,
footer a:visited {
	color: #000000;
	font-weight: 500;
    margin: 0;
	border-bottom: solid 1px;
}

footer 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;
}

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;
}

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



/* BUTTONS and LINKS */

.btn {
	padding: 2px 40px 5px 20px;
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	border: none;
	border-radius:30px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 500;
	background-image: url("../img/arrow-dark.svg");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 94% 55%;
}

.btn, button, .btn-grad {
	color: #000000;
}
.no-border {
	border: none;
}
.lines td {
  padding: 7px 0;
}

a, table 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, table 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, table 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;
}
.content p .btn:link {
  border: none;
  margin-left: 0;
}
.content p .btn:hover {
 padding-bottom: 5px;
}

.sidebar img {
	max-width: 100%;
	height: auto;
}
nav a:active {
	position: relative;
	top: 2px;
}

/* ICONS */

.social img {
	width: 35px;
	height: 35px;
	margin: 0 2%;
	float: left;
	margin-top: 20px;
}
.icons img {
	width: 45px;
	height: 70px;
	margin: 0 2%;
}
.alert img {
  margin-right: 17px;
  margin-top: -3px;
}


/* 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: #FACF1F;
}
.breadcrumbs a {
	color: #FFF;
}

/* IMAGES */

.brand-lg img {
	width: auto;
height: 150px;
max-height: 150px;
 margin-top: 0;
}
.brand-md img {
	width: auto;
	height: 90px;
	max-height: 90px;
	margin-top: 10px;
}
.brand img {
	width: auto;
	height: auto;
}
.brand-sm img {
	width: auto;
	height: 30px;
	max-height: 30px;
}

.world img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}


.brand img {
  width: auto;
  height: auto;
  max-height: 65px;
  margin-top: 15px;
  padding: 5px 0 5px 0;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.col-xs-3 {
  width: 25%;
  float: left;
}


@media (max-width: 768px) {
	.brand img, .brand-sm img, .brand-md img, .brand-lg img {
		float: none;
		display: block;
		margin: 0 auto;
		width: auto;
	}
	.col-xs-3 {
  width: 50%;
  height: 65px;
}
.branding .brand img {
  max-height: 50px;
}
	.brand img {
		margin: 0 auto;
	}
		.brand-md img {
		margin: 0 auto;
		width: 40%;
	}
		.brand-base img {
		margin: 0 auto;
		width: 40%;
	}
	footer {
		padding-top: 30px
	}
	.articles.text-center {
		text-align: left;
	}
}
@media (max-width: 768px) {
	.overlay a:link {
		line-height: 50px;
		font-size: 20px;
	}
	.btn {
		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;
		font-size: 18px;
	}
}
@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
	}
	.social img {
		width: 32px;
		height: 32px;
		float: none;
		margin-bottom: 20px;
	}
	.feature img {
		height: 100%;
	}
	
	/* 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;
}
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
}
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: 25px 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
}

* {
	-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: 2px 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;
}
@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
}


.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;
}
}
	
/* TWITTER */

.twitter p,
.twitter img,
.twitter b {
   color: #FFFFFF;
margin-bottom: 10px;
}
.tweet {
    width: 70%;
display: block;
float: none;
margin: 0 auto;
}
.tweet {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.tweet p {
    width: 100%;
    word-break: break-all;
}
.twitter_reply_icon {
margin-right: 10px !important;
}
#twitter {
  width:100%;
}

#twitter a, #twitter a:visited {
  color:#1DA1F2;
}
#twitter a:hover {
  color:#636466;
}
#twitter ul li {
  list-style:none;
  overflow:hidden;
}
#twitter .user, #twitter .tweet, #twitter .timePosted {
    color:#000000;
}

#twitter .user {
  width:150px;
}
#twitter ul {
    margin: 0px;
    padding-left: 0px;
}
/*
#twitter .tweet {
padding-bottom:20px;
}*/
#twitter p {
padding-bottom:0px;
}
#twitter .timePosted {
width:100%;
font-size: 14px;
font-weight: bold;
}

#twitter .user {
  clear:left;
}

#twitter .user a {
 width: 100px;
}

#twitter .user span span {
  width:100px;
  display:block;
}

#twitter .user img, #twitter .user a > span {
  float:left;
}
#twitterbase .interact {
  float:none;
}
#twitter .interact a {
color: #FFFFFF !important;
background-color: #1DA1F2;
border-radius: 25px;
padding: 0 22px 3px 22px;
display: inline-block;
text-decoration: none !important;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#twitter .user a > span {
  margin-left:10px;
}
.twitter h3 {
    color: #000;
}
.feature-image img, .fimg img {
object-fit: cover;
width:100%;
  height:300px;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
      }
.relative {
  position: relative;
  text-align: center;
  }
.excerpt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.latest h3 {
text-shadow: 0px 3px 22px rgba(0,0,0,1),
0px 7px 28px rgba(0,0,0,1);
  text-transform: uppercase;
font-weight: bold !important;
	color: #FFF;
	font-size: 22px;
	margin-bottom: 20px
}
	.btn:hover {
    opacity: 1;
}


.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;
    }
}