*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: Nunito,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial; 
  font-size: 16px;
  line-height:25px;
  font-weight: 400; 
}

img{
  border: 0;
  max-width:100%;
}

a{
  text-decoration: none;
  cursor:pointer;
  transition:.7s color, .7s background-color;
  color:#000;
}
a:focus{
  outline: none;
}
a:hover{
  transition:.3s color, .3s background-color;
  color: #00539F;
}

h2{
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 15px; 
  color:#00539F;
}


h3{
  font-size: 25px;
  line-height: 1.1;
  font-weight: 800;
  margin-top: 50px; 
  margin-bottom: 15px; 
  color:#00539F;
}


h4{
  font-size: 20px;
  font-weight: 300;
  color:#00539F;
  text-transform: uppercase;
  margin-bottom: 10px; 
}

h5{
  font-size: 20px;
  font-weight: 300;
  color:#00539F;
  margin: 30px 0 0 0;
}

h2:first-child, h3:first-child, h4:first-child{
  margin-top:0;
}

p{
  margin-bottom: 15px;
}
p:last-child{
  margin-bottom:0;
}

ul, ol{
  margin: 0 0 15px 30px;
}

.large{
  font-size: 20px;
  line-height: 35px;
}
.small{
  font-size: 14px;
  line-height: 20px;
}
.tiny{
  font-size: 13px; 
  line-height: 13px; 
}

.light{
  font-weight:300;
}
.semi{
  font-weight: 600;
}

.clear{ clear: both; }

.container{
  margin: 0 auto;
  width: 96%;
  max-width: 1200px;
  position:relative;
}
.container.narrow{
  max-width: 850px;
}

.relative{
  position:relative; 
}
.flex{
  display:flex;
}
.flex.wrap{
  flex-wrap:wrap;
}
.flex.end{
  align-items:flex-end;
}
.flex.vert{
  align-items:center;
}

.flex .half{
  width: 47%;
  margin-right: 6%;
}
.flex .half:nth-child(2n+2){
  margin-right:0;
}

.flex .third{
  width: 32%;
  margin-right: 2%;
}
.flex .third:nth-child(3n+3){
  margin-right:0;
}

.flex .twothirds{
  width: 65%; 
}
.flex .twothirds-third{
  width: 30%;
  margin-left: 5%; 
}

.flex .auto{
  flex:auto;
}

.margined{
  margin: 75px auto;
}
.margined-small{
  margin: 20px auto;
}

.topmargin{
  margin-top: 75px;
}
.topmargin-tiny{
  margin-top: 10px; 
}

.bottommargin{
  margin-bottom: 75px;
}

.padded{
  padding: 50px;
}
.padded-small{
  padding: 25px;
}

.left{
  text-align:left;
}
.center{
  text-align:center;
}
.right{
  text-align:right;
}


.button{
  display: inline-block;
  border-radius: 10px;
  background-color:#00539F;
  color:#FFF;
  padding: 10px 35px;
  border:0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-family: Nunito,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial; 
  font-size: 16px;
  line-height:25px;
  font-weight: 400;   
  cursor:pointer; 
  transition:.3s background-color;
}
.button:hover{
  color:#FFF;
  background-color:#D1307B;
  transition:.3s background-color;
}

.button.feature{
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 30px; 
}
.button.yellow{
  background-color:#FFF200;
  color:#00539F;
} 
.button.pink{
  background-color: #D1307B;
  color:#FFF !important; 
}


.inline{
  display:inline;
}
.inlineblock{
  display:inline-block;
}
.block{
  display:block;
}

.bgcover{
  background-size:cover;
  background-position: center center;
}


body.login{
  background-color: #00539F;
}
.logincontainer{
  width: 90%;
  max-width: 500px;
  box-sizing: border-box;
  margin: 40px auto;
  text-align:center;
}

.logincontainer .logo{
  max-height: 100px;
  max-width: 250px;
}
.logincontainer h2{
  color:#FFFFFF;
  font-weight:900;
  font-size: 25px;
  margin: 15px 0 50px 0;
}
.logincontainer .loginbox{
  background-color:#FFFFFF;
  border-top: 8px solid #144874;
  
  text-align:left;
  overflow:hidden;
}
.logincontainer .loginbox .padding{
  padding: 20px;
}
.logincontainer .grey{
  background-color:#f1f1f1;
  padding: 10px 20px;
}
.logincontainer .button{
  background-color: #144874;
  float:right;
}

.loginbox.logingone{
  display: none;
}


.label{
  color: #606060;
  margin-top: 15px;
}

.select, .input, .textarea,.flatpickr-input{
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  border: 1px solid #9B9B9B;
  font-family: 'lato', 'arial';
  font-size: 14px;
  color:#606060;
  background-color:#FFFFFF;
}
.textarea{
  height: 90px;
}

.input.disabled{
  background-color:#f9f9f9;
  cursor: not-allowed;
}

.input.price{
  position:relative;
  padding-left: 25px;
  background-image: url('/images/dollar-sign-solid.svg');
  background-repeat: no-repeat; 
  background-size: auto 16px;
  background-position: left 5px center;
}


.note{ 
  background-color: #D1307B;
  text-align:center; 
  color:#FFFFFF;
  padding: 20px 40px;
  text-transform: uppercase;
  
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 25px;
}
.note .fa{
  font-size: 25px;
  line-height:25px;
  vertical-align:middle;
  margin-right: 15px;
}
.note.error{
  background-color:#BF312F;
}

.note.alert{
  background-color: #E40B7C;
}
.note.deadline{
  background-color: #333;
}
.note.orange{
  background-color:#ED851F;
  text-transform: none;
}


.data{
  border-collapse: collapse;
  padding:0;
  min-width:50%;
  margin-bottom: 30px; 
}
.data.topborder{
  border-top: 1px solid #CCCCCC;
}
.data tr td{
  padding: 5px 10px;
  border-bottom: 1px solid #CCCCCC;
  position:relative; 
}
.data tr:nth-child(2n+2) td{
  background-color: #f1f1f1;
}
.data tr td.heading, .data tr th{
  padding: 5px 10px;
  background-color: #00539F;
  font-weight: 700;
  color:#FFFFFF;
  text-align:left; 
  position:relative; 
}

.data tr td.heading.center, .data tr th.center{
  text-align:center;
}
.data.bordered td{
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.data tr td.gold{
  background-color: #FFF200;
}

.data tr td.hovered{
  background-color:#D1307B30;
  transition:.3s background-color; 
}

.data tr th.table-colour{
  width: 11%; 
}

.data tr .sponsor-select{
  padding-bottom: 20px; 
}

.img-thumb{
  width: 100px;
  object-fit:cover;
  aspect-ratio:1/1;
  border-radius: 5px; 
}

.data .tdbutton{
  display:block; 
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
}

.conference{
  display:block; 
  background-color:#f1f1f1;
  padding: 15px; 
  margin-bottom: 25px; 
}

.bg-blue{   background-color: #00539F !important; }
.bg-lightblue{   background-color: #3375B2 !important; }
.bg-pink{ background-color: #D1307B !important; }


.blue{   color: #00539F !important; }
.lightblue{   color: #3375B2 !important; }
.pink{ color: #D1307B !important; }


.form-block{
  background-color:#fff;
  padding: 40px; 
  margin: 50px auto; 
  border: 4px solid #E8F9FF;
  border-radius: 20px; 
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.gone{ display:none !important;}
.here{ display:block; }







.header{
  background-color: #00539F; 
  height: 120px; 
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 2;
}

.header h1 img{
  position: absolute;
  z-index: 5; 
  left: 50px;
  top:0;
  height: 150px; 
  display:block;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.header nav{
  position:absolute;
  top:0;
  right:50px;
  height: 120px; 
}
.header nav a{
  display:inline-block; 
  height: 120px; 
  line-height: 120px; 
  padding: 0 20px; 
  color:#FFF; 
  text-transform:uppercase;
  font-weight: 700;
  font-size: 20px; 
}
.header nav a.current{
  background-color: #D9EDF5;
  color: #00539F; 
}

.header .head{
  position:absolute;
  top: 20px;
  left:0;
  background-color:#FFF;
  z-index: 1; 
  padding: 15px 25px 15px 230px; 
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 0 80px 80px 0;
  color: #00539F; 
}

.header .head .head-user{
  display: inline-block;
  vertical-align: middle;
  font-weight: 700; 
  font-size: 22px; 
}
.header .head .head-user .business{
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px; 
  line-height: 15px; 
  margin-top: 5px; 
}
.header .head .head-icons{
  display: inline-block; 
  vertical-align: middle;
  margin-left: 15x; 
}
.header .head .head-icons a{
  display: inline-block;
  margin-left: 15px; 
  opacity: .7;
}
.header .head .head-icons a:hover{
  opacity: 1;
}
.header .head .head-icons a img{
  display:block;
}

.subheader{
  background-color: #00539F; 
  padding-left: 230px; 
}

.subheader a{
  display:inline-block; 
  padding: 15px 15px 15px 15px; 
  color: #FFF200; 
  text-transform: uppercase;
  font-weight: 300; 
  font-size: 14px; 
}

.subheader .right a{
  color:#FFF; 
}

.subheader a:hover{
  background-color: #E40B7C;
}
.subheader a.current{
  background-color: #D9EDF5;
  color: #00539F; 
  font-weight:400; 
}

.top-bg{
  background-image:url('images/background.jpg');
  background-repeat:no-repeat;
  background-size: cover; 
  background-position: bottom center; 
  padding-bottom: 150px; 
}


.alert{
  background-color: #00539F; 
  color:#FFF; 
  text-align:center;
  padding: 10px; 
  font-weight:300;
  text-transform: uppercase;
  position:relative;
  top: -40px; 
}


.main-carousel{
  margin: 100px 0;
}
.main-carousel .carousel-cell{
  margin-right: 20px; 
}
.main-carousel .carousel-cell img{
  height: 250px; 
  display:block; 
  transition:.3s box-shadow; 
}

.main-carousel .carousel-cell a:hover img{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition:.3s box-shadow; 
}

.icon{
  width: 32px; 
  vertical-align: middle;
}

.deadline{
  background-color: #D9EDF5;
  border-radius: 15px; 
  padding: 15px;
  margin: 20px 0; 
  text-align:center; 
}
.deadline h4{
  line-height:1.5;
}
.deadline img{
  vertical-align: middle;
  width: 32px; 
}
.deadline a{
  text-decoration:underline; 
}
.deadline a.button{
  text-decoration: none;
}

.deadline.overdue{
  background-color:#D51E3D;
  color:#FFF; 
}
.deadline.overdue h4{
  color:#FFF;
}
.deadline.overdue img{
  filter: brightness(0) invert(1);
}

.deadline.approved{
  background-color: #D8FFE4;
}

.deadline .restrict{
  max-width: 600px;
  margin: 0 auto; 
}

.footer{
  background-color: #00539F;
  color:#FFF;
  margin-top: 100px; 
  padding: 15px;
  text-align:center; 
  font-size: 13px; 
}

.tag{
  position:absolute;
  top: -13px;
  left: 0; 
  font-size: 10px;
  line-height: 12px; 
  color:#FFF;
  background-color: #D1307B;
  padding: 3px; 
  transform:rotate(-8deg); 
}

.quickview{
  border: 3px solid #E8F9FF;
  border-radius: 30px; 
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.quickview .quickview-header{
  background-color:#00539F;
  color:#FFF;
  text-align:center;
  padding: 10px; 
  border-radius: 30px 30px 0 0;
  font-weight: 700;
}

.quickview a{
  display: block;
  padding: 10px 60px 10px 20px; 
  font-size: 300;
  text-transform:uppercase;
  color:#00539F;
  border-bottom: 1px solid #E8F9FF;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: auto 25px;
  transition:.7s background-position, .7s background-color;
  line-height: 1.3;
}
.quickview a:hover{
  background-position: right 20px center;
  background-color:#E8F9FF;
  transition:.3s background-position, .3s background-color;
}

.quickview a.incomplete{
  background-image: url('/images/sad-pink.svg');
}
.quickview a.submitted{
  background-image: url('/images/happy.svg');
}
.quickview a.confirmed{
  background-image: url('/images/check.svg');
}


.quickview .duedate{
  display:block;
  color:#666;
  font-size: 10px; 
}

.content{
  margin-bottom: 25px; 
}

.blocklink{
  margin-bottom: 20px; 
  background-color: #f1f1f1;
  border-radius: 10px;
  overflow:hidden;
}

.blocklink .blockside{
  width: 250px; 
  font-size: 25px; 
  font-weight: 800;
  background-color:#D1307B;
  color:#FFF;
  padding: 20px; 
  text-align:center;
  transition:.3s width, .3s border-radius,3s padding;
}

.blocklink .blockside .detail{
  display:block; 
  font-size: 16px;
  font-weight:400;
  line-height:1.2;
  margin-top: 5px; 
}
.blocklink .blockmain{
  padding: 15px; 
}

a.blocklink:hover{
  color:#000;
}
a.blocklink:hover .blockside{
  width: 260px;
  padding: 20px 25px; 
  border-radius: 10px;
  transition:.3s width, .3s border-radius ,3s padding;
}

.blocklink .blockangle{
  display:block;
  position:absolute;
  right:0;
  top:0;
  background-color:#BF312F;
  padding: 10px 20px;
  color:#FFF; 
  border-bottom-left-radius:10px; 
}


.blocklink.pending .blockside{
  background-color:#666;
}

.promotype{
  display:block;
  text-align:center; 
  margin-bottom: 30px; 
  border: 4px solid #E8F9FF;
  border-radius: 15px; 
  overflow:hidden;
  transition:.3s border-color;
  cursor:pointer;
} 
.promotype img{
  display:block;
  width:100%;
}
.promotype .price{
  color:#00539F;
  margin-top: 15px; 
}
.promotype:hover{
  border-color:#D1307B;
  transition:.3s border-color;
}
.promotype:hover h4{
  color:#D1307B;
}
.promotype .fa{
  position:absolute; 
  top: 15px;
  left: 15px; 
  color:#FFF;
  font-size: 60px;
  opacity:0;
}


input[type="checkbox"]:checked + .promotype {
  border: 4px solid #D1307B;
  transition:.3s border; 
}
input[type="checkbox"]:checked + .promotype h4{
  color: #D1307B;
  transition:.3s color; 
}
input[type="checkbox"]:checked + .promotype .fa{
  opacity:.8;
  transition:.3s opacity; 
}


.delete{
  margin-top: 30px; 
}
.delete a:hover{
  color:#BF312F;
}


.dashboard-link{
  flex:1;
  margin-right: 30px; 
  text-align:center;
  background-color:#D9EDF5;
  padding: 40px; 
  border-radius: 15px; 
}

.dashboard-link:last-child{
  margin-right:0;
}





.grid-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px; 
}


.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}


.grid-gap{
  gap: 30px !important;
}

.grid-span-1 {
  grid-column: span 1;
}

.grid-span-2 {
  grid-column: span 2;
}
.grid-span-3 {
  grid-column: span 3;
}

.square{
  display:Block;
  aspect-ratio:1/1;
}
.round{
  border-radius: 10px; 
}

.caption{
  display:block;
  position:absolute;
  left:0;
  bottom:0;
  background-color:rgba(0,0,0,.4);
  color:#FFF;
  padding: 5px 10px;
  font-size: 13px; 
  line-height: 16px; 
  transition: 1s all;
  border-radius: 0 10px 0 0;
}
a:hover .caption{
  background-color:rgba(0,0,0,.9);
  padding: 10px 15px; 
  transition: .3s all;
}



.large-img{
  display:block;
  margin: 30px 0;
  width: 100%;
  max-width: 700px; 
}