html, body {
  height: 100%;
}

body{
	font-family: 'Open Sans', sans-serif;
	color: #2c56ab;
	font-size: 1em;
	line-height: 2em;
	background-color: #FFF;
}

/* layout */
/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Pinyon Script', cursive; */


.wrap{
	min-height: 100%;
}
.container-wrap{
	padding-bottom: 175px;  /*this needs to be bigger than footer height + space */
}
.container-main{
	width: 100%;
	min-height: 60vh;
	background-repeat: no-repeat;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom: 60px;
	background: linear-gradient(#fff, #f2f2f2 );
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.04);
	margin-top: 40px !important;
}

.container{
	max-width: 996px;
	margin: auto;
}

@media (max-width: 991.98px) {
	.container, 
	.container-main {
		width:100%;
	}
	.container-wrap{
		padding-bottom: 130px; 
	}

}
@media (max-width: 767.98px) {
	.container-main {
		margin-top:42px;
	}
}

.top-bar{
 	height: 160px;
	width: 100%;
	background: linear-gradient(#fff, #eaeaea );
    position: relative;
}

@media (max-width: 420px) {
	.top-bar{
		margin-top:30px;
	}
}



.top-bar-left{
	position:absolute;
	left:0px;
	top:0px;
	background-image: url('../images/top-line-left.png');
	background-size: 4px 160px;
	background-repeat: repeat-x;
	height:160px;
	width:20%;
	transition: height 1s;
}


.top-bar-right{
	position:absolute;
	right:0px;
	top:0px;
	background-image: url('../images/top-line-right.png');
	background-size: 4px 160px;
	background-repeat: repeat-x;
	height:160px;
	width:80%;
	transition: height 1s;
}


@media (min-width: 1500px) {
	.top-bar-left{
		width:30%;
	}
	.top-bar-right{
		width:70%;
	}
}

@media (min-width: 2200px) {
	.top-bar-left{
		width:35%;
	}
	.top-bar-right{
		width:65%;
	}
}

.top-bar-container{
	position: relative;
}

img.logo-saa{
	width:263px;
	height:auto;
	transition: height 1s;
}

.top-bar-logo{
	z-index: 99;
}



.menu-bar{
	width:100%;
}

.image-spacing img{
	margin-right:16px;
	margin-bottom:18px;
}

/*

.promo .promo-box{
	background-color: rgba(256,256,256,0.4);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom: 20px;
	padding:15px;
}
.promo-box:hover{
	transform: scale(1.05,1.05);
}
.promo h2{
	color:#499137;
	font-weight:700;
	font-size: 22px;
}
*/


/* footer */

.footer-wrap{
	background-color:#101010;
	background: linear-gradient(#000, #101010 2% );
	width:100%;
	min-height:145px;
	position: relative;
  	margin-top: -145px; /* negative value of footer height */
}

.footer {
	color:#6b6b6b;
	font-size:12px;
	padding-top:18px;
	line-height:22px;
	position:relative;
	background-repeat: no-repeat;
	background-position: 50%;
}



/* typography */

h1, .h1 {
	font-weight:600;
	font-size:1.8em;
	margin-bottom: 1em;
}
h2, .h2 {
	font-weight:600;
	font-size: 1.40em;
	margin-top: 1.1em;
}

h3, .h3 {
	font-weight:400;
	font-size: 1.40em;
}

h4, .h4 {
	font-size:1.40em;
	font-style: italic;
	font-weight:400;
}
h5, .h5 {
	font-size:1.55em;
	font-weight:300;
}
h6, .h6 {
	font-size:1.55em;
	font-style: italic;
	font-weight:300;
}

p {
    margin: 0 0 .8em;
}
a {
	color: #28a4d1;
	text-decoration: none;
}
a:hover, a:focus {
	color: #35d0ff;
	text-decoration: none;
}


.form-horizontal{
	max-width:500px;
	margin: auto;
}


h1.saa-title-img{
	display: block; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom:0.5em;
	position: relative;
	width:350px;
	height:auto;
}
.saa-tag-line{
	color:#28a4d1;
	border-color: #28a4d1;
	border-style: solid;
	border-top-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left: none;
	border-right: none;
	text-align: center;
	max-width: 480px;
	margin: auto;
	margin-bottom: 40px;
	margin-top: 15px;
	padding-top:8px;
	padding-bottom:8px;
	white-space: nowrap;
	
}
.saa-tag-line-script{
	color:#28a4d1;
	font-family: 'Pinyon Script', cursive;
	font-size: 1.6em;
	padding-right: 10px;
	letter-spacing: 0.07em;
}
.saa-tag-line-caps{
	color:#28a4d1;
	text-transform: uppercase;
	font-size: 1.4em;
}

@media (max-width: 482px) { 
	h1.saa-title-img{
		width:300px;
	}
	.saa-tag-line{
		padding-top:6px;
		padding-bottom:6px;
	}
	.saa-tag-line-script{
		font-size: 1.4em;
		padding-right: 10px;
		letter-spacing: 0.06em;
	}
	.saa-tag-line-caps{
		font-size: 1em;
	}
}
@media (max-width: 340px) { 
	.saa-tag-line{
		padding-top:3px;
		padding-bottom:3px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.saa-tag-line-script{
		font-size: 1.2em;
		padding-right: 10px;
		letter-spacing: 0.06em;
	}
	.saa-tag-line-caps{
		font-size: .8em;
	}
}



/* buttons */

.btn{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}


.btn-saa{
	color:#fff;
	background-color:#2c56ab;
	border-color: #2c56ab;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-saa:hover {
	color: #fff;
	background-color:#28a4d1;
	border-color: #28a4d1;
}

.btn-outline-saa {
	color: #2c56ab;
	border-color: #2c56ab;
}

.btn-outline-saa:hover {
	color: #fff;
	background-color:#28a4d1;
	border-color: #28a4d1;
}

.btn-saa-call{
	top: 15px;
	right: 30px;
	padding: 2px 10px 2px 0px;
	font-size: 20px;
	font-weight: 300;
	position: absolute;
	background-color: #ffffff;
	border-color: #dbdbdb;
	border-radius: 22px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
	transform: scale(1.02);
	color: #ccc;
	letter-spacing: 0.1em;
	font-weight: 400;
	z-index: 100;
}

.btn-saa-call:hover, 
.btn-saa-call:focus,
.btn-saa-call:active{
	color: #fff !important;
	background-color:#eeeeee !important;
	border-color: #dbdbdb !important;
	transform: scale(1);
	box-shadow:none;
}
.saa-call-img{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: -4px;
}
@media (max-width: 767.98px) {
	.btn-saa-call{
		right:15px;
	}
}
@media (max-width: 420px) {
	.btn-saa-call{
		top:-20px;
	}
}



/* cards */

.card{
	font-weight:400;
	background-color: rgba(255,255,255,0.6);
}

.card-header{
	font-weight:700;
	font-size:26px;
}

/* nav */ 

.navbar {
    padding: 0;
    margin-left:260px;
    margin-top: -69px;
    z-index: 100;
}

.navbar-nav{
	font-size: 16px;
	font-weight: 400;
	margin: auto;
}

.navbar-nav .nav-link{
	color: #28a4d1;
	
}

.navbar-expand-md .navbar-nav .nav-link{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 9px;
	line-height: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
@media (max-width: 825px) {
	.navbar-expand-md .navbar-nav .nav-link{
		padding-right: 10px;
		padding-left: 10px;
	}
}

.nav-link:hover, .nav-link:focus{
	color: #2c56ab;
}

.nav-item.active .nav-link{
	color: #2c56ab;
	
}

.dropdown-toggle::after {
    margin-left: .35em;
    vertical-align: .150em;
}


.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(2px);
}


.dropdown-menu {
    border: none;
    background-color: rgba(250,250,250,0.95);
    font-size: inherit;
	margin: 0px 8px 0px 8px;
	border-radius: 0px 0px 5px 5px;
	padding: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.navbar-expand-md .dropdown-menu .nav-link {
	border:none;
	line-height: 12px;
	margin:4px 0px 4px 0px;
	border-radius:0px;
	
}
.dropdown-menu .nav-item {
	border-bottom-color: #28a4d1;
	border-bottom-style: solid;
	border-width: 0.5px;
}
.dropdown-menu .nav-item:last-child {
	border:none;
}



.dropdown-menu .nav-link:hover, 
.dropdown-menu .nav-link:focus {
	background-color: #f7f7f7;
}

.dropdown-menu {
  &:not(.show) {
    display: none;
  }
}

.dropdown-item:hover, .dropdown-item:focus {
    text-decoration: none;
    background-color: transparent;
}

.navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
	background-color:rgba(255, 255, 255, 0.65);
	padding: .2rem .6rem;
    font-size: 1.4rem;
    position: absolute;
	right: 30px;
	top: -20px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


@media (max-width: 767.98px) {
	.navbar {
		margin-left:0px;
    }
    .dropdown-menu {
		box-shadow:none;
		border-radius: 0px;
		background-color:transparent;
	}
	 .navbar-nav {
	 	margin-top: 45px;
    	padding-top:10px;
    	padding-bottom:10px;
    	text-align: center;
    }
    .dropdown-menu .nav-item {
		border:none;
	}
    .navbar-expand-md .navbar-nav a.nav-link {
		padding: 15px 30px 15px 30px;
		border:none;
		margin-top: 2px;
		margin-bottom: 2px;
		border-bottom-color: #28a4d1;
		border-bottom-style: solid;
		border-width: 0.5px;
    }
    
    
}

/* responsive embeds */ 
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; 
height: 0; 
overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Pagenation */
.pagination{
margin-top:20px;
}
.counter{
margin-top:20px;
	padding: .5rem .75rem;
	line-height: 1.25;
	color: #6c757d;
	margin-right: 10;
}

.icons{
	display:none;
}

/*
// Small devices (landscape phones, 576px)
@media (min-width: 576px) { ... }
@media (max-width: 575.98px) { ... }
// Medium devices (tablets, 768px)
@media (min-width: 768px) { ... }
@media (max-width: 767.98px) { ... }
// Large devices (desktops, 992px)
@media (min-width: 992px) { ... }
@media (max-width: 991.98px) { ... }
// Extra large devices (large desktops, 1200px )
@media (min-width: 1200px) { ... }
@media (max-width: 1199.98px) { ... }
*/