/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active, a:hover, a:focus {
	outline: 0;
	-moz-outline-style: none;
}
a img {
	border : 0;
	outline : none;
	-moz-outline-style: none;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

.rich-text hr{
	margin-block-start:19px;
}
/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.news-list,
.sidenav .navbar-nav,
.sidenav .subnav,
.sidenav .subnav ul,
.content .links-list,
.breadcrumb,
.footer-nav,
.social-networks,
.top-nav,
.menu,
.slick-dots,
.image-link {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 14px/1.2 "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.stories-hero{
	position: relative;
	width: 69%;
    padding-right: 33px;
	display: inline-block;
}

.stories-hero .text-overlay-container {
	position: absolute;
	top:20%;
	left:5%;
}
.stories-hero .text-overlay-container h3 {
	font-size: 25px;
	color: #fff;
	font-weight: 800;
	white-space: nowrap;
	margin: 0px 0px 10px 0px;
}

.stories-hero .text-overlay-container .info {
	font-size: 20px;
	line-height: 24px;
	display: block;
	padding: 0 0 8px;
	border-bottom: 0px solid rgba(255, 255, 255, .7);
	font-weight: 600;
	color: #fff;
	/* background-color: #f0f; */
	margin: 0 0 13px;
	white-space: nowrap;
}
.stories-cta-holder{
	float: right;
	width: 31%;
	padding: 50px 0 0 0;
}

.stories-cta-holder a{
	color: #222222;
	text-decoration: underline;
}
.story-interior-images{
	float:right; 
	width:35%; 
	margin:0 -20px 5px 5px;
	text-align:center;
}
.story-interior-images>img{
	width:100%
}

.underline{
	text-decoration: underline;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 47px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 17px;
}

h5,
.h5 {
	font-size: 15px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid transparent;
	padding: 10px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: transparent;
}

input[type="text"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
	color: #333;
}

input[type="text"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
textarea ::-moz-placeholder {
	opacity: 1;
	color: #333;
}

input[type="text"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
textarea :-moz-placeholder {
	color: #333;
}

input[type="text"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
textarea :-ms-input-placeholder {
	color: #333;
}

input[type="text"] .placeholder,
input[type="tel"] .placeholder,
input[type="email"] .placeholder,
input[type="search"] .placeholder,
input[type="password"] .placeholder,
textarea .placeholder {
	color: #333;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}


/* General reset styles */

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
	-webkit-animation: none !important;
	animation: none !important;
}

/* set styles for default page */

/* set styles for default page links */

a {
	text-decoration: none;
	-webkit-transition: color .4s ease , background .4s ease;
	transition: color .4s ease , background .4s ease;
}

/* main wrapper styles */

#wrapper {
	position: relative;
	overflow: hidden;
}

/* container styles */

.container {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Paragraph default styles */

p {
	margin: 0 0 18px;
}

.hidden {
	display: none !important;
}

/* Heading default styles */

.h1,
h1 {
	line-height: 45px;
	margin: 0 0 2px;
	text-transform: uppercase;
	font-weight: 800;
}

.h2,
h2 {
	margin: 0 0 37px;
	line-height: 36px;
}

.h3,
h3 {
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0 0 5px;
}

.h4,
h4 {
	line-height: 18px;
}

.h5,
h5 {
	line-height: 18px;
}

/* Button default styles */

.btn {
	font-size: 13px;
	line-height: 16px;
	padding: 10px 15px;
	border-radius: 13px;
	border: 0 solid transparent;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
	display: block;
	width: auto;
	max-width: 200px;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}

.btn-primary {
	background: #009CDB;
	color: #fff;
}

.btn-primary:hover {
	/* background: #006dbe; THIS IS THE RIGHT SIDEBAR HOVER COLOR */
	background: #0A7CC0;
}

.btn-secondary{
	text-decoration: none!important;
	background: #ffc400;
	color: #fff !important;
	display: inline-block;
}

.btn-secondary:hover{
	background: #f5bc00;
}

.more {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	font-weight: 800;
	color: #ffc400;
}

.more:after {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #ffc400;
	-webkit-transition: border-color .4s ease;
	transition: border-color .4s ease;
}
.more_header {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	font-weight: 800;
	color: #ffc400;
}
/* .more_header:after {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #ffc400;
	-webkit-transition: border-color .4s ease;
	transition: border-color .4s ease;
} */

.bg-stretch {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

/* Slider styles */

.visual-slider {
	position: relative;
}

.visual-slider .container {
	padding-top: 78px;
	padding-bottom: 112px;
}

.visual-slider .slide {
	overflow: hidden;
	position: relative;
}

.visual-slider .holder {
	max-width: 500px;
	position: relative;
	z-index: 2;
}

.visual-slider h1 {
	font-size: 55px;
	color: #fff;
	font-weight: 800;
	white-space: nowrap;
	margin: 0px 0px 10px 0px;
}

.visual-slider .info {
	font-size: 25px;
	line-height: 24px;
	display: block;
	padding: 0 0 8px;
	border-bottom: 0px solid rgba(255, 255, 255, .7);
	font-weight: 600;
	color: #fff;
	/* background-color: #f0f; */
	margin: 0 0 13px;
	white-space: nowrap;
}

.visual-slider .text-holder {
	color: #fff;
	max-width: 335px;
}

.visual-slider p {
	margin: 0 0 25px;
}

.visual-slider .more:hover {
	color: #fff;
}

.visual-slider .more:hover:after {
	border-color: transparent transparent transparent #fff;
}

/* Tagline styles */

.tagline {
	font-size: 21px;
	line-height: 30px;
	background: #ffc400;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

.tagline .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.tagline p {
	margin: 0;
}

/* Article styles */

.article-area {
	position: relative;
	background: #fff4ce;
}

.article-area .container {
	padding-top: 32px;
	padding-bottom: 40px;
}

.article-area .article {
	width: 33.333%;
	line-height: 16px;
	padding: 0 19px;
}

.article-area h2 {
	text-transform: uppercase;
	color: #333333;
	font-weight: 800;
	margin: 0px 0px 12px 0px;
	letter-spacing: 1px;
}

.article-area p {
	margin: 0 0 28px;
}

.article-area .image {
	margin: 0px 0px 12px 0px;
}

.article-area img {
	width: 100%;
	height: auto;
	display: block;
}

.article-area .btn {
	margin: 0 auto;
}

.article-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -17px;
}

/* Info-area styles */

.info-area .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 36px;
	padding-bottom: 36px;
}

.info-area .info-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.info-holder a {
	font-size: 14px;
	line-height: 18px;
	color: #222222;
	text-decoration: underline;
}

.info-holder a:hover {
	text-decoration: none;
}


.info-area h2 {
	text-transform: uppercase;
	color: #333333;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid #ced5dc;
	letter-spacing: 1px;
}

.info-area p {
	margin: 0 0 10px;
}

.blocks-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px 10px;
}

.info-block {
	width: 32.333%;
	padding: 0 8px;
}

.info-block picture{
	position: relative;

}
.info-block picture:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: rgba(51, 51, 51, .3);
	pointer-events: none;
}

.info-block a:hover:after {
	opacity: 1;
	visibility: visible;
}

.info-block .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 1;
}

.info-block .title {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 800;
}

.info-block img {
	width: 100%;
	height: auto;
	display: block;
}

/* News styles */

.news-holder {
	width: 31%;
	margin: 0 0 0 33px;
}

.news-holder .more {
	color: #009CDB;
}

.news-holder .more:after {
	border-color: transparent transparent transparent #009CDB;
}

.news-holder .more:hover {
	/* Hmmm */
	color: #222222;
}

.news-holder .more:hover:after {
	border-color: transparent transparent transparent #222222;
}

.news-holder h2 {
	letter-spacing: 1px;
}




.news-list {
	font-size: 14px;
	line-height: 18px;
}

.news-list li {
	margin: 0 0 15px;
}

.news-list a {
	color: #222222;
	text-decoration: underline;
}

.news-list a:hover {
	text-decoration: none;
}

/* Topics styles */

.topics-area {
	background: #fffbec;
	margin: 0px 0px 20px 0px;
}

.topics-area .container {
	padding-top: 32px;
	padding-bottom: 29px;
}

.topics-area .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -25px;
}

.topics-area h2 {
	text-transform: uppercase;
	color: #333333;
	padding: 0px 0px 12px 0px;
	margin: 0 0 22px;
	border-bottom: 1px solid #ced5dc;
	letter-spacing: 1px;
}

.topics-area h3 {
	letter-spacing: 1px;
}

.topic-block {
	width: 33.333%;
	text-align: center;
	position: relative;
	padding: 0 32px 36px;
}

.topic-block .btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.topic-block .ico-holder {
	margin: 0 0 9px;
}

/* header styles */

.header {
	position: relative;
	background: -webkit-linear-gradient(top, #fff6d7 0%, #fffefc 46%, #fffefc 100%);
	background: linear-gradient(to bottom, #fff6d7 0%, #fffefc 46%, #fffefc 100%);
}

.header .container {
	padding-left: 90px;
	padding-top: 38px;
	padding-bottom: 33px;
}

/* header content styles */

.header-content {
	position: relative;
	padding: 0 0 9px;
	border-bottom: 2px solid #ccc8ba;
	margin: 0 0 15px;
}

.header-covid {
	float: right;
	margin: -27px 0px 0px 0px;
}

.slogan {
	font-size: 23px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 700;
	color: #009CDB;
}

/* page logo styles */

.logo {
	position: absolute;
	left: -125px;
	top: -20px;
	width: 105px;

    transform: rotateY(0.01deg);
}

.logo img {
	width: 100%;
	height: auto;
	display: block;
}

/* Main area styles */

.main-area {
	padding-top: 26px;
	padding-bottom: 57px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* sidebar styles */

.sidebar {
	width: 224px;
	margin: 0 45px 0 0;
	position: relative;
}

.sidebar .image img {
	width: 100%;
	height: auto;
	display: block;
	border: 0px solid #ffffff;
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .3);
}

/* sidenav styles */

.sidenav .navbar-nav {
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #e9e9e9;
	padding: 20px 20px 0px 20px;
	margin: 0px 0px 32px 0px;
}

.sidenav .navbar-nav li {
	margin: 0 0 24px;
}

.sidenav .navbar-nav li.active a {
	color: #222222;
}

.sidenav .navbar-nav a {
	color: #777777;
	letter-spacing: 0.25px;
}

.sidenav .navbar-nav a:hover {
	color: #222222;
}

.sidenav .subnav {
	font-size: 11px;
	line-height: 16px;
	padding: 20px 0 0 17px;
}

.sidenav .subnav li {
	margin: 0 0 14px;
}

.sidenav .subnav li.active a {
	color: #222222 !important;
}

.sidenav .subnav li.active a:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.sidenav .subnav a {
	color: #777777 !important;
	position: relative;
}

.sidenav .subnav a.opener:after {
	position: absolute;
	left: -14px;
	top: 3px;
	content: "";
	border-style: solid;
	border-width: 4.5px 0 4.5px 5px;
	border-color: transparent transparent transparent #7b8790;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.sidenav .subnav a:hover {
	color: #222222 !important;
}

.sidenav .subnav ul {
	font-size: 11px;
	line-height: 14px;
	padding: 10px 0 0 15px;
}

.sidenav .subnav ul li {
	margin: 0 0 5px;
}

.sidenav-opener {
	display: none;
}

.sidenav-opener:after {
	position: absolute;
	right: 20px;
	top: 22px;
	content: "";
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #222222 transparent transparent transparent;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.sidenav-active .sidenav-opener:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.sidenav-holder {
	position: relative;
}

/* Aside styles */

.aside {
	clear:both;
	max-width: 266px;
	margin: 0 0 0 41px;
	padding: 2px 36px;
	background: #faf5ef;
	border: 1px solid #e1dcd7;
}

aside .aside{
	padding: 2px 26px;

}

.aside .block {
	font-size: 12px;
	line-height: 16px;
	padding: 25px 0;
	color: #333;
	border-top: 1px solid #ced5dc;
}

.aside .block:first-child {
	border: none;
}

.aside h2 {
	color: #333333;
	margin: 0 0 15px;
}

.aside .btn {
	width: 100%;
}

/* main content styles */

.content {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.content .alignright {
	float: right;
	margin: 0 0 10px 40px;
}

.content h1 {
	color: #333333;
	margin: 0 0 17px;
}

.content a {
	color: #878787;
	text-decoration: underline;
}

.content a:hover {
	color: #222222;
	text-decoration: none;
}
.content a.red_btn {
	display: inline-block;
	height:33px;
	width:180px; 
	font-weight:900; 
	font-size:15px; 
	color: white;
	text-decoration: none;
	background:#EE1E26;
	padding:8px 10px;
}
.content a.red_btn:hover {
	color:#878787;
}


.content .links-list {
	font-size: 14px;
	line-height: 18px;
	padding: 20px 0 0;
}

.content .links-list li {
	margin: 0 0 16px;
}

.content p {
	/* margin: 0 0 12px; */
	margin: 0px 0px 12px 0px;
}

.content li {
	line-height: 17px;
	padding: 3px 0px 5px 2px;
}

.file-box {
	width: 139px;
	text-align: center;
}

.file-box .image {
	padding: 1px;
	border: 1px solid #bababa;
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .3);
	margin: 0 0 6px;
}

.file-box a {
	font-size: 13px;
	line-height: 16px;
	color: #878787;
}

.file-box a:hover {
	color: #222222;
}

/* Breadcrumb styles */

.breadcrumb {
	font-size: 10px;
	line-height: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px 0px 7px 0px;
	color: #777777;
}

.breadcrumb li {
	padding: 0 0 0 3px;
}

.breadcrumb li:before {
	display: inline-block;
	vertical-align: middle;
	content: "/";
	margin-right: 5px;
	margin-bottom: 2px;
}

.breadcrumb li:first-child:before {
	display: none;
}

.breadcrumb li:last-child a {
	pointer-events: none;
}

.breadcrumb a {
	color: #777777;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #222222;
}

/* Footer styles */

.footer {
	background: #ffc400;
}

.footer .container {
	padding-top: 33px;
	padding-bottom: 38px;
	margin-top: -20px;
}

.footer .text {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	display: block;
	color: #fff;
	padding: 0 0 25px;
	letter-spacing: -1px;
	/* text-shadow: 2px 2px 5px rgba(51, 51, 51, .16); */
}

.footer-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 0px 30px 0px;
}

/* Footer nav styles */

.footer-nav {
	font-size: 12px;
	line-height: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -33px;
}

.footer-nav li {
	padding: 0 33px;
}

.footer-nav a {
	text-decoration: underline;
	color: #222222;
}

.footer-nav a:hover {
	text-decoration: none;
}

/* TOOLS */
.font-size-10 {
	font-size: 10px;
}
.font-size-12 {
	font-size: 12px;
}
.padding-right-5 {
	padding-right: 5px;
}
.padding-right-10 {
	padding-right: 10px;
}
.text-align-left {
	text-align: left !important;
}
.text-align-center {
	text-align: center !important;
}
.text-align-right {
	text-align: right !important;
}

/* Social networks styles */

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.social-networks li {
	padding: 0 8px;
}

.social-networks a {
	font-size: 14px;
	line-height: 14px;
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 100%;
	background: #878787;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;

    padding-left: 1px;
    padding-top: 2px;
}

.social-networks a:hover {
	background: #222222;
}

/* footer content styles */

.footer-content {
	font-size: 12px;
	line-height: 18px;
	max-width: 760px;
	color: #222222;
}

.footer-content a {
	color: #222222;
}

.footer-content a:hover {
	text-decoration: underline;
}

/* Burger Menu styles */

.nav-opener {
	width: 25px;
	height: 21px;
	font-size: 0;
	line-height: 0;
	border-top: 3px solid #092f4e;
	position: absolute;
	right: 20px;
	top: 40px;
	z-index: 10;
	-webkit-transition: border .6s ease;
	transition: border .6s ease;
	display: none;
}

.nav-active .nav-opener {
	border: none;
}

.nav-opener:before,
.nav-opener:after {
	width: 25px;
	height: 3px;
	-webkit-transition: -webkit-transform .6s ease;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	background: #092f4e;
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.nav-opener:after {
	top: 15px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px;
}

.nav-drop {
	position: relative;
}

/* Navigation styles */

#nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-opener {
	color: #777777;
	position: relative;
	z-index: 9;
}

.search-opener:hover {
	color: #222222;
	/* color: #092f4e; */
}

.search-area {
	position: absolute;
	left: -30px;
	overflow: hidden;
}

.search-active .search-area {
	overflow: visible;
}

.search-form input[type=text] {
	font-size: 12px;
	line-height: 14px;
	width: 100%;
	height: 28px;
	padding: 7px 30px 7px 10px;
	background: none;
	border: none;
}

/* Top nav styles */

.top-nav {
	font-size: 11px;
	line-height: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-transform: uppercase;
	font-weight: 800;
}

.top-nav li {
	position: relative;
	padding: 0 16px;
}

.top-nav a {
	color: #777777;
	display: block;
}

.top-nav a:hover {
	/* GGXGG HMMM */
	color: #222222;
}

.top-nav .icon-search {
	font-size: 12px;
	line-height: 12px;
}

/* menu styles */

.menu {
	font-size: 10px;
	letter-spacing: 0.5px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 800;
	width: 100%;
	text-align: center;
}

.menu li.active a {
	color: #333333;
}

.menu a {
	color: #777777;
	display: block;
}

/*
	IS: color: #77818b;
	WAS: color: rgba(9, 47, 78, .7);
 */

.menu a:hover {
	color: #333333;
}

/* Slick slider styles */

.clients-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.clients-slider .slick-track,
.clients-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slick dots styles */

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 26px;
	z-index: 9999;
}

.slick-dots li {
	margin: 0 3px;
}

.slick-dots li.slick-active button {
	background: #ccc;
	opacity: 0.9;
	transform: scale(1.4);
}

.slick-dots button {
	padding: 0;
	font-size: 0;
	line-height: 0;
	opacity: 0.7;
	border: none;
	width: 8px;
	height: 8px;
	outline: none;
	background: #ccc;
	border-radius: 100%;
	transform: scale(1);
}

.slick-dots button:focus {
	box-shadow: none;
	border: none;
}

.slick-dots li.slick-active button:hover,
.slick-dots button:hover {
	background: #fff;
	opacity: 1;
	transform: scale(1.4);
}

/* image-link styles */
.richtext-image {
	-webkit-filter: drop-shadow(3px 3px 2px #bbb);
  filter: drop-shadow(3px 3px 2px #bbb);
}

.right {
	float: right;
	margin: auto;
	text-align: center;
	margin: 0px 0px 5px 20px;
}

.right_image_center {
	display: block;
	margin: 3px auto -10px auto;
	-webkit-filter: drop-shadow(3px 3px 2px #bbb);
  filter: drop-shadow(3px 3px 2px #bbb);
}

.right_image_link {
	font-size: 11px;
	color: #888888;
}

.image-link a {
	color: #777777;
}

.image-link a:hover {
	color: #222222;
}

.image_shadow {
	-webkit-filter: drop-shadow(3px 3px 2px #bbb);
  filter: drop-shadow(3px 3px 2px #bbb);
}

/* register styles */
.register_box {
	overflow:hidden;
	min-height:1%;
}
.register_box_blue {
	float: left;
	text-align: center;
	background-color:#e2f0f8;
	height:183px;
	border:#b6b7cb solid 1px;
	width:300px;
	font: 14px/1.2 "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	/* font-family:Arial, Helvetica, sans-serif;
	font-size:12px; */
	padding: 0px 15px 0px 15px;
	margin: 15px 0px 25px 0px;
	font-weight:normal;
}
.register_box_geotrust {
	float: right;
	height:100px;
	width:120px;
	margin: 15px 0px 15px 0px;
}
.register_box_geotrust_actual {
	float: right;
	/* height:100px;
	width:150px; */
	margin: 0px 0px 0px 0px;
}
.register_button {
	font-size: 13px;
	/* padding: 10px 15px; */
	margin: 17px 0px 0px 20px;
	border-radius: 12px;
	border: 0 solid transparent;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
	display: block;
	/* width: 194px; */
	/* text-align: center; */
	font-weight: 800;
	text-transform: uppercase;
}
.btn-register {
	font-size: 12px;
	line-height: 10px;
	padding: 10px 15px;
	margin: 0px 0px 0px 50px;
	border-radius: 10px;
	border: 0 solid
	transparent;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
	display: block;
	width: 124px;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	background: #009CDB;
}
.register_button a {
	color: #ffffff;
	text-decoration: none;
}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea {
  width: 100%;
  padding: 5px 15px;
  border: 0px solid #f00;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
	/* outline-width: 1;
	outline-style: solid; */
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #009CDB;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}
input[type=button] {
  background-color: #009CDB;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}
/* UNIQUES */

.new_unique_container_100 {
	float: left;
	clear: both;
	width: 100%;
	min-width: 200px;
	border: 0px solid #f00;
	margin: 0px 0px 0px 0px;
}
.science_unique_container_100 {
	float: left;
	clear: both;
	width: 100%;
	min-width: 200px;
	border: 0px solid #f00;
	margin: 0px 0px 15px 0px;
}
.unique_container_100 {
	float: left;
	clear: both;
	width: 100%;
	min-width: 200px;
	border: 0px solid #f00;
	margin: 0px 0px 20px 0px;
}
.unique_container_100_golf {
	margin: -60px 0px 0px 0px;
}
.unique_container_100_history {
	margin: -45px 0px 0px 0px;
}
.unique_container_100_night {
	margin: 0px 0px 0px 0px;
}
.unique_container_100_conference {
	margin: 0px 0px 0px 0px;
}
.unique_container_75 {
	float: left;
	width: 75%;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.unique_container_66 {
	float: left;
	width: 66%;
	text-align: center;
	margin: 00px 0px 0px 0px;
}
.unique_container_60 {
	float: left;
	width: 60%;
	text-align: center;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.unique_container_55 {
	float: left;
	width: 55%;
	text-align: center;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.unique_container_50 {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.unique_container_45 {
	float: left;
	width: 45%;
	text-align: center;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.unique_container_40 {
	float: left;
	width: 40%;
	text-align: center;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.unique_container_33 {
	float: left;
	width: 33%;
	text-align: center;
	margin: 00px 0px 0px 0px;
}
.unique_container_25 {
	float: left;
	width: 25%;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.unique_container_20 {
	float: left;
	width: 20%;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.unique_input_container {
	overflow: auto;
	clear: both;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px 10px 10px 10px;
	margin: 0px 0px 20px 0px;
}
.unique_input {
	border-radius: 5px;
	height: 44px;
	margin: 0px 0px 0px 0px;
}
.unique_padding_left_10 {
	padding-left: 10px;
}
.unique_search_button {
	float: left;
}
.zindex_1 {
	z-index: 1;
}
.zindex_2 {
	z-index: 2;
}
.zindex_-1 {
	z-index: -1;
}

.table_column_10 {
	float: left;
	width: 10%;
	margin: 0px 0px 0px 0px;
}
.table_column_20 {
	float: left;
	width: 20%;
	margin: 0px 0px 0px 0px;
}
.table_column_30 {
	float: left;
	width: 30%;
	margin: 0px 0px 0px 0px;
}
.table_column_40 {
	float: left;
	width: 40%;
	margin: 0px 0px 0px 0px;
}
.table_column_50 {
	float: left;
	width: 50%;
	margin: 0px 0px 0px 0px;
}
.table_column_60 {
	float: left;
	width: 60%;
	margin: 0px 0px 0px 0px;
}
.table_column_70 {
	float: left;
	width: 70%;
	margin: 0px 0px 0px 0px;
}
.table_column_80 {
	float: left;
	width: 80%;
	margin: 0px 0px 0px 0px;
}
.table_column_90 {
	float: left;
	width: 90%;
	margin: 0px 0px 0px 0px;
}
.table_four_column {
	float: left;
	width: 25%;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}

.main_bump_up_05 {
	margin: -5px 0px 0px 0px;
}
.main_bump_up_10 {
	margin: -10px 0px 0px 0px;
}
.main_bump_up_15 {
	margin: -15px 0px 0px 0px;
}
.main_bump_up_20 {
	margin: -20px 0px 0px 0px;
}
.main_bump_up_25 {
	margin: -25px 0px 0px 0px;
}
.main_bump_up_30 {
	margin: -30px 0px 0px 0px;
}
.main_bump_down_5 {
	margin: 5px 0px 0px 0px;
}
.main_bump_down_10 {
	margin: 10px 0px 0px 0px;
}
.main_bump_down_15 {
	margin: 15px 0px 0px 0px;
}
.main_bump_down_20 {
	margin: 20px 0px 0px 0px;
}
.main_bump_down_25 {
	margin: 25px 0px 0px 0px;
}

.margin_up_05 {
	margin-top: -5px;
}
.margin_up_10 {
	margin-top: -10px;
}
.margin_up_15 {
	margin-top: -15px;
}


.unique_footer_spacer_reduction_05 {
	margin-bottom: -5px;
}
.unique_footer_spacer_reduction_10 {
	margin-bottom: -10px;
}
.unique_footer_spacer_reduction_20 {
	margin-bottom: -20px;
}
.unique_footer_spacer_reduction_30 {
	margin-bottom: -30px;
}
.unique_footer_spacer_reduction_40 {
	margin-bottom: -40px;
}
.unique_footer_spacer_reduction_50 {
	margin-bottom: -50px;
}
.unique_footer_spacer_reduction_60 {
	margin-bottom: -60px;
}
.unique_footer_spacer_reduction_70 {
	margin-bottom: -70px;
}
.unique_footer_spacer_reduction_80 {
	margin-bottom: -80px;
}


/* REGISTER */
.register_container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 0px 15px 20px 15px;
	margin: 0px 0px 20px 0px;
}
.register_container_header_left {
	float: left;
	color: #252525;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	font-family: inherit;
	font-weight: bold;
}
.register_container_header_right {
	float: right;
	color: #f00;
	font-size: 14px;
	line-height: 21px;
	margin: 10px 0px 0px 0px;
	font-family: inherit;
	font-weight: bold;
}
.register_container_required {
	float: right;
	color: #f00;
	font-size: 14px;
	line-height: 21px;
	margin: 7px 0px 0px 0px;
	font-family: inherit;
	font-weight: bold;
}
.register-radio {
	float: left;
	width: 5%;
	margin: 14px 0px 0px 0px;
}
.register-radio-text {
	float: left;
	width: 90%;
	margin: 11px 0px 0px 10px;
}
.register-checkbox {
	margin: 7px 0px 5px 0px;
}
/* Floating column for labels: 25% width */
.register-col-25 {
	clear: both;
	width: 25%;
	min-width: 200px;
}
.register-col-50 {
  float: left;
  width: 50%;
  margin-top: 6px;
}
.register-col-75 {
	width: 97%;
}
.register-col-97 {
	width: 97%;
}

/* Clear floats after the columns */
.register_row:after {
  content: "";
  display: table;
  clear: both;
}
.register_submit {
  /* background-color: #ff0; */
	margin: 10px 0px 20px 0px;
}

.small_dot{
    font-size: 8pt;
    vertical-align: middle;
}
.image-single-center{
	text-align: center;
}

.image-single-center img{
	width:36%;
}

.image-single-center>.unique_container_50{
	width: 100%;
}



.vert-middle .unique_container_100{
	display: inline-block; 
	height: 100%;
	display: table;
}
.vert-middle .unique_container_100 .unique_container_50{
	float: none;
	display: table-cell;
	height:100%;
	margin: 0 50px;
	padding: 0;
	vertical-align: middle;

	padding: 0px 0px 0px 5px;
	
}

.vert-middle .unique_container_100 .unique_container_50:first-child{
	padding: 0px 5px 0px 0px;
}
.vert-middle .unique_container_100 .unique_container_50 img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	width:80%;

}
.vertically_align>div{
	position: relative;
	top: 50%;
	transform : translateY(-50%);
	margin-right:6%;
	padding-bottom:50px;
	margin-top: 30px;
}
.vertically_align>div:last-child{
	margin-right:0px;
} 

.charity-footer>div{
	text-align: right;
	width: 22%;
	margin-right: 2%;
	padding: 2px;
	background-color: white;
	display: inline-block;
}

.charity-footer>div:last-child{
	margin-right: 0%;
}

.charity-footer{
	margin-top: 15px;
	max-width: 320px;
	text-align: right;
	position: absolute;
	bottom: 39px;
	right: 16px;
}

.sponsors .splide__track{
	padding: 20px 0 30px;

}
.sponsors .splide__slide>a{
	position: relative;
	display: inline-block;
	top: 50%;
	
	transform : translateY(-50%);
}

.sponsors .splide__slide>a>img{
	display: block;
	width: 80%;
	margin: 0 auto;

}


.sponsors  .splide__pagination__page{
	background: #aaa
}
.sponsors .splide__pagination__page.is-active {
    background: #333;
    transform: scale(1.4);
    z-index: 1;
}

.content .red_body{
	color:grey;
	font-weight:bold;
	/* text-decoration: none; */
}

/* LIGHTBOX */
.m-p-g{max-width:860px;margin:0 auto}.m-p-g__thumbs-img{margin:0;float:left;vertical-align:bottom;cursor:pointer;z-index:1;position:relative;opacity:0;filter:brightness(100%);-webkit-tap-highlight-color:transparent;will-change:opacity,transform;transition:all .5s cubic-bezier(.23,1,.32,1)}.m-p-g__thumbs-img.active{z-index:50}.m-p-g__thumbs-img.layout-completed{opacity:1}.m-p-g__thumbs-img.hide{opacity:0}.m-p-g__thumbs-img:hover{filter:brightness(110%)}.m-p-g__fullscreen{position:fixed;z-index:10;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background:0 0;visibility:hidden;transition:background .25s ease-out,visibility 10ms .5s linear;will-change:background,visibility;backface-visibility:hidden}.m-p-g__fullscreen.active{transition:background .25s ease-out,visibility 10ms 0s linear;visibility:visible;background:rgba(0,0,0,.95)}.m-p-g__fullscreen-img{pointer-events:none;position:absolute;transform-origin:left top;top:50%;left:50%;max-height:100vh;max-width:100%;visibility:hidden;will-change:visibility;transition:opacity .5s ease-out}.m-p-g__fullscreen-img.active{visibility:visible;opacity:1!important;transition:transform .5s cubic-bezier(.23,1,.32,1),opacity .5s ease-out}.m-p-g__fullscreen-img.almost-active{opacity:0;transform:translate3d(0,0,0)!important}.m-p-g__controls{position:fixed;top:0;left:0;width:100%;z-index:200;height:20vh;background:linear-gradient(to top,transparent 0,rgba(0,0,0,.55) 100%);opacity:0;visibility:hidden;transition:all .5s cubic-bezier(.23,1,.32,1)}.m-p-g__controls-arrow,.m-p-g__controls-close{position:absolute;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:0 0}.m-p-g__controls.active{opacity:1;visibility:visible}.m-p-g__controls-arrow:focus,.m-p-g__controls-close:focus{outline:0}.m-p-g__controls-arrow{z-index:1;top:0;width:20%;height:100vh;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0}.m-p-g__controls-arrow:hover{opacity:1}.m-p-g__controls-arrow--prev{left:0;padding-left:3vw;-ms-flex-pack:start;justify-content:flex-start}.m-p-g__controls-arrow--next{right:0;padding-right:3vw;-ms-flex-pack:end;justify-content:flex-end}.m-p-g__controls-close{top:3vh;left:3vw;z-index:5}.m-p-g__btn{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.07);transition:all .25s ease-out}.m-p-g__btn:hover{background:rgba(255,255,255,.15)}.m-p-g__alertBox{position:fixed;z-index:999;max-width:700px;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:25px;border-radius:3px;text-align:center;box-shadow:0 6px 12px rgba(0,0,0,.23),0 10px 40px rgba(0,0,0,.19);color:grey}.m-p-g__alertBox h2{color:red}


.flex_line{
	display: flex;  
	font-weight: bold;
	flex-direction: row; 
	flex-wrap: nowrap; 
	padding:5px 30px 0 10px ;

}
.flex_title {
	white-space: nowrap;
	padding-right:3px;
}
.flex_dots {
	flex-grow:1;
	margin-right:3px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}
.flex_dots:before {
	font-weight: normal;
	position: absolute;
	content: '.....................................................................................................................................................................................................................................................................................................................................................';
	  
}

.table_heading{
	font-weight: bold;
	color:white;
	background-color: #ffc43c;
	padding:7px 0 7px 15px ;

}
.table_column_wrap{
	display: flex;
	flex-direction: row; 
	flex-wrap: nowrap; 
}
.table_column{
	line-height: 12px;
	position: relative;
	width:50%;
}
.table_cell{
	width: 100%;
	display: flex;
	line-height: 13px;
	padding:7px 7px 7px 15px ;
	border-bottom: 1px solid white;
}

.table_wrapper{
	background-color: #fedf9e;
	color:#585a59;
	font-size: 10px;
}

.bold{
	font-weight: bold;
}
.inline{
	height:36px;
	display: inline-block;
}

.anchor-spacing{
	padding-bottom: 3px;
	display: inline-block;
}

.spacing{
	flex: 0 0 34%;

	/* width: 100%; */
	/* display: inline; */
	letter-spacing: 0.5px;
}


.error{
	color:red;
}

#id_cardiomyopathy_history_relative{
	margin:10px 0;
	list-style-type:none;
	padding:0;
}

#id_cardiomyopathy_history_relative li label{

	padding: 0;
}


/* @MEDIA STARTS HERE */

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {

	.col-25, .col-75, input[type=submit] {
	  width: 100%;
	  margin-top: 0;
	}
  
	  .visual-slider h1 {
		  font-size:50px;
	  }
  
  }
  
  @media (min-width: 768px) {
  
	  .top-links {
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
		  -webkit-box-pack: end;
		  -ms-flex-pack: end;
		  justify-content: flex-end;
		  position: absolute;
		  right: 0;
		  top: -45px;
		  margin: 0 -16px;
		  z-index: 2;
	  }
  
	  .search-form {
		  position: absolute;
		  right: -9px;
		  top: -7px;
		  width: 200px;
		  background: #fff;
		  height: 30px;
		  border: 1px solid #bababa;
		  -webkit-transition: opacity .4s ease , visibility .4s ease;
		  transition: opacity .4s ease , visibility .4s ease;
		  opacity: 0;
		  visibility: hidden;
	  }
  
	  .search-active .search-form {
		  opacity: 1;
		  visibility: visible;
	  }
  
	  .top-nav li:after {
		  position: absolute;
		  left: 0;
		  top: 2px;
		  bottom: 2px;
		  width: 1px;
		  content: "";
		  background: #222222;
	  }

	  .top-nav li:first-child::after {
		display: none;
	  }
  
	  .menu {
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
		  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
		  justify-content: space-between;
		  text-align: left;
		  padding: 0;
	  }
  }

@media (min-width: 1024px) {
	.menu {
		font-size: 12px;
		line-height: 16px;
	}
}

@media (max-width: 1114px) {
	.header .container {
		padding-left: 120px;
	}

	.logo {
		width: 95px;
		left: -110px;
		top: -16px;
	}

	.stay-flex{
		display: flex!important;
	}
	.charity-footer{
		position: relative;
		top: 5px;
		left: 0;
		bottom: auto;
		text-align: left;
	}
	body {
		font-size: 16px;
		line-height: 20px;
	}

	.article-area .article {
		padding: 0 8px;
	}

	.article-holder {
		margin: 0 -8px;
	}

	.slogan {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 1px;
	}

	.aside {
		max-width: inherit;
		width: 100%;
		margin: 30px 0 0;
	}

	.aside .btn {
		width: 174px;
	}

	.content .alignright {
		margin: 0 0 10px 15px;
	}

	.footer .text {
		padding: 0 0 20px;
	}

	.footer-nav {
		margin: 0 -15px;
	}

	.footer-nav li {
		padding: 0 15px;
	}
}

.desktop-hidden {
	display: none !important;
}
@media (max-width: 891px) {
	.table_column_wrap {
		flex-wrap: wrap;
	}

	.table_column{
		width: 100%;
	}

	.inline{
		height:auto;
	}

	.hide-on-mobile {
		display: none;
	}

	.image-single-center img{
		width:75%;
	}
	.image-single-center>.unique_container_50{
		width: 50%;
	}

	.visual-slider {
		z-index: -4;
	}
	.mobile-hidden {
		display: none !important;
	}
	.desktop-hidden {
		display: block !important;
	}
	.unique_container_75 {
		width: 70%;
		margin: 0px 10px 0px 0px;
	}
	.unique_container_50, .unique_container_33 {
		width: 100%;
	}
	.unique_container_33 {
		text-align: center !important;
	}
	.unique_search_button {
		font-size: 12px;
	}

	.h1,
	h1 {
		font-size: 36px;
		line-height: 40px;
	}

	.btn {
		padding: 12px 15px;
	}

	.visual-slider .container {
		padding-top: 50px;
		padding-bottom: 70px;
	}

	.visual-slider .info {
		font-size: 16px;
		line-height: 20px;
	}

	.tagline {
		font-size: 16px;
		line-height: 24px;
	}

	.article-area .article {
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
	}

	.article-holder {
		margin: 0;
	}

	.info-area .container {
		display: block;
	}

	.blocks-holder {
		display: block;
	}

	.info-block {
		width: 100%;
		padding: 0 0 15px;
	}

	.info-block .caption {
		padding: 13px;
	}

	.news-holder {
		width: 100%;
		margin: 0;
	}

	.topics-area .holder {
		margin: 0;
		display: block;
	}

	.topic-block {
		padding: 0 0 30px;
		width: 100%;
		margin: 0 0 30px;
	}

	.header .container {
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.header-content {
		border: none;
		padding: 0;
		margin: 0;
	}

	.slogan {
		display: initial;
		padding-top: 10px;
	}

	.logo {
		width: 75px;
		position: static;
	}

	.main-area {
		display: block;
	}

	.sidebar {
		width: 100%;
		margin: 0 0 30px;
	}

	.sidebar .image {
		display: none;
	}

	.sidenav-opener {
		display: block;
		text-transform: uppercase;
		color: #777777;
		position: relative;
		padding: 15px 20px;
		border: 1px solid #e9e9e9;
		font-weight: 800;
	}

	.sidenav-holder {
		max-height: 0;
		-webkit-transition: max-height .6s ease;
		transition: max-height .6s ease;
		position: absolute;
		left: 0;
		right: 0;
		overflow: hidden;
		z-index: 100;
	}

	.sidenav-active .sidenav-holder {
		max-height: 4000px;
	}

	.navbar-nav {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .6s ease;
		transition: -webkit-transform .6s ease;
		transition: transform .6s ease;
		transition: transform .6s ease, -webkit-transform .6s ease;
		background: #fff;
	}

	.sidenav-active .navbar-nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.content .links-list {
		padding: 0;
	}

	.content p {
		margin: 0 0 14px;
	}

	.footer .text {
		font-size: 16px;
		line-height: 24px;
	}

	.footer-holder {
		display: block;
		margin: 0 0 15px;
	}

	.footer-nav {
		margin: 0 -7px 10px;
	}

	.footer-nav li {
		padding: 0 7px 10px;
	}

	.nav-opener {
		display: block;
	}

	.nav-drop {
		max-height: 0;
		-webkit-transition: max-height .6s ease;
		transition: max-height .6s ease;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		overflow: hidden;
		z-index: 100;
	}

	.nav-active .nav-drop {
		max-height: 4000px;
	}

	#nav {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .6s ease;
		transition: -webkit-transform .6s ease;
		transition: transform .6s ease;
		transition: transform .6s ease, -webkit-transform .6s ease;
		background: #fff;
		display: block;
	}

	.nav-active #nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.search-opener {
		position: absolute;
		right: 15px;
		top: 10px;
	}

	.search-area {
		left: 0;
		right: 0;
		bottom: 0;
		overflow: visible;
	}

	.search-form input[type=text] {
		height: 40px;
		padding: 13px 50px 13px 15px;
	}

	.top-nav {
		text-align: center;
		display: block;
	}

	.top-nav li {
		border-bottom: 1px solid #ccc8ba;
	}

	.top-nav a {
		padding: 10px 0;
	}

	.menu li {
		border-bottom: 1px solid #ccc8ba;
	}

	.menu a {
		padding: 10px 0;
	}

}

@media (max-width: 479px) {

	/* iPHONE + MOBILE STARTS HERE */

	.header-covid {
		display: none;
	}
	.btn {
		font-size: 12px;
	}
	.unique_container_100_golf {
		margin: -25px 0px 0px 0px;
	}
	.unique_container_100_history {
		margin: -15px 0px 0px 0px;
	}
	.unique_container_100_night {
		margin: 0px 0px 0px 0px;
	}
	.unique_container_50 img {
		width: 100%;
	}
	.unique_container_50 {
		width: 100%;
	}
	.unique_container_50_golf {
		margin: 20px 0px 8px 0px;
	}
	.unique_container_50_night {
		margin: 20px 0px 8px 0px;
	}
	.unique_footer_spacer_reduction_10 {
		margin: 0px 0px -10px 0px;
	}

	.main_bump_up_05 {
		margin: 0px 0px 0px 0px;
	}
	.main_bump_up_10 {
		margin: 0px 0px 0px 0px;
	}
	.main_bump_up_15 {
		margin: 0px 0px 0px 0px;
	}
	.main_bump_up_25 {
		margin: 0px 0px 0px 0px;
	}

	.content .alignright {
		margin: 0 0 0 10px;
	}

	.visual-slider h1 {
		font-size:32px;
		margin: 0px 0px 5px 0px;
	}
	.visual-slider .info {
		font-size: 14px;
		white-space: normal;
	}

	.file-box {
		width: 75px;
	}

	.file-box a {
		font-size: 9px;
		line-height: 13px;
	}

	/* WE ADJUST THESE FOR MOBILE */
	.table_column_10 {
		clear: left;
		margin: 10px 0px 0px 0px;
	}
	.table_column_20 {
		width: 30%;
	}
	.table_column_80 {
		width: 70%;
	}

}