/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900|Source+Sans+Pro:300,400,600,700');
/**
 * @license
 * MyFonts Webfont Build ID 3497678, 2017-12-14T05:35:20-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: BurfordBase by Kimmy Design
 * URL: https://www.myfonts.com/fonts/kimmy/burford/base/
 * Copyright: Copyright (c) 2014 by Kimmy Design. All rights reserved.
 * Licensed pageviews: 2,020,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3497678
 * 
 * © 2017 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/355ece");
@font-face {font-family: 'BurfordBase';src: url('webfonts/355ECE_0_0.eot');src: url('webfonts/355ECE_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/355ECE_0_0.woff2') format('woff2'),url('webfonts/355ECE_0_0.woff') format('woff'),url('webfonts/355ECE_0_0.ttf') format('truetype');}
.hiddenform{height: 0px; overflow: hidden;}
.eachfile{width: 100%; height: auto; padding: 10px; background-color: #F7F7F7;
  margin: 0 auto 20px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden; }
h1,h2,h3,h4,h5,h6{display: inline-block;
    box-sizing: border-box;
    color: #0C1A30;
    padding: 0;
    margin: 0 0 10px 0;
    text-transform: uppercase; font-weight: 800; font-family: 'BurfordBase', sans-serif; }
h1{font-size: 24px;}
h2{font-size: 20px;}
h3{font-size: 16px;}
h4{font-size: 14px;}
h5{font-size: 12px;}
h6{font-size: 10px;}
.completed td{background: rgba(178,34,34,0.5);}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
*{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
a{-webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease; text-decoration: none; color: #92002C;}
a:hover{color: #01244C;}
a img{-webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;}	
.smoothie{-webkit-transition:all 0.4s ease;
         -moz-transition:all 0.4s ease;
               -o-transition:all 0.4s ease;
                     transition:all 0.4s ease;}
html,body {
	margin:0;
	padding:0;
	
}
p{margin: 0 0 10px;}
html{background: url("../img/texture.jpg"); background-attachment: fixed;}
body{font-family:'BurfordBase', 'Source Sans Pro', sans-serif; }
.container{width:96%; max-width: 1340px; height: auto; overflow: visible; margin: 20px auto; background: rgba(12,26,48,0); box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}


.print_text{font-family:'Source Sans Pro', sans-serif;}
.header {width: 100%; border: 10px solid #0C1A30;}
.innerheader{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; position: relative; width: 100%; margin: 0 auto; padding: 0; border-bottom: 0px solid #01244C;}
.backbtn{position: absolute; bottom: -55px; right: 10px; color: #0C1A30; font-size: 30px; z-index: 100;}
.backbtn:hover{color: #92002C;}
.logo{width: 120px; outline: 10px solid #0C1A30; padding: 10px; position: relative;}
.toggler{display: none;}
.nav{outline: 0px solid red; margin: 0; padding: 0 20px; }
.nav li{list-style-type: none; padding: 0;}
.nav li a{color: #0C1A30; margin: 0 20px 0 0; font-size: 26px; text-transform: uppercase; font-family: 'BurfordBase', sans-serif; }
.nav li a:hover{color: #92002C;}
.nav li a.current{color: #92002C;}
.nav li a.current:hover{color: #92002C;}
.toggler{display: none;}
.footer {border: 10px solid #0C1A30; width: 100%; }
.innerfooter{width: 100%; height: auto; margin: 0 auto; padding: 10px 20px; overflow: hidden; color: #0C1A30;font-family: 'BurfordBase', sans-serif; font-size: 16px; text-align: center; text-transform: uppercase; display: flex; justify-content: space-between; flex-wrap: wrap;}


.logo{order: 2;}
.navigation{order: 1; }
.ham{display: none; order: 3;}


.content{width: 100%; height: auto; overflow: hidden; margin: 0 auto; color: #01244C; min-height: 100vh; border-left: 10px solid #0C1A30; border-right: 10px solid #0C1A30; position: relative;}
.flexcontent{display: flex; justify-content: space-between; flex-wrap: wrap;}
.textcontent{width: 100%; height: auto; padding: 30px 0; margin-bottom: 20px;}
.textcontent h3{font-weight: 900; margin-top: 0;}

.error {background: firebrick; display: block; color: #fff; padding: 10px;}
.errorfield{border: 1px solid firebrick;}


/* ==========================================================================
   HOME
   ========================================================================== */
.homesplit{width:100%; margin: 40px auto 20px; max-width: 1000px; display: flex; justify-content: space-between; flex-wrap: wrap; position: relative;}

.homedivider{position: absolute; top:0; left: calc(50% - 5px); height: 100%; width: 10px; background: #0C1A30;}

.homesplittext{width:100%; margin: 20px auto; max-width: 1000px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.eachtextsplit{width: calc(50% - 40px); height: auto; position: relative; overflow: hidden;font-family:'effra', 'Source Sans Pro', sans-serif;}

.homesplitlink{width: calc(50% - 40px); height: auto; position: relative; overflow: hidden; border:10px solid #0C1A30;}
.cuplink{background: #fff;}
.lottolink{background: #0271B8;}
.wsclink{background: #fff;}
.options{width: 100%; padding-top: 30px;}

.homesplitlink:hover img{transform: scale(1.1,1.1);}

.hometextsplit{position: absolute; bottom: 0; left:0; width: 100%; padding: 20px; text-align: center;}
.cuptextsplit{color: #0C1A30; font-size: 32px;}
.lottotextsplit{color: #fff; font-size: 24px;font-family:'effra', 'Source Sans Pro', sans-serif; text-transform: uppercase;}
.wsctextsplit{ color: #1E2945; font-size: 24px;font-family:'effra', 'Source Sans Pro', sans-serif; text-transform: uppercase;}

.homeholder{width: 100%; min-height: calc(100vh - 100px); position: relative;}

.homeoptions{width: 100%; overflow: hidden; text-align: center; }
.theformer{width: 49%; background: #fff; padding: 20px; }
.loneformer{width: 100%; border: 10px solid #0C1A30; max-width: 540px; margin: 40px auto; text-align: center; font-family: 'BurfordBase', sans-serif; }
.loneformhead{padding: 20px; border-bottom: 10px solid #0C1A30;}
.logoformer{background: none; box-shadow: none;}
.homecontent{display: flex; justify-content: space-between; flex-wrap: wrap;}

.homelogo{width: 100%; margin: 40px auto; max-width: 400px;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.8s linear;
      opacity: 0.6;
}
.homelogo:hover img{-webkit-filter: drop-shadow(5px 5px 5px #222);
    filter:         drop-shadow(5px 5px 5px #222); }
.homelogo:hover  {
  transform: rotateY(720deg);
    opacity: 1;

}

.downloads{width: 100%; max-width: 540px; margin: 40px auto; font-family: 'BurfordBase', sans-serif; }
.eachdownload{border: 10px solid #0C1A30; width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; padding: 10px 20px; font-size: 36px; margin-bottom: 20px;}
.eachdownloadtitle{width: 80%;}


.eachdownloaddesc{font-size: 14px; }
.downloadimages{width: 100%; max-width: 800px; margin: 40px auto;}
.downloadimage{max-width: 300px;}
img{max-width: 100%;}

.downloadinstructions{font-size: 20px; text-align: center; width: 100%; margin-bottom: 20px;}
/* ==========================================================================
   PROFILE  BADGES
   ========================================================================== */


.profileform{width: 30%; padding: 20px; text-align: left; outline: 10px solid #0C1A30;}

.profiletable{width: 68%; padding: 20px; text-align: left;}
.viewertable{text-align: left;}
.showbadges{width: 68%; padding-top: 0;}
.badges{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.eachbadge{margin:0 10px 15px 0; background: #fff; padding: 10px 10px 30px;  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);overflow: hidden; position: relative; width: 120px; vertical-align: top;}
.eachbadge img{width: 100px; }
.eachbadge p{text-align: center; font-weight: 600; font-size: 10px;}
.unpub{position: absolute; bottom: 0; left: 0; padding: 5px; background: #01244C; color: #fff; font-weight: 900; border: none;}
.unpub:hover{background: #00AEED;}
.btype{position: absolute; bottom: 0px; left: 0px; color: #fff; padding: 3px 5px; font-size: 10px;}
.club{background: #01244C; }
.region{background: #148312; }
.sponsor{background: #f00; }



.editer{padding: 10px 15px; background: #92002C; text-align: center; font-weight: 700; height: auto;display: block; width: 100%; color: #fff; margin-top: 10px;}
.editer:hover{ background: #103B7A; color: #fff;}

.redpostertitle{border: 1px solid #92002C !important;}
.greenpostertitle{border: 1px solid green !important;}

.thumbfilter{margin: 0 0 20px;}
.thumbbutton{width:100%; margin-bottom: 20px;}

.thumbfilter input{padding: 10px;}
.thumbbutton button{width: auto; border: 1px solid #d9d9d9; background: #0C1A30; color: #fff; padding: 5px 10px; transition: 0.4s; text-transform: uppercase; font-weight: 900; font-size: 14px; outline: 0px;}
.thumbbutton button:hover{background: #92002C; color: #fff;}
.thumbbutton button:active{background: #92002C;}

.gaap{opacity: 0;}
/* ==========================================================================
   POSTER
   ========================================================================== */
.section{width: 100%; max-width: 1300px; margin: 0 auto; padding: 20px;}
.postersection{text-align: center; width: 100%; background: #fff; padding: 20px; border-top: 10px solid #0C1A30;}
.hpostertitle{display: block; margin: 10px auto; border: 0;}
.postertable{width: 100%; margin: 0 auto; background: #fff; padding: 20px;}

.chooselogo{width: 100%; height: auto; max-height: 400px; overflow: auto;}

img, iframe {
max-width: 100%;
height: auto;
display: block;
}
.imagepreview img{width: 100%;}

.draggable{position: relative;}
.draggableimage{position: relative;}
.linedrag{position: absolute; top:0; left: -20px; width:20px; height:100%; background: rgba(255,255,255,0.3) url(../img/move.png) center center no-repeat; opacity: 0; cursor:move;}
.draggable:hover{background: rgba(255,255,255,0.3);box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
.draggableimage:hover{outline: 1px solid black;}
.draggable:hover .linedrag{opacity: 1;}
.draggableimage:hover .linedrag{opacity: 1;}
.draggable:focus{outline: 1px solid black;}
.draggableimage:focus{outline: 1px solid black;}
.resizeholder:hover{background:url(../img/resize.png) bottom right no-repeat; z-index: 10000}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../img/resize.png) bottom right no-repeat; z-index: 10000
}



.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.linefont{position: absolute; top:0; right: -40px; width: 40px; height:100%; background: rgba(255,255,255,0.3); display: flex; justify-content: space-between; flex-wrap: wrap;}
.fontchanger{width:20px; height: 100%; display: block;}
.fontplus{background: url(../img/plus.png) center center no-repeat;}
.fontplus:hover{background: rgba(255,255,255,0.6) url(../img/plus.png) center center no-repeat;}
.fontminus{background: url(../img/minus.png) center center no-repeat;}
.fontminus:hover{background: rgba(255,255,255,0.6) url(../img/minus.png) center center no-repeat;}
.nonclick{filter: grayscale(1); opacity: 0.5; pointer-events: none;}
/* ==========================================================================
   FORMS
   ========================================================================== */
.theform{width:100%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; padding: 20px; margin-bottom: 20px; text-align: center}
.pform{text-align: left;}
.formholder{height: 0px; overflow: hidden;}
.halfinput{width:  50%;}
.fullinput{width: 100%; position: relative;}
.textinput{width: 100%; border-top: 1px solid #d9d9d9; border-left: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; padding: 15px; background: #fff;}
textarea.textinput{height: 200px;}
.textinput:focus{background-color: #d9d9d9;}

 
.fulllabel{width:100%; font-size: 14px; text-transform: capitalize; font-weight: 900; padding: 5px 0; color: #0C1A30;}
.labelinput{margin-bottom: 10px;}
.submitbutton{width: 100%; border: 1px solid #d9d9d9; background: #0C1A30; color: #fff; padding: 15px; transition: 0.4s; text-transform: uppercase; font-weight: bold; font-size: 18px; display: block; font-family: 'BurfordBase', sans-serif;}
.submitbutton:hover{background: #92002C;}
.submitbutton:active{background: #92002C;}

.downloadbutton{width: auto; border: 0px solid #d9d9d9; background: #0C1A30; color: #fff; padding: 15px; transition: 0.4s; text-transform: uppercase; font-weight: 900; font-size: 14px;}
.downloadbutton:hover{background: #92002C; color: #fff;}
.downloadbutton:active{background: #92002C;}

.generatebutton{width: auto; border: 0px solid #d9d9d9; background:#92002C ; color: #fff; padding: 15px; transition: 0.4s; text-transform: uppercase; font-weight: bold; font-size: 22px;font-family: 'Source Sans Pro', sans-serif;font-family: 'BurfordBase', sans-serif;  }
.generatebutton:hover{background: #0C1A30; color: #fff;}
.generatebutton:active{background: #0C1A30;}
.login-help {
  width: 100%;
  text-align: center;
    font-size: 12px}

.printform{width: 60%; padding: 20px; text-align: left; outline: 10px solid #0C1A30;}

.printimage{width: 40%; padding: 20px; position: relative;}
.printimageline{position: absolute; bottom: -10px; left: 0px; height: 10px; width: 100%; background: #0C1A30;}
.printimage img{width: 100%;}
.printtable{width: 100%; padding: 20px;}
.incompletetd{background: rgba(171,25,53,0.5) !important}
/* ==========================================================================
   JOB BOARD MASONRY
   ========================================================================== */
 
.masonry {display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%; outline: 0px solid red; list-style-type: none; padding: 0 20px; margin: 0;}

.item {list-style-type: none; position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 0 40px 0;
    margin: 0 0 20px;
    width: calc(33.333333% - 15px);
    border: 5px solid #0C1A30;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.item:hover{box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
/*.item:nth-of-type(4N+2){margin-left:20px; margin-right: 10px;}
.item:nth-of-type(4N+3){margin-left:10px; margin-right: 20px;}*/
.item{margin-bottom: 20px;}
.item:nth-of-type(3N+2){margin: 0 20px 20px; outline: 0px solid red}
.itemheader{padding: 20px; border-bottom: 5px solid #0C1A30;}
.itemcontent{padding: 0;}
.itemreadmore{padding: 0 20px 20px;}
.itemimage{border-bottom: 0px solid #0C1A30; border-top: 0px solid #0C1A30; width: 100%; height: 300px; opacity: 0.6; filter: sepia(100%); transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
.itemimage img{object-fit: cover; width: 100%; height: 100%; object-position: top center;}
.item:hover .itemimage{filter: sepia(0); opacity: 1;}
.ihead{font-family:  'BurfordBase', sans-serif; margin: 0; color: #0C1A30;}
.ipara{font-weight: 400; margin: 10px 0 0; color: #0C1A30}
.itemfooter{background: #fff;  border-top: 5px solid #0C1A30; padding: 10px 20px; color: #0C1A30; position: absolute; bottom: 0; left: 0; width: 100%; font-size: 12px;font-family:  'BurfordBase', sans-serif;}
.itemfooter i{margin-right: 10px;}
.jobread{border:1px solid #0C1A30; color: #0C1A30; padding: 4px 8px; display: block;}
.jobread:hover{background: #0C1A30; color: #fff; }



.controls{display: flex; flex-wrap: wrap; align-items: center; outline: 0px solid red; border-bottom: 10px solid #0C1A30; padding: 20px; margin-bottom: 20px; }
.sorter{margin-right: 20px; margin-bottom: 20px;}
 input.sortinput {
  border:solid 5px #0C1A30;
  border-radius: 0px;
  padding:8px 14px;
font-family:'BurfordBase', 'Source Sans Pro', sans-serif; font-size: 18px;
     max-width: 90%;
}
input.sortinput:focus {
  outline:none;
  border-color:#92002C;
}
.sort {
  padding:13px 30px;
  border-radius: 2px;
  border:none;
  display:inline-block;
  color:#fff;
  text-decoration: none;
  background-color: #0C1A30;text-align: center; 
    font-weight: bold; font-size: 18px; font-family:'BurfordBase', 'Source Sans Pro', sans-serif;
  
}
.sort:hover {
  text-decoration: none;
  background-color:#92002C;
}
.sort:focus {
  outline:none;
}
.sort:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}
.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content:"";
  position: relative;
  top:13px;
  right:-5px;
}
.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}

.filterer {
    cursor: pointer;
  padding:10px 30px;
  border-radius: 2px;
  border:none;
  display:inline-block;
  color:#fff;
  text-decoration: none;
  background-color: #0C1A30;text-align: center; 
    font-weight: bold; font-size: 18px; font-family:'BurfordBase', 'Source Sans Pro', sans-serif;
  
}
.filterer:hover {
  text-decoration: none;
  background-color:#92002C;
    color: #fff;
}

.filtereractive{background: #92002C; color: #fff;}
/*/////////////// POSTER FORM STYLES ////////////////////*/
.field-group{
  display: flex; 
  margin: 0 0 12px 0;
}
.field-group .label{background: #efefef;
  flex: 1; 
  text-align: right; 
  margin: 0 8px 0 0;
  padding: 10px 9px 9px;
    text-transform: uppercase;
    font-weight: 800;
    outline: 2px solid #f5f5f5; font-family: 'BurfordBase', sans-serif; 

}
.label{position: relative; overflow: hidden;}
.checker{position: absolute; left: -4px; top:-4px; width:52px; height: 52px; opacity: 0.3 }
.checkersc{position: absolute; left: -4px; top:-4px; width:52px; height: 52px; opacity: 0.3 }
.checkno{background: url(../img/cross.png) no-repeat; background-size: cover;}
.checkyes{background: url(../img/tick.png) no-repeat; background-size: cover;}
.field-group .field{outline: 0px solid red;
  flex: 4;
}
/*
.field-group:last-child{
  display: flex;
  justify-content: flex-end;
}
.field-group:last-child .field{
  max-width: 75%;
}*/
input, select, textarea{
  padding: 10px; 
  font-size: 1rem; 
  border: solid 1px #eee;
  background: #fff; 
  box-sizing: border-box;
font-family: 'Source Sans Pro', sans-serif; font-family: 'BurfordBase', sans-serif;  
}
textarea {
  width: 100%;  
}
input, select{
  width: 50%;
}
input[type="radio"],
input[type="checkbox"],
input[type="submit"]{
  width: 100%;
}

/*/////////////// RWD STYLES //////////////////// https://codepen.io/torbencolding/pen/emKMZx */
@media (max-width: 720px) {
.field-group .label{
     text-align: left; 
     margin: 0;
  }
  input, select{
    width: 60%;
  }
}
@media (max-width: 480px) {
  input,
  select{width: 100%;}
  input[type="radio"],
  input[type="checkbox"],
  input[type="submit"]{
  width: auto;
  }
.field-group{
  display: flex;
  flex-direction: column;
  margin: 0 0 6px 0;
  }
.field-group .label{
  padding: 0 0 5px 0;
  margin: 10px 0 0 0;
  }
}

.gradient-pattern {
    display: none;
    pointer-events: none;
    position: absolute; top: 0; left: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
    z-index: 10;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: -webkit-linear-gradient(90deg, #0C1A30 2px, rgba(0,0,0,0) 2px), -webkit-linear-gradient(0deg, #0C1A30 2px, rgba(0,0,0,0) 2px), -webkit-linear-gradient(90deg, rgba(12,26,48,0.298039) 1px, rgba(0,0,0,0) 1px), -webkit-linear-gradient(0deg, rgba(12,26,48,0.298039) 1px, rgba(0,0,0,0) 1px);
  background: -moz-linear-gradient(0deg, #0C1A30 2px, rgba(0,0,0,0) 2px), -moz-linear-gradient(90deg, #0C1A30 2px, rgba(0,0,0,0) 2px), -moz-linear-gradient(0deg, rgba(12,26,48,0.298039) 1px, rgba(0,0,0,0) 1px), -moz-linear-gradient(90deg, rgba(12,26,48,0.298039) 1px, rgba(0,0,0,0) 1px);
  background: linear-gradient(0deg, #0C1A30 2px, rgba(0,0,0,0) 2px), linear-gradient(90deg, #0C1A30 2px, rgba(0,0,0,0) 2px), linear-gradient(0deg, rgba(12,26,48,0.298039) 1px, rgba(0,0,0,0) 1px), linear-gradient(90deg, rgba(12,26,48,0.298039) 1px, rgba(0,0,0,0) 1px);
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch .gtoggler {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.gtoggler:checked + .slider {
  background-color: #92002C;
}

.gtoggler:focus + .slider {
  box-shadow: 0 0 1px #92002C;
}

.gtoggler:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.togglegrid{color: #0C1A30; margin: 0 0 10px; font-size: 16px; text-transform: uppercase; font-family: 'BurfordBase', sans-serif;}
.thelogo{z-index: 100000 !important;}
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media only screen and (min-width: 1300px) {
    .togglee{display: flex !important;}
}
@media screen and (max-width: 1300px) {
    .toggler{display: block; outline: none;}
    .togglee{display: none;}
    .navigation{width: 100%; text-align: right; position: relative; bottom: 0; right: 0; display: block;}
    .nav{ }
    .nav li{display: block; text-align: center; padding: 10px 0;}
    .nav li a{}
    .ham{display: block;}
    .logo{order: 2;}
    .ham{order: 1;}
    .navigation{order: 3;}
    
    
}
@media screen and (max-width: 1000px) {
.homeoptions{width: 100%; overflow: hidden; text-align: center; margin-bottom: 20px;}
    .eachhomeoption{width: 100%;}
.theformer{width: 100%;}
    .profileform{width: 100%; margin-bottom: 20px; }
.profiletable{width: 100%;}
.showbadges{width: 100%;}
.halfinput{width:  100%;}
    .pform{text-align: left;}
    .article {width: 50%;padding: 45px;}
    .item {width: calc(50% - 15px);}
    .masonry {display: flex; justify-content: space-between; }
    .item{margin-bottom: 20px;}
    .item:nth-of-type(3N+2){margin: 0 0 20px; outline: 0px solid red}
    .search{width: 100%; margin-bottom: 20px;}
.masonry {display: flex; justify-content: space-between;}
    .item{margin: 0 0 30px 0 !important;}
    .printimage{width: 100%;}
    .printform{width: 100%;}
    
}
@media screen and (max-width: 500px) {
    .radiob{font-size: 10px; }
    .tab a { font-size: 12px; line-height: 2em; display: block; padding: 10px 5px; outline: none; color: #fff; }
    .submit{font-size: 12px;}
    .article {width: 100%;padding: 45px;}
    .item {width: 100%;}
    .filterer {padding:10px;}
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}














/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */



@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}
/*
.resources{width: 100%; text-align: left; padding-top: 0px;}
.eachresource{width: 100%; height: 120px; background:#01244C; margin-bottom: 25px; position: relative; overflow: hidden; text-align: left}
.eachresourcelink{width: 100%; height: 100%; position: absolute; padding: 10px; font-weight: 700; color: #D7AF18; color: #fff;}

.eachresourcebg{position: absolute; top: 0px; left: 0px; width:auto; z-index: 5;}
.eachresourcelogo{position: absolute; top: 5px; right: 5px;  z-index: 6;}
.eachresourcecover{position: absolute; top: 0px; left: 0px; width:100%; height: 100%; background: rgba(1,36,76,0.7); z-index: 7;}
.eachresourcetitle{position: relative; z-index: 10; margin: 0;}
.eachresourcetype{position: relative; z-index: 10; margin: 0;}
.eachresource:hover .eachresourcecover{background: rgba(1,36,76,0.9);}
.eachresource:hover .eachresourcelink{color: #D7AF18; }


.middlediv{margin: 0 10px;}

.fullcontent{width: 100%; height: auto; margin: 20px auto; text-align: center}
.resourcesection{width: 45%; display: inline-block; vertical-align: top; margin-right:2%;}

.displayimage{width: 150px; height: 75px; display: inline-block; margin-right: 10px; margin-bottom: 10px; overflow: hidden;}
.thelogoimage{width: 300px; height: 150px; display: inline-block; margin-right: 10px; margin-bottom: 10px; overflow: hidden;}
.imagebank{text-align: left; height: auto; width: 100%;}
.displayimage img{width: 100%;}

.bankholder{width: 100%; text-align: left;}
.bankholder h2{margin-bottom: 10px;}

.successmessage{width: 100%; height: auto; padding: 20px 10px; background: #fff url(../img/weelion.jpg) bottom right no-repeat;  color: #283794; margin: 10px auto; font-weight: 800;}
.successmessage h4{color: #283794;}

.eachpdf{width: 100%; height: auto; position: relative; background: #1C2437 url(../img/weelion.jpg) bottom right no-repeat;  text-align: left; padding: 10px; }
.eachpdf a{color: #fff;}
.eachpdf a:hover{color:#D7AF18} 
.pdfinfo{position: relative; font-size: 16px; color: #fff; text-align: left; width: 100%;}
.clicktodownload{position: relative; font-size: 16px; color: #fff; font-weight: 800; width: 100%; text-align: right;}

.noselect select{visibility: hidden;}

.completed td{background: rgba(178,34,34,0.5);} 

.viewer {

  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #103B7A;

  font-size: 11px;
    width: 100%;
  font-weight: 700;
    height: 36px;
  padding: 0 8px;
    margin-top: 10px;
}

.viewer:hover {

  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #01244C;
  
}




.login-help {
  width: 100%;
  text-align: center;
  font-size: 12p