@charset "UTF-8";
/* CSS Document */
/* -------------------- Body -------------------- */
* {
    font-variant-ligatures: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
body {
  font-family: Arial, "sans-serif";
  color: #444444;
  line-height: 1.6;
  font-size: 19px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /*height: 100%;*/
}
body, html {
  height: 100%;
  margin: 0;
}
footer {
  background-color: rgba(16, 17, 68, 1.00);
  padding-top: 80px;
  padding-bottom: 60px;
}
img {
  max-width: 100%;
  max-height: 100%;
}
hr {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #000000;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.clearAll {
  clear: both;
}
.menuID {
  position: relative;
  top: -50px;
}
.eventID {
  position: relative;
  top: -94px;
}
.alignCenter {
  left: 50%;
  -ms-transform: translateX(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%); /* Safari */
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}
.alignMiddle {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Safari */
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
}
.topMarginSpecial {
  padding-top: 5%;
}

.jslink{
    bottom: 10px;
    right: 20px;
    padding: 2px;
    position: absolute;
    
}

a:link, a:visited, a:active, .jslink {
  color: #CFCECE; /*rgba(157,157,157,1.00);*/
  text-decoration: none;
     cursor: pointer;
}

a:hover, .jslink:hover {
  color: rgba(85, 176, 96, 1.00);
}
/*li {
  line-height: 1.25;
  padding-bottom: 10px;
  list-style-type: square;
}
ul {
  padding-left: 24px;
}*/

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  
}

li {
  padding-left: 1em;
  text-indent: -1em;
    list-style-position: outside;
}

.smallText li::before  {
    content: "•";
  padding-right: 7px;
    
}

li:before {
  content: url(mapImages/AriesMAP-Logo-2B-21.jpg);
  padding-right: 7px;
}

/* -------------------- Video Background -------------------- */
.bigScreen {
  display: block;
}
.phoneScreen {
  display: none;
}
.vimeo-wrapper {
  object-fit: cover;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  pointer-events: none;
  overflow: hidden;
  display: block;
  background-image: url("mapImages/CompassBG.jpg");
  background-position: center;
  background-size: cover;
}
.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 5px 5px 10px 2px #000000;
    box-shadow: 5px 5px 10px 2px #000000;
}
#myVideo {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -10;
  background-image: url("xtrmImages22/XS_WireGlobe2222AXX.jpg");
  background-position: center;
}
.notVideo {
  object-fit: cover;
  width: 100vw;
  position: fixed;
  z-index: -10;
}
.viewport-header {
  position: relative;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xmain {
  background: rgba(100, 100, 100, .30);
  color: white;
  text-align: center;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 7%;
  padding-right: 7%;
}
.whiteBGbox {
  width: 90%;
  background-color: #ffffff;
  padding-top: 50px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 10%;
  border-radius: 50px;
  z-index: 50;
}
.videoSpace {
  height: 20%;
}
/* -------------------- Nav Bar -------------------- */
.navBar {
  width: 100%;
  height: 50px;
  /*text-align: center;*/
  background-color: rgba(21, 26, 79, 1.00);
  -webkit-box-shadow: 0px 2px 10px 1px #000000;
  box-shadow: 0px 2px 10px 1px #000000;
  padding-left: 25px;
  padding-right: 20px;
  color: #ffffff;
  z-index: 100;
  position: fixed;
}
.navLogo {
  top: 9px;
  padding-top: 0px;
  position: relative;
  float: left;
}
.menuBarText {
  color: #888888;
  cursor: pointer;
  font-size: 13px;
  padding-top: 15px;
  padding-left: 1%;
  padding-right: 1.5%;
  float: left;
}
.menuBarTextBTN {
  color: #888888;
  background-color: #156528;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  margin-top: 10px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 5px;
  float: right;
}
.navMenu2 {
  display: block;
  width: 21px;
  height: 21px;
  float: right;
  cursor: pointer;
  top: 14px;
  left: 3px;
  position: relative;
}
.videoOnOff {
  color: #888888;
  margin-top: 2.5vh;
  margin-bottom: 2.5vh;
  cursor: pointer;
}
.mapNotice {
  font-family: Arial, "sans-serif";
  font-size: 1vw;
  color: rgba(85, 176, 96, 1.00);
  font-weight: 500;
  line-height: 1.1;
  margin-top: 25px;
}
/* -------------------- Text -------------------- */
.normalText {
  font-size: 18px;
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
  color: #BBBBBB;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1 {
  color: #525252;
  font-size: 44px;
  line-height: 1;
}
h2 {
  color: rgba(21, 26, 79, 1.00);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
}
h3 {
  font-size: 31px;
  color: rgba(21, 26, 79, 1.00);
  line-height: 1.3;
  padding-bottom: 12px;
}
h4 {
  color: #55B060;
  ;
  line-height: 1.3;
  font-size: 1.9vw;
    font-weight: 500;
  margin-top: 4px;
  margin-bottom: -6px;
  text-align: center;
  font-style: italic;
}
h5 {
    
    
  font-size: 2.1vw;
  font-weight: 500;
}
h6 {
  font-size: 21px;
  font-weight: 500;
}
.titleText {
  font-family: Arial, "sans-serif";
  font-size: 4.8vw;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 12px 12px 12px rgba(0, 0, 0, 1.00);
  margin-top: -18px
}
.ofFont {
  font-weight: 100;
  font-size: 2.4vw;
  display: inline-block;
}
.smallText {
  font-size: 15px;
  font-weight: 500;
    width: 100%;
    line-height: 1.4;
}

.optionText {
    font-size: 12px;
    display: inline-block;
}

.footerText {
  font-size: 28px;
  font-weight: 500;
    width: 90%;
}
.lowerRight {
  font-size: 18px;
  font-weight: 900;
  bottom: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
  z-index: 60;
}
.eventText {
  font-size: 2.3vw;
  font-weight: 300;
  text-align: center;
  color: rgba(85, 176, 96, 1.00);
  text-shadow: 5px 5px 5px #000000;
  font-style: italic;
  line-height: 1.2;
}

.specialText {
    font-weight: 900;
    color: #00681E;
}

.meetContain {
    font-size: 16px;
    width: 23%;
    height: auto;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

.meetBox {
    font-size: 19px;
    color: #ffffff;
    width: 100%;
    height: 72px;
    background-color: rgba(238,238,238,1.00);
    padding: 0px;
    padding-top: 16px;
    text-align: center;
    line-height: 1.2;
    border-radius: 24px;
    
    background-position: center;
    background-size: cover;
    
}


/* -------------------- x Layout -------------------- */
.x3-display-center {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.x3-display-middle {
  position: absolute;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%, -55%);
  -webkit-transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  text-align: center;
}
.x3-content {
    max-width: 80%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #ffffff;
    border-radius: 50px;
}
.x3-center {
  text-align: center !important
}
/* -------------------- Containers -------------------- */
.newEventBox {
  width: 100%;
  height: auto;
  min-height: 220px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  background-color: #DFDFDF;
  /*  border-left: 12px solid #ffffff;
  border-right: 12px solid #ffffff;
  border-top: 12px solid #ffffff;*/
  position: relative;
  z-index: 50;
  border-radius: 50px;
}

.newPlanBox {
  width: 50%;
  height: auto;
  min-height: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
    margin-bottom: 30px;
  text-align: center;
  background-color: #DFDFDF;
  /*  border-left: 12px solid #ffffff;
  border-right: 12px solid #ffffff;
  border-top: 12px solid #ffffff;*/
  position: relative;
  z-index: 30;
  border-radius: 50px;
}
.fullBox {
  color: white;
  background: rgba(0, 0, 0, .50);
  width: 90%;
  height: auto;
  z-index: 50;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 12%;
  padding-right: 12%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}
.logoContainer {
  width: 90vw;
  height: auto;
}
.logoSize {
  width: 31vw;
}
.xsLogo {
  width: 200px;
}
.scrollArrow {
  color: #9F9F9F;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 8px);
  font-size: 16px;
}
.mapResources {
  font-size: 24px;
  border: none;
  display: inline-block;
  padding: 16px 60px;
  vertical-align: middle;
  color: #002147;
  background-color: #156628;
  text-align: center;
  line-height: 220%;
}
.formcontainer {
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  background-color: #CCCCCC;
}

.maptext a:link, a:active {
  color: darkblue;
  text-decoration: none;
     cursor: pointer;
}

.maptext a:visited {
  color: rgba(85, 176, 96, 1.00);
}

.maptext a:hover  {
  color: rgba(85, 176, 96, 1.00);

}

/* ——————————— Create a custom checkbox —————————— */


.preferBlock {
    float: left;
    margin-right: 50px;
}
/* The containerCM */
input[type=checkbox] {
  display: none;
  height: 26px;
}

input[type=radio] {
  display: none;
}
.containerCM {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 5px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkmark {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-color: #eee;
  border-radius: 1px !important;
}

/* On mouse-over, add a grey background color */
.containerCM:hover input ~ .checkmark {
  background-color: rgba(0,104,30,1.00);
}

/* When the checkbox is checked, add a blue background */
.containerCM input:checked ~ .checkmark {
  background-color: #3E78B7;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.containerCM input:checked + .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.containerCM .checkmark:after {
  content: "✓"; /*"&#10003*/
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
  top: -7px;
  padding-left: 2.0px;
  
}

/* Full-width input fields */
input[type=text], input[type=password], input[type=email], textarea, select {
  width: 100%;
  padding: 15px;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 22px;
  border: none;
  background: #f1f1f1;
  font-size: 16px;
}



.humanText {
    position: relative;
    top: -6px;
}

.startCapital {
    font-size: 24px;
    font-weight: 700;
    display: inline;
}


input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus {
  background-color: #DCEBF6;
  outline: none;
}
.selectBox {
  height: 50px;
  line-height: 15px;
  width: 65%;
}
/* Overwrite default styles of hr */
hr {
  margin-top: 10px;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px
}
/* Set a style for the submit/register button */
.registerbtn {
  background-color: rgba(21,26,79,1.00);
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 220px;
  opacity: 0.9;
  border-radius: 50px;
    font-size: 21px;
}

.registerbtn:hover {
  opacity: 1;
}
/* The Radio Buttons container */
.rbcontainer {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.rbcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.rbcontainer:hover input ~ .checkmark {
  background-color: #00681E;
}
/* When the checkbox is checked, add a blue background */
.rbcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.rbcontainer input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.rbcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* -------------------- Half Column -------------------- */
.halfColL, .halfColR {
  width: 50%;
  height: auto;
  float: left;
  position: relative;
}
.halfColR {}
/* -------------------- Columns -------------------- */
.col2L {
  width: 50%;
  float: left;
  height: auto;
  margin: 0px;
  padding: 0px;
  padding-right: 15px;
}
.col2R {
  width: 50%;
  float: left;
  height: auto;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}

.col3L {
    width: 32%;
    min-height: 220px;
    font-size: 17px;
    position: relative;
    float: left;
    height: auto;
    margin: .5%;
    
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 40px;
    background-color: rgba(187,195,196,.3);
    -webkit-box-shadow: 3px 3px 6px 0 rgba(0,0,0,.20);
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.20);
}
.col2R {
  width: 50%;
  float: left;
  height: auto;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}
.colyL {
  width: 25%;
  float: left;
  height: auto;
}
.colyR {
  width: 75%;
  float: left;
  height: auto;
  padding-bottom: 40px;
}
.colxL {
  width: 17%;
  float: left;
  height: auto;
}
.colxR {
  width: 83%;
  float: left;
  height: auto;
  padding-left: 32px;
}
.col3, .col3H {
  width: 30%;
  height: inherit;
  float: left;
  margin: 1.5%;
  font-size: 2.5vw;
  text-align: center;
  color: #000000;
  font-weight: 500;
  line-height: 1.1;
}
.col3Two {
  text-align: center;
  line-height: 150%;
  padding-top: 3%;
  width: 60%;
  height: inherit;
  float: left;
  margin: 1.5%;
  font-size: 4.5vh;
  color: #ffffff;
  font-weight: 300;
}
.col3TwoText {
  text-align: center;
  line-height: 150%;
  font-size: 5.1vh;
  font-weight: 900
}
/* -------------------- Footer/Info -------------------- */
.footerNames {
  font-size: 2.1vw;
  color: #BBBBBB;
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 20px;
}
.infoLine {
  width: 100%;
  height: auto;
  padding-bottom: px;
  text-align: center;
  color: #838383;
  font-size: 11px;
  padding-top: 40px;
  letter-spacing: 1.4px;
}
.x3-btn {
    border: none;
    display: inline-block;
    padding: 16px 36px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #002147;
    background-color: #156628;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    -webkit-box-shadow: 5px 5px 15px 0px #000000;
    box-shadow: 5px 5px 15px 0px #000000;  /* white-space: nowrap*/
}
/* -------------------- Menu Overlay for phone -------------------- */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 80;
  background-color: rgba(21, 26, 79, 0.90);
  overflow-y: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.3px;
  padding-left: 25px;
  margin-top: 0px;
  top: 60px;
}
.overlay a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
  margin-top: 4vh;
  margin-bottom: 4vh;
  top: auto;
}
.overlay a::after {
  content: ">";
  text-align: right;
  float: right;
  padding-right: 25px;
  color: #888888;
}
.overlay a:hover, .overlay a:focus {
  color: rgba(85, 176, 96, 1.00);
}
.overlay a:active {
  color: #111111;
}
.portraitWidth {
  font-size: 1.6vw;
  line-height: 110%;
  width: 65%;
}
/* ---------- Testimonials ---------- */

.revealTestimonial  {
    font-size: 17px;
    display: none;
    top: 60px;
    position: relative;
    width: 100%;
    z-index: 50;
    background-color: rgba(204,219,191,0.95);
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 40px;
    padding-bottom: 70px;
    -webkit-box-shadow: 8px 8px 8px #000000;
    box-shadow: 8px 8px 8px #000000;
}

.xout {
    float: right;
    top: -10px;
    right: 0px;
    cursor: pointer;
    
}

.checkMarkImage {
    object-fit: cover;
    position: fixed;
    background-image: url(mapImages/CheckMark-1.png); 
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.portraitOnly {
    display: inline;
       
    }

.photoCaption {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    
}


/* -------------------- Landscape Orientation-------------------- */
/* -------------------- Landscape Orientation-------------------- */
@media screen and (orientation: landscape) and (max-width: 1200px){
    
        .col3L {
    width: 47%;
    min-height: 220px;
    font-size: 17px;
    position: relative;

        
    padding: 20px;
    padding-top: 30px;

}
    
.meetContain {
    font-size: 18px;
    width: 44%;
    height: auto;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}
    
    .meetBox {
    /*margin-bottom: 15px;
    width: 44%;
    height: 80px;
   
    padding: 10px;
    padding-top: 14px;
   
    line-height: 1.2;*/
   
    
}
}


/* -------------------- Landscape plus Height -------------------- */
/* -------------------- Landscape plus Height -------------------- */
@media screen and (orientation: landscape) and (max-height: 600px) {
  .halfColL, .halfColR {
    height: 100%;
  }
  .overlay a {
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
  }
  .eventText {}
  .portraitWidth {
    font-size: 2.4vw;
    width: 85%;
  }
  .footerNames {
    font-size: 2.5vw;
    width: 100%;
    padding-bottom: 20px;
  }
  .formcontainer {
    width: 70vw;
  }
    h5 {
  font-size: 3.0vw;
}
    .col3L {
    width: 49%;
    min-height: 230px;
    font-size: 17px;
    position: relative;
   
    padding: 15px;
    padding-top: 30px;

}
    
  .revealTestimonial  {
     

}
    
}
/* -------------------- Portrait Orientation-------------------- */
/* -------------------- Portrait Orientation-------------------- */
@media screen and (orientation: portrait) {
  footer {
    
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 15px;
  }
  .logoContainer {
    width: 85vw;
    height: auto;
  }
  .logoSize {
    width: 56vw;
  }
  h4 {
    font-size: 3.6vw;
  }
  h5 {
  font-size: 3.6vw;

}
    
 .smallText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2
    
}
    
 .footerText {
  font-size: 18px;
  font-weight: 500;
    width: 90%;
}
    
  .xmain {
    font-size: 5vw;
  }
  .eventText {
    padding-top: 16px;
    font-size: 5vw;
  }
    
 .col3L {
    width: 100%;
    min-height: 185px;
    font-size: 17px;
    
     margin-bottom: 2%;


}
    
  .col2L, .col2R {
    width: 100%;
    padding: 0px;
  }
  .halfColL, .halfColR {
    width: 100%;
  }
  .fullBox {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .newEventBox {
    height: auto;
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
    border-left: none;
    border-right: none;
    /*border-top: none;*/
  }
        .newPlanBox {
  width: 95%;
    }

  .col3, .col3H, .col3Two {
    width: 90%;
    font-size: 5vw;
    margin-top: 0;
    margin-bottom: 4%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
  }
  .col3TwoText {
    font-size: 4.7vh;
  }
  .logoContainer {
    width: 95vw;
    margin-top: -8%;
  }
  .xsLogo {
    width: 45vw;
  }
  .titleText {
    font-size: 11vw;
  }
  .ofFont {
    font-weight: 100;
    font-size: 5.5vw;
    display: block;
  }
  .topMarginSpecial {
    padding-top: 0%;
  }
  .portraitWidth {
    font-size: 3.6vw;
    width: 96%;
  }
  .mapResources {
    font-size: 18px;
    padding: 10px 60px;
    line-height: 220%;
  }
  .formcontainer {
    width: 95vw;
  }
    
  .revealTestimonial  {

   
    padding-left: 15px;
    padding-right: 10px;
  
    
    }
    
.meetContain {
    font-size: 18px;
    width: 46%;
    height: auto;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}
    
    .meetBox {
 /*   margin-bottom: 15px;
    width: 46%;
    height: 84px;
   
    
    margin-left: 1%;
    margin-right: 1%;
    padding: 10px;
    padding-top: 18px;
   
    line-height: 1.2;*/
   
    
}
}
/* -------------------- Pad Size -------------------- */
/* -------------------- Pad Size -------------------- */
@media /*(orientation: portrait) and */(max-width:992px) and (min-width:701px) {
  .x3-content {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
  .fullBox {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 6%;
    padding-right: 6%;
  }
  .topMarginSpecial {
    padding-top: 3.5%;
  }
  .formcontainer {
    width: 70vw;
  }
    
   .col3L {
    width: 47%;
    min-height: 230px;
    font-size: 17px;
    position: relative;
    
     margin-bottom: 1%;
  
    padding: 15px;
       padding-top: 30px;
    }
    

}
/* -------------------- Phone Size -------------------- */
/* -------------------- Phone Size -------------------- */
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 40px;
  }
    
    h3 {
  font-size: 28px;

}
    
  .eventText {
    font-size: 5.5vw;
  }
  .x3-content {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col2L, .col2R {
    width: 100%;
    padding: 0px;
  }
  .colxL {
    width: 100%;
    height: auto;
    padding-bottom: 32px;
  }
  .colxL img {
    width: 49%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .colxR {
    width: 100%;
    float: left;
    height: auto;
    padding-left: 0px;
  }
  .colyL {
    width: 100%;
  }
  .colyR {
    width: 100%;
    padding-bottom: 40px;
  }
  .newEventBox {
    height: auto;
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
    border-left: none;
    border-right: none;
    /*border-top: none;*/
  }
  .col3, .col3H, .col3Two {
    width: 90%;
    font-size: 6vw;
    margin-top: 0;
    margin-bottom: 4%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .col3H {
    font-size: 28px;
  }
  .footerNames {
    font-size: 4.7vw;
    width: 100%;
    padding-bottom: 20px;
  }
  .bigScreen {
    display: none;
  }
  .phoneScreen {
    display: block;
  }
  .navMenu {
    width: 21px;
    height: 21px;
    float: right;
    display: block;
    cursor: pointer;
    top: 14px;
    left: 3px;
    position: relative;
  }
  .closebtn {
    display: none;
    width: 21px;
    height: 21px;
    float: right;
    cursor: pointer;
    top: 14px;
    left: 3px;
    position: relative;
  }
  .topMarginSpecial {
    padding-top: 0%;
  }
    
    .newPlanBox {
  width: 95%;
    }
    
    .portraitOnly {
        display: block;
        margin-left: 60px;
        
    }

}
/* -------------------- Super Size -------------------- */
/* -------------------- Super Size -------------------- */
@media (orientation: landscape) and (min-width:1800px) {
  body {
    line-height: 1.6;
    font-size: 26px;
  }
  .logoSize {
    width: 40vw;
  }
  h3 {
    font-size: 40px;
  }
  .col3, .col3H {
    font-size: 3.0vw;
    line-height: 1.1;
  }
  .eventText {
    font-size: 3.2vw;
  }
  .topMarginSpecial {
    padding-top: 6%;
  }
  .portraitWidth {
    font-size: 1.6vw;
    width: 50%;
  }
}
/* -------------------- Phone Scroll -------------------- */
/* -------------------- Phone Scroll -------------------- */
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {}
/* -------------------- Small Phone -------------------- */
/* -------------------- Small Phone -------------------- */
@media (max-width:375px) {
  .footerNames {
    font-size: 4.1vw;
    width: 100%;
    padding-bottom: 20px;
  }
}

.sectionHeader {
    padding-bottom: 15px;
}

.spacer {
    height: 100px;
}
