body {
  padding-top: 0;
  padding-bottom: 0;
}

html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

#popUp {
  position: fixed;
  max-width: 450px;
  height: 550px;
  background: rgba(236, 240, 241, 1);
  border: 7px solid #fff;
  bottom: 0;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index:1050
}

#new span {
  background: #fff;
  position: absolute;
  color: #009bbb;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 400;
  margin-top: -5px;
    font-family: adobe-garamond-pro, serif;
    text-transform: none;
    letter-spacing: 0.05em;
}

#popUp .close {
  color: #fff;
  right: 8px;
  top: 5px;
  position: absolute;
  font-size: 28px;
  cursor: pointer;
}

#popUp h2 {
  line-height: 24px;
  margin-top: 40px;
  padding: 0 0 10px 0;
  color: #009bbb;
    text-align: center;
    font-family: adobe-garamond-pro, serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    display: block;
}
    
#popUp p {
    text-align: center;
    font-family: adobe-garamond-pro, serif;
    font-size: 18px;
    font-weight: 400;
    width: 90%;
    margin: auto;
    color: #009bbb;
}
    
#popUp p a {
   border-bottom: dotted 1px #009bbb;     
}

a.button {
  margin: 20px auto 0px;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 250px;
  font-size: 15px;
  color: #fff;
  background: #009bbb;
  border-radius: 4px;
  padding: 8px 0;
}

#plus {
  position: fixed;
  color: #fff;
  bottom: 21%;
  font-size: 15px;
  margin-left: -525px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index:1050;
    height:120px
}

#plus span {
  position: absolute;
  margin: 15px 10px 0px 10px;
  text-align: center;
}

#plus::after {
  content: '';
  display: block;
  background-color: #009bbb;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

@media all and (max-width: 900px) {
  #popUp {
    margin-left: -525px;
  }
  #plus {
    margin-left: 0px;
  }
}

#ccc-title, .ccc-title {
    font-family: proxima-nova, sans-serif !important;
    letter-spacing: .1em;
    color: #435091 !important;
    font-weight: 400 !important;
    line-height: 1.2em !important
}
#ccc h3 {
    font-size: 1em !important;
    font-family: proxima-nova, sans-serif !important;
    letter-spacing: .1em;
    color: #435091 !important;
    font-weight: 400 !important;
    line-height: 1.2em !important
}
#ccc p {
    font-family: proxima-nova, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    color: #435091 !important;
}
#ccc[light] #ccc-content {
    background-color: #f0efed !important;
}
#ccc-icon {
    width: 65px !important;
    height: 65px !important;
}
#ccc[light] #ccc-icon {
    fill: #435091 !important;
}

.nav-bars {
  display: inline-block;
  cursor: pointer;
}

.nav-bars span {
        font-family: proxima-nova, sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: .1em;
        color:rgb(67, 80, 145, 1);
        line-height: 1.5;
          }

.bar1, .bar2, .bar3 {
    width: 42px;
    height: 2px;
    background-color: rgb(67, 80, 145, 1);
    margin: 6px auto;
    transition: 0.4s;
}

.play {
  display: inline-block;
  cursor: pointer;
}

.play span {
        font-size: 74px;
        color:rgb(255, 255, 255, .7);
	line-height:1
          }

h3 {
  font-size: 3.5em;
line-height: 1.1;
font-family: proxima-nova, sans-serif;
font-weight: 300;
text-align: center;
	text-transform:uppercase
}
.carousel-caption h3{
	font-family: adobe-garamond-pro, serif;
	font-size: 3.25em;
	line-height: 1;
	font-weight:400;
	text-transform:none;
	letter-spacing: 0.02em;
}
.carousel-caption h4{
	font-family: adobe-garamond-pro, serif;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight:400;
	text-transform:none;
	letter-spacing: 0.02em;
}
.caption-1 {
	bottom: 23%;
}
.caption-2 {
	bottom: 30%;
}
.caption-3 {
	bottom: 30%;
}
.caption-4 {
	bottom: 30%;
}
.caption-5 {
	bottom: 30%;
}
.caption-6 {
	bottom: 0%;
}

section { 
    color:white;
    text-align:center;
    display:table;
    width:100%;
}

section h1 {
    display:table-cell;
    vertical-align:middle;
    color: #009bbb;
    text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: 300;
	padding-bottom:10px
}

.inner {
	height:100%;
	width:100%;
	margin:0 auto;
}
.inner-secondary {
	width:100%;
	margin:30px auto 0px;
	padding-top: 0px;
}
.inner-col {
	border-right: 1px solid #ccc !important;
}
.outer-col {
	border-right: 0px solid #ccc !important;
}
.inner-col h1 {
	font-size: 20px;
}
.footer-inner {
	height:100%;
	text-align:center;
	width:100%;
	margin:0 auto;
	background:#fff;
	padding: 30px 0px;
	margin-bottom:30px
}
.footer-inner-logo img{
    width: 49px
}
.footer-spacer {
	height:30px;
	clear:both		
}
.home {
	background-color: transparent;
    height:100%
}

.panel {
	background:#fff;
	padding-top: 0px;
}

.panel1, .panel2, .panel3 {
	padding-top: 205px;
}

.content { 
	padding-top: 80px;
    padding-bottom:40px
}
.content img{
	margin-right:20px;
	margin-top:4px;
	margin-bottom:4px;
}
.news a img{
	margin-right:20px !important;
}
.clearfix {
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 1rem;
	padding-bottom: 15px;
}
.columns {
	column-count: 1;
	column-gap: 0px;
}
.columns a img{
	margin-right:4px;
	margin-top:4px;
	margin-bottom:4px;
}
.content li {
	margin-bottom: 0.5rem;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.img2 {
    float: left;
}


.arrow-down {
display:none;
}
.arrow-down i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 13px;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.arrow-down:hover {
    background: rgba(67, 80, 145, 0.5);
}
.arrow-down:hover i {
    color: #fff;
    top: 20px;
}

.arrow-down-more {
display:none;
}
.arrow-down-more i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 13px;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.arrow-down-more:hover {
    background: rgba(67, 80, 145, 0.5);
}
.arrow-down-more:hover i {
    color: #fff;
    top: 20px;
}

.row {
  margin-bottom: 0;
}
.row .row {
  margin-top: 0;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 0;
  padding-bottom: 10px;
  background-color: rgba(#fff);
  border: 0px solid rgba(86,61,124,.2);
}

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.title {
  	position: absolute;
	bottom: 9px;
	left: 10px;
	z-index: 2;
	text-align: left;
	white-space: nowrap;
	font-size: 13px;
	border-radius: 0px;
	background-color: #fff;
	color: #435091;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 7px;
	font-weight: 400;
}
.news-title {
  	position: absolute;
	bottom: 0px;
	left: 10px;
	z-index: 2;
	text-align: left;
	white-space: nowrap;
	font-size: 13px;
	border-radius: 0px;
	background-color: #fff;
	color: #435091;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 7px;
	font-weight: 400;
}
.announcement {
  	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	text-align: left;
	background-color: none;
	padding: 7px 50px 7px 7px;
	line-height: 1.2
}
.announcement h1{
	font-weight: 600;
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
	font-size: 1.25em;
	color: #435091;
	letter-spacing: .05em;
	white-space: normal;
	text-align: left;
	padding-bottom: 5px;
}
.announcement p{
	font-weight: 300;
	text-transform: none;
	font-size: 1.25em;
	color: #435091;
	line-height:1.25em
}
.event {
  	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	text-align: left;
	padding: 20px;
	line-height: 1.2;
	background-color: rgba(255, 255, 255, 0.6);
}
.event h1{
	font-weight: 600;
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
	font-size: 1.25em;
	color: #435091;
	letter-spacing: .05em;
	white-space: normal;
	text-align: left;
	padding-bottom: 5px;
}
.event p{
	font-weight: 300;
	text-transform: none;
	font-size: 1.15em;
	color: #435091;
	line-height:1.15em
}
.menu {
 	text-align:center;
	width:100%;
	margin-left: auto;
	margin-right: auto;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px;
}
.home-tab {
 	display:block
}
.logo {
 	display:none
}
.logo img{
	width:80px
}
.logo a{
	transition: opacity .3s;
}
.logo a:hover{
	opacity: .5;
}
.logo-carousel {
 	text-align:center;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 95px;
	opacity:1
}
.logo-carousel img{
	height:138px
}
.logo-carousel a{
	transition: opacity .3s;
}
.logo-carousel a:hover{
	opacity: .5;
}

.navigation {
	float:left;
	width: 100%;
}
.navigation ul{
	padding-top:20px;
	list-style: none;
	list-style-position: outside;
	padding-left: 0px;
}
.navigation ul li{
	color:#fff;
	text-transform: none;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 2.5;
	font-size: 14px;
}
.navigation ul li a{
	text-transform: none;
	font-weight: 300;
	letter-spacing: 0.05em;
	font-size: 14px;
	color: #fff;
}
.navigation ul li a:hover{
	opacity:.5
}
.navigation ul ul{
	padding: 0px 0px 10px 15px
}
.navigation-quote {
	display:none
}
.navigation-quote h1{
	border-bottom: 0px solid #fff !important;
	font-size: 22px !important;
	padding-bottom: 10px !important;
	margin-top: 40px;
}
.navigation-quote p{
	padding-left:0px;
	color: #fff;
	font-weight: 300;
    letter-spacing: 0.03em;
    font-size: 15px;
    font-style: italic;
}
.navigation-spacer{
	border-bottom: 1px solid #fff;
	clear: both;
	padding-top: 30px;
	margin-bottom: 30px;
}
.social-footer {
    
}
.social-footer ul{
	padding-top:0px;
	list-style: none;
	list-style-position: outside;
	padding-left: 0px;
}
.social-footer ul li{
	color:#fff;
	text-transform: none;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.75;
	font-size: 14px;
	display: inline-block;
	padding-right: 8px;
}
.social-footer ul li a{
	text-transform: none;
	font-weight: 300;
	letter-spacing: 0.05em;
	font-size: 14px;
	color: #fff;
}
.social-footer ul li a:hover{
	opacity:.5
}
.social-footer form {
	display:inline;
}
.section-intro {
    width: 85%;
    color: #009bbb;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.section-intro h1{
	z-index: 2;
	color: #009bbb;
	text-align: center;
	font-family: adobe-garamond-pro, serif;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.05em;
	display: block;
	padding-bottom:15px
}
.section-intro h2{
	z-index: 2;
	color: #009bbb;
	text-align: center !important;
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight:300;
	display: block;
	padding-bottom:15px;
    padding-top: 25px;
}
.section-intro p {
    text-align: center;
    font-family: adobe-garamond-pro, serif;
    font-size: 16px;
    font-weight: 400;
	margin-bottom: 8px;
}
.footer {
	font-size: 11px;
	color: #58595b;
}
.footer h1{
	color: #009bbb;
text-align: left;
font-size: 20px;
letter-spacing: .03em;
margin-bottom: 0px;
margin-top: 0px;
font-weight: 400;
	font-family: adobe-garamond-pro, serif;
	text-transform:none
}
.footer h2{
	color: #009bbb;
text-align: left;
font-size: 15px;
letter-spacing: .03em;
margin-bottom: 0px;
margin-top: 5px;
font-weight: 400;
	font-family: adobe-garamond-pro, serif;
	text-transform:none
}
.footer h3 {
    color: #009bbb;
text-align: left;
font-size: 20px;
text-transform: uppercase;
letter-spacing: .1em;
margin-bottom: 17px;
margin-top: 0px;
font-weight: 300;
    font-family: proxima-nova, sans-serif;
}
.footer ul{
	list-style-type: none;
	padding-left: 0px;
}
.footer li {
	line-height: 1.7
}
.footer ul li a{
	color: #58595b;
	display: inline;
	font-weight: 400;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.footer p a {
    color: #58595b;
    font-weight: 400;
    letter-spacing: .05em;
    text-decoration: none;
    transition: opacity .3s;
    text-transform: none;
    font-size: 11px;
}
.footer .fa {
    padding-top: 10px;
}
.footer p {
    color: #58595b;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: none;
    font-size: 11px;
	line-height:1.3
}


.scrollToTopLogo{
	text-align: center;
text-decoration: none;
margin-left: auto;
margin-right: auto;
height: 100%;
display: inline-block;
}
.scrollToTopLogo:hover{
	text-decoration:none;
}
		
.scrollToTop {
	padding:0px; 
	text-align:center; 
	color: #fff;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display:block;
	background: rgb(67, 80, 145);
    background: rgba(67, 80, 145, 1);
    width: 50px;
    height: 50px;
	text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.scrollToTop:hover{
	text-decoration:none;
}
		
		
.scrollToTop i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 10px;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.scrollToTop:hover {
    background: rgba(67, 80, 145, 0.5);
}
.scrollToTop:hover i {
    color: #fff;
    top: -5px;
}
.footer {
	background-color: #f0efed;
}

.awards {
    height:100%;
    background-color: rgb(67, 80, 145, 1);
    z-index: 1031;
    right: 0;
        -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    position:relative;
}
.awards ul {
    text-align:center;
    padding:20px 15px 0
}
.awards ul li {
    list-style-type: none;
    padding:10px 0;
    display: inline-block;
}
.awards img {
    width:100px
}
.modal-open .awards {
    display: none
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  
}


@media only screen and (min-width: 768px) {
  /* For desktop: */
    .awards {
   background-color: rgb(51, 62, 72, 0.5);
   position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
}
	.awards ul {
    text-align:center;
    padding:15px 15px 0
}
    .awards ul li {
    list-style-type: none;
    padding:7px 0;
    display: block;
}
  .menu {
 	background-color: transparent;
    position: relative;
}
    .logo-carousel {
 	padding-top: 20px;
}
    .logo-carousel img{
	height:160px
}
    .carousel-caption h3{
	font-size: 4.5em;
}
    .navigation-quote {
	float:right;
	width: 70%;
    display:block
}
    .navigation {
	width: 30%;
}
.caption-1 {
	bottom: 40%;
}
.caption-2 {
	bottom: 45%;
}
.caption-3 {
	bottom: 25%;
}
.caption-4 {
	bottom: 17%;
}
.caption-5 {
	bottom: 17%;
}
.caption-6 {
	bottom: 8%;
}
    .arrow-down {
display:block;
position: absolute;
z-index: 99;
bottom: 3%;
left: 0;
right: 0;
margin: 0 auto;
	color:#fff;
	background: rgb(67, 80, 145);
    background: rgba(67, 80, 145, 1);
    width: 50px;
    height: 50px;
	text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    .arrow-down-more {
display:block;
position: relative;
z-index: 99;
margin: 20px auto 0;
	color:#fff;
	background: rgb(67, 80, 145);
    background: rgba(67, 80, 145, 1);
    width: 50px;
    height: 50px;
	text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    .home-tab {
 	display:none
}
    .logo {
    text-align:center;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
    display:block
}
    .columns {
	column-count: 2;
	column-gap: 50px;
}
    .content { 
    background-color:#fff; 
	padding-top: 195px;
	padding-bottom: 30px;
}
    .navigation ul li{
	line-height: 1.75;
}
}

@media only screen and (min-width: 1389px) {
    .awards {
   position:fixed;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
}