/* Overall */
* { box-sizing:border-box; }
html,
body { background:#f5f5f1; }
body {
	overflow:hidden;
	position: relative;
	font-family: "Cormorant", serif;
	font-size:20px;
	line-height:1.2;
	background:#f5f5f1;
	color:#000;
}
.row-wrap .row,
header .wrap,
footer .wrap {
	max-width: 1400px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.clear { clear: both; display: block; }

/* Text */
h1, h2, h3, h4, h5, h6 { font-family: "Tw Cen MT", sans-serif; color:#000000; font-weight:600; }
h1, .entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 {
	font-size: 42px;
	margin-top: 0;
	margin-bottom: 30px;
}
h2, .entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
	font-size: 34px;
	color:#0a193c;
	line-height:1.2;
	margin-top:0;
	margin-bottom:30px;
}
h3, .entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3 {
	font-size: 26px;
	color:#0a193c;
	margin-top:0;
	margin-bottom:5px;
	color:#000;
}
h4, .entry-content h4, .entry-summary h4, .page-content h4, .comment-content h4 {
	font-size: 18px;
	margin-top:0;
}
.entry-content, 
.entry-summary, 
.page-content, 
.comment-content { 
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}
a {
	-webkit-transition:ease-in-out all 200ms;
	   -moz-transition:ease-in-out all 200ms;
	    -ms-transition:ease-in-out all 200ms;
	     -o-transition:ease-in-out all 200ms;
	        transition:ease-in-out all 200ms;
}
a:hover { color: #00adef; outline: none; }
:focus,
a:focus,
input:focus,
select:focus { outline:none; }
.entry-content a, 
.entry-summary a, 
.page-content a, 
.comment-content a, 
.pingback .comment-body > a { border:none; }
.btn a { 
	font-family:"Tw Cen MT", sans-serif; 
	text-transform:uppercase; 
	font-size:14px !important; 
	font-weight:600; 
	letter-spacing:2px; 
	border:none !important;
}

.read-more a {
	font-family: "TW Cen MT", sans-serif;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: auto;
    position: relative;
    padding-left: 35px;
}
.read-more a::before {
	content:url('../images/arrow-right-blue.svg');
	width: 24px;
    height: 24px;
    position: absolute;
    top: -4px;
    left: 0;
}

.close.icon {
  color: #000;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  width: 21px;
  height: 21px;
}

.close.icon::before,
.close.icon::after {
	content:"";
	position: absolute;
	top:10px;
	width:21px;
	height:1px;
	background-color: currentColor;
	-webkit-transition:ease-in-out all 200ms;
	   -moz-transition:ease-in-out all 200ms;
	    -ms-transition:ease-in-out all 200ms;
	     -o-transition:ease-in-out all 200ms;
	        transition:ease-in-out all 200ms;
}
.close.icon:before {
	-webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
	    -ms-transform:rotate(-45deg);
	     -o-transform:rotate(-45deg);
	        transform:rotate(-45deg);
}

.close.icon:after {
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
	    -ms-transform:rotate(45deg);
	     -o-transform:rotate(45deg);
	        transform:rotate(45deg);
}
.close.icon:hover::before {
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
	    -ms-transform:rotate(45deg);
	     -o-transform:rotate(45deg);
	        transform:rotate(45deg);
}
.close.icon:hover::after {
	-webkit-transform:rotate(135deg);
	   -moz-transform:rotate(135deg);
	    -ms-transform:rotate(135deg);
	     -o-transform:rotate(135deg);
	        transform:rotate(135deg);
}

.no-flow { overflow:hidden; }
.widget { 
	word-wrap:normal;
	-webkit-hyphens:none;
	   -moz-hyphens:none; 
	    -ms-hyphens:none; 
	        hyphens:none; 
	
}
.hentry { background:none; }
.narrow,
.semi-narrow,
.ultra-narrow,
.container-950,
.container-700,
.container-550 { margin-left:auto; margin-right:auto; }
.narrow { max-width:1280px; }
.semi-narrow { max-width:1100px; }
.ultra-narrow { max-width:1030px; }
.container-550 { max-width:550px; }
.container-700 { max-width:700px; }
.container-950 { max-width:950px; }

/* Loader */
.loader {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff;
}
.loader video {
	margin:0;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	    -ms-transform:translateX(-50%) translateY(-50%);
	     -o-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
}

/* Header */
header { padding:20px 0; }
.site-header { float: left; background:none; border:none; margin-left:40px; }
.site-header.just-txt { margin-top:15px; }
.main-navigation { float: right; padding:20px 0; margin-right:-20px; }
.main-navigation li { display: inline-block; border-top: none; margin:0 20px; }
.main-navigation a { 
	font-size:16px;
	padding: 0; 
	font-family:"Tw Cen MT", sans-serif; 
	text-transform:uppercase; 
	color:#767676;
	font-weight:600;
	border-bottom:1px solid transparent;
	letter-spacing:1px;
}
.main-navigation a:hover { border-color:#767676; }
a.toggle-menu { display: none; }
.dropdown-toggle { display: none; }
.main-navigation .page_item_has_children > a, 
.main-navigation .menu-item-has-children > a { padding-right:0; }
.main-navigation ul ul {
	width: 375px;
	position: absolute;
	right: 0;
	background: #fff;
	z-index: 999;
	opacity: 0;
	display: block;
	visibility: hidden;
	margin:0;
	padding:25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.main-navigation .menu > ul > li > a {
	padding: 20px 16px;
}
.main-navigation ul ul li {
	display: block;
	margin:0;
}
.main-navigation ul ul li:not(:last-child) { margin-bottom:25px; }
.main-navigation ul ul a {
	font-size: 16px;
	border:none;
}
.main-navigation ul ul a:hover {  }
.main-navigation ul li:hover ul {
	opacity: 1;
	visibility: visible;
}
.main-navigation ul ul ul {
	width: 100%;
	position: static;
	padding: 25px 0 0;
}
.main-navigation ul ul ul li {
	margin-left: 25px;
}
.main-navigation ul ul ul a {
	font-size: 14px;
}
.main-navigation .current_page_item > a, 
.main-navigation .current-menu-item > a, 
.main-navigation .current_page_ancestor > a {
	font-weight: 600;
	border-color:#767676;
}
.main-navigation .page_item_has_children > a:hover:after, 
.main-navigation .menu-item-has-children > a:hover:after {
	color: #008f98;
}

/* Home page banner */
.hero { height:680px; position: relative; }
.hero .overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(10,25,60,.65);
}
.hero .hero-content {
	position: absolute;
    z-index: 1;
    background: rgba(255,255,255,0.75);
    right: 0;
    bottom: 0;
    max-width:60%;
    padding:100px 95px 100px;
    text-align: center;
}
.hero .hero-txt { font-size:26px; color:#000; font-weight:600; }
.hero .hero-btn a { padding:12px 40px; }

/* Sub page banner */
.sub-hero { position:relative; height:325px; }
.sub-hero-content-wrap {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:100%;
}
.sub-hero-content { 
	position: absolute; 
	z-index:1;
	background:rgba(255,255,255,0.85);
	right:0;
	bottom:0;
	padding:50px;
	width:630px;
}
.sub-hero-content h1 {
	margin:0;
	font-size:55px;
	font-family:"Cormorant", serif;
	font-weight:500;
	color:#0a193c;
}
.sub-hero-overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Modules */
.usp-row p { font-size:18px; }
.usp-row p a { 
	font-family:"TW Cen MT", sans-serif; 
	border:none; 
	font-weight:500; 
	text-transform:uppercase; 
	font-size:16px;
	position: relative;
    padding-left: 35px;
}
.usp-row p a:hover { color:#000; }
.usp-row p a::before {
	content:url('../images/arrow-right-white.svg');
	width: 24px;
    height: 24px;
    position: absolute;
    top: -4px;
    left: 0;
}

.text-media-row h4 { text-transform:uppercase; font-size:12px; letter-spacing:2px; }
.text-media-row h2 { color:#0a193c; }
.text-media-row p { font-size:20px; }
.text-media-row .textwidget a {
	font-family:"TW Cen MT", sans-serif; 
	border:none; 
	font-weight:500; 
	text-transform:uppercase; 
	font-size:16px;
    position: relative;
    padding-left: 35px;
}
.text-media-row .textwidget a::before {
	content:url('../images/arrow-right-blue.svg');
	width: 24px;
    height: 24px;
    position: absolute;
    top: -4px;
    left: 0;
}

.text-text-row h3 { font-size:22px; }

.banner-row {
	font-family:"TW Cen MT", sans-serif;
	height:450px;
}
.banner-row > div { position:relative; }
.banner-row .textwidget {
	max-width:450px;
	font-size:22px;
	font-weight:300;
}
.banner-row .breaker { position:absolute; top:0; right:0; }
.banner-row .ow-button-base a { 
	text-shadow:none;
	text-transform:uppercase;
	border:none;
	width:100%;
	font-size:14px;
	font-weight:500;
	letter-spacing:1px;
	padding:1em;
}

.logo-title h3,
.some-title h3,
.highlights-title h3 { 
	font-size:34px; 
	border-bottom:1px solid rgba(245,245,241,0.5); 
	padding-bottom:20px; 
}
.highlights-title h3 { color:#0a193c; border-color:#944e2c; }
.highlights-row h4 { font-size:26px; font-family:"Cormorant", serif; margin-bottom:15px; }

.people-filter { margin-bottom:50px; text-align:center; }
.people-filter .filters-select select {
    border: none;
    background: #fff;
    padding: 13px;
    width: 300px;
    color: #767676;
    font-family: TW Cen MT, sans-serif;
    font-size: 16px;
}
.people-filter .filters-select select:focus { outline:none; }
.people-loop { 
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left:-15px; 
	margin-right:-15px; 
}
.people-loop .item { 
	width:calc((100% - 120px;) / 4); 
	background:#fff; 
	margin:0 15px 45px; 
	-webkit-box-shadow:0 0 49px 2px rgba(0,0,0,0.18);
	   -moz-box-shadow:0 0 49px 2px rgba(0,0,0,0.18);
	    -ms-box-shadow:0 0 49px 2px rgba(0,0,0,0.18);
	     -o-box-shadow:0 0 49px 2px rgba(0,0,0,0.18);
	        box-shadow:0 0 49px 2px rgba(0,0,0,0.18);
}
.people-loop .item .content { padding:30px; }
.people-loop .item h4 { 
	font-weight:500; 
	font-size:20px; 
	margin-bottom:20px; 
	color:#0a193c; 
	text-transform:uppercase; 
}
.people-loop .item p { font-size:18px; font-weight:500; margin:0; }

.page-overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.summit-menu { text-align:center; }
.summit-menu ul { border-top:1px solid #d9cbbd; }
.summit-menu ul li { 
	display: inline-block;
	border:none;
	font-family:"Tw Cen MT", sans-serif;
	text-transform:uppercase;
	font-weight:500;
	min-width:150px;
	margin:0 20px;
	padding:20px 10px !important;
}
.summit-menu ul li a { color:#767676; }
.summit-menu ul li.current-menu-item a,
.summit-menu ul li a:hover { color:#944e2c; }

.splitbanner-row .content {
	position:relative;
	background:rgba(225,219,216,0.92);
}
.splitbanner-row .content::after {
	content:"";
	position: absolute;
	top:0;
	left: 100%;
	bottom:-2px;
	width:30%;
	background:inherit;
	-webkit-clip-path: polygon(0 0, 100% 0, 1% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 1% 100%, 0% 100%);
}
.splitbanner-row h3,
.splitbanner-row h4 { font-family:"Cormorant", serif; }
.splitbanner-row h3 { font-size:55px; line-height:1; }
.splitbanner-row h4 { font-size:26px; }
.splitbanner-row a {
	font-family: "TW Cen MT", sans-serif;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: auto;
    position: relative;
    padding-left: 35px;
}
.splitbanner-row a::before {
	content:url('../images/arrow-right-brown.svg');
	width: 24px;
    height: 24px;
    position: absolute;
    top: -4px;
    left: 0;
}

.slide-gallery { position:relative; }
.slide-gallery .gallery { margin:0; }
.slide-gallery .slick-arrow {
	position: absolute;
	bottom:-45px;
	left:50%;
	width:45px;
	height:45px;
	background:rgba(130,148,164,0.5);
	font-size:24px;
	cursor:pointer;
}
.slide-gallery .slick-arrow.prev-arrow {
	-ms-transform:translateX(calc(-50% - 25px));		
	-moz-transform:translateX(calc(-50% - 25px));
	-webkit-transform:translateX(calc(-50% - 25px));
	-o-transform:translateX(calc(-50% - 25px));
	transform:translateX(calc(-50% - 25px));
}
.slide-gallery .slick-arrow.next-arrow {
	-ms-transform:translateX(calc(-50% + 25px));		
	-moz-transform:translateX(calc(-50% + 25px));
	-webkit-transform:translateX(calc(-50% + 25px));
	-o-transform:translateX(calc(-50% + 25px));
	transform:translateX(calc(-50% + 25px));
}
.slide-gallery .slick-arrow i {
	position:absolute;
	top:50%;
	left:50%;
	color:#00adef;
	-ms-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-webkit-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}
.slide-gallery .gallery-item { padding:15px; }
.slide-gallery .gallery-caption { 
	font-family:"Tw Cen Mt", sans-serif;
	color:#000; 
	font-size:14px; 
	font-style:italic; 
}

.employee-loop .title { max-width:60%; margin:0 auto; }
.employees {
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	margin-left:-10px;
	margin-right:-10px;
}
.employee {
	width:calc(33.333% - 20px);
	margin-left:10px;
	margin-right:10px;
	margin-bottom:50px;
	padding-top:15px;
	border-top:1px solid #00adef;
}
.employee img { margin-bottom:15px; }
.employee .content { position:relative; }
.employee h4 { font-size:21px; font-weight:300; margin-bottom:0; text-transform:uppercase; }
.employee p { font-size: 16px; }
.employee p:first-of-type { margin-bottom: 10px; }
.employee .job-title { font-family:"Tw Cen MT", sans-serif; }
.employee .job-description { margin:0; }

.commission-loop .title { max-width:60%; margin:0 auto; }
.commission-members {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	margin-left:-10px;
	margin-right:-10px;
}
.commission-members h3 { width:100%; margin-left:10px; margin-right:10px; margin-bottom:20px; }
.commission-member {
	width:calc((100% / 4) - 20px);
	margin-left:10px;
	margin-right:10px;
	margin-bottom:50px;
	padding-top:15px;
	border-top:1px solid #00adef;
}
.commission-member img { margin-bottom:15px; }
.commission-member .content { position:relative; }
.commission-member h4 {
	font-size:21px;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:10px;
	max-width:85%;
}
.commission-member p { font-size:16px; margin:0; }
.commission-member a { color:#bcbcbc; position:absolute; top:2px; right:0; }

/* News & articles */
.post-loop,
.news-archive {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
}
.featured-post,
.news-archive .item { 
	width:calc((100% / 3) - 80px);
	margin:0 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.featured-post a { text-decoration:none; border:none; }
.featured-post .image { margin-bottom:20px; }
.featured-post img { width:100%; }
.featured-post .content,
.news-archive .item .content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction:column;
	height:100%;
}
.featured-post .categories,
.news-archive .item .categories { list-style: none; margin:0; }
.featured-post .categories li,
.news-archive .item .categories li { 
	color:#767676;
	display:inline-block;
	font-family:"TW Cen MT", sans-serif;
	text-transform:uppercase;
	font-weight:500;
	margin-bottom: 5px;
	border-bottom:1px solid #00adef;
}
.featured-post .categories li:not(:first-child)::before,
.news-archive .item .categories li:not(:first-child)::before { content:"- "; }
.featured-post h3,
.news-archive .item h3 { margin-bottom:20px; }
.featured-post h3 a,
.news-archive .item h3 a {
	color:#0a193c;
	font-size:26px;
	line-height:1.25;
}
.featured-post .excerpt,
.news-archive .item .excerpt { font-size:20px; }
.featured-post .read-more,
.news-archive .item .read-more {
	font-family: "TW Cen MT", sans-serif;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: auto;
    position: relative;
    padding-left: 35px;
}
.featured-post .read-more::before,
.news-archive .item .read-more::before {
	content:url('../images/arrow-right-blue.svg');
	width: 24px;
    height: 24px;
    position: absolute;
    top: -4px;
    left: 0;
}

.news-filter { background:#031a3a; padding:50px 0; }
.filters {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	color:#fff;
}
.filters .filter-group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction:column;
	width:20%;
}
.filters label {
	font-family:"Tw Cen Mt", sans-serif;
	font-weight:500;
	font-size:26px;
	margin-bottom:20px;
}
.filters input[type="text"],
.filters select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:none;
	border:2px solid #fff;
	color:#fff;
	padding:10px;
	line-height:1.5;
	font-family:"Tw Cen Mt", sans-serif;
}
.filters select {
	background-image:url(../images/angle-down-blue.svg);
	background-repeat:no-repeat;
	background-position:right 15px center;
	background-size:20px;
	cursor:pointer;
}
.filters option { color:#0a193c; }

.filters input::-webkit-input-placeholder { color:#fff; }
.filters input::-moz-placeholder { color:#fff; }
.filters input:-ms-input-placeholder { color:#fff; }
.filters input:-moz-placeholder { color:#fff; }
.news-filter .reset {
	font-family:"Tw Cen Mt", sans-serif;
	text-transform:uppercase;
	margin-left:30px;
	margin-top:50px;
	font-size:16px;
}
.news-filter .reset a { color:#fff; }

.news-archive { padding-top:50px; padding-bottom:50px; background:#fff; }
.news-archive .item { width:calc((100% / 4) - 80px); margin-bottom:50px; }
.pagination { border:none; padding:50px 0; font-size:16px; }
.pagination ul { 
	margin:0; 
	list-style:none; 
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
}
.pagination li { margin:0 10px; }
.pagination li.active { font-weight:700; }

.post .post-banner { margin-bottom:30px; }
.post .post-banner img { width:100%; }
.post .post-title { font-size:60px; line-height:1; }

/* Tablepress */
.dataTables_wrapper {
	overflow: hidden;
	font-family: "Tw Cen MT", sans-serif;
}

.dataTables_wrapper .tablepress tfoot th,
.dataTables_wrapper .tablepress thead th,
.dataTables_wrapper .tablepress .sorting:hover,
.dataTables_wrapper .tablepress .sorting_asc,
.dataTables_wrapper .tablepress .sorting_desc,
.dataTables_wrapper .tablepress .odd td,
.dataTables_wrapper .tablepress .row-hover tr.odd:hover td {
	background: none;
}

.dataTables_wrapper .tablepress .even td,
.dataTables_wrapper .tablepress .row-hover tr.even:hover td {
	background: rgba(0,0,0,0.05);
}

.dataTables_wrapper .paging_simple .paginate_button.next::after,
.dataTables_wrapper .paging_simple .paginate_button.previous::before {
	content: none;
}

/* Game */
.game-frame { width: 100%; height: 90vh; margin: 0; }

/* Footer */
.site-footer {
	background: #f5f5f1;
	padding: 20px 0;
	border:none;
	margin-top:75px;
}
.site-footer-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.site-footer .column { width:25%; }
.site-footer h5 { font-size:34px; font-weight:600; font-family:"Cormorant", serif; letter-spacing:1px; margin-bottom:15px; }
.site-footer p { font-family:"Tw Cen MT", sans-serif; padding-right:50px; }
.site-footer .column.first ul { list-style:none; padding:0; margin:0; }
.site-footer .column.first li { margin-bottom:15px; font-size:18px; font-weight:600; }
.site-footer .column.first li a { color:#767676; }
.site-footer .column.second ul { list-style:none; padding:0; margin:0; }
.site-footer .column.second li { display:inline-block; margin-right:15px; font-size:21px; }
.site-footer .column.second li a { color:#bdbdbd; }
.site-footer .column.third a { color:#00adef; text-transform:uppercase; letter-spacing:2px; font-size:14px; font-weight:600; }
.site-footer .signup-open {
	border:1px solid #696969;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	cursor:pointer;
}
.site-footer .signup-open > div { padding:12px; width:calc(100% - 45px); font-size:18px; color:#767676; }
.site-footer .signup-open > span { 
	width:45px; 
	position: relative; 
	border-left:1px solid #696969; 
	-webkit-transition:ease-in-out all 200ms;
	   -moz-transition:ease-in-out all 200ms;
	    -ms-transition:ease-in-out all 200ms;
	     -o-transition:ease-in-out all 200ms;
	        transition:ease-in-out all 200ms;
}
.site-footer .signup-open > span i {
	position: absolute;
	top:50%;
	left:50%;
	color:#00adef;
	font-size:24px;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	    -ms-transform:translateX(-50%) translateY(-50%);
	     -o-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
}
.site-footer .signup-open:hover span { background:#fff; }
.signup { 
	position:fixed;
	bottom:0;
	right:0;
	z-index:10;
	color:#000;
	width:0;
	background:#fff; 
	overflow-y:auto;
	overflow-x: hidden;
	-webkit-transition:ease-in-out all 400ms;
	   -moz-transition:ease-in-out all 400ms;
	    -ms-transition:ease-in-out all 400ms;
	     -o-transition:ease-in-out all 400ms;
	        transition:ease-in-out all 400ms;
	-ms-overflow-style:-ms-autohiding-scrollbar;
}
.signup-close {
	position: absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	opacity:0;
}
.signup-content { 
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	height:100%;
	max-width:960px;
	padding:0 15px;
	margin:50px auto;
}
.signup-content > div { opacity:0; width:100%;  }
.signup-content .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left:-15px;
	margin-right:-15px;
}
.signup-content h1 { font-family:"Cormorant", sans-serif; font-size:75px; margin:0; line-height:1; }
.signup-content p { margin:0; font-size:21px; }
.areas-of-interest > label { margin-bottom:15px; }

.signup #mce-responses .response {
	text-align: center;
    margin-top: 100px;
    font-size: 56px;
    margin-bottom: 50px;
}

/* Form fields */
form label {
	font-family: "Tw Cen MT", sans-serif;
	font-weight:600;
	display:block;
	font-size:14px;
	text-transform:uppercase;
}
form label::after {
	content:"";
	display:block;
	width:50px;
	height:2px;
	background:#0a193c;
	margin-top:10px;
}
form input,
form select {
	font-family: "Tw Cen MT", sans-serif;
	font-weight:400;
	display:block;
	width:100%;
	border:1px solid #0a193c;
	background:transparent;
	font-size:12px;
	line-height:1;
	letter-spacing:0.035em;
	color:#0a193c;
	margin-top:25px;
	-webkit-transition:ease-in-out all 200ms;
	   -moz-transition:ease-in-out all 200ms;
	    -ms-transition:ease-in-out all 200ms;
	     -o-transition:ease-in-out all 200ms;
	        transition:ease-in-out all 200ms;
}
form input { padding:15px; }
form input[type="checkbox"],
form input[type="radio"] { padding:0; }
form .checkbox { margin-top:15px; position:relative; }
form .check-checkbox { min-width:20px; width:20px; height:20px; border:1px solid #0a193c; }
form .check-checkbox input[type="checkbox"] { visibility:hidden; }
form .check-checkbox label {
	font-weight:400;
	position: absolute;
	top:4px;
	left:4px;
	padding-left:27.5px;
	color:#0a193c
	font-size:12px;
	line-height:1.2;
	text-transform:none;
	cursor:pointer;
}
form .check-checkbox label::after {
	content:"";
	width:12px;
	height:12px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: #0a193c;
	opacity: 0;
	margin: 0;
}
form .check-checkbox label:hover::after,
form .check-checkbox input:checked ~ label::after { opacity:1; }
form .submit-btn {
	border:1px solid #0a193c;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	cursor:pointer;
}
form .submit-btn input[type="submit"] {
	padding:15px 10px;
	width:calc(100% - 45px);
	font-size:14px;
	font-weight:400;
	text-align: left;
	color:#0a193c;
	background:none;
	margin:0;
}
form .submit-btn > span {
	width:45px;
	position:relative;
	border-left:1px solid #0a193c;
}
form .submit-btn > span i {
	position: absolute;
	top:50%;
	left:50%;
	color:#00adef;
	font-size:24px;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	    -ms-transform:translateX(-50%) translateY(-50%);
	     -o-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
}
::-webkit-input-placeholder { font-family:"Tw Cen MT", sans-serif; font-size:14px; color:#0a193c; }
:-moz-placeholder { font-family:"Tw Cen MT", sans-serif; font-size:14px; color:#0a193c; }
::-moz-placeholder { font-family:"Tw Cen MT", sans-serif; font-size:14px; color:#0a193c; opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */ }
:-ms-input-placeholder { font-family:"Tw Cen MT", sans-serif; font-size:14px; color:#0a193c; }

/* Skeleton */
.col-4, .col-5, .col-6, .col-7, .col-8 { padding-left:15px; padding-right:15px; }
.col-4 { flex:0 0 33.33333%; max-width:33.33333%; }
.col-5 { flex:0 0 41.66667%; max-width:41.66667%; }
.col-6 { flex:0 0 50%; max-width:50%; }
.col-7 { flex:0 0 58.33333%; max-width:58.33333%; }
.col-8 { flex:0 0 66.66667%; max-width:66.66667%; }
.element-mg-top { margin-top:75px; }
.align-items-end { align-items:flex-end; }

/* Siteorigin Image Fix */
/*
.sow-image-container,
.sow-image-container > a {
	flex-direction: column !important;
}*/
