body {
  font-size: 16px;
	overflow-x: hidden;
}
.nav-link {
  text-transform: uppercase;
}
a {
    color: #256f9b;
}
.card-flex {
  justify-content: center;
}
.card {
  width: 31%;
  margin: 1%;
}
.card h6 {
  display: flex;
  flex-direction: row;
  line-height: 3;
  text-align: left;
}
.card p {
	padding-top: .75rem;
}
html {
  font-family: montserrat, sans-serif;
  font-size: 110%;
  line-height: 1.4;
}
h1 {
  font-family: lato, sans-serif;
  color: #64a5cc;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  font-size: 3.5vw;
  text-align: left;
  margin: 0px;
}
h3 {
  color: #6BBDE0;
}
h6 {
  font-size: 12px;
  text-transform: uppercase;
}

.inner-hdr-right {
  background: rgb(255, 255, 255, 1);
  padding: 1.5em;
 
 
  /*! margin: 0 auto; */
  margin-right: 36px;
}
.inner-hdr {
  background: rgb(255, 255, 255, 1);
  padding: 4.5em;
 

  /*! margin: 0 auto; */
  margin-left: 36px;
}
.inner-hdr p {
  text-align: left;
}
.inner-hdr h1 {
  color: #f7bb47;
}
.inner-hdr h2 {
  font-size: 2vw;
  margin: 0px;
  text-align: left;
  color: #6BBDE0;
}
h2 {
  color: #64a5cc;
}
#start {}
hr.short {
  width: 25%;
  border-top: 1px solid #d0d0d0;
  margin: 40px auto 20px auto;
}
h1.callout {
  font-size: 24px;
  text-transform: none;
}
.inner-hdr p {
  margin-top: 1em;
  font-size: 18px;
  color: #333;
}
.inner-hdr .small {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bg-gray {
  background: #efefef;
}
.bg-orange {
  background: #f2c468;
}
.bg-orange:hover {
  background: #F0D49C
}
.bg-blue {
  background: #d5eefd;
}
.bg-blue2 {
  background: #a4d6f4;
}
.bg-blue:hover {
  background: #CFDCE1
}
.bg-none {
  background: transparent !important;
}
.large-number {
  font-size: 6vw;
}
header {
  height: 100%;
}
a.language-link {
  color: #333 !important;
}
.btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px;
  border: 2px solid rgb(201, 214, 221);
 
}
.btn-outline-primary {
    color: #5aa2cc;
    background-color: transparent;
    background-image: none;
  
}
.btn:hover {
  box-shadow: 2px 2px 3px 3px #ccc;
}
/*Styles for this design*/
.nav-link {
  font-size: 14px;
}
.bg-dark {
  background-color: rgb(57, 115, 149) !important;
}
section {
  padding: 30px 0;
  max-width: 95%;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 12px;
}
section h1 {
  font-size: 3vw;
  margin-bottom: 30px;
}
.row.d-flex {
  margin-top: 15px;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 900;
}
#section1, #section2, #section3 {
  padding: 1em;
  margin-top: 3rem;
  padding-top: 2em;
}
#start {}
.card {
  margin-top: 10px !important;
}
.card-body {
  background: #dedede !important
}
.card-flex {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.card img {
  width: 100%;
}
.card-flex p {
  font-size: 14px;
}
.card-title {
  font-weight: 900;
}
.card div {
  padding: 30px;
}
.sec1-bg {
  background: url("images/section1-bg.jpg");
  background-size: cover;
  background-position: top center;
}
.sec2-bg {
  background: url("images/section2-bg.jpg");
  background-size: cover;
  background-position: top center;
  position: sticky;
}
.sect3 {
  padding: 50px;
  background: url("images/section3-bg.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: 1px solid #fff;
  outline: none;
  transition: 0.4s;
  font-weight: 100;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
button.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p:first-of-type {
  padding-top: 20px;
}
.numbered-list {
  position: relative;
  padding-left: 50px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
}
.numbered-list span {
  font-weight: 700;
  color: #336699;
}
span.list-one {
  position: absolute;
  left: 0;
  top: -15px;
  font-size: 4vw;
  color: #ccc;
  font-weight: 900;
}
#resources {
  margin-top: 120px;
}

.nav-link.js-scroll-trigger.language-link {
    background: #f2ae27;
    display: inline-block;
    padding: 5px;
}
	.language-link-text {
			display: none;
		}
	
@media (max-width: 992px){
		
		.language-link-text {
			display: block;
			 background: #f2ae27;
  
    padding: 5px;
			font-size: 12px;
			color: #333;
			
		}
		.nav-link.js-scroll-trigger.language-link {
    background: #f2ae27;
    display: none;
    padding: 5px;
}
		.inner-hdr h2 {
    font-size: 18px;
		
		
	}
		.inner-hdr h1 {
    color: #f7bb47;
	font-size: 24px;
}
	
	h1 {
		font-size: 24px;
		
	}
	}
@media only screen and (min-width : 0px) and (max-width : 768px) {
  body {
    overflow-x: hidden;
  }
  header {
    padding: 120px 20px 0px 20px;
    border-radius: 12px;
  }
  .inner-hdr, .inner-hdr-right {
   
    margin: 0px;
  }
  h2 {
    font-size: 3vw;
  }
  h3 {
    font-size: 20px;
  }
  p, li {
    font-size: 16px;
  }
  .inner-hdr p {
    font-size: 16px;
  }
  section {
    max-width: 98%;
  }
  .d-flex, .card-flex, .d-flex.flex-row {
    flex-direction: column !important;
  }
  .card {
    width: 100%;
  }
  .go {
    transform: none;
    opacity: 1;
  }
  .card h6 {
    display: flex;
    flex-direction: column;
    line-height: 3;
    text-align: center;
  }
	

  .p-5 {
    padding: 1rem !important;
  }
  .ml-5 {
    margin-left: 1rem !important
  }
  .mr-5 {
    margin-right: 1rem !important
  }
}

