html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

body {
  margin:0;
  -webkit-animation: bugfix infinite 1s;
  /* needed for checkbox hack */
  background: #f9f9f9;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
/* needed for checkbox hack */
h1  {
  color: black;
}


/* #nav {
  position: relative;
}
#nav ul {
  display: none;
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#nav ul li a {
  display: block;
  padding: 1em;
  background: #23609f;
  color: white;
  text-decoration: none;
  border-right: 1px solid #0a6b44;
}
/* #nav ul li a:hover {
  background: #00517c;
}
#nav ul li:last-of-type a {
  border-right: 0px;
}
#nav ul li ul li a {
  padding-left: 3.5em;
  display: none;
}
#nav ul li ul li ul li a {
  padding-left: 5.125em;
}
#nav input.trigger {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
  display: block !important;
}

/* @media (min-width: 48em) {
  #nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
    /* older flexbox */
 /*    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    /* newer flexbox */
 /*    display: flex;
    flex-direction: row;
  }
}*/
/* #nav label {
  position: relative;
  display: block;
  min-height: 2em;
  padding: .45em;
  font-size: 1em;
  margin: 0;
  cursor: pointer;
  background: #005292;
  line-height: 2em;
  color: #bfe1fb;
}
#nav label:after {
  position: absolute;
  right: 1em;
  top: .2em;
  content: "\2261";
  font-size: 1.8em;
  color: white;
}
@media (min-width: 48em) {
  #nav ul {
    /* older flexbox */
 /*    display: -ms-flexbox;
    flex-direction: -ms-row;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    /* newer flexbox */
/*     display: flex;
    flex-direction: row;
  }
  #nav ul li {
    position: relative;
    text-align: center;
    /* older flexbox */
 /*    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    /* newer flexbox */
/*     flex: 1;
  }
  #nav ul li a{
  font-size:.8em;      
  }
  #nav ul li ul {
    display: none !important;
    position: absolute;
    top: 2.625em;
    left: 0;
    display: block;
    width: 12.5em;
    z-index: 200;
  }
  #nav ul li ul li {
    text-align: left;
  }
  #nav ul li ul li ul {
    z-index: 300;
    top: 0px;
    left: 12.4em;
  }
  #nav ul li ul li ul li a {
    padding-left: 30px !important;
     padding-bottom:50px;
  }
  #nav ul li:hover > ul {
    display: block !important;
  }
  #nav label {
    display: none;
  }
}*/

/*@media (max-width:1054px) {
/* #nav ul li a {
    
     min-height:63px;}}

* {
  -webkit-transition: all .65s ease;
  transition: all .65s ease;
  box-sizing: border-box;
}*/

.newcontainer {
  max-width: 1200px;
  margin: 0 auto;
}

.newheader {
  background: #23609f;
  color: white;
  padding: 0.5em;

}
.newheader .newcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newheader .site-title {
  font-weight: 400;
  color:#52b2a0;
}
@media (max-width: 700px) {
  .newheader .site-title, .newheader .site-tagline {
    width: 100%;
    text-align: center;
  }
  .newheader .site-title {
    margin: 0;
  }
}

.site-title, h1, h2, h3 {
  font-family: "proximo", sans-serif;
  font-size: 1.5em;
  color: #404040;
}

h3 {
  font-size: 1em;
  color: #2d6095;
}

.site-title {
  color: #52b2a0;
  text-align:center;
}

.site-tagline {
  font-size: 2.5em;
  font-weight: 600;
  text-align:center;
  margin-top:10px;
}

.main-nav {
  width: 100%;
  background: black;
  color: white;
  font-size: 1em;
}
.main-nav a {
  color: white;
  text-decoration: none;
}
.main-nav ul, .main-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.main-nav ul a {
  padding: 0.98em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size:.83em;
}
.main-nav ul a:hover, .main-nav ul a:focus {
  background: #404040;
  color: #419cd8;
}
.main-nav ul .mobile-button a {
  position: absolute;
  left: -99999em;
}
@media (max-width: 700px) {
  .main-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-nav ul a {
    position: absolute;
    left: -99999em;
  }
  .main-nav ul.open li {
    width: 100%;
  }
  .main-nav ul.open li.mobile-button a {
    background: gray;
    color: #cccccc;
  }
  .main-nav ul.open a {
    position: static;
  }
  .main-nav ul .mobile-button a {
    position: static;
  }
  .main-nav a {
    width: 100%;
  }
}

.full-bleed {
  background-size: cover;
  min-height: 300px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .full-bleed {
    min-height: 175px;
  }
}
.post {
  padding: 0.625em;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}
.columns .item {
  padding: 2.1em;
  background: white;
  color: black;
  border-bottom: 5px solid black;
  margin-bottom: 2.1875em;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  flex: 0 0 33%;

}
.columns .item .item-title {
  color:#23609f; 
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 10px;

}
.columns .item .item-image {
  max-width: 100%;
}
.columns .item:hover, .columns .item:focus {
  background: white;
  border-bottom-color: #23609f;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.columns .item:hover .social, .columns .item:focus .social {
  position: absolute;
  bottom: -8px;
  height: auto;
  z-index: 5;
  padding: 10px 0;
  color:#23609f;
  font-size:1.5em;

}
.columns .item:hover .social .fa, .columns .item:focus .social .fa {
  color: #23609f;
  padding: 0 0.125em;
}
.columns .item:hover .social .fa:hover, .columns .item:focus .social .fa:hover {
  color: #769ab2;
}
@media screen and (max-width: 660px) {
  .columns .item {
 flex: 0 0 100%;
  }
}
.columns.thirds .item {
  max-width: 100%;
}
@media (max-width: 770px) {
  .columns.thirds .item {
    max-width: 100%;
  }
}
@media (max-width: 770px) and (min-width: 660px) {
  .columns.thirds .item {
    max-width: 100%;
    width: 100%;
  }
}

.columns .social {
  position: absolute;
  bottom: -60px;
  height: 0;
  z-index: -1;
  font-size: 1.75em;
  margin-left:2px;
}

.newfooter {
  background: #23609f;
  color: white;
  padding: 0.8em;
  text-align: center;
  font-size: 0.7em;
}
.newfooter a {
  color: black;
  text-decoration: none;
  text-size:.5em;

}
.subhead{

    border-bottom: 2px solid #2f2f2f;
    border-top: 2px solid #2f2f2f;   
    padding: 2px 0 2px 0;
    text-align:center;
 

}

.section-title {
  color:#23609f;
  text-align: center;
  font-size: 1.5em;
  margin-bottom:10px;
  font-strength:600;

}
//**
.holder { 
  background-color:white;
  width:300px;
  height:350px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:300px;
  height:300px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  color:darkred;
  text-decoration:none;
  color:black;
}

.rotate-text {
  font-size:1.5em;
  width:100%;
  Height:1em;
  position: relative;
  overflow: hidden; 
  padding: 0 0 .1em 2em;
}
.rotate-text > span {
  font-size:80%;
  
  
}
.rotate-text> span:last-of-type {
  font-weight: 500;
  display: inline-block;
  text-align:center;
  color: #23609f;
  position: relative;
  white-space: nowrap;
  bottom: 0;
  left: 0;
  animation: ticker 18s;
  animation-iteration-count: infinite;
  animation-delay: .5s;
}

@keyframes ticker {
  0% {
    bottom: 0;
  }
  10% {
    bottom: 1.2em;
  }
  20% {
    bottom: 2.2em;
  }
  30% {
    bottom: 3.4em;
  }
  40% {
    bottom: 4.6em;
  }
  50% {
    bottom: 5.8em;
  }
  60% {
    bottom: 7.0em;
  }
  70% {
    bottom: 8.2em;
}
  80% {
    bottom: 9.4em;
  }
  90% {
    bottom: 10.6em;
  }
  
}

@media (max-width: 770px) and (max-width: 660px) {
  .rotate-text {
  font-size:1em;
 
  }}
  
  **/

.fa {
	color: 
#23609f;
  font-weight:900;
}
.fa-youtube-play {
  color:white;
 margin-left:36%;
   margin-top:10px;

}.fa-trophy{
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb75e), to(#ed8f03));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
.fa-money{
  background: -webkit-gradient(linear, left top, left bottom, from(#00bf8f), to(#001510));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-laptop{
  background: -webkit-gradient(linear, left top, left bottom, from(#6441A5), to(#6441A5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-map-marker{
  background: -webkit-gradient(linear, left top, left bottom, from(#485563), to(#24fe41));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-tag{
  background: -webkit-gradient(linear, left top, left bottom, from(#7b4397), to(#dc2430));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-book{
  background: -webkit-gradient(linear, left top, left bottom, from(#360033), to(#0b8793));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-fax{
  background: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#0b8793));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-newspaper-o{
  background: -webkit-gradient(linear, left top, left bottom, from(#fc00ff), to(#0b8793));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-check{
  background: -webkit-gradient(linear, left top, left bottom, from(#005c97), to(#0b8793));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-bullseye{
  background: -webkit-gradient(linear, left top, left bottom, from(#833ab4), to(#fd1d1d),to(#fcb045));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-globe{
  background: -webkit-gradient(linear, left top, left bottom, from(#76b852),to(#8dc26f));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-flask{
  background: -webkit-gradient(linear, left top, left bottom, from(#23609f),to(#64b3f4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-smile-o{
  background: -webkit-gradient(linear, left top, left bottom, from(#b24592),to(#f15f79));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav_container{
  position:fixed;
  min-width:100%;
  z-index:100;
  background-color:white;
}
#feed4 {
    Background-color:#f9f9f9;
    width:100%;
    padding:5px;
    padding-top:2px;
    border-radius:5px;
    overflow: auto;
}
#feed4 li{
    Background-color:black;
    margin:10px;
    width: 27%;
    display: flex;
    flex-direction: column;
    min-height:225px;
    max-height: auto;
    border-radius: 3px;
    overflow: hidden;
    float:left;
    border-radius:5px;
}

#feed4 img{
 min-width: 100%;
 min-height: 100%;
} 

#feed4 p{
font-size:.7em;
font-weight:600;
color:snow;
text-align:left;
  height:40px;
  
}
#fixed{
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: visible; /* Disable horizontal scroll */
  font-size: 120%;
   overflow: auto; 
}
#fixed a:hover {
  color: #23609f;
}
 