body, h1, h2, h3, h4, h5, h6, p, ul, li, dl,dd, dt, blockquote{font-size:16px;font-weight:normal;padding:0;margin:0;font-family:'Lato', sans-serif;}
body{font-family: 'Lato', sans-serif;;color:#777;}
body{background-repeat:no-repeat;background-position:top center;background-color:#fff;background-attachment:fixed;}
footer{background-color:#474747;color:#f5f5f5;padding:32px;}
br{padding-top:10px;padding-bottom:10px;}
.btn {
	color: #fff;
    background-color: #5c9fbe;
    border-color: #5c9fbe;
	display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	transition: all 0.5s;
	margin-top: 20px;
    text-decoration: none;
}
.btn:hover, .btn:focus {
	background-color: transparent;
    color: #5c9ebe;
    border: 1px solid #5c9ebe;
	transition: all 0.5s;
}
.blue { color: #5c9fbe}
.btn.blue {
    background-color: #494b55;
    border-color: #494b55;
    color: #fff;
}
.btn.white {
    background-color: #fff;
    color: #53A389;
}
.white { color: #fff; }
.white:hover { color: #efefef; }
.grey {color: #888;}
.text-center { text-align: center;}
.block { display: block; }
.m10 { margin-bottom: 10px;}
.m20 { margin-bottom: 20px;}
.m30 { margin-bottom: 30px;}
.m40 { margin-bottom: 40px;}
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mr10 { margin-right: 10px;}
.mr20 { margin-right: 20px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.size1 { font-size: 16px;}
.size2 { font-size: 20px;}
.size3 { font-size: 24px;}
.size4 { font-size: 28px;}
.size5 { font-size: 32px;}
.size6 { font-size: 36px;}
.size7 { font-size: 40px;}
.pointer { cursor: pointer; }
::placeholder { color: #bbb; }
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.bold {font-weight: bold;}
article {
    max-width: 760px;
    margin: auto
}
a {
	color: #53A389;
}
.relative {
    position: relative;               
}
.textCenter {text-align: center;}
.light {
    font-weight: 100 !important;
}
.link {
    text-decoration: underline;
}
h1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #53A389;
}
h2 {
    font-size: 25px;
    margin-bottom: 20px;
}
h3 {
    font-size: 21px;
    margin-bottom: 20px;
}
.exp-timeline h3 {
    color: #333;
}
.hero-section {
    background-image: linear-gradient(to right, #5c9fbe, #4c8caaff);
    background-size: 100%;
    background-position: center;
    color: #fff;
    padding: 110px 0 40px 0;
    overflow: hidden;
    position: relative;
}
.hero-section .container {
    z-index: 1;
}
.hero-bg-overlay {
    height: 100%;
    width: 100%;
    background: rgba(100,100,100,0.4);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
.hero-section {
    background-repeat: repeat-x;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-section h1 {
    color: #fff;
    padding: 40px 20px;
    text-transform: uppercase;
}
.container-fluid {
    max-width: 1200px;
}
.div-separator {
	height: 1px;
	background-color: #ccc;
}
.container {
	position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px;
    clear: both;
}
.container img {
	width: 100%;
}
main .container ul {
	margin-bottom: 20px;
    margin-left: 30px;
}
.page-body-wrapper {
    min-height: 80vh;
}
.page-body-wrapper main {
    padding: 40px 0;
}
.navbar {
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
    border: 0;
    padding: 0;
    position: relative;
}
.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,.4);
}
.navbar.no-bg {
    max-width: 1140px;
    margin: auto;
}
.flex {
    display: flex;
}
.nav-container {
    padding: 0;
    max-width: 1140px;
}
.navbar.no-bg .nav-container {
    position: absolute;
    top: 0;
    min-height: 100px;
    padding: 10px 20px;
}
.no-bg .nav-container {
    padding: 0;
    max-width: 1140px;
    position: absolute;
}
#cookie-banner {
    position: fixed;
    font-size: 14px;
    bottom: -300px;
    transition: all 0.5s ease;
    background-color: rgba(100,100,100,0.9);
    color: #fff;
    width: 100%;
}
#cookie-banner a {
    color:  #fff;
}
#cookie-banner .bi-x {
    position: absolute;
    top: 0;
    right: 9px;
    font-size: 25px;
    cursor: pointer;
}
.noDisplay {
    display: none !important;
}
.navbar-nav .nav-link.btn {
    padding: 6px 12px;
}
.navbar-nav .nav-link {
    color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}
.dropdown-menu li a:hover {
    /* background-color: #5c9ebe !important; */
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navbar .nav-cta {
    padding: 4px 20px;
}
.agLogo {
    font-size: 24px;
    margin-right: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.agLogo:hover {
    text-decoration: none;
    color: #fff;
}
footer {
    padding: 60px 40px;
}
footer li {
    list-style: none;
    margin-bottom: 10px;
}
footer li a {
    list-style: none;
    margin-bottom: 10px;
    color: #ccc;
}
footer li a:hover {
    color: #fff;
    text-decoration: none;
}
footer .footer-header {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #777;
}
footer .agLogo {
    margin-top: 30px;
    display: block;
}
div#sub-footer {
    background: #333;
    color: #bfbfbf;
    padding: 10px;
    text-align: center;
}
footer i {
    margin-right: 10px;
}
.modal-body img {
    display: block;
    width: 100%;
}

.col-sm-6, .col-sm-4 {
    float: left;
}
.exp-timeline {
    /* position: absolute;
    top: 0;
    left: 15px;
    height: auto;
    height: 100%; */
}
.exp-timeline span {
    display: block;
}
.exp-timeline .line {
    height: 102%;
    width: 2px;
    background: #ccc;
    position: absolute;
    top: 30px;
    left: -20px;
}
.exp-timeline .dot {
    background: #5c9fbe;
    height: 10px;
    width: 10px;
    border-radius: 25px;
    position: absolute;
    left: -24px;
    top: 8px;
}

/* ------------------------------------  DESKTOP ------------------------------------ */
@media screen and (min-width: 768px) {

    .desktop-view {
        display: block !important;				
    }

    .mobile-view {
        display: none !important;				
    }
    #cookie-banner button {
        margin: 0;
    }
    .navbar ul li a {
        text-align: center;
        display: block;
        text-decoration: none;
        color: #5c9ebe;
        margin-top: 7px;
        transition: .3s linear;
        padding: 5px;
        margin: 8px 13px;
        text-shadow: 0 0px 0 rgba(255,255,255,.25);
    }
    .homeHero  {
        background-position: 30% 0;
        background-size: 100%;
    }
    footer {
        padding: 80px 40px;
    }

}
/* ------------------------------------  DESKTOP ------------------------------------ */

/* ------------------------------------  MOBILE ------------------------------------ */
@media screen and (max-width: 768px) {

    .desktop-view {
        display: none !important;				
    }

    .mobile-view {
        display: block !important;	
    }
    .mobile-text-center {
        text-align: center;
    }
    footer {
        padding: 20px 10px;
    }

    .navbar-toggle {
        margin-top: 7px;
    }
    .hero-container {
        padding: 50px 18px;
    }
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        background-color: #777;
    }
    .homeHero {
        min-height: 40vh;
    }
    footer img {
        display: block;
        margin: 40px auto 20px auto;
    }
    .navbar-nav {
        background-color: rgba(255,255,255,0.9);
        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
    }
    .navbar-nav .nav-link {
        color: #5c9ebe !important;
    }
    .navbar-nav li a:hover {
        color: #5c9fbe !important;
    }
    .navbar-nav li.active a {
        color: #5c9fbe !important;
    }
    .navbar li a, .navbar .navbar-brand {
        color: #5c9fbe !important;
    }
    .dropdown-menu li a {
        padding: 6px 20px;
        display: block;
    }
    footer .col-sm-3 {
        margin-bottom: 40px;
    }
    .navbar-nav .nav-link.btn {
        margin: 10px 0;
    }
    .exp-timeline {
        padding-left: 40px;
    }
}
/* ------------------------------------  MOBILE ------------------------------------ */