@charset "UTF-8";
body, main, header, footer {
    margin: 0;
	font-family: 'Open Sans', sans-serif;;
}

nav {
	margin: 0;
	padding: 0;
	position: relative;
}

main {
    background: #005DA8;
    width: 100vw;
    margin: auto;

}
header {
    background: #fff;
    display: flex;
    width: 80%;
    flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
footer {
    background: #91DD74;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    bottom: 0;
}
section {
    min-width: 25%;
    margin: auto;
}
div{
    margin: auto;
}
.detailsPg{
    margin: auto;
    width: 500px;
    min-width: 50%;
}
.detailsContent{
    text-align: center;
    margin-bottom: 50px;
}
.certificateView{
    margin: auto;
    width: 100%;
}
.logoTitle div .siteTitle {
    padding-left: 25px;
}
.headerTitle{
    align-content: center;
}
.register {
    text-align: right;
    align-self: center;
}
.logoTitle {
    align-self: center;
}
.hyperlinks {
    min-width: 350px;
}
body footer section {
    align-self: center;
}
.contact {
    text-align: right;
}
.forgotpassword {
    text-align: center;
}
h2, h3 {
    color: #000000;
}

iframe {
	width: 100%;
	border: none;
	margin-bottom: -4px;
}

.tileContainer{
    margin-top: 3em;
    text-align: justify;
    min-height: 85vh;
    margin: auto;
    width: 80%;
}
.app {
    display: grid;
    grid-gap: 15px; 
    overflow: scroll;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-flow: dense;
    margin: auto;
}
.app div {
margin: 10px;
padding-top: 10px;
    width: 100%;
}

.item{
/*-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;*/
overflow: hidden;
text-align: center;
}
.imgspn{
        width: 20px;
    position: relative;
}

.item img{
    text-align: left;
    padding: 0px 10px;
}
.tileLnk{
    background-color: #ffffff;
}
.tileLnk a{
    text-decoration: none;
}
.titlespn{
    text-align: center;
    width: 100%;
}
.tileTitle{
font-weight: bolder;
font-size: 1.5em;
display: block;
padding: 0px 10px; 
text-align: center;
color: #ffffff;
}
.tileContent{
font-style: italic;
display: block;
padding: 20px;
background-color: #B4BDAE;
margin: 0;
}
    @media (max-width: 720px){
        .app{
            grid-gap: 0px;
            width: 100%;
        }
        .app div{
            background-color: #FFFFFF;
        }
        section{
            padding: 0px;
        }
        .homelink img{
            padding-left: 20px;
        }
        .tileContainer{
            width: 100%;
        }
        .tileTitle{
            display: none;
        }
        .titlespn{
            text-align: left;
            width: 100%;
            margin: auto;
            padding-left: 20px;
        }
        .item{
            text-align: left;
        }
        .item img {
            display: inline-block;
            height: 40px;
        }
        .imgspn{
            display: inline-block;
            width: 4em;
        }
        .appBtn
        {
            /*Submit Button Attributes*/
            display: none;
        }
    }
    @media (min-width: 720px) and (max-width:1020px)
    {
        .app{
            width: 100%;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }
        section{
            padding: 0px;
        }
        .tileContainer{
            width: 100%;
        }
        
    }
    @media(min-width:1020px)
    {
        .dashboard-home{
            background-image: url("../_images/bluebackground.png");
            background-size: cover;
        }
        .app{
            width: 80%;
            padding: 4em;
            background-color: rgb(0,0,0, 0.3);
            border-radius: 45px;
        }
    }
    @media (min-width: 720px){
        .app{
            height: 65vh;
        }
        .app div{
            margin: auto;  
        }
        .item{
            background-color: #093266;
            border-radius: 15px;
            height: 250px;
        }
        .item img{
            text-align: center;
            display: block;
            margin: auto;
            height: 65px;
            padding: 20px;
        }
        .titlespn{
            display: block;
            color: #ffffff;
            padding-top: 15px;
            height: 100%;
        }
        .tileLnk{
            background-color: #6DBE4E;
            border-radius: 10px;
            padding: 12px;
            width: 200px;
            color: #FFFFFF !important;
            text-transform: uppercase;
            text-align: center;
            font-size: 1em;
            box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        }
        .tileLnk:hover{
            background-color: #50BDEB;
            border-radius: 10px;
            padding: 14px;
            width: 220px;
            color: #FFFFFF !important;
            text-transform: uppercase;
            text-align: center;
            font-size: 1.2em;
            box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        }
        .appBtn
        {
            /*Submit Button Attributes*/
            color: #FFFFFF;
            font-size: 18px;
            font-family: 'Lato', Arial, sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            text-align: center;
            min-width: 50px;
            padding: 8px 12px;
            margin: 0px 3px;
            display: inline-block;
            border: none;
            background-color: #6DBE4E;
            border-radius: 10px;
        }
    .appBtn:hover
        {
            color: #FFFFFF;
            font-size: 18px;
            font-family: 'Lato', Arial, sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            text-align: center;
            min-width: 50px;
            padding: 8px 12px;
            margin: 0px 3px;
            display: inline-block;
            border: none;
            cursor: pointer;
            background: #50BDEB;
            }
    }

#AddKeyCode{
    display: none;
}
.navigation {
	height: 70px;
	background: #005DA8;
	padding: 0;
	margin-top: 1em;
}

.navigation-client {
	height: 70px;
    width: 100%;
    position: relative;
	background: #005DA8;
	padding: 0;
	margin-top: 1em;
}
.nav-mobile{
    display:none;
}

.nav-container {
	max-width: 80%;
	margin: 0 auto;
    display: flex;
    height: 100%;
}
.nav-title{
    color: #ffffff;
    font-size: 2em;
    font-weight: 500;
}
.navigation > .nav-container > .nav-header {
    display: inline;
  }

  .navigation > .nav-container > .nav-header > .nav-title {
    display: none;
    font-size: 22px;
    color: #fff;
    font-weight: 550;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
  }

  .navigation > .nav-container > .nav-btn {
    display: none;
  }

  .navigation > .nav-container > .nav-links {
    display: inline;
    float: left;
    font-size: 18px;
  }
  .navigation > .nav-container > .nav-links > ul li a{
    display: block;
    padding: 0 20px;
    color: #fff;
    line-height: 70px;
    text-decoration: none;

  }
  .navigation > .nav-container > .nav-links > ul{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;

  }
  .navigation > .nav-container > .nav-links > ul li{
    display: inline-block;
    background-color: #005DA8;


  }
  .navigation > .nav-container > .nav-links > ul li:hover{
      background-color: #71b44b;
  }
 .navigation > .nav-container > .nav-links > ul li.selected{
      text-decoration: none;
      color: #fff;
      line-height: 4;
      display: inline-block;
      background-color: #6DBE4E;
      text-transform: uppercase;
      border-right: 0.5px solid #4EAE2B;
      border-left: 0.5px solid #4EAE2B;
  }

  .navigation > .nav-container > #nav-check {
    display: none;
  }

 .navigation .nav-links ul a{
    margin-left: 20px;
    margin-right: 20px;
 }

 .navigation .nav-links ul a i{
    background-color: #fff;
    border-radius: 50px;
    padding: 7px;
    margin-left: 5px;
 }
.homelink{
    top: 25%;
    position: relative;
}
.homelink img{
    width: 25px;
}

.maincontent {
    background-color: ffffff;
    width: 80%;
    margin: auto;
    padding: 5px 0px;
    text-align: center;
}

.dashboard {
    background: #ffffff;
	min-height: 60vh;
    padding-top: 2em;
    margin: auto;
}
.dashboard-home {
	min-height: 60vh;
    padding-top: 2em;
    margin: auto;
}
#logindash {
	background: #6DD8F6;
}
.logincont {
    padding: 3em 10px;
    text-align: center;
    min-height: 85vh;
	margin: auto;
	width: 22em;
}
.loginForm {
    padding: 30px 10px;
    text-align: center;
	width: 25em;
    background-color: #ffffff;
    height: 450px;
}
.actionButtonMobile{
    display: inline-block;
}

#headerMenu>ul,
#headerMenu :first-child>li {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
}

#headerMenu :first-child {
	flex-wrap: wrap;
}

#headerMenu :first-child>li {
	align-items: center;
}

#headerMenu li {
	margin: 0 0 0 1em;
}

#headerMenu li a {
    text-decoration: none;
    color: #005DA8;
}

#headerMenu .new-account-menu {
	position: relative;
}

#headerMenu .new-account-menu .header-dropdown {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #7BB958;
	border: none;
	display: block;
	margin-top: -5px;
	cursor: pointer;
}

#headerMenu .new-account-menu .header-dropdown span {
	color: #FFF;
	font-size: 30px;
	line-height: 38px;
	display: block;
	text-align: center;
}

#headerMenu .new-account-menu .header-dropdown.dropdown-open {
	background: #929090;
}

#headerMenu .new-account-menu .header-dropdown.dropdown-open span {
	display: none;
}

#headerMenu .new-account-menu .header-dropdown.dropdown-open:after {
	content: '\00d7';
	color: #FFF;
	font-size: 30px;
	line-height: 38px;
	display: block;
	text-align: center;
}
#headerMenu img {
	margin-right: 10px;
	margin-top: 5px;
}
.dropdown-opened {
	display: -webkit-box !important;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox !important;
	/* TWEENER - IE 10 */
	display: -webkit-flex !important;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex !important;
}

.dropdown-menu>div>ul>li>a {
	width: 100%;
}
.dropdown-menu>ul>li>a {
	width: auto;
}

.dropdown-menu ul {
	box-shadow: none;
}
.dropdown-menu {
	transition: none;
	-webkit-transition: none;
}

.menu-dropdown-text{
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	align-items: center;
}
.siteTitle {
    text-align: center;
    font-size: 2.5em;
}
.secondaryMenu {
    color: #005DA8;
}
.secondaryMenu a {
    color: #005DA8;
}
body {
}
body footer section {
}
.footersections {
    min-width: 45%;
}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.navigation {
		height: auto;
	}
	.nav-container {
		height: 70px;
	}
	
	body {
		min-height: 100vh;
	}
	
	#dropdown-dark-with-icons>.dropdown-anchor{
		left: calc(80%)!important;
	}
	
	.details-buttons{
		justify-content: space-around;	
	}

}


@media (max-width:720px){
body header , footer{
    justify-content: center;
}
.dashboard{
    width: 100%;
}
.dashboard-home{
    width: 100%;
    background-color: #ffffff;
}
.maincontent {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    padding-bottom: 20px;
    margin-bottom: 150px;
}
.logincont{
    max-width: 95%;
    padding: 3em 0px;
    text-align: center;
}
.loginForm{
    max-width: 95%;
    padding: 3em 0px;
    height: 450px;
    margin-bottom: 150px;
}
    .secondaryMenu{
        position: absolute;
        float: right;
        padding: 0px 25px 60px 0px;
        margin: 0;
    }
.nav-container {
    max-width: 100%;
	width: 100%;
}
    /*New Responsive Menu*/
.navigation > .nav-container > .nav-header > .nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    font-weight: 550;
    padding: 0 20px;
    line-height: 70px;
  }
    .navigation > .nav-container > .nav-header > .centered{
        text-align: center;
    }
    .selected{
         display: none !important;
     }
    .navigation > .nav-container > .nav-btn {
      display: inline-block;
      position: relative;
      right: 0px;
      top: 0px;
        float: right;
    }
    .navigation > .nav-container > .nav-btn > label {
      display: inline-block;
      width: 50px;
      height: 50px;
      padding: 13px;
        line-height: 70px;
    }
    .navigation > .nav-container > .nav-btn > label:hover,.navigation  #nav-check:checked ~ .nav-btn > label {
      background-color: rgba(0, 0, 0, 0.3);
    }
    .navigation > .nav-container > .nav-btn > label > span {
      display: block;
      width: 100%;
      height: 33%;
      border-top: 2px solid #eee;
    }
    .navigation > .nav-container > .nav-links {
      position: absolute;
      display: block;
      width: 100%;
      background-color: #333;
      height: 0px;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      left: 0px;
        z-index: 100;
    }
    .navigation > .nav-container > .nav-links > ul li a {
      display: block;
      width: 100%;
    }
 .navigation > .nav-container > .nav-links > ul li{
        display: block;
        margin-bottom: 20px;
        padding: 0;
        background-color: #333;
}
      .navigation > .nav-container > .nav-links > ul li a{
          margin-left: 40%;
      }
      .navigation .nav-links ul a{
        margin-left: 33%;
      }

    /*   */
    .navigation > .nav-container > #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
    .navigation > .nav-container > #nav-check:checked ~ .nav-links {
      height: 350px;
      overflow-y: auto;
    }
    
    /*   */
    
.detailsPg{
    width: 100%;
}
.copyright {
    text-align: center;
}
.contact {
    text-align: center;
}
.logoTitle{
    width: 100%;
}
.logoTitle div {
    align-self: center;
    text-align: center;
}
.logoTitle img {
    width: 120px;
    padding: 30px;
}
.register {
    text-align: center;
}
section {
    padding: 0px;
    min-width: 100%;
}
.actionButtons{
    display: none;
}
.actionButtonMobile{
    display: inline-block;
}
.siteTitle{
    text-align: center;
    font-size: 1.5em;
    margin-top: 0.25em;
    margin-bottom: 0em;
}
.logoTitle div .siteTitle {
    display: none;
}

.nav-mobile {
	align-self: flex-end;
    display: inline-block;
    position: absolute;
    cursor: pointer;
}
.secondaryMenu {
    width: 100%;
}
.secondaryMenu>ul {
    flex-direction: column;
}
.secondaryMenu>li {
    text-align: center;
}
ul{
    padding: 0px;
}
li{
    padding: 0px;
}
#addkey > .small-modal {
	width: calc(60%);
	height: fit-content(40%);
}	
.hyperlinks{
    text-align: right;
    float: right;
}  

}


@media (min-width:721px) and (max-width:1080px){
    .loginForm {
margin-bottom: 50px;
    }
    .nav-mobile {
        display: none;
        position: absolute;
        top: 0;
        background: #005DA8;
        height: 70px;
        width: 70px;
    }
    #addkey > .small-modal {
        width: calc(40%);
    }	
    .actionButtons{
    display: none;
}
.actionButtonMobile{
    display: inline-block;
}
}

@media (min-width: 1081px) and (max-width: 1399px){
        .loginForm {
margin-bottom: 25px;
    }
    .nav-mobile {
        display: none;
        position: absolute;
        top: 0;
        background: #005DA8;
        height: 70px;
        width: 70px;
    }
    #addkey > .small-modal {
        width: calc(20%);
    }	
}

/*@media (min-width: 1400px){
    .loginForm {
    }
    .nav-mobile {
        display: none;
        position: absolute;
        top: 0;
        background: #005DA8;
        height: 70px;
        width: 70px;
    }
    #addkey > .small-modal {
        width: calc(20%);
    }
}*/



/* modal stuff */

.modal-dialog {
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modal-dialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modal-dialog:target>.bodyclose {
	display: block;
}

.modal-dialog>div.micro-modal {
	width: 33%;
	max-width: 100%;
	z-index: 2;
	position: relative;
	margin: 10% auto;
	background: #fff;
	height: calc(40%);
}

.modal-dialog>div.small-modal {
	width: 42%;
	max-width: 100%;
	z-index: 2;
	position: relative;
	margin: 10% auto;
	background: #fff;
	height: calc(60%);
}

.modal-dialog>div.large-modal {
	width: calc(60%);
	max-width: 100%;
	z-index: 2;
	position: relative;
	margin: 0% auto;
	background: #fff;
	height: calc(90%);
}

#myInfo>.small-modal, #modalDialog>.myInfo{
	
width: calc(20%);
	height: calc(30%);
}

#changePassword>.small-modal,
#modalDialog>.change-password {
	height: calc(50%);
}

.modal-dialog>div.edit-modal, #addAccount>.small-modal, #modalDialog>.addAccount{
	width: calc(55%);
}

#modalDialog>.addAccount{
	height: calc(75%);
}

.modal-dialog>div.details-modal{
	width: calc(60%);
}

.modal-body {
	height: calc(100%);
}

.modal-header {
	background: #005DA8;
	height: 60px;
	width: calc(100%);
}

.modal-heading {
	font-size: 30px;
	color: #fff;
}

.close, .maximize, .minimize {
	width: 45px;
	color: #fff;
}

header > a.close:only-of-type {
	margin-bottom: 16px;
}

a.close, a.maximize, a.minimize {
	text-decoration: none;
}

a.maximize, a.minimize {
	padding-right: 15px;
}

a.small {
	margin-bottom: 8px;
}

div.close:after {
	content: url('../_images/close.png');
	font-size: 60px;
	color: #FFF;
	line-height: 60px;
	text-align: center;
}

div.maximize {
	margin-top: 15px;
}

div.maximize:after{
	color: #FFF;
	line-height: 60px;
	text-align: center;
	content:url('../_images/maximize.png');
}

div.minimize:after{
	color: #FFF;
	line-height: 60px;
	text-align: center;
	content:url('../_images/minimize.png');
}

div.minimize {
	margin-top: 15px;
}

.bodyclose {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	display: none;
	z-index: 1;
	position: fixed;
}

#login-modal>.small-modal>.modal-body>iframe,
#login-modal>.small-modal>.modal-body {
	height: 300px!important;
	min-height: 300px!important;
}

body.login-modal {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	flex-direction: column;
	align-items: center;
}

#login-modal>.small-modal {
	width: 20%;
	height: calc(35%);
}

.caspio-form > .modal-iframe {
	width: 99.9%;
	height: calc(90%);
}

.modal-body > .caspio-form {
	height: calc(95%);
}

.manual-closer{
	opacity: 0!important;
	pointer-events: none;
}

#contactUs > .small-modal,
#modalDialog>.contactUs {
	width: calc(40%);
}



#modalDialog>.addkey{
	width: calc(26%);
}
