/*
Theme Name: Purple Warriors
Author: Immaculate UK Ltd
Author URI: http://immaculate.co.uk
Version: 1.0
Text Domain: purple-warriors
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
p.form-desc {
	font-weight: bold;
	color:rgb(225, 20, 29);
}
.button.button-white.accordian-button.button-active {
    background: #e1141d;
    color: white;
    border: white 1px solid;
}
.button.button-white.accordian-button {
    border: white 1px solid;
}
.page-template-template-australia main {
    background-color: rgb(225, 20, 29);
    margin-bottom: 1em;
    padding: 2em 9% 2em 2em;
    width: 60%;
}
.page-template-template-training main {
    width: 100%;
}
.page-template-template-training .page-intro,
.page-template-template-can-i-do-it .page-intro {
	background-color: rgb(225, 20, 29);
margin-bottom: 0;
padding: 1em 6em;
}
.stories-tile .tile-button-row {
    text-align: right;
}
.event-tile {
width: calc(50% - 8px);
margin: 4px;
background-color: rgb(225, 20, 29);
float: left;
padding: 1em;
display: flex;
align-items: flex-end;
justify-content: right;
flex-direction: row;
min-height:155px;
}
.training-title {
    width: 100%;
    display: block;
    text-align: center;
    color: rgb(225, 20, 29);
    float: left;
}
.page-template-template-training #tile-wall,
.page-template-template-training .title-wrap {
	max-height: 10000px !important;
    height: auto !important;
}
.page-template-template-training #tile-wall {
	margin-bottom: 3em;
}
.page-template-template-training .title-wrap {
display: flex;
  flex-wrap: wrap;
}
.event-col-1 {
    width: 65%;
    float: left;
    height: 100%;
}
.event-col-2 {
    width: 35%;
    float: left;
    text-align: right;
    font-size:80%;
    display: flex;
    height:100%;
flex-direction: column;
justify-content: space-between;
}
.event-col-2 .button {
	text-align: center;
	font-size: 1.4rem;
}
.event-col-2 .fas,
.event-col-2 .fab {
	font-size: 3em;
float: right;
}
.form-col-1,
.form-col-2 {
	width: calc(50% - 10px);
float: left;
display: inline-block;
}
.form-col-2 {
	margin-left: 20px;
}
.fullwidth {
	width: 100%;
	background-color: #3c3c3b;
	float: left;
	padding: 2em;
}
.page-template-template-training #home-news-feature {
	border: 0;
margin: 0;
}
.page-template-template-australia aside {
    position: absolute;
    right: 0;
    top: 0;
    width: 46%;
}
.page-template-template-fullwidth main {
    background-color: rgb(225, 20, 29);
    width: 100%;
    margin-bottom: 1.5em;
    padding: 2em 9% 2em 2em;
}
article blockquote {
 	background: #000;
    padding: 1em 2em;
    margin: 0;
    font-weight: bold;
}
article blockquote a,
article a blockquote,
article a blockquote:hover,
article blockquote a:hover {
	color:white;
	cursor: pointer;
}
.event-title {
	margin: 0.2em 0;
font-size: 150%;
font-weight: bold;
text-transform: uppercase;
}

#light-section {
    padding-bottom: 1.5em;
    padding-top: 0;
}
input:focus {
	outline: 0;
	border: 0px solid #04A4CC !important;
}
.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
    height: 1.8em !important;
    vertical-align: inherit;
    width: auto;
}
#ninja_forms_field_130{
	height:15em !important;}
body {
	font-size: 16px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 100;
	color: #3c3c3b;
	overflow-x: hidden;
}
.video-btn {
	margin:1em;}
/* clear */
.clear:before, .clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
 *zoom:1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #444;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.wrapper-fluid {
	width: 100%;
	margin: 0 auto;
	position: relative;
	float: left;
}
/* header */
#header.wrapper-fluid {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 3em;
}
.header {
}
.training{
	margin-top:0em; /* was 1em */
}
/* logo */
.logo {
    width: 27vw;
    float: right;
    color: #E1141D;
    text-align: right;
}
.logo > a {
display:block;
width:100%;
text-align:right;
}
.logo-img {
    margin-bottom: 0em; /* was 2em */
	width:12.6vw;
}
/* nav */
.nav {
	width: 16vw;
	background-color: red;
	position: absolute;
	left: 10vw;
	top: -500px;
	z-index: 100;
}
.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav li {
	width: 100%;
	padding: 0.3em;
	padding-bottom: 0;
	padding-top: 0;
}
.nav li:after {
	content: "";
	display: block;
	width: 90%;
	margin: 0 auto;
	border-bottom: 2pt solid rgb(60, 60, 59);
}
.nav li:nth-last-of-type(1):after {
	content: "";
	display: block;
	width: 90%;
	margin: 0 auto;
	border-bottom: 2pt solid transparent !important;
}
.nav li:hover, .current_page_item {
	background-color: rgb(60, 60, 59);
}
.nav li a {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	display: block;
	color: white;
	padding-top: 0.3em;
	font-family: 'Allerta Stencil', sans-serif;
	letter-spacing: 0.1vw;
	font-style: normal;
font-weight: 400;
}


.scroll-nav {height:34px; width:100%;; position:fixed; top:0; left:0; background-color:#E1141D; opacity:0; z-index:1000;}
.visible {opacity:1;}
.scroll-nav ul {list-style:none; margin: 0 auto; text-align:justify; width:95%;max-width:1000px;padding:0;display: flex;
justify-content: space-between;}
.scroll-nav ul li {display: inline-block;}
.scroll-nav a {display:block; font-size:12px; line-height:14px; float:left; padding:10px; color:white;}

.menu-text {
    padding-left: 1.5vw;
    display: block !important;
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
    color: #E1141D;
    text-transform: uppercase;
    font-size: 1.1em;
}


/* sidebar */
.sidebar {
}
/* footer */
.footer {
	background-color: #E1141D;
	padding-top: 3em;
	padding-bottom: 3em;
	color: white;
	float: left;
width: 100%;
}
.footer-left {
	width: 60%;
	display: inline-block;
	vertical-align: top;
}
.footer-right {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
float: right;
}
.social-icons {
    display: block;
    float: right;
    margin-top: 1em;
}
#training-dates .button.button-white {
    float: right;
    margin: 0;
    margin-top: -37px;
}
.immaculate {
    display: block;
    width: 100%;
    float: right;
    margin-top: 3em;
}
.immaculate img {
    max-width: 40%;
	margin-top: 0.6em;
}
.copyright {
	margin-top: 4em;
}

/*--
----------------------------------*\
    PAGES
\*------------------------------------*/
#main {
	background-color: #3c3c3b;
	
}
.home-intro {
	background-color: rgb(225, 20, 29);
	padding: 1em 6em;
	color: white;
}
#main .wrapper {
	margin-top: -2vw;
	z-index: 100;
	position: relative;
}

.story-overlay {
	background-color: #E1141D;
	width: 50%;
	padding: 1vw;
	font-size: 1em;
}
.right-story {
	background-position: right;
}
.right-story .story-overlay {
float: right;
	}
.story-overlay h4{
	font-size: 1.41em;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	font-family: 'Allerta Stencil', sans-serif;
	letter-spacing: 0.1vw;
font-style: normal;
font-weight: 400;
}
.story-overlay .button {
	margin-top: 2em;
}
.story-overlay p {
	margin:0;
}
.location-top h4 {
	font-size: 1.41em;
	text-transform: uppercase;
	margin: 0 0 0em 0;
	font-family: 'Allerta Stencil', sans-serif;
	letter-spacing: 0.1vw;
	font-style: normal;
font-weight: 400;
}
.location-top p {
	margin:0;
}
#light-section {
	
	padding-top: 7vh;
	padding-bottom: 1vh;
}
.content-left {
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
.content-right {
	display: inline-block;
	width: 70%;
	margin-left: 9%;
	vertical-align: top;
}
.home .content-right {
	margin-left: 0;
	margin-right:9%;
}
.page-template-template-people .content-left {
	width: 30%;
}
.page-template-template-people .content-right {
	width: 60%;
}
.page-template-template-locations-php .content-right {
	display: inline-block;
	width: 100%;
}
.page-template-template-locations .tile a { color:white!important; }
.mfp-iframe-holder {
    padding:0 !important;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
    top: 40px;
    right: 40px;
}

.mfp-bg {
    z-index: 2002;
}
.mfp-iframe-scaler {
    width: 100vw;
    height: 100vh;
}
.mfp-iframe-scaler iframe {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
}
.mfp-content {
    z-index: 2010;
    width: 100vw !important;
    height: 100vw !important;
	max-width: 100vw !important;
	position: absolute;
	left:0;
	text-align: center;
}
.mfp-wrap {
    z-index: 2003;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #E1141D;
    opacity: 1;
}
.content-right h1, .wwit-content h1 {
	
	color: #E1141D;
	font-size: 2em;
}
.footer-header {
	max-width: 60%;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
	margin: 0 0 0.5em 0;
	font-family: 'Allerta Stencil', sans-serif;
	letter-spacing: 0.1vw;
	font-style: normal;
font-weight: 400;
}

h5 {
	font-size: 1.14em;
	color: rgb(225, 20, 29);
	font-family: 'Allerta Stencil', sans-serif;
	letter-spacing: 0.1vw;
	margin: 0;
	font-style: normal;
font-weight: 400;
}
#what-will-it-take {
	background-position:center;
	background-size: cover;
	background-image: url(img/IMG_0131-min.JPG);
	/*background-image: url(img/11878931_949996815043372_1672985759022906981_o.jpg);*/
}
#what-will-it-take .wwit-overlay {
	width: 62%;
	margin-left: 38%;
	position: absolute;
	background: rgba(255,255,255,0.82);
	z-index: 1;
	height: 100%;
}
#what-will-it-take .wwit-content {
	width: 62%;
	margin-left: 38%;
	padding: 2em;
	z-index: 2;
	position: relative;
}

.social-icon {
	width: 42px;
	margin-right: 8px;
}
.page-template-default main {
	background-color: rgb(225, 20, 29);
	width: 60%;
	margin-bottom: 5em;
	padding: 2em 9% 2em 2em;
}
.page-template-default aside,
.page-template-template-training aside {
	
	width: 46%;
	position: absolute;
	top: 0;
	right: 0;
}
.page-template-default aside img,
.people-top-image img {
	width: 100%;
	height: auto;
}
.page-template-template-training aside img {
	width: auto;
	height: auto;
}
aside img.side-image-2 {
	margin-top:2em;
}
.page-template-template-training aside img.side-image-2 {
	margin-top:290px;
}

.page-id-43 img.side-image-2 {
	margin-top:2em !important;
}
.blazing-paddle-links {
	text-align: right;
}
.page-template-default #main {
	margin-bottom: 5em;
}
.training-session-promo {
	
}
.tsp-right {
	width: 50%;
	padding: 2em;
	background-color: #E1141D;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.tsp-right .button {
	margin-top: 1.5em;
	font-size: 1.3em;
}
.tsp-left {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	float: left;
	background-image: url(img/training-session-promo.png);
	background-size: cover;
	background-position: center;
}
.people-top-image {
	 display: block;
    float: left;
    width: 50%;
}
.people-main-text {
	 display: block;
    float: left;
    width: 50%;
    background-color: rgb(225, 20, 29);
    padding: 2em;
}
.people-main-text h1 {
    font-size: 2.25em;
}
.our-people {
    display: block;
    float: left;
    width: 100%;
    background-color: rgb(225, 20, 29);
    padding: 3em;
}
.person {
	width:50%;
	display:inline-block;
	vertical-align:top;
	float:left;
}
.person-left {
	width:30%;
	display:inline-block;
	vertical-align:top;
	float:left;
}
.person-right {
	width:70%;
	display:inline-block;
	vertical-align:top;
	float:left;
	padding-left:1em;
	padding-right:1em;
}
.our-people h1 {
	font-size: 1.9em;	
}
#why-we-do-this {
	float:left;
	display:block;
	background:white;
color:black;
}
#why-we-do-this .content-left {
	padding: 3em;
width: 60%;
float: left;
}
#why-we-do-this .content-right {
	width: 40%;
margin-left: 0;
float: left;
}
#why-we-do-this .content-right img {
	width:100%;
	height:auto;
}
#why-we-do-this h1 {
	width:100%;
	font-size:2em;
	color:#E1141D;
}
#light-section #post-9 .content-right {
	padding-left:0; 
	margin-left:0;
	max-width: 949px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    HOME SLIDER
\*------------------------------------*/

.slidesjs-control, .slidesjs-container, #home-slides {
   
	width: 100vw;
}
.home-slide {
	width: 100%;
	height:100%;
	background-size: cover;
	background-position: center;
}
.slidesjs-pagination {
	position: absolute;
	top: 80vh;
	width: 100%;
	text-align: center;
	z-index: 110;
	list-style: none;
font-size: 0;
}
.slidesjs-pagination li {
	  display: inline-block;
width: 1vw;
height: 3px;
margin-right: 0.5vw;
}
.slidesjs-pagination li a {
   width: 100%;
    height: 100%;
    background-color: white;
display:block;

}

.slidesjs-pagination li:nth-last-child(1) {
     margin-right: 0px;
}

.slidesjs-pagination li a.active {
    background-color: #E1141D;
}
.slide-caption {
    width: 55%;
    margin: auto auto;
    display: block;
    margin-top: 30.7vh;
    max-width: 650px;
    color: #E1141D;
	height:28em;
}
.slide-caption h1 {
    font-size: 3.75em;
}
.slider-tdbc {
    background-color: #E1141D;
color: black;
padding: 0.2em 0.6em;
margin-bottom: 0.5em;
display: inline-block;
margin-left: 0.3em;
margin-top: 1.5em;
font-size: 1.3em;
}
.slider-tdbc.first-slide {
	margin-top: 1.7em;
}
.slide-caption-text {
	font-size: 1.9em;
}
.caption-white {
    color: white;
    font-style: italic;
	margin-left:0.3em;
}


#training-dates {
	background-image:url(img/training-bg.png);
	background-size:cover;
	background-position:center center; 
	color:#E1141D;
	padding:3em 0;
	text-align:center;
	display: block;
float: left;
}
#training-dates font {
    margin-left: 5px;
    margin-right: 5px;
}
#training-dates h1 {
    letter-spacing: 0.5vw;
}

.army-logos {
    text-align: left;
}
.army-logos-header {
    position: absolute;
    z-index: 100;
    /*top: 77vh;*/
    max-width: 1000px;
    margin: 0 auto;
    width: 95%;
    left: 50%;
    margin-left: -29.75%;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


/*------------------------------------*\
	TILES/GRID
\*------------------------------------*/

.tile .popup, .tile a.tile-link {
	display: block;
	width: 100%;
	height: 100%;
}
.tile .label {
	background: rgba(0,0,0,0.42);
	color: white;
	padding: 0.5vw 0.8vw 0.2vw;
	
	display: inline-block;
	font-size: 1.41em;
	width: auto;
	position: absolute;
	bottom: 0;
	font-family: 'Allerta Stencil', sans-serif;
	letter-spacing: 0.1vw;
font-style: normal;
font-weight: 400;
}
.tile:hover .label {
    background: RGBA(225, 20, 29, 1);
	
}
#tile-wall {
	max-width: 1000px;
	margin: 0px auto;
	max-height: 710px;
	width:100%;
}
.page-template-template-locations-php #tile-wall {
	max-height: 950px;
}
.tile {
	overflow: hidden;
}
.training-may {
	background-color: #E1141D;
	padding: 1em;
}
.make-pw-image {
	width: 100%;
	height: auto;
}
.training-may .button {
	width: 100% !important;
	margin-top: 1em;
	text-align: center;
}
.location-top {
	width:100%;
	height: 25%;
background-color: #E1141D;
padding: 1.4em;
	}
	.location-map {
		width:100%;
		height:75%;
	}


.donate-box-left {
	background-color: white;
	min-height: 2em;
	margin-left: 0px;
	margin-right: 5px;
	/*width: calc(50% - 5px);*/
	width:100%;
	float: left;
	padding: 1em 2em;
	margin-bottom:0.5em;
}
.donate-box-left img {
	max-width: 30%;
}
.donate-box-right {
	background-color: white;
	min-height: 2em;
	margin-left: 5px;
	margin-right: 0px;
	width: calc(50% - 5px);
	float: left;
	padding: 1em 2em;
	margin-bottom:0.5em;
}
.donate-box-left h1,
.donate-box-right h1 {
	color:#E1141D;
}
.donate-box-left p,
.donate-box-right p {
	text-align: center;
}
/*------------------------------------*\
	UI
\*------------------------------------*/
.button {
	background: #E1141D;
	color: white;
	padding: 0.4vw 0.8vw;
	font-weight: 500;
	display: inline-block;
	font-style: italic;
	font-size: 1.1em;
	width: auto;
	margin-top: 1em;
	text-transform: uppercase;
	border: 0;
}
.button.button-white {
	background: white;
	color: #E1141D;
}
.button.button-white:hover {
	background: white;
	color: #000;
}
.ninja-forms-required-items {
    margin-bottom: 1em;
	
    font-size: 0.7em;

}
#ninja_forms_field_5_div_wrap,
#ninja_forms_field_7_div_wrap,
#ninja_forms_field_9_div_wrap,
#ninja_forms_field_11_div_wrap {
    width: 48%;
    display: inline-block;
}

#ninja_forms_field_6_div_wrap,
#ninja_forms_field_8_div_wrap,
#ninja_forms_field_10_div_wrap,
#ninja_forms_field_13_div_wrap {
    width: 48%;
    display: inline-block;
    float: right;
}


.page-id-13 .ninja-forms-req-symbol,
.page-id-13 .ninja-forms-field-error {
    color: #000;
}
.page-id-13 .ninja-forms-form-wrap textarea {
    height: 4.8em !important;
    }
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	.donate-box-left img {
		max-width: 90%;
	}
}

@media only screen and (min-width:480px) {
	.donate-box-left img {
	max-width: 60%;
}
}

@media only screen and (min-width:768px) {
	.donate-box-left img {
		max-width: 30%;
	}
}

@media only screen and (min-width:1024px) {
}

@media only screen and (min-width:1140px) {
}

@media only screen and (min-width:1280px) {
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),  only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}

/*------------------------------------*\
    HOME NEWS FEATURE
\*------------------------------------*/
#home-news-feature {
	width:1000px;
	max-width:100%;
	margin:0 auto;
	background-image: url('img/pw-news-bg.png');
	background-color: black;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	min-height:244px;
	display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #3c3c3b;
  border-bottom: 10px solid #3c3c3b;
  color: white;
}
.fullwidth #home-news-feature {
border:0 !important;

	}
.fullwidth #home-news-feature .button {
	font-size: 1.4rem;
}
#home-news-feature.see-like-it {
background-image: url('img/see-if-you-like-it.png');
	}

	#home-news-feature.see-like-it .button {
		float: right;
margin-right: 5em;
font-size: 1.4rem;
	}
.news-feature-left {
	width:55%;
	float: left;
	height:100%;
	align-self: flex-end;
	padding-left: 1.5em;
	padding-bottom: 1.5em;
}
.news-feature-right {
	width:45%;
	float: left;
	height:100%;
	padding-right: 1.5em;
}
.news-feature-title {
	font-size: 35px;
	font-family: 'Allerta Stencil', sans-serif;
letter-spacing: 0.1vw;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
}
.news-feature-sub-title {
	font-size: 26px;
	margin-bottom:1em;
}
.news-feature-caption {
	font-size: 12px;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}
/*------------------------------------*\
    NAV ICONS
\*------------------------------------*/

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 1.1vw;
	height: 1vw;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: inline-block;
	float: left;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 0.15vw;
	width: 100%;
	background: #E1141D;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
	top: 0px;
}
#nav-icon1 span:nth-child(2) {
	top: 18px;
}
#nav-icon1 span:nth-child(3) {
	top: 36px;
}
#nav-icon1.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
#nav-icon1.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/* Icon 2 */

#nav-icon2 {
}
#nav-icon2 span {
	display: block;
	position: absolute;
	height: 9px;
	width: 50%;
	background: #E1141D;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
	top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
	top: 18px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
	top: 36px;
}
#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
	left: 5px;
	top: 7px;
}
#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 7px;
}
#nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
	left: 5px;
	top: 29px;
}
#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 29px;
}
/* Icon 3 */

#nav-icon3 span:nth-child(1) {
	top: 0vw;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
	top: 0.4vw;
}
#nav-icon3 span:nth-child(4) {
	top: 0.75vw;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4),#nav-icon3.open span:nth-child(5) {
	top: 18px;
	width: 0;
	left: 50%;
}
/* Icon 4 */

#nav-icon4 {
}
#nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
	top: 18px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
	top: 36px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}
#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 39px;
	left: 8px;
}
.page-id-447 .logo .button {
 	top: 9em !important;
    width: 12em;
	}
.flags {
    float: right;
    height: 1.6em;
    position: absolute;
    right: 17em;
}
.gb-flag{
	margin-right:0.5em;}
.flags img{
	height:100%;
	width:auto;
	}	
.active{
	border: 1px solid rgb(225, 20, 29);}
