/*!
Theme Name: IPLA
Theme URI: http://underscores.me/
Author: James Monk Design
Author URI: https://www.jamesmonkdesign.co.uk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ipa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

IPLA is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #633F60;
}

a:hover {
	color: #3B7389;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

#wpcf7-f200-p120-o1 {
    margin-bottom: 50px;    
}

.page div.wpcf7-response-output {
    padding: 15px;
    margin: 20px 0 10px;
    font-size: 1em;
}

.page span.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 0.9em;
    margin-top: 5px;
}

.page .cf7sr-g-recaptcha-invalid span.wpcf7-not-valid-tip {
    text-align: center;
    font-size: 1em;
}

label {
    font-weight: bold;
}

fieldset {
    width: 50%;
    float: left;
    border: none;
    margin: 0;
    padding: 0 15px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;        
}

fieldset:last-of-type {
    float: right;
    padding-right: 0;
    padding-left: 15px;
}

.wpcf7 button,
.wpcf7 input[type="button"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="submit"] {
        display: block;
        -webkit-appearance: none;
        border: none;
        cursor: pointer;
    	width: 100%; 
		color: rgba(255,255,255,1);
		font-weight: normal;
		font-size: 1.125em;
		background-color: #633F60;
		display: inline-block;
		padding: 10px 20px;	
}

.wpcf7 button:hover,
.wpcf7 input[type="button"]:hover,
.wpcf7 input[type="reset"]:hover,
.wpcf7 input[type="submit"]:hover {
	background-color: #3B7389;
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #444;
	font-size: 1.125em;
	border: none;
	padding: 10px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

.cf7sr-g-recaptcha {
    display: inline-block;
    margin-top: 0px;
}

.red {
    color: red;
}

span.wpcf7-list-item {
    margin: 10px 0 0;
    display: block;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding-top: 44px;
	text-align: left;
}

.main-navigation ul ul li {
	margin-left: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 250px;
	color: #aaa;
	background: rgba(0, 0, 0, 0.75);
	padding: 10px 15px;
}

.main-navigation ul ul a:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.85);	
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	display: inline-block;
	font-size: 1.0625em;
	text-transform: uppercase;
	margin-left: 50px;
}

.main-navigation li:first-of-type {
	margin-left: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.main-navigation li.menu-item-has-children {
    background-image: url(img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;    
}


.center-content {
    width: 100%;
    max-width: 1300px;
    padding: 0 25px;
    margin: 0 auto;
}

.center-content::after {
    content: '';
    display: block;
    clear: both;    
}

header a,
header {
	color: #fff;
}

header a {
	text-decoration: none;
}

#top-header {
	background-color: #3B7389;
	text-align: right;
	padding: 5px 0;
}

#top-header span {
	padding-left: 2.5px;
}

#top-header li {
	transition: transform .1s;
}

#top-header a:hover {
	color: #fff;
}

#top-header li:hover {
	transform: scale(1.05);
}

#top-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-header li {
	display: inline-block;
	font-size: 0.9375em;
	font-weight: bold;
	margin-left: 30px;
	text-transform: uppercase;
}

#top-header li:first-of-type {
	margin-left: 0;
}

#bottom-header {
	background-color: #633F60;
	padding: 30px 0;
}

#logo {
	float: left;
	width: 33.3%;
}

.main-navigation {
	float: right;
	width: 66.6%;
	padding-top: 7.5px;
}


section::after {
	content: "";
	clear: both;
	display: table;
}

.col {
	float: left;
}

.box {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;  	
	color: #fff;
}

.box .vertical-content {
	padding: 0 15px;
}

.box h2 {
	font-size: 1.75em;
	margin-bottom: 10px;
}

.box p {
	font-size: 1.125em;
	margin: 0;
	padding:0;
}

.box a {
	text-decoration: none;
	color:  #fff;
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding: 5px 10px;
	transition: transform .1s;
}

a.btn {
	background-color: #633F60;
	padding: 17.5px 20px;;
	color: #fff;
	display: inline-block;
	text-decoration: none;	
	border: 2px solid #633F60;
}

a.btn:hover {
	color: #633F60;
	background: none;
}


.error-404 h1 {
	color: #633F60;
	font-size: 2.5em;
	text-transform: uppercase;
}

.error-404 {
	text-align: center;
	min-height: 400px;
	padding: 100px 0;
}


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

.one-fifth {
	width: 20%;
}

.two-fifths {
	width: 40%;
}

.three-fifths {
	width: 60%;
}

.height-1 .overlay,
.height-1 {
	height: 285px;
}

.height-2 .overlay,
.height-2 {
	height: 570px;
}

.height-3 .overlay,
.height-3 {
	height: 855px;
}

.overlay.black {
	background-color: rgb(0, 0, 0, 0.2);
}

.overlay.purple {
	background-color: rgb(85, 74, 88, 0.5);
}

.overlay.blue {
	background-color: rgb(59, 115, 137, 0.5);
}

.vertical-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%); 	
}

.blue-background {
	background-color: #3B7389;
}

.purple-background {
	background-color: #633F60;
}

.white-background {
	background-color: #fff;
}


#wpcf7-f5-o1 {
	margin-top: 20px;
}

#contact-form h2,
#about h2 {
	font-size: 2.1875em;
	color: #397287;
}

#contact-form p {
	font-size: 1.125em;
	line-height: 1.4em;
}

#about .box p {
	color: #333333;
	font-size: 1.125em;
	line-height: 1.4em;
	margin: 25px 0 0;
}

#contact-form h2,
#contact-form p {
	color: #fff;
}

#contact-form article,
#about article {
	margin: 0 auto;
	max-width: 75%;
}

footer {
	color: #fff;
	text-align: center;
	background-color: #633F60;
	padding: 80px 25px;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #fff;
	line-height: 0.8em;
}

footer li:last-of-type {
	border-right: none;
}

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


footer a {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 1px;
	transition: background-size .3s;
}

footer a:hover {
	background-size: 100% 1px;
}

footer p {
	margin: 0;
	padding: 0;
}

#footer-logo {
	padding-bottom: 20px;
}

#copyright {
	padding-top: 5px;
}

#credits {
	padding-top: 20px;
	font-weight: bold;
}

.posts-table-select-filters {
	display: none;
}

td.col-title {
	font-weight: bold;
	color: #3B7389;
}

main section .su-tabs {
	margin-top: 25px;
}

.su-tabs-panes a {
	color: #633F60;
}

#default-page ol {
	margin-top: 30px;
	margin-left: 0;
}

#default-page ul {
	margin-top: 30px;
	margin-left: 0;
	list-style: none; /* Remove default bullets */
}
  
#default-page ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #3B7389; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
  }



#page-header {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

#page-header .overlay {
	padding: 200px 25px;
}

#page-header h1 {
	text-transform: uppercase;
	font-size: 2.1875em;
}

#resources-links {
	padding: 50px 0;
}

.members-area {
	padding: 25px 0 50px;
}

#default-page {
	padding: 50px 0;
	min-height: 400px;
}

#resources-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#default-page h2 {
	color: #3B7389;
}

/*
#default-page p:first-of-type {
	margin-top: 0;
	padding-top: 0;
}
*/
#default-page p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}


#submissions-list {
	padding: 25px 0 50px;	
}

#submissions-list h3 {
	margin: 40px 0 20px;
}

#submissions-list a.btn {
	background-color: #633F60;
	padding: 10px 15px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #633F60;
	font-size: 0.9em;
  }

  #submissions-list a.btn:hover {
	background: none;
	color:  #633F60;
  }

#submissions-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	column-count: 3;
  column-gap: 20px;
}

#submissions-list h4 {
	line-height: 1.5em;
	min-height: 50px;
}

#submissions-list p {
	margin-bottom: 0;
	padding-bottom: 0;
}

#submissions-list ul::after {
	content: "";
	clear: both;
	display: table;
}

#submissions-list li {
	border: 1px solid #ccc;
	padding: 15px;

	margin: 0;
    margin-bottom: 20px;
  display: grid;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}



/*--------------------------------------------------------
# Members Area Section Styles */

.tml {
	margin-bottom: 55px;
}
  
ul.tml-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

#default-page .su-tabs ul li::before,
#resources-links ul li::before,
#default-page ul.tml-links li::before { 
	content: none;
}

#default-page .su-tabs ul {
	margin-top: 0;
}

#default-page  .tml-field {
  	width: 100%;
	border: none;
	background: #fff;
	outline: none;
	resize: none;
	height: 45px;
	padding: 0 20px;
	border: 1px solid #ccc;
  }
  
.tml-rememberme-wrap {
	display: none;
}
  
button.tml-button {
	display: block;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	width: 100%;
	background-color: #633F60;
	border: 2px solid #633F60;
	padding: 15px 28.5px;
	color: #fff;
	float: none;
	clear: both;
	border-radius: 0;
	display: inline-block;
	transition: transform .1s;
	font-weight: bold;
}

button.tml-button:hover {
	transform: scale(1.02);
}


.welcome-message {
	font-size: 1.1em;
	margin-bottom: 50px;
}
  
.welcome-message p {
	margin: 0;
	padding: 0;
}

.list-intro p {
	padding: 5px 0;
	margin-bottom: 0;
}
  
.welcome-message strong {
	color: #633F60;
}
  
.members-area ul {
	margin: 10px 0 50px;
	padding: 0;
	list-style: none;
}
  
.members-area li h2 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 5px;
  }
  
.downloads-sub-menu {
	border: 1px solid #ccc;
}
  
.downloads-sub-menu li a {
	padding: 15px 10px 10px;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
}
  
.downloads-sub-menu li a:hover {
	padding-left: 15px;
}
  
.downloads-sub-menu li:nth-child(odd) a {
	background: #f0f0f0;
}
  
.downloads-sub-menu li:nth-child(even) a {
	background: #fff;
 }

 .posts-data-table {
	font-size: 0.9375em;
 }


/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 1300px) {
	.three-fifths {
		width: 50%;
	}	
	.one-fifth {
		width: 25%;
	}
	#second	.one-fifth {
		width: 30%;
	}
	#second .two-fifths {
		width: 70%;
	}
	.col.tablet-hide {
		display: none;
	}
}


/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 1200px) {
	#logo {
		float: none;
  		width: 100%;
	}
	#about .box p,
	.box p {
		font-size: 1em;
	}
}


/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 1000px) {
	#submissions-list ul {
		column-count: 2;
	}
}


/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 800px) {
	.su-tabs-mobile-stack .su-tabs-nav span {
		display: inline-block!important;
	}
	table.dataTable > tbody > tr.child span.dtr-title,
	.posts-data-table ul.dtr-details > li,
	.posts-table-select-filters {
		display: block!important;
	}
	.posts-table-controls .select2-container {
		width: 300px!important;
	}	
	.posts-data-table ul.dtr-details > li p {
		margin-top: 0;
		padding-top:0;
	}
	#top-header span {
		display: none;
	}
	#top-header li {
		margin-left: 12.5px;
		font-size: 1.5625em;
	}
}


/*--------------------------------------------------------
# Break Point Styles */
@media screen and (max-width: 600px) {
	.col.tablet-hide {
		display: block;
	}
	#submissions-list ul {
		column-count: 1;
		column-gap: 0;
	}	
	#page-header .overlay {
		padding: 150px 25px;
	  }
	.mobile-hide {
		display: none;
	}
	#bottom-header {
		padding: 25px 0;
	}
	#logo {
		float: none;
		width: 75%;
	}	
	.col {
		float: none;
	}
	#second	.one-fifth,
	#second .two-fifths,
	.one-fifth,
	.two-fifths,
	.three-fifths {
		width: 100%;
	}
	.height-1 .overlay, .height-1,	
	.height-3 .overlay, .height-3 {
		height: 275px;
	}	  
	.height-2 .overlay, .height-2 {
		height: 550px;
	}
	#contact-form .vertical-content,
	#about .vertical-content {
		position: static;
		top: auto;
		transform: none;
	}	
	#contact-form .height-3 .overlay, #contact-form .height-3,
	#about .height-3 .overlay, #about .height-3,
	#about .box {
			height: auto;
	}	
	#contact-form h2, #about h2 {
		font-size: 1.5625em;
		text-align: center;
	}	
	#about .box p {
		font-size: 1em;
		margin: 20px 0 0;
	}
	#contact-form p {
		font-size: 1em;
	}	
	#contact-form article, #about article {
		margin: 0;
		max-width: none;
		padding: 35px 25px;
	}	
	footer {
		padding: 50px 25px;
	}
	#footer-logo {
		padding-bottom: 12.5px;
	}	
	footer p,
	footer li {
		font-size: 0.875em;
	}
	#credits {
		padding-top: 12.5px;
	}
	.box h2 {
		font-size: 1.5625em;
		margin-bottom: 0;
	}
	.wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="reset"], .wpcf7 input[type="submit"],
	select, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea,
	.box p {
		font-size: 1em;
	}
}