﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

/*Masthead Code*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.title-name h1 {
  font-size: 24px;
  margin: 0;
}

.site-masthead  {
  background-image: url("../img/site-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1565c0;
  color: #fff;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

h3.bottom-border {
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 4px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
}

h3.reg-title {
  color: #4d657a;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #c9d0d7;
  padding-bottom: 4px;
  padding-top: 5px;
  margin-bottom: 17px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: 0px;
}

.mb-15 {
  margin-bottom: 15px;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.box p {
  padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 1em;
    padding-right: 1em;
    color: #fff;
    line-height: 1.5;
    /* flex: 0 0 200px; */
    font-size: 21px;
    /* font-weight: 400; */
    text-align: center;
}

.box.blue {
  background-color: #4D789B;
}

.box.dark-blue {
  background-color: #334762;
}

.flex-row {
  display: flex;
}

.parent {
  display: flex;
  height: 100%;
  align-content: center;
}

.child {
  align-self: center;
}

.question {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}


.anchor-margin:before {
  content: "";
  display: block;
  height: 80px;
  margin: -80px 0 0;
}

.title-area {
  height: 120px;	
}

.row.blue-background {
  margin-right: auto;
  margin-left: auto;
}
.blue-background {
  background-color:#043B6A;
  padding-bottom: 50px;
  padding-top: 20px;
}
.blue-background h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}


.center-dates {
  width: 80%;
  margin-left: auto; 
  margin-right: auto;
}

.light-grey {
  background-color:#F1F1F1;
  padding-top: 20px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .title-area { 
    width: 100%; 
    position: relative;
  }
  .title-container { 
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    display: table; 
  }
  .title-name {
    display: table-cell; 
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }

  .btn-space-mobile {
    margin-bottom: 20px;
  }
  .center-dates {
    width: 40%;
    margin-left: auto; 
    margin-right: auto;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-area { 
    height: 120px;  
  }
  .title-container { 
    height: 120px; 
  }
  .title-name h1 {
    font-size: 37px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-area { 
    height: 140px;  
  }
  .title-container { 
    height: 140px; 
  }
  .title-name h1 {
    font-size: 48px;
  }
}

@media (max-width: 992px){
  .flex-row {
    display: block;
  }
  .col-sm-6.mobile-100 {
    width: 100%;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }
  .title-container { 
    height: 180px; 
  }
  .title-name h1 {
    font-size: 60px;
  }
}

/*Registration page*/
.well {
  background-color: #fff;
}
.well h2 {
  margin-top: 0;
}
.reg-hp-module {
  margin-bottom: 36px;
}
.reg-hp-module h3 {
    color: #4d657a;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
    padding-top: 5px;
    margin-bottom: 17px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-top: 0;
}
.well em {
  color: #bf0000;
}



/* Queries for skinny mast-head */

.title-container {
  height: 120px !important;
}

.title-area {
  height: 120px !important;
}
.title-name h1 {
  font-size: 50px !important;
}

@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
    height: 100px;
  }
  .title-name h1 {
    font-size: 32px !important;
  }
}
  
  @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) {}
  
  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991px) {
  .title-name h1 {
    font-size: 37px;
  }
  }
  
  @media (min-width: 992px) {}
  
  @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) {
  .title-name h1 {
    font-size: 48px;
  }
  }
  
  /* Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
  .title-name h1 {
    font-size: 60px;
  }
  }

  
/* Mini-term box */
.mini-term-title-area {
  background-color: #012A48;
  text-align: center;
}

.mini-term-title-area h3 {
  color: #fff;
  text-transform: initial;
  padding-top: 0.7em;
  padding-bottom: 1em;
  margin-top: 0px;
}

.mini-term-box {
  background-color: #005FA1;
  margin-top: -18px;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.mini-term-box img {
  display: initial;
}

.mini-term-box h4  {
  font-weight: 600;
  font-size: 20px;
}

.mini-term-box p {
  font-size: 16px;
  color: #fff;
}

.mini-term-box p a { 
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

