* {
        box-sizing: border-box;
        font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}


.header {
	margin-top: 0;
	margin-bottom: 85px
}


//HEADINGS h1-h6
h1 {
  font-family: Montserrat;
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #6AC4BE;
}

h2 {
  font-family: Montserrat;
  font-size: 1.5em;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  font-weight: bold;
    color: #6AC4BE;
}

h3 {
  font-family: Montserrat;
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
    color: #6AC4BE;
}

h4 {
  font-family: Montserrat;
  display: block;
  font-size: 1em;
//  margin-top: 0;
//  margin-bottom: 1.33em;
//  margin-left: 0;
//  margin-right: 0;
  font-weight: bold;
    color: #6AC4BE;
}

h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
    color: #6AC4BE;
}

h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
    color: #6AC4BE;
}



body {
        background-color: #FFFFFF;
}
.pwreset {
        width: 600px;
        background-color: #ffffff;
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
        margin: 100px auto;
		border-radius: 25px;
		border: 2px solid #25ccc1;
}
.pwreset h2 {
        text-align: center;
        color: #25ccc1;
        font-size: 24px;
        padding: 20px 0 20px 0;
        border-bottom: 1px solid #dee0e4;
}
.pwreset h4 {
        text-align: center;
        color: #25ccc1;
        font-size: 16px;
        padding: 20px 0 20px 0;
        border-bottom: 1px solid #dee0e4;
}
.pwreset p {
        text-align: center;
        color: #25ccc1;
        font-size: 16px;
        padding: 20px 0 20px 0;
}
.pwreset form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 20px;
}
.pwreset form label {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        background-color: #25ccc1;
        color: #ffffff;
}
.pwreset form input[type="password"], .pwreset form input[type="text"] {
        width: 310px;
        height: 50px;
        border: 1px solid #dee0e4;
        margin-bottom: 20px;
        padding: 0 15px;
}
.pwreset form input[type="submit"] {
        width: 100%;
        padding: 15px;
        margin-top: 20px;
        background-color: #25ccc1;
        border: 0;
        cursor: pointer;
        font-weight: bold;
        color: #ffffff;
        transition: background-color 0.2s;
}
.pwreset form input[type="submit"]:hover {
        background-color: #2868c7;
        transition: background-color 0.2s;
}
.login {
        width: 350px;
        background-color: #ffffff;
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
        margin: 10% auto;
		border-radius: 25px;
#		border: 2px solid #25ccc1;
}
.login th, td {
		padding: 15px;
}

.login h1 {
        text-align: center;
        color: #25ccc1;
        font-size: 24px;
        padding: 20px 0 20px 0;
        border-bottom: 1px solid #dee0e4;
}
.login form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 20px;
}
.login form label {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        background-color: #25ccc1;
        color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
        width: 310px;
        height: 50px;
        border: 1px solid #dee0e4;
        margin-bottom: 20px;
        padding: 0 15px;
}
.login form input[type="submit"] {
        width: 100%;
        padding: 15px;
        margin-top: 20px;
        background-color:#25ccc1;
        border: 0;
        cursor: pointer;
        font-weight: bold;
        color: #ffffff;
        transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
        background-color: #2868c7;
        transition: background-color 0.2s;
}




body.loggedin {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 80%;
}
.flexparent {
  display: flex;
  margin: auto;
  width: 95%;
  background-color: #FFFFFF;
}
.flexnarrow {
  width: 200px;
  background: lightblue;
  /* Just so it's visible */
   border: 2px solid #25ccc1;
}
.flexwide {
    flex: 1;
  /* Grow to rest of container */
  background: lightgreen;
  /* Just so it's visible */
  	border: 2px solid #25ccc1;
 }

.content {
	width: 96%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	background-color: #FFFFFF;
}
.contentfree {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}

.contenttop {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
.contentright {
	display: inline-block;
	float: right;
	width: 49%;
#	margin: auto;
	margin-bottom: auto;
	background-color: #FFFFFF;
}
.contentleft {
	display: inline-block;
	float: left;
	width: 49%;
#	margin: auto;
	margin-bottom: auto;
	background-color: #FFFFFF;
}
.container {
	background-color: #FFFFFF; 
	border-radius: 25px;
//  	border: 2px solid #25ccc1;
	width: 95%;
	margin: auto;
}

.columnbottomright {
	position: absolute;
	bottom: 10px;
	width: 50%;
	border: 3px solid #8AC007;
}


/*
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #25ccc1;
}
*/
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
//	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}
.home:before {
	content: url(home.gif);
}
div.c {
  text-indent: 40%;
}


//tabs
/* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#Home {background-color: red;}
#News {background-color: green;}
#Contact {background-color: blue;}
#About {background-color: orange;}

.textcenter {
    text-align: center;
}
.center {
  display: block;
  top: 25%;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px; /* Half the height */
}

.ImportantText {
        text-align: center;
        color: #25ccc1;
        font-size: 14px;
        padding: 20px 0 20px 0;
}

.logo {
        padding: 0 10px 0 0;
}

.2column {
	column-rule: 4px double #ff00ff;
}

.columnleft {
  	float: left;
//  	display: inline-block;
	width: 49%;
//  	margin-right: 15px;
//	border-radius: 25px;
//  	border: 2px solid #25ccc1;
}

.columnright {
  	float: right;
//    	display: inline-block;
	width: 49%;  	
//	border-radius: 25px;
 // 	border: 2px solid #25ccc1;
}

.navtop {
        background-color: #FFFFFF;
	height: 100px;
//	overflow: inherit;
	width: 100%;
	border: 0;
	padding: 5px 20px 15px 0px;
}
.navmenu {
	float: right;
}

.navtop div {
	display: flex;
	margin: 0 auto;
        background-color: #FFFFFF;
#	width: 1000px;
	width: 80%;
	height: 100%;
}

.navtop div h1 {
	flex: 1;
	font-size: 30px;
 	padding: 3px 0 32px 0;
	margin: 0;
	color: #606060;
	font-family: 'Open Sans', sans-serif;
	vertical-align: middle;
}

.navtop div h2 {
	flex: 1;
	font-size: 20px;
	padding-top: 14px;
#	padding: 1% 1% 0 2%;
	margin: 0;
	color: #606060;
	font-family: 'Open Sans', sans-serif;
	vertical-align: middle;
}

.navtop div a {
 	padding: 3px 20px 9px 0;
	text-decoration: none;
	color: #606060;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}


.grayheading {
	color:	#25ccc1;
}

button2 {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}

.slimbutton {
  background-color: #25ccc1; /* Dobicolors */
  border-radius: 12px;
  border: none;
  color: #FFFFFF;
//  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  display: table-row;
  font-size: 12px;
}

##Floating Asset Container
.asset {
  display: block;
//  width:20%;
  width:100px;
  height:150px;
  float:left;
}


##Top floating containers
.topleft {
  display: block;
  width:50%;
  height:400px;
  float:left;
}

.topright {
  display: block;
  width:50%;
  height:400px;
  float:left;
}

##Floating 3 containers on Service Pages
.left-div {
  display: block;
  width:33.333%;
  height:250px;
  float:left;
}

.center-div {
  display: block;
  width:33.333%;
  height:250px;
  float:left;
}

.right-div {
  display: block;
  width:33.333%;
  height:250px;
  float:left;
}

##Floating 5 Features containers on Service Pages
.smblock1 {
  display: block;
  width:20%;
  height:300px;
  float:left;
}

.smblock2 {
  display: block;
  width:20%;
  height:300px;
  float:left;
}

.smblock3 {
  display: block;
  width:20%;
  height:300px;
  float:left;
}

.smblock4 {
  display: block;
  width:20%;
  height:300px;
  float:left;
}

.smblock5 {
  display: block;
  width:20%;
  height:300px;
  float:left;
}

#cssmenu {
  background: #FFFFFF;
#  background: #25ccc1;
  margin-top: auto;
//  margin: 0;
  width: 100%;	
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}
#cssmenu ul {
  list-style: none;
  margin: 0 15% 0 0;
  padding: 0;
  display: block;
  width:  auto;
  float: right;
  position: relative;  ###added  
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
#  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
  position: relative;  ###added   
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
#  position: absolute;
  position: relative;  ###added 
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #25ccc1;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #4cb6ea;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #25ccc1;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }

//Style for Adding/Deleting More fields inlien

roundfield {
      width: 60%;
      height: 25px;
      margin: 0 auto;
      border: none; /* <-- This thing here */
      border:solid 1px #ccc;
      border-radius: 10px;
}

pgrow {
  background:yellow;
  display: flex;  /* make the row a flex container */
  align-items: center; /* vertically center each flex item in the container */
}

fieldset
{
    border: solid 1px #000;
    padding:10px;
    display:block;
    clear:both;
    margin:5px 0px;
}
legend
{
    padding:0px 10px;
    background:black;
    color:#FFF;
}
input.add
{
    float:right;
}
input.fieldname
{
    float:left;
    clear:left;
    display:block;
    margin:5px;
}
select.fieldtype
{
    float:left;
    display:block;
    margin:5px;
}
input.remove
{
    float:left;
    display:block;
    margin:5px;
}
#yourform label
{
    float:left;
    clear:left;
    display:block;
    margin:5px;
}
#yourform input, #yourform textarea
{
    float:left;
    display:block;
    margin:5px;
}


  
/*SIGNUP FORM */
.signup {
        width: 350px;
        background-color: #ffffff;
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
        margin: 10% auto;
		border-radius: 25px;
#		border: 2px solid #25ccc1;
}


.signup h1 {
        text-align: center;
        color: #25ccc1;
        font-size: 24px;
        padding: 20px 0 20px 0;
        border-bottom: 1px solid #dee0e4;
}
.signup form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 20px;
}
.signup form label {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        background-color: #25ccc1;
        color: #ffffff;
}
.signup form input[type="password"], .signup form input[type="text"] {
        width: 410px;
        height: 50px;
        border: 1px solid #dee0e4;
        margin-bottom: 20px;
        padding: 0 15px;
}
.signup form input[type="submit"] {
        width: 100%;
        padding: 15px;
        margin-top: 20px;
        background-color: #25ccc1;
        border: 0;
        cursor: pointer;
        font-weight: bold;
        color: #ffffff;
        transition: background-color 0.2s;
}
.signup form input[type="submit"]:hover {
        background-color: #2868c7;
        transition: background-color 0.2s;
}  
  
 
/*Accordion Collapsible Content*/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}





/*  TEST GRID */
// color ========================
.item1 {
  color: #004a67;
  background: #09b0d4;
}
.item2 {
  color: #748634;
  background: #c1cc70;
}
.item3 {
  color: #fff;
  background: #f35e7b;
}
.item4 {
  color: #c37b0d;
  background: #f7c05b;
}
.item5 {
  color: #c1465b;
  background: #fc96a3;
}
.item6 {
  color: #f29514;
  background: #e8c257;
}
.item7 {
  color: #c0daeb;
  background: #f2eecb;
}
.item8 {
  color: #09893f;
  background: #6bb383;
}
.item9 {
  color: #005762;
  background: #a2ddeb;
}
.item10 {
  color: #00346b;
  background: #9aadce;
}
.item11 {
  color: #b57909;
  background: #eabd6c;
}
.item12 {
  color: #c21d45;
  background: #f89cab;
}
.item13 {
  background: #0f8cba;
}
.item14 {
  color: #94132f;
  background: #f05c7e;
}
.item15 {
  color: #06512a;
  background: #249557;
}
.item16 {
  color: #044352;
  background: #2a9cb6;
}
// color ========================

.l-grid-container {
  display: grid;
  height: calc(100vw * 4 / 6);
  $row: calc(100% / 4);
  $column: calc(100% / 6);
  grid-template-rows: $row $row $row $row;
  grid-template-columns: $column $column $column $column $column $column;
  //grid-auto-flow: dense;
}

.item {
  width: 100%;
  height: 100%;
  font-size: 60px;
  padding: 20px 30px;
  box-sizing: border-box;
}

/* span  */
.item3 {
  grid-row: span 2;
  grid-column: span 2;
}

.item4 {
  grid-column: span 2;
}

.item8 {
  grid-row: span 2;
}

.item9 {
  grid-column: span 2;
}

.item10 {
  grid-row: span 2;
}

// .item12 {
//   grid-row: span 2;
//   grid-column: span 2;
// }

.item16 {
  grid-column: span 2;
}

.modal-header {
	padding: 20px;
	border-bottom: 1px solid #eee;
	text-align: center;
	background-color: #68BFBC;
	font-size: 36px;
	color: #FFFFFF;	
}
