.cardcontents  h5, h4, h2, p {margin:0px; padding:4px;}
.cardcontents  h4  {font-size: 3.3vmin !important;}
.entrytext {font-size:120%;}
.cardcontents ol, .cardcontents ul {padding-top:4px !important; margin-top:0px !important; padding-bottom:10px;}
.singleheading {padding-bottom:32px;}
.weblink h3{font-size: 100% !important; padding-left:10px;}

.paddingboth {padding-top:40px;
  padding-bottom:40px;}

 td, th {
  border: 1px solid #ddd !important;
  padding: 8px !important;
}
tr:hover {background-color: #ddd;}
tr:first-child {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #106caa;
  color: white;
}


.cardcontents li {
  list-style: disc
}



.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #106CAA;
}


.ui.header>.image+.content {
    padding-left: 0.75rem;
    vertical-align: middle;
}

.ui.header .content {
    display: inline-block;
    vertical-align: top;
	    font-size: 32px;
}

.ui.image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background-color: transparent;
    
}

.ui.header img {
    display: inline-block;
    margin-top: 0;
    width: 62px;
    height: auto;
    vertical-align: middle;
}

.ui.header2 img {
  display: inline-block;
  margin-top: 0;
  width: 122px !important;
  height: auto;
  vertical-align: middle;
}

.cardbox a {color: white; font-weight: bold;}

.cardbox {
  padding: 40px 40px 40px 40px;
    color: white;
    width: auto;
    margin: 2em auto;
}

.cardbox strong {
    color: white !important;

}



.cardbox h2 {
    color: white;
    padding-bottom:16px;
    border-bottom: 1px solid rgba(223, 223, 223, 0.23);
    margin-bottom:22px;
  
  }

.nudebox {
	padding: 30px 40px 40px 40px;
    background-color: rgb(255, 255, 255);
    width: auto;
    margin: 1em auto;
    border: 1px dashed rgb(213, 212, 212);
    border-left: 1px dashed rgb(220, 220, 220);
    margin: 2em auto;

}

.nudebox h2 {
  padding-bottom:16px;
  border-bottom: 1px solid rgb(223, 223, 223);
  margin-bottom:22px;
}

.solidbox {
  padding: 30px 40px 40px 40px;
  background-color: rgb(242, 242, 242);
  background-image: linear-gradient(45deg, #106caa , #88c5fb ) !important;
  color: rgb(255, 255, 255);
  width: auto;
  margin-bottom: 32px;

}

.solidbox h2, .solidbox p, .solidbox ul, .solidbox li {

  color: rgb(255, 255, 255);

}


.paper {
    width: auto;
    height: auto;
    margin-bottom: 2em auto;
	
	border-bottom: 1px dashed #dad3b2;

    color: rgb(0, 0, 0);
    padding: 50px 40px 40px 40px;

    background: #fdf8df;
    background-image:
      linear-gradient(  
        90deg,
        #fdf8df 12px, 0,
        #fff 15px, 0,
        #fff 20px, 0,
        #fdf8df 100%
      ),
      radial-gradient(
        circle closest-side,
        rgb(255, 255, 255) 90%,
        #fdf8df 100%
      ),
      radial-gradient(
        circle at 22px 8px,
        #ffffff 70%,
        #ffffff 40%,
        #ffffff 100%
      );
    background-size: 32px 8px, 32px 16px, 32px 16px;
    background-repeat: space no-repeat;
    background-position: center top, center 6px, center 6px; 
  }

  .paper h2 {
    padding-bottom:16px;
    border-bottom: 1px solid rgba(181, 182, 171, 0.456);
    margin-bottom:22px;
  }

  .paper strong {
    color: black !important;

}


  .wrapper{
    width: auto;
    height: auto;
    display: table;
    border: 1px solid rgb(220, 220, 220);
    margin: 50px auto;
    padding: 40px;
    position: relative;
  }
    .wrapper:after{
       content: '';
       position: absolute;
       font-family: fontAwesome;
       font-size: 50px ;
       color: rgb(220, 220, 220);
       background: #fff;
    }
    .wrapper:before{
      content: '';
      position: absolute;
      font-family: fontAwesome;
      font-size: 50px ;
      color: rgb(220, 220, 220);
      background: #fff;
   }
    .wrapper:after {
       content: '\f10d';
       top: 0;
       left: 0;
       transform: translate(-50%, -50%);
       box-shadow: 10px 10px 0 #fff;
    }
    .wrapper::before {
       content: '\f10e';
       bottom: 0;
       right: 0;
       transform: translate(50%, 50%);
       box-shadow: -10px -10px 0 #fff;
    
 }

 .wrapper h2 {
  padding-bottom:16px;
  border-bottom: 1px solid rgba(195, 195, 195, 0.574);
  margin-bottom:22px;
}

.wrapper strong {
  color: black !important;

}
 
.paddingbanner {padding-top: 8vw; padding-bottom: 32px;}




 /*
Gradeint Cards
*/
.cards {
  display: grid;
  padding-bottom: 52px !important;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin: 0;
  list-style: none;
}


@media (max-width: 991px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}


.cardshomesection {


  grid-template-columns: repeat(2, 1fr) !important;
}


@media (max-width: 991px) {
  .cardshomesection {
    grid-template-columns: repeat(1, 1fr)  !important;
  }
	.ui.header .content {
    font-size: 22px;
}
	.wrapper h2 { font-size: 22px;}
}


.cards__item {
  height: 380px;
  
  
}

.cardshomesectionbg {background-image: linear-gradient(45deg, #192a5e , #2f4280) !important;

}

.cardshomesectionscholarship {
	background-image: linear-gradient(45deg, #fff , #f3f6ff ) !important;
	color: #192a5e !important;
}

.cardshomesectionscholarship h2{
	color: #192a5e;
}

.card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;

}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.card__frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.card__picture {
  margin-bottom: 12px;
}
.card__picture img {
  display: block;
  max-width: 100%;
  height: auto;
}
.card__title {
  margin: 0;
  font-size: 140%;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
.card__overlay {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
  background-color: none;
  transition: 0.5s;
  cursor: pointer;
  font-size: 15px;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 900;
}
.card__overlay::after {
  content: "↗";
  font-size: 21px;
  font-family: inherit;
  font-weight: 900;
  text-transform: uppercase;
  background: none;
}
.card__overlay:hover, .card__overlay:focus {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  border-radius: 0;
  opacity: 1;
  content: none;
}
.card__overlay:hover::after, .card__overlay:focus::before {
  content: none;
}

.card__content {
  z-index: 1;
  padding: 32px;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  pointer-events: none;
  transition: 0s;
}

.card__overlay:hover ~ .card__content {
  opacity: 1;
  visibility: visible;
  transition: 0.2s 0.3s;
}
.card__content h2 {
  margin: 0;
  margin-bottom: 16px;
  color: white;
}

/* 
End of Gradient Cards
*/


/* 
Arrow animation
*/
.arrow {
	width: 0;
	height: 40px;
	border: 1px solid #333;
	position: relative;
	animation: scroll 1.5s infinite;
	-webkit-animation: scroll 1.5s infinite;
}
	.arrow:after {
		content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -5px;
    width: 1px;
    height: 10px;
  
    border-top: 10px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
	}


@keyframes scroll {
	0% {
		height: 40px;
	}
	30% {
		height: 70px;
	}
	60% {
		height: 40px;
	}
}

@-webkit-keyframes scroll {
	0% {
		height: 40px;
	}
	30% {
		height: 70px;
	}
	60% {
		height: 40px;
	}
}
/*
End of Arrow animation
*/




/* Domain Page CSS */

.domain-heading {
margin-bottom:32px;
background: blue;
background-image: linear-gradient(45deg, #192a5e , #2f4280) !important;
color: white;

}

.domain-heading h1 {
  color: white;  
  }


.domain-post-divider {
  line-height: 1;
  margin-top: 15px;
  padding-top: 21px;
  border-top: 1px solid #eee;
}


.center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
}

.center2 {
  top:40px;
  bottom:40px;
  height: 150px;
}

.center3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 200px;
}


.dropbtn {
  color: #106caa;
  font-size: 16px;
  border: none;
  font-weight: bold;
}

.dropbtn::after {
  content: " ↓";
  font-size: 80%;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #106caa;
  min-width: 250px;
  z-index: 1;
  padding:14px;
}

.dropdown-content a {
  color: rgb(255, 255, 255);
  padding: 2px 6px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: rgb(164, 164, 164);
}

.dropdown:hover .dropdown-content {display: block;
}



/* Single Domain CSS (also single post)
*/

.nm-post-body {
  padding-top: 0px !important;
}


/*
HAMBURGER STICKY MENU FOR CONTENT INDEX
*/

/* [ON BIG SCREENS] */
/* (A) WRAPPER */
#hamnav {
  /* Optional */
  position: sticky;
  top: 0;

}



/* (B) HORIZONTAL MENU ITEMS */
#hamitems { display: flex; }
#hamitems a {
  flex-grow: 1;
  flex-basis: 0;
  padding: 4px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-align: left;
}
#hamitems a:hover { background: #ececec; }

/* (C) HIDE HAMBURGER */
#hamnav label, #hamburger { display: none; }

/* [ON SMALL SCREENS] */
@media screen and (max-width: 3268px){
  /* (A) BREAK INTO VERTICAL MENU */
  #hamitems a {
    box-sizing: border-box;
    display: block;
    border-top: 1px solid rgb(240, 240, 240);
  }

  /* (B) SHOW HAMBURGER ICON */
  #hamnav label {
	  cursor: context-menu;
    display: inline-block;
    color: black;
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 15px;
  }

  /* (C) TOGGLE SHOW/HIDE MENU */
  #hamitems { display: none; }
  #hamnav input:checked ~ #hamitems { display: block; }
}


/** Home Page CSS **/

.paddingbottom {padding-bottom:32px;}
.paddingtop {padding-top:42px;}
.white {color: white;}
