/* Color Pallete */
/*#5EC6A3, #83D3DC, #00645E*/
/*Buttons*/
.w3-top p{
    
    line-height:.8px;
}
a.w3-bar-item{
	color:#00645E;
}
a.solidBtn {
    background-color:#5EC6A3;
    color:white;
}
.socialMedia{
    margin-top: 20px;
}
a.linkout{
    color:#237A93;
    font-weight:bold;
    
}
/*Basics*/
h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway', sans-serif; 
    line-height: 1.8;
}
h1{
    font-size: 75px;
    line-height: 85px;
    padding-top: 50px;
}
h3{
    font-size: 45px;
    text-transform:uppercase;
    font-weight:bold;
    color:#173E43;
    line-height: 1.8;
}
h2{
    color:#173E43;
    line-height: 1.8;
}
h4 {
    color:#173E43;
    line-height: 1.8;
}
p{
    line-height: 1.8;
}
.w3-button{
    background-color:#FAE596;
    color: #151515;
    font-family: 'Raleway', sans-serif;
    font-size: 18px!important;
    line-height: 1.8;
}
#buttonCustom:hover{
    background-color: #173E43 !important;
    color: white !important;
}


body, html {
    height: 100%;
    font-family: "Lato", sans-serif;
}

/* Full height image header */
.bgimg-1 {
    background-position: center;
    background-size: cover;
    background-image: url("pics/StillnessofThe Heart _Will_Flickr.jpg");
    min-height: 68%;
    
}
.bgimg-1:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: -webkit-linear-gradient(left, rgba(255,0,0,0), rgba(255,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,0,0,0), rgba(255,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,0,0,0), rgba(255,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(64,84,131,.7), rgba(64,84,131,0)); /* Standard syntax (must be last)*/
}
.w3-bar .w3-button {
    padding: 16px;
    background-color: #fae596;
}

/*Icons*/
.medSVG{
    height:100px;
}
@media (min-width: 769px) and  (max-width: 1281px) {
    .medSVG{
         height:80px;
    }

}
.fa{
    color: #3fb0ac;
}

/*Icon Style for Nav*/
.tile {
  color: #173e43;
  background-color: white;
  position: relative;
}
.tile h3,
.tile p {
  position: relative;
}
svg{
    fill: red;

}
.tile .fa{
  /*padding:13.5px 26px;*/
  font-size: 35px;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  /* Safari */
  display: flex;
  align-items: center;
  justify-content: space-around;
  /*justify-content: center;*/
 
}
.tile:hover .fa{
    color: #fae596;
    /*background-color:#173e43;*/
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
/*Navigation*/
.floatIcon {
    text-decoration: none;
}
.iconImage{
    height:65px;
    fill:white;
}
.nav-s{
    font-size:20px;
    color: #3fb0ac;
    font-weight:bold;
}
.homebt{
    background-color:#173e43;
}
.floatIcon{
    padding: 2px 16px;
    text-align: center;
    /*float: left;*/
    width: auto;
    border: none;
    outline: none;
    display: block;
}
.floatIcon p{
    width: auto;
    display: inline-block;
    padding:4px 8px;
}
/*Nav colors*/
#mySidebar{
    background-color:#FAE596;
    
}
/*Heading*/
.topHead, .topHead p{
    margin-top:25px;
    margin-bottom:25px;
    padding-top:40px;
}
/*Mapping Tool*/

.mapTool{
    margin: auto;
    width: 70%;
    padding: 10px;
}
.borderMap{
    border: 3px solid #fae596;
}
@media screen and (max-width: 736px) {
    .mapTool{
        width: 100%;
    }
}

/*Info Sources Section*/
.infoSection{
    margin: auto;
    width: 70%;
    padding: 10px;
}
@media screen and (max-width: 736px) {
    .infoSection{
        width: 100%;
    }
}
/*Info Sources Section*/
.infoSectionSmall{
    margin: auto;
    width: 70%;
}
@media screen and (max-width: 736px) {
    .infoSectionSmall{
        width: 100%;
    }
}

.leftText{
    text-align: left;
}

/*Resources section */
.report{
    background-color: #FAE596;
}
.caiReport{
    width: 70%;
}

/*Footer*/
.footerCS{
    background-color:#3eb0ac;
}
.footImage{
    height:100%;
}
@media (min-width: 960px){
    .footer-logo {
        width: 30%;
        float: right;
        display: block;
        position: absolute;
        height: 100%;
        width: 300px;
        background-image: url(icons/Masonicons-11.svg);
        background-size: cover;
       /* background-position: center center;*/
        margin-left: -20px;
    }
}
.container {
    line-height:27px;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
    position: relative;
    z-index: 0;
}
.clearfix {
    zoom: 1;
}
#menu-footer li a {
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 2px;
    color: white;
    font-weight: 600;
    font-size: 11.5px;
}
.footer .logos a img {
    max-width: 300px;
}
.footer .logos a {
    color: white;
    font-style: italic;
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 24px;
    /*display: block;*/
    text-decoration: none;
}
#menu-footer {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    text-decoration: none;
}
.footerCS .fa {
    color:white;
    padding:12px;
    padding-bottom:20px;
}

/*Animate heaader logo*/
#logoCAI {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 10%;
  vertical-align: middle;
  overflow: hidden;
}
svg.logoAnimate {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
}
div.w3-container  p, div p.w3-center, div.w3-col, div.w3-container{
  font-size:17px;

}
.heading{
    position: absolute;
    top: 50%;
    padding: 0px 24px;
}
.header{
    top:5%;
}

.headericon{
    width:50%;
    margin:-20px 0px;
}
@media (min-width: 769px) and  (max-width: 1290px) {
    .headericon{
        width:45%;
    }
}
@media (max-width: 769px) {
    .headericon{
        width:90%;
    }

}
h4{
 color:#3EB0AC;
 font-size:35px;
 padding: 2.5px 15px 2.5px 15px;
}
h5{
 text-transform: uppercase;
 font-size:20px;
 color:#153F43;
 font-weight:bold;
}