@font-face {font-family: "MarkOT-Medium ";
    src: url("https://distributorslatedays.com/fonts/MarkOT-Medium.eot"); /* IE9*/
    src: url("https://distributorslatedays.com/fonts/MarkOT-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://distributorslatedays.com/fonts/MarkOT-Medium.woff2") format("woff2"), /* chrome firefox */
    url("https://distributorslatedays.com/fonts/MarkOT-Medium.woff") format("woff"), /* chrome firefox */
    url("https://distributorslatedays.com/fonts/MarkOT-Medium.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://distributorslatedays.com/fonts/MarkOT-Medium.svg#MarkOT-Medium ") format("svg"); /* iOS 4.1- */
}

html, body {
    background-color: #fff;
    color: #000;
    /*font-family: 'MarkOT-Medium', sans-serif;*/
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
    /* text-align: center; */
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > div {
    display: inline-block;
}

.links > div > a, .links > div > a:visited {
    color: #fff;
    padding: 0 25px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    /* text-transform: uppercase; */
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .links > div {
        width: 100%;
        padding-top: 5px;
    }
}

@media only screen and (min-width: 801px) {
    .links > div {
        /* width: 100%; */
    }
}

.links > div > a:hover {
    text-decoration: underline;
}

.m-b-md {
    margin-bottom: 30px;
}

/*  */
.topBlack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bottomBlack {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.topWhite {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bottomWhite {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.middlePink {
    position: relative;
    width: 100%;
    display: block;
}

.middleBlack {
    position: relative;
    width: 100%;
    display: block;
    top: -5px;
}

#headerContainer {
    display: block;
    width: 100%;
    /* height: 180px; */
    min-height: 70px;
    background-color: #27A1A5;
    padding: 2% 0 2% 0;
}

#menuContainer {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #000;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
    padding: 5px 0;
}

@media only screen and (max-width: 800px) {
    #menuContainer {
        height: auto;
        padding-bottom: 5px;
    }
}

.skew {
    /* -ms-transform: rotate(-1deg); /* IE 9 */
    /* -webkit-transform: rotate(-1deg); /* Safari */
    /* transform: rotate(-1deg); /* Standard syntax */
    position: relative;
    top: 3px;
}

#headerLogo {
    width: 100%;
    height: 100%;
    text-align: center;
}

#headerLogo img {
    /* -ms-transform: rotate(-1deg); /* IE 9 */
    /* -webkit-transform: rotate(-1deg); /* Safari */
    /* transform: rotate(-1deg); /* Standard syntax */
}

#footerContainer {
    display: block;
    width: 100%;
    min-height: 150px;
    padding-top: 10px;
    background-color: #27A1A5;
    /* padding: 6% 0 2% 0; */
}

.headerPink {
    /* background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 50'><polygon points='0,10 500,0 500,50 0,40' style='fill:#27A1A5;stroke:none;stroke-width:1' /></svg>")  no-repeat; */
    /* background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 300,10 300,50 0,60' fill='rgb(236, 98, 112)' /></svg>")  no-repeat; */
    /* height: 60px; */
    /* margin: -10px; */
    font-size: 37px;
    text-align: left;
    font-weight: 600;
    color: #27A1A5;
}

.headerBlack {
    font-size: 37px;
    text-align: left;
    font-weight: 600;
    color: black;
}

.headerSubPink {
    font-size: 25px;
    text-align: left;
    font-weight: 600;
    color: #27A1A5;
}

.headerSubBlack {
    font-size: 25px;
    text-align: left;
    font-weight: 600;
    color: black;
}

.mainText {
    font-size: 20px;
    text-align: justify;
}

.responsiveLink {
    font-size: 20px;
}

@media only screen and (max-width: 800px) {
    .headerPink {
        font-size: 4.5vw;
    }
    .headerBlack {
        font-size: 4.5vw;
    }
    .headerSubPink {
        font-size: 3.5vw;
    }
    .headerSubBlack {
        font-size: 3.5vw;
    }
    .mainText {
        font-size: 3vw;
    }
    .responsiveLink {
        font-size: 3vw;
    }
}

.headerPink a {
    /* vertical-align: middle; */
    /* padding: 10px; */
    /* font-size: 4vh;
    text-align: left;
    font-weight: 600;
    color: #27A1A5; */
}

.headerNav {
    vertical-align: super;
}

.headerNav a, .headerNav:visited {
    color: black;
}

.headerNav a:hover {
    text-decoration: none;
    font-weight: 600;
}

.textLink, .textLink:visited {
    color: #27A1A5;
    font-weight: 600;
    text-decoration: none;
}

.textLink:hover {
    color: #27A1A5;
}


/* FORM */

form {
	padding: 0 10px 0 10px;
}

form p {
	margin: 0px !important;
}

form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
}

.scoreLegend {
	width: 100%;
	padding-bottom: 15px;
}

form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password] {
	width: 100%;
	height: 25px;
  border-top: 1px solid #27A1A5;
  border-left: 1px solid #27A1A5;
  border-right: 1px solid #27A1A5;
  border-bottom: 1px solid #27A1A5;
	/* font-family: 'ClanWeb-Book', sans-serif; */
	/* font-size: 12pt; */
    padding: 20px 10px 20px 10px;
}

input[type=file] {
	padding-left: 50px;
	padding-bottom: 20px; 
}

textarea, select {
	width: 100%;
  border-top: 1px solid #27A1A5;
  border-left: 1px solid #27A1A5;
  border-right: 1px solid #27A1A5;
  border-bottom: 1px solid #27A1A5;
	/* font-family: 'ClanWeb-Book', sans-serif; */
	/* font-size: 12pt; */
	padding: 10px;
	background-color: #FFF;
	line-height: 1.5em;
	resize: vertical;
}

select {
    padding: 5px; 
}

input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #27A1A5;
}

/* input[type=button]{
	cursor: pointer;
} */

input[type=submit], input[type=button] {
	width: 100%;
	height: 70px;
	/* font-family: 'ClanWeb-Medium', sans-serif; */
	/* font-size: 12pt; */
	justify-content: space-between;
	cursor: pointer;
	
}
#viewForm {
	background-color: #FFFFFF;
	color: #27A1A5;
	border: 2px solid #27A1A5;
}

#saveForm {
	background-color: #27A1A5;
	color: #FFF;
	border: 1px solid black;
}

#submitForm {
	background-color: black;
	color: #FFF;
	border: 1px solid #27A1A5;
}

#scoreForm {
	background-color: #27A1A5;
	color: #FFF;
	border: 2px solid black;
	width: 370px;
	float: right;
	margin-right: -1px;
	height: 100px;
}

#saveScoreForm {
	background-color: #27A1A5;
	color: #FFF;
	border: 2px solid black;
	width: 370px;
	float: right;
	margin-right: -1px;
	height: 100px;
}

#deleteForm {
	background-color: #aa0000;
	color: #FFF;
	border: 2px solid #770000;
	width: 70%;
}

.formLogin {
	height: 40px !important;
}

.formTelCode {
    width: 110px !important;
    height: 42px;
}

.formTelSpacer {
	/*display: inline-block;*/
	width: 10px !important;
}

.formTelNumber {
	width: calc(100% - 125px) !important;
	float: right;
}
	
.formPastDate {
	display: inline-block;
	width: 70px !important;
}

.formPastSpacer {
	display: inline-block;
	width: 10px !important;
}

.formPastTitle {
	width: calc(50% - 49px) !important;
}

.formPastDesc {
	width: calc(50% - 49px) !important;
	float: right;
}


.formFourOne {
	display: inline-block;
	width: 70px !important;
}

.formFourSpacer {
	display: inline-block;
	width: 10px !important;
}

.formFourTwo {
	display: inline-block;
	width: calc(33% - 34px) !important;
}

.formFourThree {
	display: inline-block;
	width: calc(33% - 34px) !important;
}

.formFourFour {
	width: calc(33% - 34px) !important;
	float: right;
}

select.formFourFour{
	padding: 2px 5px;
}


@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
	
}

/* SCROLL BAR */

::-webkit-scrollbar {
    width: 7px;
}
 
::-webkit-scrollbar-track {
    background: #27A1A5;
}
 
::-webkit-scrollbar-thumb {
	background:black;
    /* background: #00AEEF; */
}

/* --- CROP --- */


#cropMainContainer {
	position: absolute;
	left: 260px;
}

.cropHelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#cropContainer {
	width: 402px; /* sometimes has to be commented out */
	height: 300px;
	border: 1px dashed #27A1A5;
	background-image: url("/gfx/crop/overlayLightest.png");
	background-repeat: repeat;
	text-align: center;
	vertical-align: middle;
	overflow: visible; /* needed here */
}

#cropContainer img {
	max-width: 400px;
	max-height: 300px;
	vertical-align: middle;
}

.cropMinHeight {
	min-height: 300px;
}

.cropMinWidth {
	min-width: 400px;
}

#cropBox {
	position: absolute;
	top: 80px;
	left: 150px;
	width: 100px;
	height: 120px;
	background: rgba(255,255,255,0.4);
	border: 2px dashed #27A1A5;
	cursor: move;
}

#cropPreview {
	position: absolute;
	left: 430px;
	top: 0px;
	width: 202px;
	height: 242px;
	background-color: #CCCCCC;
	border: 1px dashed #27A1A5;
}

#cropPreview img {
	width: 200px;
	height: 240px;
}

#cropButton {
	position: absolute;
	top: 270px;
	left: 430px;
	background-color: #27A1A5;
	color: #FFFFFF;
	padding: 5px;
	border: 0;
	height: 30px;
	width: 202px;
	font-size: 1em;
	cursor: pointer;
}



#cropMainContainer2 {
	position: absolute;
	left: 260px;
}

.cropHelper2 {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#cropContainer2 {
	width: 402px; /* sometimes has to be commented out */
	height: 300px;
	border: 1px dashed #27A1A5;
	background-image: url("/gfx/crop/overlayLightest.png");
	background-repeat: repeat;
	text-align: center;
	vertical-align: middle;
	overflow: visible; /* needed here */
}

#cropContainer2 img {
	max-width: 400px;
	max-height: 300px;
	vertical-align: middle;
}

#cropBox2 {
	position: absolute;
	top: 80px;
	left: 150px;
	width: 100px;
	height: 120px;
	background: rgba(255,255,255,0.4);
	border: 2px dashed #27A1A5;
	cursor: move;
}

#cropPreview2 {
	position: absolute;
	left: 430px;
	top: 0px;
	width: 202px;
	height: 242px;
	background-color: #CCCCCC;
	border: 1px dashed #27A1A5;
}

#cropPreview2 img {
	width: 200px;
	height: 240px;
}

#cropButton2 {
	position: absolute;
	top: 270px;
	left: 430px;
	background-color: #27A1A5;
	color: #FFFFFF;
	padding: 5px;
	border: 0;
	height: 30px;
	width: 202px;
	font-size: 1em;
	cursor: pointer;
}



#cropMainContainer3 {
    position: absolute;
    left: 260px;
}

.cropHelper3 {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#cropContainer3 {
    width: 402px; /* sometimes has to be commented out */
    height: 300px;
    border: 1px dashed #27A1A5;
    background-image: url("/gfx/crop/overlayLightest.png");
    background-repeat: repeat;
    text-align: center;
    vertical-align: middle;
    overflow: visible; /* needed here */
}

#cropContainer3 img {
    max-width: 400px;
    max-height: 300px;
    vertical-align: middle;
}

#cropBox3 {
    position: absolute;
    top: 80px;
    left: 150px;
    width: 100px;
    height: 120px;
    background: rgba(255,255,255,0.4);
    border: 2px dashed #27A1A5;
    cursor: move;
}

#cropPreview3 {
    position: absolute;
    left: 430px;
    top: 0px;
    width: 202px;
    height: 242px;
    background-color: #CCCCCC;
    border: 1px dashed #27A1A5;
}

#cropPreview3 img {
    width: 200px;
    height: 240px;
}

#cropButton3 {
    position: absolute;
    top: 270px;
    left: 430px;
    background-color: #27A1A5;
    color: #FFFFFF;
    padding: 5px;
    border: 0;
    height: 30px;
    width: 202px;
    font-size: 1em;
    cursor: pointer;
}



#cropMainContainer4 {
    position: absolute;
    left: 260px;
}

.cropHelper4{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#cropContainer4 {
    width: 402px; /* sometimes has to be commented out */
    height: 300px;
    border: 1px dashed #27A1A5;
    background-image: url("/gfx/crop/overlayLightest.png");
    background-repeat: repeat;
    text-align: center;
    vertical-align: middle;
    overflow: visible; /* needed here */
}

#cropContainer4 img {
    max-width: 400px;
    max-height: 300px;
    vertical-align: middle;
}

#cropBox4 {
    position: absolute;
    top: 80px;
    left: 150px;
    width: 100px;
    height: 120px;
    background: rgba(255,255,255,0.4);
    border: 2px dashed #27A1A5;
    cursor: move;
}

#cropPreview4 {
    position: absolute;
    left: 430px;
    top: 0px;
    width: 202px;
    height: 242px;
    background-color: #CCCCCC;
    border: 1px dashed #27A1A5;
}

#cropPreview4 img {
    width: 200px;
    height: 240px;
}

#cropButton4 {
    position: absolute;
    top: 270px;
    left: 430px;
    background-color: #27A1A5;
    color: #FFFFFF;
    padding: 5px;
    border: 0;
    height: 30px;
    width: 202px;
    font-size: 1em;
    cursor: pointer;
}



#cropMainContainer5 {
    position: absolute;
    left: 260px;
}

.cropHelper5 {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#cropContainer5 {
    width: 402px; /* sometimes has to be commented out */
    height: 300px;
    border: 1px dashed #27A1A5;
    background-image: url("/gfx/crop/overlayLightest.png");
    background-repeat: repeat;
    text-align: center;
    vertical-align: middle;
    overflow: visible; /* needed here */
}

#cropContainer5 img {
    max-width: 400px;
    max-height: 300px;
    vertical-align: middle;
}

#cropBox5 {
    position: absolute;
    top: 80px;
    left: 150px;
    width: 100px;
    height: 120px;
    background: rgba(255,255,255,0.4);
    border: 2px dashed #27A1A5;
    cursor: move;
}

#cropPreview5 {
    position: absolute;
    left: 430px;
    top: 0px;
    width: 202px;
    height: 242px;
    background-color: #CCCCCC;
    border: 1px dashed #27A1A5;
}

#cropPreview5 img {
    width: 200px;
    height: 240px;
}

#cropButton5 {
    position: absolute;
    top: 270px;
    left: 430px;
    background-color: #27A1A5;
    color: #FFFFFF;
    padding: 5px;
    border: 0;
    height: 30px;
    width: 202px;
    font-size: 1em;
    cursor: pointer;
}



@media screen and (max-width: 600px) {
		#cropMainContainer {
		left: 0 !important;
	}

	#cropMainContainer2 {
		left: 0 !important;
	}

    #cropMainContainer3 {
        left: 0 !important;
    }

    #cropMainContainer4 {
        left: 0 !important;
    }

    #cropMainContainer5 {
        left: 0 !important;
    }
}



#windowContainer {
	/* position: absolute; */
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#innerContainer {
	position: relative;
	margin: 0px auto;
	max-width: 1024px;
	border: none;
}

#innerContainerWide {
	position: relative;
	margin: 0px auto;
	max-width: 1640px;
	border: none;
}

#contentContainer {
	position: relative;
	max-width: 1024px;
}

#contentContainerWide {
	position: relative;
	max-width: 1640px;
}

#contentMain {
	position: relative;
	color: #000;
	font-family: 'MarkOT-Medium', sans-serif;
	line-height: 1.4em;
}

.alignLeft {
	text-align: left;
}

.alignJustify {
	text-align: justify;
}

.alignCenter {
	text-align: center;
}

.fakeLink {
	color: #27A1A5 !important;
    cursor: pointer;
    font-weight: bold;
}

.fakeLink:hover {
	color: #27A1A5 !important;
	text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}