/*Masthead Code*/
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
  
  .title-name h1 {
    font-size: 24px;
    margin: 0;
  }
  
  .full-width-banner h2 {
      font-size: 5em;
      margin-bottom: 5px;
  }
  
  
  .full-width-banner p {
      font-size: 1.5em;
  }
  
  .title-name.title-background span {
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 12px;
    padding-right: 12px;
  }
  

.title-area {
	height: 120px;	
}

.row.mb-20 {
margin-bottom: 20px;
}

.gray-background {
	background-color: #F1F1F1;
	padding-top: 10px;
}


.no-top-margin {
	margin-top: 0px;
}

h2.bottom-border {
	font-size: 32px;
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 4px;
    font-weight: 400;
	margin-top: 0px;
}

h3.center-no-border {
	text-align: center;
	font-weight: 400;
    margin-top: 0;
}
h3.no-bold {
	font-weight: 400;
}

section {
	margin-bottom: 20px;
}

.mdc-info {
    line-height: 1.3;
}

.col-sm-2.photo-img {
    padding-right: 0px;
}


  /*Responsive Queries*/
  
  @media (min-width: 360px) {
    .banner {
      height: 15em;
    }
  }
  
  @media (min-width: 350px) and (max-width: 640px) {}
  
  @media (min-width: 480px) and (max-width: 640px) {}
  
  
  @media (min-width: 640px) {
  .banner {
          height: 30em;
      }
  }

  @media (max-width: 640px) {
	.mobile-name {
		font-weight: bold;
	}
	thead.highlight-header {
		display: none;
	}
  }
  
  @media (min-width: 641px) and (max-width: 767px) {}
  
  
  
  @media (max-width: 360px) {
    .container.banner-content h2 {
        padding-top: 10px !important;
        font-size: 1.5em !important;
    }

	.banner {	   
   	 height: 15em;
    }   
  }
  
  @media (min-width: 767px) {
    .banner {	   
    height: 40em;
    }
  }
  
  @media (max-width: 767px) {
    .site-masthead {
      padding:10px 0;
		height: 100px;
    }
    .banner {
      margin-bottom: -150px;
  
    }
    .banner h2 {
      margin-top:inherit;
      margin-bottom:40px;
    }
  }
  
  @media (min-width: 768px) {
    .title-area { 
      width: 100%; 
      position: relative;
    }
    .title-container { 
      height: 100%;
      position: absolute; 
      left: 0; 
      top: 0; 
      width: 100%; 
      display: table; 
    }
    .title-name {
      display: table-cell; 
      vertical-align: middle;
    }
  }
  
  @media (max-width: 769px) { 
	  .title-name h1 {
      font-size: 24px;
    }
  }
  
  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991px) {
    .title-name h1 {
      font-size: 37px;
    }
    .container.banner-content {
      width: 650px;
    }
    .banner h2 {
      margin-top:90px;
      margin-bottom:40px;
    } 
  
    .banner {
            height: 40em;
        }
  
  }
  @media (min-width: 992px) {

	.title-name h1 {
    	font-size: 48px;
	}
  }

  @media (max-width: 991px) and (min-width: 768px) {
  	.site-masthead {
  		height: 100px;
  	}	
  	.title-name h1 {
  		/*height: 100px;*/
    	margin-top: -40px;
  	}	
  }

  
  @media (max-width: 992px) {  }

  @media (max-width: 1024px) {}
  
  @media (min-width: 991px) and (max-width: 1024px) {  }
  
  /* Medium devices (desktops, 992px and up) */
  @media (min-width: 992px) and (max-width: 1199px) {}
  
  /* Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {}
  




























