body, html
{
	background: #F1EFDF;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 100%;
	color: #333;
	font-family: "Cormorant", serif;
}

h1, h2, h3
{
	font-family: "Libre Franklin", sans-serif;
}
h1
{
	
	font-size: 2.5em;
	font-weight: 700;
	color:#173259;
	padding-bottom: 25px;
	
}

h2
{
	color:#C17D34;
	font-size: 1.5em;
	font-weight: 600;
	/*padding-top:25px;*/
	padding-bottom: 15px;
	
}

h3
{
	font-size: 1.25em;
	font-weight: 500;
}

header a
{
	color:#173259;
}

.verticalalignbottom
{
	position: relative!important;
  text-align:center;
  top: 1em !important;
	bottom: 1em !important;
}

.partnerbottomspace
{
	padding-bottom: 40px;
}
ul.mainlist li a, main p a
{
	font-size: 1em;
}

main p, main a, .mainlist
{
	font-size: 1.250em;
	line-height: 1.875em;
	font-weight:normal;
	
}

.mainlist li, .linklist li{
	margin-bottom: 1.25em;
}

main a, footer a
{
	color:#173259;
	text-decoration: underline;
	text-decoration-color: #173259;
	font-weight: normal;
	text-underline-position: under;

	
}

main a:hover, footer a:hover{
	color:#C17D34;
}

.educationpadding
{
	padding-left: 10px;
}

footer
{
	padding-top:15px;
	font-size: .75em
}

footer .menu a
{
	padding-left:5px;
	padding-right: 5px;

}

.footerdividers
{
	border-right: solid 1px;
}

.object-align-center
{
	text-align:center;
}

.navwidth

{
	margin-left: auto;
	margin-right: auto;
}

.navbkgrnd
{
	background: #D1E5E8;
}

.mainbodyarea
{
	background: #FFF;

}

.partnerspadding
{
	padding-top: 25px;
}
.mainbodypadding
{
	padding-top: 50px;
	padding-bottom: 50px;
}

.google-maps {
        position: relative;
        padding-bottom: 75%; /* This is the aspect ratio*/
        height: 0;
        overflow: hidden;
		margin-bottom: 25px;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}

.menu-icon::after {
    /* the block itself, the first line */
    background: #173259;
    /* middle and bottom */
    box-shadow: 0 7px 0 #173259, 0 14px 0 #173259;
    /* respect WebKit */
    -webkit-box-shadow: 0 7px 0 #173259, 0 14px 0 #173259;
}

  .menu-icon:hover::after {
    background: #C17D34;
    -webkit-box-shadow: 0 7px 0 #C17D34, 0 14px 0 #C17D34;
            box-shadow: 0 7px 0 #C17D34, 0 14px 0 #C17D34; }

.is-dropdown-submenu
{
	min-width: 250px;
}
    

span.verticalspacing
{
	display: block;
	margin-top: -10px;

}

/*Navigation styles*/

.top-bar
{
	background: #D1E5E8;
}

.topbar-responsive-logo
{
	margin-bottom: 10px;
}

.topbar-responsive {
  /*background: #2c3840;*/
	
  padding: 1rem 1.5rem;
}

.topbar-responsive .topbar-responsive-logo {
  /*color: #fefefe;*/
	color:#173259;
  vertical-align: middle;
}


.topbar-responsive .menu {
  background: #D1E5E8;
}

.topbar-responsive .menu li:last-of-type {
  margin-right: 0;
}


.menu li.is-active > a{
  
    border-top: solid 1px #C17D34; 
	border-bottom: solid 1px #C17D34; 
	background: #D1E5E8;
	
}

.dropdown.menu > li.is-active > a {
	color: #173259;
}

.topbar-responsive .menu a {
  color: #173259;
  transition: color 0.15s ease-in;
	border-top: solid 1px #D1E5E8;
	border-bottom: solid 1px #D1E5E8;
	
}

.topbar-responsive .menu a:hover {
  /*color: #c6d1d8;*/
	border-top: solid 1px #173259;
	border-bottom: solid 1px #173259;
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu a {
    padding: 0.875rem 0;
  }
}

.topbar-responsive .menu .topbar-responsive-button {
  /*color: #fefefe;
  border-color: #fefefe;*/
 color: #173259;
  border-color: #173259;
  border-radius: 5000px;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive .menu .topbar-responsive-button:hover {
  /*color: #c6d1d8;
  border-color: #c6d1d8;*/
	color: #173259;
  border-color: #173259;
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu .topbar-responsive-button {
    width: 100%;
    margin: 0.875rem 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive {
    padding: 0.75rem;
  }
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
    padding-top: 0.25rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1.75rem;
  }
  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 0;
    /*border: 1px solid #fefefe;*/
	  border: 1px solid #173259;
    border-radius: 5px;
    padding: 0.25rem 0.45rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 4px;
	  

  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive-links {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    width: 100%;
    -webkit-animation: fadeIn 1s ease-in;
            animation: fadeIn 1s ease-in;
  }
}


/*Navigation styles ends*/

/*Medium and up query*/
/* Medium and up */
@media screen and (min-width: 40em)
{
	.verticalalignbottom
{
	position: relative!important;
  text-align:center;
  top: 7.75em !important;
}
}



