    @media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
     
body {
	font-family: "century-gothic", sans-serif;
	color:#434a4f;
	text-align:center;
	margin: 0px;
}

table {font-size: 20px;
    line-height: 33px;
    text-align: left;}

h1 {
	font-size: 40px;
	line-height: 46px;
    font-weight: 400;
    text-transform: uppercase;
    color: #434a4f;
}

@media only screen and (max-width: 760px)  { h1 { font-size: 26px; line-height: 32px; } }

h2 {
	font-size: 24px;
    font-weight: 600;
    line-height: 30px;
	
}

@media only screen and (max-width: 760px)  { h2 { font-size: 21px; } }

h3 {
	font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

@media only screen and (max-width: 760px)  { h3 { font-size: 19px; } }
	
	a img
{
	border:none;

}

hr {margin: 24px 0px;}

hr.style-one {
    border: 0;
    height: 1px;
    background: #4d4d4d;
    background-image: linear-gradient(to right, #ccc, #4d4d4d, #ccc);
	margin-left:20%;
	width:60%;
}
	
a {
 color: #000;
 text-decoration:none;
 }
	 
a:hover {
 color: #000;
 text-decoration:underline;
 }	

/* GAP Dec 9 2024 */
.header {
    width: 100%;
    /*-- padding: 1rem; --*/
}

.container {
    /*-- max-width: 1200px; --*/
	width: 90%;
    margin: 2% auto 0% auto;
    /*-- padding: 0 1rem; --*/
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.logo img {
    /*-- max-width: 270px; --*/
    /*-- height: auto; --*/
	height: 85px;
}

.header-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.search-container {
    position: relative;
    width: 100%;
    max-width: 300px;
}

@media only screen and (max-width: 760px)  { .search-container { margin-bottom: 5%; } }

    

.search-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #2b2680;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.search-icon svg {
    color: white;
}

.search-input {
	width: 100%;
    height: 36px;
    padding: 7px 7px 7px 60px;
    border: 1px solid #aaa;
    border-radius: 18px;
    background-color: #fff;
    font-size: 17px;
}

.search-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #3b82f6;
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5vw;
}

.nav-link {
    color: #333;
    text-decoration: none;
    font-size: 0.96vw;
    text-transform: uppercase;
    font-weight: 600;
    transition: color 0.3s ease;
}




.nav-link:hover {
    color: #2b2680;
	text-underline-offset: 4px;
}

@media (min-width: 859px) {
    .header-content {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .header-right {
        align-items: flex-end;
    }

    .main-nav {
        justify-content: flex-end;
    }
}



/* GAP Dec 9 2024 */

.responsive {
  width: 100%;
  height: auto;
}

.header-wrapper {
	position: relative;
    width: 100%;
    height: auto;
    margin-top: 8.5%;
	margin-bottom: 11.5%;
}

.subpage-wrapper {
	position: relative;
    width: 100%;
    height: auto;
    margin-top: 12%;
	margin-bottom: 13%;
}




.header-image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
	width:100%;
}

.subpage-header-image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
	width:100%;
}

.header-link {
	width: 100%;
    position: relative;
	text-align: left;
}

.subpage-header-title {
	width: 44%;
    position: relative;
    text-align: left;
    font-size: 3vw;
    margin-left: 5%;
    color: #FFF;
}

.header-link img{
	width: 51%;
	
}




@media only screen and (min-width: 1367px) and (max-width: 1600px) { 
	.nav-link { font-size: 1.1vw; }
	.logo img { height: 75px; }
	.search-icon { width: 45px; height: 45px; }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) { 
	.nav-link { font-size: 1.1vw; }
	.logo img { height: 65px; }
	.search-icon { width: 45px; height: 45px; }
	.search-input { height: 30px; padding: 4px 4px 4px 50px; font-size: 14px; }
}

@media only screen and (min-width: 859px) and (max-width: 1199px) { 
	.nav-link { font-size: 1.2vw; }
	.logo img { height: 50px; }
	.search-icon { width: 38px; height: 38px; }
	.search-input { height: 26px; padding: 4px 4px 4px 50px; font-size: 13px; }
	.main-nav { gap: 1rem; }
}

@media only screen and (min-width: 761px) and (max-width: 858px) { 
	.nav-link { font-size: 1.6vw; }
	.logo img { height: 60px; }
	.search-icon { width: 36px; height: 36px; }
	.search-input { height: 28px; padding: 4px 4px 4px 50px; font-size: 14px; }
	.main-nav { gap: 1rem; }
}




@media (max-width: 760px) {
	.main-nav { display: none; }
	.header-wrapper { margin-top: 13%; }
	.container { margin: 4% auto 0% auto; }
	.header-content { gap: 1.25rem; }
}









.home-content-top {
	width: 70%;
	margin-left: 15%;
	text-align:left;
	font-size: 20px;
    line-height: 30px;
}

.home-content-top h1 { text-align: center; }

.home-content-top li { margin-bottom: 10px; }

.home-content-top a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.home-content-top a:hover { text-decoration: none; color: #1b6bb6; }


.home-content {
	width:80%;
	margin-left:10%;
	margin-top:2%;
	text-align:center;
	font-size: 20px;
    line-height: 30px;
}

.bluebold { color: #003ba3; font-weight: 600; }

.subpage-content {
    margin-left: 12.5%;
	margin-bottom: 3.5%;
    width: 75%;
    font-size: 20px;
    line-height: 36px;
    text-align: left;	
}

.subpage-content h1 { text-transform: none; }

.subpage-content a { 
	color: #1b6bb6; 
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.subpage-content a:hover { color: #640fa3 }

.subpage-content ul { padding-inline-start: 60px; }


@media (max-width: 760px) {
	.subpage-content { 
		margin-left: 5%;
		width: 90%;
		font-size: 17px;
		line-height: 31px;
	}
	
	.subpage-content ul { padding-inline-start: 30px; }
}

@media only screen and (min-width: 761px) and (max-width: 1440px) { 
	.subpage-content { 
		    margin-left: 7.5%;
		    width: 85%;
	}
}


.line-divider {
	border-bottom: 2px solid;
    width: 80%;
    text-align: center;
    margin: 3% 0% 3% 10%;
}

.home-content img{
	width:100%;
	max-width:800px;
}

.home-content-blue {
    background-color: #E8ECF7;
    text-align: center;
    width: 80%;
    padding-top: 1.5%;
    padding-bottom: 2%;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 22px;	
	font-weight:600;
	margin: 4% 0% 2% 0%;
}

.home-content-blue img:hover { opacity: 0.5; transition: all 250ms ease; }



.home-learn-container {
	width: 90%;
    margin: 2.5% 0% 1% 5%;
	display:flex;
	justify-content:space-between;
	
}

@media only screen and (max-width: 760px)  {
.home-learn-container {
	flex-direction:column;
	
}
}

.home-learn-col {
	width: 22%;
	
}

@media only screen and (max-width: 760px)  {
.home-learn-col {
	width:100%;
	
}
}

.home-learn-col img{
	width:100%;
	
}

@media only screen and (max-width: 760px)  {
.home-learn-col img{
	max-width:200px;
	
}
}


.home-content-2 {
	width: 100%;
	text-align: center;
	font-size: 22px;
	padding: 2% 0% 3% 0%;	
}

.home-content-2-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 3% 0% 1.5% 0%;
}

@media only screen and (max-width: 760px)  {
.home-content-2-container {
	flex-direction:column;
}	
	
}


.home-content-2-image {
	width:50%;
	background-image: url(../images/difference_background.jpg);
    background-size: cover;
    background-position: center top;
	
}

@media only screen and (max-width: 760px)  {
.home-content-2-image {
	width:100%;
	
}	
	
}


.home-content-2-image img{
	width:100%;
	
}

.home-content-2-text {
	width:22%;
	text-align:left;
	font-size: 0.9vw;
    line-height: 1.4vw;
	padding: 1% 0%;
}

.home-content-2-text a { text-decoration: underline; }
.home-content-2-text a:hover { text-decoration: none; }

@media only screen and (max-width: 760px)  {
.home-content-2-text {
	width:80%;
	font-size:20px;
	line-height:30px;
	margin-left:10%;
}	
	
}


.home-content-2-icons {
	width: 10%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 7%;
}

.home-content-2-icons img:hover { opacity: 0.5; transition: all 250ms ease; }

@media only screen and (max-width: 760px)  {
.home-content-2-icons {
	width:100%;
	margin-right:0;
}
	
}

.home-content-2-icon { 
	width: 85%;
    padding: 7% 0%;
}

.home-content-2-icon img { width:100%; }

@media only screen and (max-width: 760px)  {
	.home-content-2-icon img { max-width:150px; } 
	.home-content-2-icon { width: 100%; padding: 4% 0%; } 
}



.home-content-green {
    background-color: #edf2da;
    text-align: center;
    width: 80%;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 20px;	
    margin-bottom: 3%;
}


.home-news-container {
	width:100%;
	display:flex;
	justify-content:space-between;
	
}

@media only screen and (max-width: 760px)  {
.home-news-container {
	flex-direction:column;
	
}
	
}



.home-news-col {
	width:30%;
	text-align:left;
	display: flex;
    flex-direction: column;
    justify-content: space-between;	
	
}

@media only screen and (max-width: 760px)  {
.home-news-col {
	width:80%;
	margin-left:10%;	
}
	
}


.home-news-col span{
	font-weight:600;
}

.home-news-col img{
	max-width:100%;
	
}

.home-content-3 {
	width:100%;
	text-align:center;
	padding-top: 1%;
    padding-bottom: 1%;	
	/*-- border-top: 2px solid; --*/
}

.home-content-3-container {
	width:100%;
}

.home-content-3 a{
	font-size:22px;
    text-decoration: underline;
	text-underline-offset: 4px; 
}
.home-content-3 a:hover { text-decoration: none; opacity: 0.8; }

.home-content-3-icons {
	width:80%;
	margin-left:10%;
	display:flex;
	justify-content:space-between;	
	margin-top: 3%;
    margin-bottom: 3%;	
}

@media only screen and (max-width: 760px)  {
.home-content-3-icons {
	flex-direction:column;	
}
	
}


.home-content-3-icon {
	width:12.5%;
}

.home-content-3-icon img {
	width: 100%;
	max-width: 200px;
}

    

@media only screen and (max-width: 760px)  {
.home-content-3-icon {
	width:100%;
	margin-bottom:10%;
}
	
}


@media only screen and (min-width: 761px) and (max-width: 1440px) { 
	.home-content-3-icons { width: 90%; margin-left: 5%; }
	.home-content-3-icon { width: 15%; }
}

.submargins { width: 100%; margin-left: 0%; }


.footer-container {
    background-color: #EAEAEA;
	color: #717171;
    width: 90%;
    margin-top: 3%;
    padding-top: 2%;
    padding-bottom: 3%;
    padding-left: 10%;
    padding-right: 0%;
	display:flex;
	justify-content:space-between;
}

.footer-container a { color: #717171; }

@media only screen and (max-width: 760px)  { .footer-container  { flex-direction:column; width: 100%; padding-left: 0%; padding-top: 5%;} }

@media only screen and (min-width: 761px) and (max-width: 1440px) { 
	.footer-container {
		width: 96%;
		padding-left: 4%;
		padding-right: 0%;
	} 
}


.footer-col {
	width:25%;
	text-align: left;
	line-height: 140%;
}

.footer-col img{
	width: 100%;
	max-width: 214px;
	margin-left: -12px;
	
}

@media only screen and (max-width: 760px)  {
	.footer-col {
		margin-left:10%;
		width:80%;
		text-align: center;
	}
	
	.footer-col img { margin-left: 0px; }
	
	
}




.training-container {
	width:100%;

	
}
.training-boxes-container {
	width: 85%;
	display: flex;
	justify-content: space-between;
	margin-left: 7.5%;
	
}
@media only screen and (max-width: 760px)  {
.training-boxes-container {
	flex-direction:column;
	
}
	
}


.training-box {
	width:30%;
	display:flex;
	justify-content:space-between;
	flex-direction:column;	
}

.training-box a:hover { text-decoration: none !important; }

@media only screen and (max-width: 760px)  {
	.training-box {
		width:80%;
		margin-left:10%;
		margin-bottom: 8%;
	}	
}


.training-box img{
	width:100%;
	
}

.training-text {
	color:#FFF;
	font-size:1vw;
	height:100%;
	display: flex;
    flex-direction: column;
    justify-content: center;	
	padding: 10px;
}

.training-text span { font-size: 80%; }


@media only screen and (max-width: 760px)  { .training-text { font-size: 14px; } }


.handouts-container {
	width:100%;
	background-color:#edf2da;
    padding-top: 2%;
    margin-top: 4%;	
	padding-bottom: 5%;
}

.handouts-boxes-container {
	width: 85%;
	display: flex;
	justify-content: flex-start;
	margin-left: 7.5%;
	margin-top: 4%;
	
}

@media only screen and (max-width: 760px)  {
.handouts-boxes-container  {
	flex-direction:column;
	
}
	
}

.handouts-box {
	width:23%;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	border: 1px solid #000;
	margin: 0% .9%;
	
}

@media only screen and (max-width: 760px)  {
.handouts-box {
	width:80%;
	margin-left:10%;
	margin-bottom:3%;
	
}
	
}



.handouts-box img{
	width:100%;
	
}


.handouts-text {
	color:#FFF;
	/*-- background-color:#E5962F; --*/
	background-color:#777d61;
	font-size: 0.9vw;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;	
	padding: 8px 4px;
}

.handouts-text a { color: #fff; }
.handouts-text a:hover { opacity: 0.8; text-decoration: none;  }

@media only screen and (max-width: 760px)  { .handouts-text { font-size: 12px; } }




.portraits-boxes-container {
	width: 85%;
	display: grid;
	justify-content: space-between;
	margin-left: 7.5%;
	margin-top: 4%;
    grid-template-columns: repeat(4, 1fr);
}


@media only screen and (min-width: 761px) and (max-width: 1024px) { .portraits-boxes-container { grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 760px)  { .portraits-boxes-container { grid-template-columns: repeat(1, 1fr); } }



.portraits-box {
	/*-- width: 23%; --*/
	display: flex;
	justify-content: space-between;
	flex-direction: column;  
	border: 1px solid #e9eff7;
	margin: 5%;
}


.portraits-box img { width:100%; }




.books-container {
	width:100%;
	background-color:#FFF;
    padding-top: 1%;
    margin-top: 2%;	
	padding-bottom: 6%;
}

.books-boxes-container {
	width:90%;
	display:flex;
	justify-content:space-between;
	margin-left:5%;
	margin-top:4%;
	
}

@media only screen and (max-width: 760px)  {
.books-boxes-container {
	flex-direction:column;
	
}
	
}


.books-box {
	width:30%;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	border: 1px solid #000;
	background: #c6d7e9;
}

@media only screen and (max-width: 760px)  {
.books-box {
	width:80%;
	margin-left:10%;
	margin-bottom:3%;
}
	
}


.books-box img{
	width: 80%;
    padding: 8%;
    background-color: #C6D7E9;
	max-height: 260px;
	/*-- min-height:80%; --*/
}

.books-text {
	color:#FFF;
	background-color:#5175c2;
	font-size:2vw;
	/*-- height: 100%; --*/
	display: flex;
    flex-direction: column;
    justify-content: center;		
}

@media only screen and (max-width: 760px)  { .books-text { font-size: 18px; } }



.books-text a {
	color:#FFF;
	font-size: 26px;
    padding: 12px 8px;
}

.books-text a:hover { 
	opacity: 0.75;
	text-decoration: none;
}

@media only screen and (max-width: 1024px)  { .books-text { font-size: 20px; } }



.support-container {
    background-color: #EEE6F5;
    text-align: center;
    width: 76%;
    padding-top: 1.5%;
    padding-bottom: 3%;
    padding-left: 12%;
    padding-right: 12%;
    font-size: 18px;
    line-height: 26px;	
}

@media only screen and (max-width: 760px)  { 
	.support-container { 
		width: 100%;
		padding-left: 0%;
    	padding-right: 0%;
	   	font-size: 16px;
    	line-height: 24px;
	}
}

.support-container a { text-decoration: underline; text-underline-offset: 4px; }
.support-container a:hover { text-decoration: none; }


.support-group-container{
	width:100%;
	display:flex;
	justify-content:space-evenly;
	
}

@media only screen and (max-width: 760px)  {
.support-group-container{
	flex-direction:column;
	
}
	
}



.support-group-col {
	width:40%;
	text-align:left;
	
}

@media only screen and (max-width: 760px)  {
.support-group-col{
	width: 80%;
	margin-left: 10%;	
}
	
}


.support-group-col span{
	font-weight:600;
	font-size: 110%;
}

.support-group-col img{
	width:100%;	
}

.quick-links {
    margin-top: -3.75%;
    width: 116.5%;
    margin-left: -16.5%;
    margin-bottom: 4%;
    padding: 2% 0.5% 2% 16%;
    background-color: #e7e7e7;
    font-size: 21px;
    line-height: 36px;
    text-align: left;
	display:block;
}

.quick-links a { color: #434a4f; }
.quick-links a:hover { color: #434a4f; opacity: 0.6; }


@media only screen and (max-width: 760px)  { .quick-links { display: none;} }


.full-green {
	background-color: #ecf6ea;
    width: 100%;
    margin: 3.5% 0% 3.5% -16.5%;
    padding: 2% 16.5% 2% 16.5%;
}

.full-purple {
	background-color: #eee6f5;
    width: 100%;
    margin: 3.5% 0% 3.5% -16.5%;
    padding: 2% 16.5% 2% 16.5%;
}

.full-purple li { margin: 10px 0px; }

.full-blue {
	background-color: #e9eff7;
    width: 100%;
    margin: 3.5% 0% 3.5% -16.5%;
    padding: 2% 16.5% 2% 16.5%;
}

@media only screen and (max-width: 760px)  {
	.full-blue, .full-purple, .full-green { padding-bottom:10%; padding-right:5.5%; } }

.subpage-2column {
	width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.subpage-column {
	width: 42%;
    text-align: left;
}





.supporters-boxes-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 760px)  { .supporters-boxes-container  { flex-direction:column; } }

.supporters-box {
	width: 31%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;	
}

@media only screen and (max-width: 760px)  { 
	.supporters-box { 
		width:80%;
		margin-left:10%;
		margin-bottom:3%;
	}	
}

.supporters-box img { width:100%; }


.button {
  background-color: #83d472;
  border: none;
  color: white;
  padding: 16px 36px;
  text-align: center;
  text-decoration: none;
  display: table;
  font-size: 22px;
  margin: auto;
  transition-duration: 0.2s;
  cursor: pointer;
	font-family: "century-gothic", sans-serif;
}

@media only screen and (max-width: 760px)  { 
	.button { 
		padding: 8px 30px;
		font-size: 20px;
		line-height: 26px;
	} 
}

.button a { color: white; }
.button a:hover { text-decoration: none; color: white;}


.buttongreen {
  background-color: #92b600; 
  color: white; 
  
}

.buttongreen:hover {
  background-color: #bacf68;
  color: white;
}

.buttonpurple {
  background-color: #713d99; 
  color: white; 
  
}

.buttonpurple:hover {
  background-color: #a76fd9;
  color: white;
}

.buttonblue {
  background-color: #1c6bb6; 
  color: white; 
  
}

.buttonblue:hover {
  background-color: #80b6e8;
  color: white;
}





.portal-bar {
	display: block;
  position: fixed;
	right: 0;
	z-index: 50;
	top:28%;
}

.portal-bar a {
  display: block;
  text-align: center;
  padding: 15px 10px 15px 10px; 
  transition: all 0.3s ease;
}

@media only screen and (max-width: 760px)  { .portal-bar { display: none; } }

.portal-bar a:hover {
  background-color: #9d51d6;
}

.portal-button {
  background: #713d99;
	/*-- border-bottom: 1px solid #fff; --*/
	margin-bottom: -1px;
}

.portal-divider {
  background: #713d99;
	padding:0px;
}

.portal-button-top {
  border-radius: 38px 38px 0px 0px;
	background: #713d99;
	/*-- border-bottom: 1px solid #fff; --*/
	margin-bottom: -1px;
}

.portal-button-bottom {
  border-radius: 0px 0px 38px 38px;
	background: #713d99;
}



.connect-container {
	width: 100%;
	display:flex;
	justify-content:space-between;
}

@media only screen and (max-width: 760px)  { .connect-container { flex-direction: column; } }

.connect-col {
	width: 32.5%;
	background-color: #e9eff7;
	text-align: left;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	font-size: 19.5px;
    line-height: 28px;
}


.connect-col span { font-weight: 600; }
.connect-col img { max-width: 100%; }

.connect-col a { font-size: 19.5px; line-height: 28px; }

.connect-col-inside { 
	display: flex; 
	flex-direction: row; 
	padding: 26px; 
}

.connect-col-inside:hover { background-color: #f0f3f7; transition: all 250ms ease; }
.connect-col-inside a:hover { text-decoration:none; }


.connect-icon { width: 16%; }
.connect-info { margin-left: 5%; }
.connect-info h3 { margin-block-start: 5px; margin-block-end: 10px; }

.connect-container a { text-decoration:none; color: #434a4f; }
.connect-col a { text-decoration:none; color: #434a4f; }
.connect-info a { text-decoration:none; color: #434a4f; font-size: 1.0vw; line-height: 1.4vw; }

.connect-container a:hover { text-decoration:none; color: #434a4f; }
.connect-col a:hover { text-decoration:none; color: #434a4f; }
.connect-info a:hover { text-decoration:none; color: #434a4f; }

@media only screen and (min-width: 761px) and (max-width: 1024px)  { 
	.connect-col-inside { padding: 4%; }
	.connect-info a { font-size: 1.2vw; line-height: 1.6vw; }
}

@media only screen and (max-width: 760px) {
	.connect-col { width: 90%; margin-left:5%; }
	.connect-info a { font-size: 3.4vw; line-height: normal; }
	.connect-icon { width: 14%; }
}




.online-course {
	width: 28.8%; 
	float:left; 
	font-size: 15px; 
	line-height: 22px; 
	margin-bottom:20px;
	background-color: #f0f3f7;
	padding: 1% 1.5%;
	border-radius: 5px;
  	/*-- border: 1px solid #d4e0ef; --*/
}

.online-course img { width: 100%; }

.online-tile1 { margin-right: 1%; margin-left: 0%; }

.online-tile2 { margin-right: 1%; margin-left: 1%; }

.online-tile3 { margin-right: 0%; margin-left: 1%; }

.online-tile1 span, .online-tile2 span, .online-tile3 span  { font-size: 1vw; }

.online-training-button {
	background-color: #1c6bb6;
	border: none;
	color: white !important;
	padding: 10px 28px;
	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.online-training-button:hover { background-color: #003ba3; transition: all 200ms ease; }

.online-text { height: 75px; }

@media only screen and (min-width: 1440px) and (max-width: 1700px) { .online-text { height:136px; } }
@media only screen and (min-width: 1024px) and (max-width: 1439px) { .online-text { height:150px; } }
@media only screen and (min-width: 761px) and (max-width: 1023px)  { 
	.online-text { height:125px; }
	.online-tile1 { margin-right: 0.8%; margin-left: 0.8%; }
	.online-tile2 { margin-right: 0.8%; margin-left: 0.8%; }
	.online-tile3 { margin-right: 0.8%; margin-left: 0.8%; }
	.online-course { width: 45%; }
}
@media only screen and (max-width: 760px) {
	.online-text { height:140px; }
	.online-tile1 { margin-right: 0%; margin-left: 0%; }
	.online-tile2 { margin-right: 0%; margin-left: 0%; }
	.online-tile3 { margin-right: 0%; margin-left: 0%; }
	.online-course { width: 96%; }
}

.join-us-input {
	width: 300px;
    max-width: 100%;
    height: 30px;
	font-size:16px;
}	


.emailbutton {
  display: inline-block;
    border-radius: 2px;
    background-color: #1c6bb6;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    padding: 16px 36px;
    transition: all 0.4s;
    cursor: pointer;
    margin: 10px 0px 5px 0px;
}

.emailbutton:hover  {
background-color: #80b6e8;
}

.emailbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.emailbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.emailbutton:hover span {
  padding-right: 25px;
	
}

.emailbutton:hover span:after {
  opacity: 1;
  right: 0;
}

.topnav {
  overflow: hidden;
  background-color: #2b2680;
}

@media only screen and (min-width: 761px)  {
.topnav{
	display:none;
}	
	
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #e01f1a;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}



@media screen and (max-width: 760px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 760px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}





/* Float cancel and delete buttons and add an equal width */
.cancelbtn-confirm, .deletebtn-confirm {
  float: left;
  width: 10%;
	cursor: pointer;
	border: none;
	padding: 4px 14px;
	margin: 4px 0px;
	opacity: 0.9;
}

.cancelbtn-confirm:hover, .deletebtn-confirm:hover {
  opacity:1;
}

/* Add a color to the cancel button */
.cancelbtn-confirm {
  background-color: #f2f2f2;
  color: black;
	margin-left:45%;
}

/* Add a color to the delete button */
.deletebtn-confirm {
  background-color: #f2f2f2;
	margin-left:4%;
}

/* Add padding and center-align text to the container */
.container-confirm {
  padding: 0.1% 8% 1.4% 8%;
  text-align: center;
}

.container-confirm a { 
	font-weight: bold;
	color: #f2f2f2;
}

.container-confirm a:hover { 
	text-decoration: underline;
}

/* The Modal (background) */
.modal-confirm {
  /* display: none;  Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 8; /* Sit on top */
  left: 0;
  bottom: 0;
  width: 100%; /* Full width */
  /* height: 100%;  Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: none;
	font-size: 18px;
    line-height: 26px;
}

/* Modal Content/Box */
.modal-content-confirm {
	width: 100%;
	border-top: 2px solid white;
}

/* Style the horizontal ruler */
hr-confirm {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Modal Close Button (x) */
.close-confirm {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close-confirm:hover,
.close-confirm:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix-confirm::after {
  content: "";
  clear: both;
  display: table;
}


@media only screen and (max-width: 760px){
.cancelbtn-confirm, .deletebtn-confirm { width: 90%; }
.cancelbtn-confirm { margin-left:5%; }
.deletebtn-confirm { margin-left:5%; }
}

@media only screen and (min-width: 761px) and (max-width: 1365px) {
.cancelbtn-confirm, .deletebtn-confirm { width: 30%; }
.cancelbtn-confirm { margin-left:35%; }
.deletebtn-confirm { margin-left:4%; }
}




