/*
	Theme Name: GADD Theme
	Author: Shay Hammond
*/

/* Login Screen */

.login {
	background: #0988b0;
}

#login {
	border: 0;
	margin: 0 auto;
	margin-top: 8%;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	background: transparent;
}

.login h1.admin-email__heading {
	font-size: 1.4em;
}

.login-action-confirm_admin_email #login {
	margin-top: 8%;
}

.login h1 a {
	background-image: url(/wp-content/themes/gadd/images/logo.svg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	width: 100%;
	margin: 0;
	border: 0;
	padding-top: 1em;
}

.login #login_error, .login .message, .login .success {
	background: #ffffff;
	color: #000000;
	text-align: center;
	border: unset;
	font-style: italic;
	margin: 0;
	padding: 2em;
	padding-bottom: 0;
	font-size: 0.7em;
}

.login form {
	background: #ffffff;
	box-shadow: unset;
	border: unset;
	margin-top: -1px;
	padding-bottom: 2em;
	padding-top: 2em;
	margin-bottom: 0;
}

.login label {
	color: #000000;
}

.login form .input, .login input[type=password], .login input[type=text] {
	font-size: 1em !important;
	padding: 0.5em 1em !important;
	-webkit-appearance: none;
	font-weight: 200;
	width: 100%;
	border: 1px solid #E4E4E4;
	box-shadow: 0px 0px 20px rgba(54, 57, 68, 0.03);
	border-radius: 0;
	margin-bottom: 1em;
	font-family: 'Lora';
}

.login .user-pass-wrap {
	margin-bottom: 1em;
}

#login form p.submit {
	text-align: center;
}

.wp-core-ui .button.button-large.button-primary, .wp-core-ui .button.button-large {
	padding: 0.8em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	font-family: 'Montserrat';
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	background: #0988b0;
	color: #ffffff;
	border: 0;
}

.wp-core-ui .button.button-large.button-primary:hover {
	background: #353535;
	text-decoration: none;
	color: #ffffff;
	border: 0;
}

.wp-core-ui .button.button-large {
    background: #ffffff;
    color: #000000;
}

.login #backtoblog a, .login #nav a {
	color: #000000;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #000000;
}

.login form .forgetmenot {
	float: none;
}

.login #nav, .login #backtoblog {
	background: #ffffff;
	margin-top: -1px;
}

.login #backtoblog {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 0;
}

.login .privacy-policy-page-link {
	display: none;
}

/* Font References */

@font-face {
  	font-family: 'League Spartan';
  	src: url(library/fonts/LeagueSpartan-Bold.ttf);
}

@font-face {
  	font-family: 'Montserrat';
  	src: url(library/fonts/Montserrat-Regular.ttf);
}

@font-face {
  	font-family: 'Montserrat';
	font-style: italic;
  	src: url(library/fonts/Montserrat-Italic.ttf);
}

@font-face {
  	font-family: 'Montserrat';
	font-weight: bold;
  	src: url(library/fonts/Montserrat-Bold.ttf);
}

@font-face {
  	font-family: 'Montserrat';
	font-weight: bold;
	font-style: italic;
  	src: url(library/fonts/Montserrat-BoldItalic.ttf);
}

/* Global */

* {
    box-sizing: border-box;
}

html {
	font-size: 19px;
	margin: 0;
	padding: 0;
}

html.fixed {
	position: fixed;
	overflow: hidden;
}

body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	position: relative;
	background: #ffffff;
}

.container {
	width: 90%;
	max-width: 1600px;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid {
	position: relative;
	padding: 0;
}

.container-fluid {
	z-index: 2;
}

.row {
	padding-top: 6em;
	padding-bottom: 6em;
	margin-left: -15px;
	margin-right: -15px;
}

.py-small {
	padding-top: 3em;
	padding-bottom: 3em;
}

.pt-small {
	padding-top: 3em;
}

.pb-small {
	padding-bottom: 3em;
}

.row .row {
	padding-top: 0;
	padding-bottom: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 15px;
	padding-right: 15px;
}

/* Typography */

h1, .h1 {
	font-family: 'League Spartan', sans-serif;
	text-transform: uppercase;
	font-size: 2.8em;
	margin-bottom: 0.5em;
}

h2, .h2 {
	font-family: 'League Spartan', sans-serif;
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom: 0.5em;
}

h3, .h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 1.7em;
}

h4, .h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 1em;
	transition: 0.5s all;
}

h5, .h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
	transition: 0.5s all;
	text-transform: unset;
}

h6, .h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h7, .h7 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 0.25em;
	display: block;
	margin-bottom: 0.25em;
	transition: 0.5s all;
	text-transform: unset;
	line-height: 1;
}

blockquote {
	font-family: 'League Spartan', sans-serif;
	font-size: 1.5em;
	margin-left: 2em;
	border-left: 5px solid #000000;
	padding-left: 1em;
}

a {
	color: #000000;
	transition: 0.5s all;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

.single-post .body a {
	text-decoration: underline;
}

.single-post .body a:hover {
	text-decoration: none;
}

a.img-hover img {
	transform: scale(1);
	transition: 0.5s all;
}

a.img-hover:hover img {
	transform: scale(1.05);
}

p:last-of-type {
	margin-bottom: 0;
}

hr {
	border-top: 1px solid #E7EBED;
	margin-top: 3em;
	margin-bottom: 3em;
	width: 100%;
}

b, strong {
	font-weight: 900;
}

.large {
	font-size: 1.8em;
}

.color-white {
	color: #ffffff;
}

.color-black {
	color: #000000;
}

.color-dark-gray {
	color: #353535;
}

.text-shadow {
	text-shadow: 00px 4px 4px rgba(0, 0, 0, 0.1);
}

small {
	font-size: 0.7em;
	line-height: 1;
}

.btn-primary, .btn-secondary, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	padding: 0.8em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	font-family: 'Montserrat';
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-primary img, .btn-secondary img {
	width: 25px;
	height: 25px;
	left: 0px;
	position: relative;
	transition: 0.5s all;
	margin-left: 1em;
}

.btn-primary:hover img, .btn-secondary:hover img {
	left: 5px;
}

.btn-primary, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	background: #0988b0;
	color: #ffffff;
	border: 0;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show >.btn-primary.dropdown-toggle,
.bg-blue .btn-primary:hover, .bg-blue .btn-primary:active,
.bg-red .btn-primary:hover, .bg-red .btn-primary:active,
.news:hover .btn-primary,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:active, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:focus {
	background: #353535;
	text-decoration: none;
	color: #ffffff;
	border: 0;
}

/* Use https://codepen.io/sosuke/pen/Pjoqqp to adjust the color of svgs */
.btn-primary:hover img {
	filter: brightness(0) saturate(100%) invert(30%) sepia(12%) saturate(4308%) hue-rotate(120deg) brightness(90%) contrast(101%);
}

.bg-blue .btn-primary,
.bg-red .btn-primary {
	background: #ffffff;
	color: #0988b0;
}

.btn-secondary {
	background: #333333;
	color: #ffffff;
}

.btn-secondary:hover {
	background: #000000;
	text-decoration: none;
	color: #ffffff;
	border: 0;
}

.btn-text, .card .bg-light-blue .btn-text {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: auto;
	font-weight: 700;
	color: #000000;
}

.btn-text:after, .card .bg-light-blue .btn-text:after {
	content: '';
	background-image: url(/wp-content/themes/gadd/images/icon-arrow-black.svg);
	height: 15px;
	width: 19px;
	position: relative;
	background-size: cover;
	margin-left: 0.5em;
	transition: 0.5s all;
}

.btn-text:hover {
	text-decoration: none;
}

.btn-text:hover:after, a.card:hover .btn-text:after {
	margin-left: 0.8em;
}

.bg-blue .btn-text, .bg-red .btn-text, .bg-light-red .btn-text, .bg-gray .btn-text, .bg-black .btn-text {
	color: #ffffff;
}

.bg-blue .btn-text:after, .bg-red .btn-text:after, .bg-light-red .btn-text:after, .bg-gray .btn-text:after, .bg-black .btn-text:after {
	content: '';
	background-image: url(/wp-content/themes/gadd/images/icon-arrow-white.svg);
}

/* Helpers */

.fancybox-content {
	width: auto;
}

.separator-1 {
	height: 1em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-2 {
	height: 2em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-3 {
	height: 3em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-4 {
	height: 4em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-6 {
	height: 6em;
	display: block;
	clear: both;
	width: 100%;
}

.bg-white {
	background-color: #ffffff;
	color: #000000;
}

.bg-black {
	background-color: #000000;
	color: #ffffff;
}

.bg-yellow {
	background-color: #ffdd59;
	color: #000000;
}

.bg-light-gray {
	background-color: #eeeff1;
	color: #000000;
}

.bg-blue {
	background-color: #0988b0;
	color: #ffffff;
}

.bg-light-blue {
	background-color: #5ce0e5;
	color: #000000;
}

.bg-gray {
	background-color: #353535;
	color: #ffffff;
}

.bg-light-red {
    background-color: #FF007A;
	color: #ffffff;
}

.bg-red {
    background-color: #d62d4e;
	color: #ffffff;
}

.bg-image {
	background-size: cover;
	background-position: center;
	position: relative;
	height: 500px;
}

.bg-image.h-auto {
	height: auto;
	overflow: visible;
}

.bg-image.h-auto .row {
	position: relative;
}

.bg-image.h-full {
	height: 100vh;
}

.bg-image.parallax {
	background-attachment: fixed;
}

.bg-image .container {
	position: relative;
	z-index: 2;
	height: 100%;
}

.bg-image .row {
	height: 100%;
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(33, 53, 60, 0.8);
	pointer-events: none;
}

.box {
	padding: 2em;
}

.box.with-image.with-button {
	padding-bottom: 0;
}

.box.with-image:not(.with-button) {
	padding-bottom: 4em;
}

.box .footer {
	margin-top: 30px;
}

.box.with-image.with-button .footer {
	height: 80px;
}

.box + img {
	position: relative;
	width: 60%;
	float: right;
	margin-right: 2em;
}

.box.with-image.with-button + img {
	margin-top: -80px;
}

.box.with-image:not(.with-button) + img {
	margin-top: -2em;
}

.box .back {
	margin-top: -3em;
	top: -2em;
	position: relative;
}

#header .box {
	position: absolute;
	width: 33%;
}

#header .bg-image {
	margin: 2em auto;
}

#header .bg-image  + .container .box {
	margin-left: 0;
	margin-right: 0;
	left: 4em;
	margin-top: -8em;
	margin-bottom: 4em;
	width: 40%;
	position: relative;
}

#header.no-image .box {
	position: relative;
	margin-top: 2em;
	width: 50%;
}

.single-job #header.no-image .box {
	width: 100%;
}

.single-job .box .row .btn-primary {
	background: #ffffff;
	color: #000000;
}

.top-left {
	top: 2em;
	left: 2em;
}

.top-middle {
	top: 2em;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.top-right {
	right: 2em;
	top: 2em;
}

.middle-left {
	left: 2em;
	align-self: center;
}

.middle {
	left: 0;
	right: 0;
	margin: 0 auto;
	align-self: center;
}

.middle-right {
	right: 2em;
	align-self: center;
}

.bottom-left {
	bottom: 2em;
	left: 2em;
}

.bottom-middle {
	bottom: 2em;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.bottom-right {
	right: 2em;
	bottom: 2em;
}

.event {
	display: flex;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

.event:hover {
	text-decoration: none;
}

.date {
	border: 2px solid #000000;
	padding: 0.5em;
	padding-top: 1em;
	font-family: 'League Spartan', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	height: 100px;
	width: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 1em;
	transition: 0.5s all;
}

a.event:hover .date {
	background: #000000;
	color: #ffffff;
}

.date .month {
	font-size: 1.6em;
	line-height: 1;
}

.date .day {
	font-size: 2.2em;
	line-height: 1;
}

.details {
    height: 100%;
	width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.link {
	text-decoration: underline; 
	display: block;
}

/* HTML Video */

.video {
	position: relative;
	overflow: hidden;
}

.video .container {
	position: absolute;
	height: 100%;
	z-index: 4;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.video .overlay {
	background: rgba(255,255,255,0.3);
	z-index: 3;
}

.video .image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.video video {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	min-width: 105%;
    min-height: 100%;
}

/* YouTube Embeds */

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0;
	overflow: hidden; 
}

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* Images */

img {
	max-width: 100%;
}

.icon {
	height: 50px;
	width: 50px;
}

.icon.large {
	height: 100px;
	width: 100px;
}

.caption {
	font-style: italic;
	margin-top: 0.5em;
}

.image.right,
.image.left {
	max-width: 50%;
}

.alignright, .right {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}

.alignleft, .left {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

/* Header */

header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: #ffffff;
	width: 250px;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
}

.logged-in header {
	top: 32px;
	height: calc(100% - 32px);
}

header .container {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

#logo {
	position: relative;
	z-index: 3;
	transition: 0s all;
	width: 100%;
	display: block;
	padding: 2em 1.6em;
}

#logo img {
	width: 90%;
	margin: 0;
	height: auto;
}

/* Header Navigation */

#submenu-bg, 
#submenu-submenu-bg {
	background: #eeeff1;
	position: fixed;
	left: 0px;
	height: 100%;
	top: 0;
	opacity: 0;
	transition: 0.5s left;
	pointer-events: none;
	z-index: 998;
	width: 200px;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
}

#submenu-bg.visible {
	opacity: 1;
	left: 250px;
}

#submenu-submenu-bg.visible {
	left: 450px;
	opacity: 1;
	z-index: 997;
}

#navigation {
	z-index: 2;
	position: relative;
}

#menu-primary-navigation, #menu-secondary-navigation {
	margin: 0;
	padding: 0;
}

#menu-primary-navigation li {
	list-style-type: none;
	margin: 0;
	display: block;
	border-top: 1px solid #000000;
}

#menu-primary-navigation a {
	color: #000000;
	background: #ffffff;
	font-size: 0.8em;
	transition: 0.5s background, 0.5s color;
	font-family: 'Montserrat';
	font-weight: bold;
	text-decoration: none;
	z-index: 2;
	position: relative;
	padding: 1.5em 2em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#menu-primary-navigation li:hover a, #menu-primary-navigation .current-menu-item a, #menu-primary-navigation .current-menu-parent a {
	color: #000000;
	background: #eeeff1;
}

#menu-primary-navigation .menu-item-has-children > a:after {
	content: '';
	background-size: cover;
	background-image: url(/wp-content/themes/gadd/images/icon-caret.svg);
	height: 20px;
	width: 13px;
	margin-left: 0.5em;
	left: 0;
	display: block;
	position: relative;
	transition: 0.5s all;
}

#menu-primary-navigation li:hover a:after {
	left: 10px;
}

#menu-primary-navigation .sub-menu {
	position: absolute;
	top: 0;
	left: 250px;
    opacity: 0;
    pointer-events: none;
    transition: 0s opacity;
    z-index: 1;
    width: 200px;
    margin: 0;
}

#menu-primary-navigation .menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	pointer-events: auto;
    transition: 0.5s opacity 0.3s;
}

#menu-primary-navigation .sub-menu:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 0.1px;
	display: block;
	left: 0px;
	top: 0;
	box-shadow: 0px 0px 30px 7px rgba(0, 0, 0, 0.3);
	z-index: 3;
}

#menu-primary-navigation .sub-menu li {
	display: block;
	border-top: 1px solid #000000;
	line-height: 1;
}

#menu-primary-navigation li:nth-child(6), #menu-primary-navigation .sub-menu li:last-child {
	border-bottom: 1px solid #000000;
}

#menu-primary-navigation .sub-menu li a {
	font-size: 0.6em;
	padding: 1.5em 2em;
	width: 100%;
	color: #000000;
	line-height: 1.4;
	display: flex;
}

#menu-primary-navigation .sub-menu li:hover > a, #menu-primary-navigation .sub-menu .current-menu-item > a {
	color: #ffffff;
	background: #000000;
}

#menu-primary-navigation .sub-menu li:hover a:after, #menu-primary-navigation .sub-menu .current-menu-item > a:after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3297%) hue-rotate(53deg) brightness(124%) contrast(109%);
}

#menu-primary-navigation .sub-menu .sub-menu {
	left: 200px;
}

#nav-icon {
	position: relative;
	display: none;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}

.nav-icon {
  	width: 30px;
}

.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  	background-color: #000000;
  	content: '';
  	display: block;
  	height: 4px;
  	margin: 7px 0;
  	transition: all .2s ease-in-out;
}

.nav-icon:before {
	width: 100%;
}

.nav-icon div {
	width: 100%;
}

.nav-icon:after {
	width: 100%;
}

.nav-icon.close:before {
  	transform: translateY(11px) rotate(135deg);
  	width: 100%;
}

.nav-icon.close:after {
  	transform: translateY(-11px) rotate(-135deg);
}

.nav-icon.close div {
  	transform: scale(0);
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .nav-icon.close {
	opacity: 1;
}

#secondary-navigation {
	background: #ffffff;
	z-index: 3;
	position: relative;
}

#menu-secondary-navigation {
	padding: 1.6em;
}

#menu-secondary-navigation li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	line-height: 1; 
    list-style-type: none;
}

#menu-secondary-navigation a {
	font-size: 0.8em;
	color: #000000;
}

#menu-secondary-navigation a:hover, #menu-secondary-navigation li.current-menu-item a {
	color: #000000;
	text-decoration: underline;
}

#social {
	padding: 1.6em;
	padding-top: 0;
}

.social img {
	height: 30px;
	width: 30px;
	filter: brightness(0) saturate(100%) invert(19%) sepia(6%) saturate(0%) hue-rotate(254deg) brightness(105%) contrast(99%);
}

.social:hover img {
	filter: brightness(0) saturate(100%) invert(36%) sepia(85%) saturate(1067%) hue-rotate(162deg) brightness(92%) contrast(93%);
}

/* Special Layouts */

.body .row {
	padding-top: 3em;
	padding-bottom: 3em;
}

.files + .files > .container > .row:first-of-type {
	padding-top: 3em;
}

#content {		
	width: calc(100vw - 250px);
	position: relative;
	left: 250px;
}

.sidebar a {
    display: block;
	margin-bottom: 0.5em;
	font-size: 0.9em;
}

.sidebar .icon {
	height: 75px;
	width: 75px;
	margin-bottom: 2em;
}

.two-columns .copy {
	text-align: justify;
}

.two-columns ul + h2 {
	margin-top: 2em;
}

/* Cards */

.card {
	justify-content: center;
	border: 0;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
	transition: 0.5s all;
	height: 100%;
}

a.card:hover {
	text-decoration: none;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

.card-img {
	height: 300px;
	background-size: cover;
	background-position: center;
	border-radius: 0;
}

.card-body {
	padding: 2em;
	border-radius: 0;
	border: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.card-body ul {
	margin-left: 1em;
}

.card-body ul ul {
	margin-top: 0;
}

.card-body a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.card-body.bg-light-blue a, .card-body.bg-white a, .card-body.bg-light-gray a, .card-body.bg-yellow a {
    color: #353535;
}

.card-body.bg-gray + .card-footer, .card-body.bg-black + .card-footer, .card-body.bg-light-gray + .card-footer, .bg-light-gray .card-body.bg-white + .card-footer, .bg-gray .card-body.bg-white + .card-footer {
	background: #0988b0;
	color: #ffffff;
	font-weight: bold;
}

.card-body.bg-light-red + .card-footer, .card-body.bg-red + .card-footer, .card-body.bg-blue + .card-footer, .card-body.bg-light-blue + .card-footer, .card-body.bg-yellow + .card-footer, .card-body.bg-white + .card-footer {
	background-color: #353535;
	color: #ffffff;
	font-weight: bold;
}

/* Files */

.file {
	border: 1px solid #000000;
}

.file.button {
	padding: 1em;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	transition: 0.5s all;
}

.file.button:hover {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

.file .card-body {
	display: block;
}

.file .card-body div {
	text-align: center;
}

.file img {
	height: 100px;
	margin: 0 auto;
	margin-top: 2em;
}

/* Tiles */

.tile {
	padding: 2em;
	display: block;
	height: 100%;
}

a.tile:hover {
	text-decoration: none;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

a.tile.bg-light-gray:hover, a.tile.bg-yellow:hover, a.tile.bg-white:hover, a.tile.bg-light-blue:hover, a.tile.bg-white:hover {
	color: #000000;
}

a.tile.bg-gray:hover, a.tile.bg-black:hover, a.tile.bg-light-red:hover, a.tile.bg-red:hover {
	color: #ffffff;
}

.tile .border {
	padding: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}

.tile.bg-light-gray .border, .tile.bg-yellow .border, .tile.bg-white .border, .tile.bg-light-blue .border, .tile.bg-white .border {
	border: 1px solid #000000 !important;
}

.tile.bg-gray .border, .tile.bg-black .border, .tile.bg-light-red .border, .tile.bg-red .border {
	border: 1px solid #ffffff !important;
}

.tile .border .h4 {
	margin: 0;
}

.col-12 .tile,
.has-4 .tile-2 .tile,
.has-4 .tile-3 .tile {
	margin-top: 2em;
	height: calc(100% - 2em);
}

/* Slick */

button[aria-label="1 of 1"] {
	display: none !important;
}

.slide:focus {
	outline: none;
}

.slick-track {
	display: flex;
	align-items: center;
}

.image-nav {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 2em;
}

.slick-prev:before, .slick-next:before {
	content: '';
}

.slick-prev, .slick-next {
	width: 100px;
	height: 100px;
	background-size: 30%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	transform: unset;
	background-image: url(/wp-content/themes/gadd/images/ICON_NAME_HERE.svg);
	transition: 0.5s all;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background-image: url(/wp-content/themes/gadd/images/ICON_NAME_HERE.svg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30%;
}

.slick-next {
	transform: rotate(180deg);
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	bottom: auto;
}

.slick-dots li {
	color: unset;
    width: unset;
    height: unset;
    width: unset;
    margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 0;
	margin-right: 0;
}

.slick-dots li:before {
	content: unset;
}

.slick-dots li button {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	font-size: 0;
	background: rgba(255, 255, 255, 0.74);
	opacity: 1;
	transition: 0.5s all;
}

.slick-dots li button:before {
    font-size: 0;
    line-height: 0;
    content: unset;
}

.slick-dots li.slick-active button {
	background: rgba(255, 255, 255, 0.74);
	opacity: 1;
	height: 20px;
	width: 20px;
}

/* Filter */

.filter {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.filter.search {
	background: transparent;
	position: relative;
	border: 1px solid #000000;
	display: flex;
	align-items: center;
	padding: 0.8em 1em;
	height: 55px;
}

.filter.search input {
	-webkit-appearance: none;
	border: 0;
	width: 100%;
	background: transparent;
	color: #000000;
	outline: none;
	height: 100%;
}

.filter .active {
	padding: 0.6em 1em;
	background-color: #ffffff;
	background-image: url(/wp-content/themes/gadd/images/icon-caret-down.svg);
	background-size: 10px;
	background-position: 98% center;
	background-repeat: no-repeat;
	padding-right: 1.5em;
	height: 55px;
	text-transform: capitalize;
	border: 1px solid #000000;
}

.col-lg-3 .filter .active {
	background-position: 97% center;
}

#top {
	position: relative;
	z-index: 3;
}

.filter .dropdown {
	position: absolute;
	background: #ffffff;
	width: 100%;
	display: none;
	z-index: 998;
	margin-top: 10px;
	border: 1px solid #000000;
}

.filter .dropdown .option {
	padding: 0.5em 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.filter .dropdown .option:hover {
	background: rgba(0, 0, 0, 0.05);
}

/* Isotope */

.tag {
	background: rgba(0,0,0,0.1);
	border-radius: 20px;
	padding: 0.5em 1em;
	font-weight: bold;
	margin-right: 0.5em;
	margin-bottom: 1em;
	display: inline-block;
	font-size: 0.8em;
}

.box.bg-black .tag {
	background: #ffffff;
	color: #000000;
}

.hidden-item {
	display: none;
}

#no-results {
	padding: 1em;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#table-head {
	font-weight: bold;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	position: sticky;
	top: 2em;
	border-bottom: 2px solid #E3E3E3;
	background: #ffffff;
	z-index: 3;
}

#table-head > div,
.grid-item .row > div {
	padding: 1em;
}

#table-head > div {
	cursor: pointer;
}

#table-head > div:nth-of-type(1),
#table-head > div:nth-of-type(2),
#table-head > div:nth-of-type(3) {
	border-right: 2px solid #E3E3E3;
}

#table-head img {
	height: 20px;
	margin-left: 1em;
}

.title,
.category,
.year {
	border-right: 2px solid #E3E3E3;
	display: flex;
	align-items: center;
}

.download {
	text-align: center;
}

.download .btn-primary {
	font-size: 0.8em;
}

#table {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.grid-item {
	border-bottom: 2px solid #E3E3E3;
}

.grid-item {
	transition: 0.5s background;
}

.grid-item:not(.event):not(.job).odd {
	background: rgba(0, 0, 0, 0.05);
}

.page-template-newsroom .grid-item.odd {
	background: transparent;
}

.grid-item:hover,
.page-template-newsroom .grid-item:hover {
	background: rgba(0,0,0,0.1);
}

.page-template-calendar .grid-item:hover,
.page-template-jobs .grid-item.job:hover {
	background: transparent;
}

.grid-item
.grid-item .news {
	padding: 2em;
}

.grid-item .news:hover {
	text-decoration: none;
}

.grid-item.event,
.grid-item.job {
	padding-left: 15px;
	padding-right: 15px;
	border: 0;
	margin-bottom: 30px;
	margin-top: 0;
}

.grid-item.event a:hover {
	background: #000000;
	color: #ffffff;
}

.grid-item.event a:hover .tag {
	background: #ffffff;
	color: #000000;
}

.grid-item.event .row,
.grid-item.job .row {
	border: 2px solid #E3E3E3; 
	width: 100%;
	position: relative;
	left: 15px;
}

.grid-item.job .row:hover {
	background: rgba(0,0,0,0.1);
	text-decoration: none;
}

/* Table */

table {
	width: 100%;
	font-size: 1em;
	line-height: 1;
}

thead {
	background: #F4F4F4;
}

th {
	padding: 1em;
}

th:last-of-type {
	padding-right: 4em;
}

td {
	border: 0;
	padding: 1em;
}

/* Accordion */

.accordion {
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.accordion li {
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #BCBCBC;
	display: block;
	font-size: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.accordion li:first-child {
	border-top: 1px solid #BCBCBC;
}

.accordion li:before {
	display: none;
}

.accordion li.open {
	padding-bottom: 2em;
}

.accordion h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	margin-top: 0;
	transition: 0.5s all;
	line-height: 1.2;
}

.accordion li:not(.open) h3:hover {
	color: #BCBCBC;
}

.accordion h3 span {
	width: 80%;
}

.accordion .answer {
	display: none;
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;
}

.accordion li.open h3 {
	margin-bottom: 0.5em;
}

.accordion li h3 img {
	height: 15px;
	width: 20px;
	transform: rotate(90deg);
	transition: 0.5s all;
}

.accordion li.open h3 img {
	transform: rotate(-90deg);
}

.bg-blue .accordion li h3 img {
	filter: brightness(0) contrast(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(345deg) brightness(102%) contrast(101%);
}
/* Lists */

ul {
	padding: 0;
	margin-left: 2.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}

ul li {
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	position: relative;
}

ul.two-col {
	display: flex;
	flex-wrap: wrap;
}

ul.two-col li {
	width: 50%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.icon-list div {
    width: calc(100% - 50px - 1.5em);
}

/* ConstantContact */
h2.ctct-form-header {
    color: #000000 !important;
    font-size: 1.3em !important;
    text-transform: unset;
}

.ctct-form-defaults {
	padding: 0 !important;
}

.ctct-form-custom {
	display: flex;
	flex-wrap: wrap;
}

.ctct-form-field {
	width: 30%;
	margin-right: 3% !important;
}

#last_name_field_0 {
	margin-right: 0 !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	width: auto;
}

/*  Forms */

.container-fluid input:not([type="file"]):not([type="submit"]):not(#search-page), textarea {
	padding: 0.8em 1em;
	border: 1px solid #000000;
	margin-bottom: 1em;
	width: 100%;
}

input[type="file"] {
	margin-bottom: 1em;
}

/* Footer */

footer {
	width: calc(100vw - 250px);
	position: relative;
	left: 250px;
	background: #353535;
	color: #ffffff;
}

footer a {
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}

footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

footer .logo img {
	width: 70%;
}

footer ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

footer li {
	list-style-type: none;
	margin: 0;
    position: relative;
	width: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-right: 1em;
}

footer li:nth-of-type(odd) {
	margin-left: 0;
}

footer li:nth-child(1), footer li:nth-child(2) {
	margin-top: 0;
}

footer li a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

footer li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

footer .btn-text {
	color: #ffffff;
}

footer .btn-text:after {
	background-image: url(/wp-content/themes/gadd/images/icon-arrow-white.svg);
}
/* Animations */

.fade-in {
	opacity: 0;
	top: 100px;
	transition: 0.6s opacity ease-in-out 0.2s, 0.6s top ease-in-out 0.2s;
	position: relative;
}

.fade-in.in {
	opacity: 1; 
	top: 0;
}

@media only screen and (min-width: 2000px) {
	.d-xxl-none {
		display: none !important;
	}

	.d-xxl-block {
		display: block !important;
	}

	/* Special Layouts */

	#header img {
		margin: 0 auto;
		display: block;
	}

	/* Helpers */

	.video {
		width: calc(1600px - 30px);
		margin: 0 auto;
	}

	.video .container {
		padding-left: 60px;
		padding-right: 60px;
		width: 100%;
	}
}

@media only screen and (max-width: 1700px) {
	html {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1600px) {
	html {
		font-size: 17px;
	}

	.filter .active {
		padding: 0.8em 1em;
	}

	/* Cards */

	.card-img {
		height: 250px;
	}

	.file img {
		height: 60px;
	}
}

@media only screen and (max-width: 1500px) {
	/* Global */

	html {
		font-size: 16px;
	}

	/* Header */

	header {
		width: 200px;
	}

	/* Images */

	.icon.large {
		height: 70px;
		width: 70px;
	}

	/* Header Navigation */

	#submenu-bg, #submenu-submenu-bg {
		width: 150px;
	}

	#submenu-bg.visible {
    	left: 200px;
	}

	#submenu-submenu-bg.visible {
		left: 350px;
	}

	#menu-primary-navigation .menu-item-has-children > a:after {
		height: 15px;
		width: 10px;
	}

	#menu-primary-navigation .sub-menu {
		left: 200px;
		width: 150px;
	}

	#menu-primary-navigation .sub-menu .sub-menu {
		left: 150px;
	}

	#menu-secondary-navigation a {
		font-size: 0.7em;
	}

	.social img {
		height: 20px;
		width: 20px;
	}
	
	/* Special Layouts */

	#content {
		width: calc(100vw - 200px);
		left: 200px;
	}

	.box.with-image .footer {
		height: 70px;
	}

	.box + img {
		margin-top: -70px;
	}

	/*  Footer */

	footer {
		width: calc(100vw - 200px);
    	left: 200px;
	}
}

@media only screen and (max-width: 1400px) {
	/* Global */

	html {
		font-size: 13px;
	}

	.container {
		width: 90%;
	}

	/* Typography */

	.date {
		height: 80px;
		width: 80px;
	}

	.details {
		width: calc(100% - 80px);
	}

	/* Header */

	/* Special Layouts */

	#header .bg-image + .container .box {
		width: 50%;
	}

	.filter .active,
	.filter.search {
		height: 42px;
	}

	/* Helpers */

	.bg-image {
		height: 400px;
	}

}

@media only screen and (max-width: 1300px) {
	/* Global */

	html {
		font-size: 14px;
	}

	/* Typography */

	.btn-primary, .btn-secondary, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
		font-size: 1.2em;
	}

	.btn-primary img, .btn-secondary img, #phone img {
		height: 15px;
		width: 15px;
	}

	/* Header */

	/* Header Navigation */


	/* Special Layouts */

	.box + img { 
		width: 55%;
	}

	.filter .active {
		padding: 0.6em 1em;
	}

	/* Helpers */

	.bg-image {
		height: 400px;
	}

	.fancybox-content {
		width: 70%;
	}

	/* Cards */

	.card-img {
		height: 200px;
	}
}

@media only screen and (max-width: 1200px) {
	/* Global */

	html {
		font-size: 12px;
	}

	/* Typography */

	.btn-text:after, .card .bg-light-blue .btn-text:after {
		height: 11px;
		width: 14px;
	}

	.date {
		height: 70px;
		width: 70px;
	}

	.details {
		width: calc(100% - 70px);
	}

	/* Header */

	/* Header Navigation */

	#menu-primary-navigation li.d-xl-none {
		display: none;
	}

	/* Special Layouts */

	.box.with-image .footer {
		height: 60px;
	}

	.box + img {
		margin-top: -60px;
	}

	.filter .active {
		padding: 0.8em 1em;
	}

	/* Cards */

	.card-img {
		height: 150px;
	}

	/* Footer */

	.social img {
		filter: unset;
	}
}

@media only screen and (max-width: 1024px) {
	/* Global */

	html {
		font-size: 16px;
	}

	.container {
		width: 95%;
	}

	/* Typography */

	h2, .h2 {
		font-size: 2em;
	}

	h3, .h3 {
		font-size: 1.5em;
	}

	h4, .h4 {
		font-size: 1.3em;
	}
	
	.btn-primary {
		font-size: 1em;
	}

	/* Header */

	header, .logged-in header {
		width: 100%;
		height: 90px;
	}

	header .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#header {
		margin-top: 90px;
	}

	.logged-in #header {
		margin-top: calc(90px + 32px);
	}

	#logo {
		width: 200px;
		height: 100%;
		padding: 1em 2em;
	}

	#logo img {
		width: auto;
		height: 100%;
	}

	/* Header Navigation */

	#submenu-bg, #submenu-submenu-bg {
		display: none;
	}

	#menu-primary-navigation li.d-xl-none {
		display: flex;
	}

	#nav-icon {
		display: flex;
	}
	
	.nav-icon.close:after {
		width: 100%;
	}

	#navigation {
		margin: inherit;
		width: 100px;
		padding: 1em 2em;
	}

	.menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		background: #eeeff1;
	    height: calc(100vh - 90px);
	    width: 30%;
	    right: -100%;
	    position: fixed;
	    top: 90px;
	    display: flex;
	    align-items: flex-start;
	    justify-content: center;
		transition: 0.5s all;
		box-shadow: -10px 0px 10px rgba(0,0,0,0.3);
		overflow-y: scroll;
	}

	.menu-primary-navigation-container:before {
		content: '';
		background: #ffffff;
		width: 110%;
		left: -10px;
		height: 10px;
		top: -10px;
		position: absolute;
		display: block;
	}

	.logged-in .menu-primary-navigation-container {
		height: calc(100vh - 90px - 32px);
		top: calc(90px + 32px);
	}

	.menu-primary-navigation-container.visible {
		right: 0;
	}

	#menu-primary-navigation li.open > .sub-menu {
		opacity: 1;
	}

	#menu-primary-navigation li:nth-child(6) {
		border-bottom: 0;
	}

	#menu-primary-navigation {
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	#menu-primary-navigation li, #menu-primary-navigation .sub-menu li {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}

	#menu-primary-navigation a {
		font-size: 1em;
		padding: 1em 2.3em;
		height: auto;
		background: transparent;
		transition: 0s background;
	}

	#menu-primary-navigation li:hover a, #menu-primary-navigation li.open a, #menu-primary-navigation .current-menu-item a {
		background: #ffffff;
	}

	#menu-primary-navigation .sub-menu {
		display: none;
		position: relative;
		background: transparent;
		padding-top: 0;
		padding-bottom: 0;
		border: 0;
		width: 100%;
		left: 0;
		margin-top: -0.5em;
	}

	#menu-primary-navigation .sub-menu:before {
		display: none;
	}

	#menu-primary-navigation .sub-menu li {
		padding: 0;
		margin: 0;
		border: 0;
	}

	#menu-primary-navigation .sub-menu li:last-child a {
		padding-bottom: 2em;
	}

	#menu-primary-navigation .sub-menu li a {
		font-size: 0.6em;
		padding: 1em 3.8em;
	}

	#menu-primary-navigation .menu-item-has-children > a:after {
		height: 15px;
		width: 10px;
		transform: rotate(90deg);
	}

	#menu-primary-navigation li:hover a:after {
		left: 0;
	}
	
	#menu-primary-navigation .sub-menu a:before {
		display: none;
	}

	#secondary-navigation {
		display: none;
	}

	#menu-primary-navigation .sub-menu .sub-menu {
		left: 0;
		padding-top: 0.5em;
	}

	#menu-primary-navigation .sub-menu .sub-menu li a {
		padding-left: 5.5em;
	}
	/* Special Layouts */

	#content {
		width: 100%;
		left: 0;
		margin-top: 90px;
	}

	.single #content {
		margin-top: calc(90px + 2em);
	}
	
	.bg-image.parallax {
		background-attachment: unset;
	}

	.fancybox-content {
		width: 90%;
	}

	#header .bg-image {
		margin-top: calc(90px + 2em);
	}

	#header .bg-image + .container .box {
		width: 60%;
		left: 2em;
	}

	/* Isotope */

	.filter .active,
	.filter.search {
		height: 52px;
	}

	.isotope .grid-item {
		margin-bottom: 45px;
	}

	/*  Footer */

	footer {
		font-size: 0.7em;
		width: 100vw;
    	left: 0;
	}

	footer .social img {
		height: 20px;
		width: 20px;
	}
}

@media only screen and (min-width: 1200px) and (max-height: 750px) {
	/* Header Navigation */


	/* Special Layouts */

}

@media only screen and (max-width: 992px) {
	/* Global */

	html {
		font-size: 13px;
	}

	.row {
		padding-top: 4em;
		padding-bottom: 4em;
	}
	
	.py-small {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.pt-small {
		padding-top: 2em;
	}

	.pb-small {
		padding-bottom: 2em;
	}

	/* Typography */

	.date {
		height: 60px;
		width: 60px;
	}

	.details {
		width: calc(100% - 60px);
	}

	/* Header */

	/* Header Navigation */


    /* Images */

    .icon {
        height: 40px;
        width: 40px;
    }

	.alignleft, .alignright {
		float: unset;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	/* Helpers */

	.bg-image.h-full {
		height: 70vh;
	}

	/* Special Layouts */

	#header.no-image .box {
		width: 100%;
	}

	/* Cards */

	.card-body {
		padding: 1.5em;
	}

	/* Tiles */

	.tile {
		padding: 1em;
	}

	.tile .border {
		padding: 1em;
	}
	
	/* Forms */

    /* Lists */

    .icon-list div {
        width: calc(100% - 40px - 1.5em);
    }
}

@media only screen and (max-width: 782px) {
	/* Header */

	.logged-in header {
		top: 46px;
	}

	/* Header Navigation */

	.logged-in .menu-primary-navigation-container.visible {
		top: calc(89px + 46px);
	}

	.logged-in .menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 90px - 46px);
	}

	/* Special Layouts */

	.logged-in #header {
		margin-top: calc(90px + 46px);
	}
}

@media only screen and (max-width: 767px) {
	/* Global */

	#wpadminbar {
		position: fixed !important;
	}

	html {
		font-size: 17px;
	}

	.container {
		width: 100%;
	}

	.row {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	
	.py-small {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}

	.pt-small {
		padding-top: 1.5em;
	}

	.pb-small {
		padding-bottom: 1.5em;
	}

	/* Typography */

	h1, .h1 {
		font-size: 2.2em;
	}

	h2, .h2 {
		font-size: 1.8em;
	}

	.date {
		height: 80px;
		width: 80px;
	}
	
	.details {
		width: calc(100% - 80px);
	}
	
	.box .back {
		font-size: 0.7em;
		top: -1em;
		margin-top: 0;
		margin-bottom: 2em;
	}

	/* Header */


	/* Header Navigation */

	.menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		width: 70%;
	}

    /* Images */

    .icon {
        height: 70px;
        width: 70px;
    }

	/* Constant Contact */

	.ctct-form-field {
		width: 100%;
		margin-right: 0 !important;
	}

	/* Images */

	.image.right,
	.image.left {
		max-width: 100%;
		float: unset;
		margin-left: 0;
		margin-right: 0;
		margin-top: 1em;
	}


	/* Special Layouts */

    #header .bg-image {
        margin: 0;
        width: 100%;
		height: 250px;
    }

	#header .box {
		position: relative;
		width: 100%;
		left: unset;
		right: unset;
        margin: 0;
	}

	#header .bg-image + .container .box {
		width: calc(100% + 30px);
		left: -15px;
		right: unset;
		margin: 0;
	}

	.box.with-image .footer {
		height: auto;
		padding-bottom: 2em;
	}

	.grid-item.event,
	.grid-item.job {
		padding: 0;
	}

	.filter .active {
        padding: 0.7em 1em;
    }

	/* HTML Video */

	.video {
		text-align: center;
	}

	.video video {
		display: none;
	}

	/* Cards */


	/* Tables */

	table {
		display: block;
		overflow: scroll;
	}

	th, td {
		font-size: 0.7em;
	}

	td {
		line-height: 1.2;
	}
	
	th:last-of-type {
		padding-right: 2em;
	}

	td:last-of-type {
		padding-right: 2em;
	}

	/* Lists */

	ul.two-col li {
		width: 100%;
		padding-right: 0;
	}

    .icon-list div {
        width: 100%;
    }

	/* Isotope */

	#table-head {
		display: none;
	}

	#table, #no-results, .isotope-container {
		margin: 0;
		border: 0;
	}

	.grid-item {
		border: 1px solid #000000;
		margin-bottom: 15px;
	}

	.grid-item.odd {
		background: transparent;
	}

	.category, .year {
		display: none;
	}

	.title {
		justify-content: center;
		padding-bottom: 0;
	}

	.page-template-newsroom .grid-item {
		border-bottom: 1px solid #000000;
	}
	
	/* Forms */
	

	/* Footer */

	footer .logo img {
		width: 60%;
		margin: 0 auto;
	}
	
	footer ul {
		justify-content: center;
	}

	footer li {
		width: auto;
		margin-left: 0;
	}

	footer li a {
		padding-right: 1em;
		padding-left: 1em;
	}

	footer a {
		font-size: 1em;
	}

	footer .small {
		font-size: 0.9em;
	}
}

@media only screen and (max-width: 400px) {

}