body {
  margin: 0;
  background: #000;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
  max-width: 100%;
  overflow-x: hidden;
}

h1 {
  font-size: 3rem;
  font-weight: 700 !important;
  margin-top: 0;
  letter-spacing: .3rem;
}

.homeHeading {
  font-size: 4.5em !important;
  font-weight: 700 !important;
  margin-top: 0;
  letter-spacing: .3rem;
}

h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 0;
  letter-spacing: .3rem;
}

h3 {
  color: #1B3359;
}

.headingEm {
  font-size: 2em !important;
  color: #5B5B5B;
}

.makeBold {
  font-weight: 500;
}


/*--------------- Controls Navigation ---------------*/

#navBox button {
  padding: 4px;
  border: none;
  margin-top: -5px;
  font-size: 14px;
  font-weight: 300;
  /*background: rgba(65,163,176,0.7);*/
  /*background: #fff !important;*/
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}

#navBox button:hover {
  /*background-image: linear-gradient(to bottom, #ffc92b, #ce9a01);*/
  background: #E16C0C;
  font-weight: 400;
  font-family: "Montserrat";
}
#navBox .temp-login {
  background: #00A7E5;
  padding: 6px 10px;
  /*border: 1px solid #00A7E5;*/
  margin-top: 15px;
  font-size: 14px;
  color: #ffffff !important;
  border-radius: 20px;
  font-weight: 400;
  font-family: "Montserrat";
  cursor: pointer;

}
#navBox .login {
  padding: 4px;
  border: 1px solid #00A7E5;
  margin-top: -5px;
  font-size: 14px;
  color: #00A7E5;
  border-radius: 3px;
  cursor: pointer;
  transition: .3s color;
}

#navBox .login:hover {
  padding: 4px;
  background: #E16C0C;
  border: .5px solid #E16C0C ;
  /*margin-top: -5px;*/
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}

.navBar {
  background: #EFF2F2;
  position: fixed;
  /*font-weight: 500;*/
  min-width: 100%;
  z-index: 10;
  font-family: 'Montserrat', sans-serif;
  top: 0;
}

.logo {
  display: inline-block;
 /* height: 37px;
  margin: 15px 0;
  width: 45px;
  padding-bottom: 5px;*/
}

.logo img {
  width: 85px;
  /*height: 42px;*/
  margin-top: 10px;
}

.navWrapper {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2%;

}

#navBox ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
 /* width: 60%;*/
  margin-top: 15px;
}

#navBox ul a {
  color: #fff;
  text-decoration: none;
  transition: all .5s ease;
  font-size: 14px;
}

#navBox ul a:hover {
  color: #1B3359;
}

#navBox ul .active {
  color: #1B3359;
}

#navBox li {
  display: inline-block;
  /*height: 1%;*/
}

#navBox li:first-child {
  margin-top: -2px;
}

#navBox #menu-toggle {
  display: none;
}

#navBox .label-toggle {
  display: none;
}

#navBox .navWrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}


/*-----Starts Affected Elements At Zero Opacity So It Can Fade In-----*/

.zero {
  opacity: 0;
}


/*-----CHANGES SIZES AS THE SCREEN SHRINKS-----*/

@media screen and (max-width: 1100px) {

  .navBar {
  position: fixed;
  /*height: 100px;*/
  }

  #navBox ul {
    background-color: #5B5B5B;
    display: block;
    height: 0;
    list-style-type: none;
    opacity: 0;
    text-align: center;
    transition: all 1s ease;
    width: 100%;
    visibility: hidden;
    padding-left: 0;
    margin-top: 0;
  }

  #navBox li {
    border-bottom: 2px solid #666;
    color: #fff;
    display: block;
    font-size: 20px;
   /*padding: 20px 0;*/
  }

  #navBox .temp-login {
    margin: 20px;
    visibility: hidden;
  }

  #navBox #menu-toggle:checked ~ ul {
    opacity: 1;
    height: 100vh;
    visibility: visible;
  }

  #navBox ul a:hover {
   color: #1B3359;
  }

  #navBox ul li.active {
    color: #1B3359;
  }

  #navBox .label-toggle {
    background: linear-gradient(to bottom, #1B3359 0%, #1B3359 20%, transparent 20%, transparent 40%, #1B3359 40%, #1B3359 60%, transparent 60%, transparent 80%, #1B3359 80%, #1B3359 100%);
    cursor: pointer;
    display: block;
    float: right;
    height: 35px;
    margin-top: 24px;
    margin-right: 2%;
    width: 35px;
  }

  #navBox .navWrapper {
    display: block;
    padding: 0;
  }

  .logo {
    padding-left: 2%;
  }

  #navBox button {
  padding: 4px;
  border: none;
  margin-top: 2rem;
  font-size: 20px;
  font-weight: 300;
  background: rgba(65,163,176,0.7);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}

#navBox button:hover { 
   background: rgba(0,0,0,0.6);
}

  #navBox .login {
    border: none;
    padding: 0;
  }

  #navBox .login:hover {
    border: none;
    padding: 0;
  }

}

@media screen and (max-width: 500px) {

  html {
    max-width: 500px;
  }

  #navBox .navWrapper {
    display: block;
    padding: 0;
    margin: 0;
  }

  #sectionContainer {
    padding: 0;
  }
  #navBox ul a {
    font-size: 15px;
    display: block;
    padding: 10px 0;
}
#navBox .login {
    font-size: 15px;
     display: block;
     padding: 10px 0;
}
#navBox .login:hover {
    font-size: 18px;
}
}
@media screen and (min-width: 501px) and (max-width: 1100px) {
  #navBox ul li a {
    font-size: 18px;
     display: block;
     padding: 20px 0;
}
#navBox .login {
    font-size: 18px;
     display: block;
     padding: 20px 0;
}
#navBox .login:hover {
    font-size: 18px;
    padding: 20px 0;
}
}

/*--------------- Universal Rules For All Sections On Homepage ---------------*/

.cd-section {
  /* vertically align its content*/
  display: table;
  width: 100%;
  height: 100vh;
}

.cd-section:nth-of-type(even) {
  background-color: #1B3359;
}

.cd-section > div {
  /* vertically align <div> inside <section> */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.cd-section h1 {
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.4;
}

.cd-section h2 {
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 1.4;
}

.cd-section h1 b, .cd-section h2 b {
  color: #fff;
}

.cd-section p {
  margin: 1em auto 0;
  line-height: 1.6;
  width: 90%;
  /*max-width: 680px;*/
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 800px) {
  .cd-section h1 {
    font-size: 3rem;
  }

  .cd-section h2 {
    font-size: 2.4rem;
  }

  .cd-section p {
    font-size: 2rem;
  }
}

/*.cd-scroll-down {
  position: absolute;
  left: 48.5%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: 44px;
  height: 44px;
  background: url(../images/cd-arrow-bottom-wht.svg) no-repeat center center;
  transition: background .5s;
}

.cd-scroll-down:hover {
  background: url(../images/cd-arrow-bottom.svg) no-repeat center center;
}*/

/*--------------- Controls Content Specifically of the Intro Div ---------------*/


#section1 {
  padding-top: 75px;
}

#section1 button { 
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  padding: 0rem;
  border: none; 
  margin: 1rem; 
  font-size: 1.3rem;
  background: rgba(82,82,82,0.7);
  color: #fff;
  border-radius: 100%; 
  cursor: pointer;
  transition: .3s background;
  outline: none;
}

#section1 button img {
  width: 35px;
  height: 35px;
}

#section1 button:hover { 
   background: rgba(0,0,0,0.6);
}

#bgvid {
  /*width: 100%;*/
}

video { 
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  /*background: url(../images/bwCity.png) no-repeat;*/
  background-size: cover;
  opacity: .5;
  transition: 1s opacity;
}

.stopfade { 
   opacity: .4;
}

#intro {
  /*background: rgba(65,163,176,0.6);*/
  /*background: rgba(82,82,82,0.5);*/
  color: #fff;
  padding: 2rem;
  width: 60%;
  min-width: 550px;
  margin: 0 auto;
  font-size: 1.2rem;
  border-radius: 5px;
}

#intro h1 > img {
  width: 50px;
  height: auto;
  margin-bottom: -3px;
  display: inline;
}

#intro .linkBtn {
  display: inline-block;
  color: #fff;
  font-size: 2.2rem;
  text-decoration: none;
  background:rgba(65,163,176,0.6);
  padding: .7rem 3rem;
  border-radius: 5px;
  margin-top: 2rem;
  transition: .6s background; 
}

#intro .linkBtn:hover {
  background:rgba(0,0,0,0.6);
}

/*--Specifically Meant For The Main H1 In The Intro Div--*/

.blue {
  color: #1B3359;
  font-weight: 700;
  font-size: 1.5em;
  display: inline-block;
}

.linkBtn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(65,163,176,0.6);
  padding: .5rem;
  border-radius: 5px;
  transition: .6s background; 
}

.linkBtn:hover {
  background:rgba(0,0,0,0.6);
  color: #fff;
}

/*@media screen and (max-width: 500px) { 
  div{width:70%;} 
}*/

/*@media screen and (max-device-width: 800px) {
  #section1 { background: url() no-repeat center center; }
  #bgvid {display: none }
}*/



/*--------------- Controls Content Specifically of the Financial Tools Div ---------------*/

/*#section2 {
  padding-top: 75px;
}

.computerImg {
  width: 50%;
  display: table-cell;
  margin:5% auto 0;
}

.computerImg img {
  width: 50%;
  height: auto;
}

.slideText {
  width: 50%;
  display: table-cell;
  padding-top: 6%;
  text-align: left;
}

.slideText p {
  line-height: 1.1em;
}

.slideText ul {
  padding-top: 10px;
  padding-left: 10%;
  list-style-type: circle; 
  font-size: 15px;
}*/

/*.portfolioSlide {
  background:  url(../images/barGraphBG.png) no-repeat;
  background-size: 35% !important;
  background-position: 35% 5%;
}

.reviewSlide {
  background:  url(../images/pieChartBG.png) no-repeat;
  background-size: 35% !important;
  background-position: 35% 20%;
}

.goalsSlide {
  background:  url(../images/lineGraphBG.png) no-repeat;
  background-size: 45% !important;
  background-position: 29% 5%;
}

.barBG {
  background:  url(../images/barChart.png) no-repeat;
  background-position: 50%;
}*/


/*#section2 {
  background: url(../images/coffeeBkgrndBlr.jpg) no-repeat;
  background-size: cover;
  padding-top: 5rem;
}*/

/*#section2 .content-wrapper {
  background: rgba(0,0,0,.4);
}
*/
/*#section2 .linkBtn:hover {
  background: rgba(0,0,0,0.6);
  color: #1B3359;
}*/



/*--------------- Controls Content Specifically of the Portfolio Management Div ---------------*/


#section3 {
  background: rgba(255,255,255,1);
  color: #5B5B5B;
  padding-top: 75px;
  padding-bottom: 75px;
}

#section3 p {
  color: #5B5B5B;
  font-family: 'Lato', sans-serif;
  font-size: 16px;  
  /*float: left;*/
  text-align: justify;
}

#section3 .headingOverride {
  margin-bottom: -1.5em;
}

#sectionContainer {
  max-width: 925px;
  padding: 5rem;
  margin: 0 auto;
}

#sectionContainer .circles:nth-of-type(even) {
  border: 10px #5B5B5B double;
}

.sectionDescription {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.circles {
  border: 5px #1B3359 solid;
  height: 300px;
  width: 300px;
  border-radius: 100%;
  float: left;
  margin: 0 auto -25px auto;
  padding: 1em;
  vertical-align: middle;
}

.circles:not(:first-child) {
  margin-left: -25px;
}

.circles > h2 {
  font-size: 1.2em;
  margin-top: 25%;
}

.circles p {
  font-size: .9em;
  margin-bottom: .4em;
}

.footerImg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 650px) {
  
  .circles {
    margin: 0 auto !important;
    float: none;
    width: 220px;
    height: 220px;
    padding: 0;
    font-size: 1em;
  }

  #sectionContainer {
    min-width: 240px;
    padding: 10% 0 0 0;
  }

}



/*--------------- Controls Specifically The Modals From The Circles ---------------*/

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 2000;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  }

.modalDialog img {
  position: relative;
  padding-bottom: 1rem;
  width: 125px;
  height: auto;
  z-index: 2001;
  display: block;
  margin: 0 auto;
}

.modalDialog:target {
  opacity:1;
  pointer-events: auto;
}

.modalDialog h2 {
  margin: 0;
  text-align: center;
  font-weight: 700;
  color: #5B5B5B;
  border-bottom: 1px solid #ebebeb;
}

.modalDialog p {
  font-size: 1.8rem;
}

.modalDialog > div {
  width: 500px;
  text-align: left;
  position: relative;
  margin: 10% auto;
  padding: 10px 20px 20px 20px;
  border-radius: 5px;
  background: #FFF;
  /*background: linear-gradient( 145deg, #FFF, #1B3359);*/
  -moz-box-shadow: 3px 3px 10px #222;
  -webkit-box-shadow: 3px 3px 10px #222;
  box-shadow: 3px 3px 10px #222;
}

.close {
  background: #5B5B5B;
  color: #FFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  transition: .3s background;
}

.close:hover {
  background: #1B3359;
  transition: .3s background;
}


/*--------------- Controls Content Specifically of the Quick Toll Div ---------------*/

/*#section4 {
  padding-top: 75px;
}

#quickTool{
  width: 200px;
  margin: 0 auto;
  !*top: 50%;*!
  !*position: relative;*!
  background: #fff;
  padding-bottom: 0;
}*/


/*------------ Controls Content Specifically of the As Seen Div ------------*/

/*.asSeenContainer {
  width: 100%;
  !*height: 200px;*!
  background: #5B5B5B;
  position: relative;
  vertical-align: bottom;
  margin-bottom: 0;
  clear: both;
  padding: 1em;
}

.asSeenContainer h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1em; 
  letter-spacing: .3rem;
  text-transform: uppercase;
  text-align: center;
}

.asSeenContainer table {
  width: 90%;
  height: 200px;
  margin: 0 auto;
  !*border: #fff solid 1px;*!
}

.asSeenContainer tr {
  !*height: 50%;*!
}

.asSeenContainer td {
  width: 33%;
  height: 50%;
  !*border: #fff solid 1px;*!
}

.asSeenContainer td:nth-child(2) {
  width: 25%;
  height: 40%;
  !*border: #fff solid 1px;*!
}

.asSeenContainer img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 1em;
  position: relative;
  top: 0;
}*/

/*.siteMap {
  width: 100%;
  float: left;
  text-align: center;
  background: #5B5B5B;
  background-repeat: no-repeat; 
  background-size: cover;
  color: #FFF;
}

.siteMap h2 {
  margin: 1em;
  color: #FFF;
  line-height: 1em;
}

.siteMap a {
  color: #1B3359;
  transition: .3s color;
}

.siteMap a:hover {
  color: #FFF;
}

.siteMapList {
  background: rgba(0,0,0,0.6);
  padding: 1em;
  width: 100%;
}

.siteMapList ul {
  display: inline;
  font-weight: 300;
  padding: 1em 2em;
  display: inline-block;
  vertical-align: text-top;
}

.siteMapList li {
  font-weight: 300;
  padding: 1em;
  vertical-align: text-top;
  text-align: left;
}

.sitemap img {
  width: auto;
}*/

/*

@media screen and (max-width: 1000px) { 
  
  .asSeenContainer td {
    width: 35%;
    height: 70%;
    !*border: #fff solid 1px;*!
  }

  .asSeenContainer td:nth-child(2) {
    width: 30%;
    height: 60%;
    !*border: #fff solid 1px;*!
  }

  #section2 > div {
    vertical-align: top;
    padding-top: 0;
  }

}*/

/*@media screen and (max-width: 900px) {

  #section2 > div {
    vertical-align: top;
    padding-top: 50px;
  }

}*/

@media screen and (max-width: 500px) {

  /*------- Main Page ------*/

  section {
    width: 100%;
  }

  .pauseBtn {
    visibility: hidden;
  }

  .contentWrapper {
    width: 100%;
    padding: 0;
  }

  #intro {
    min-width: 240px;
    /*min-width: 0;*/
  }
  
  /*.asSeenContainer {
    width: 100%;
    height: auto;
    background: #5B5B5B;
    position: relative;
    !*z-index: -1;*!
    vertical-align: bottom;
    margin-bottom: 0;
    clear: both;
    padding: 1em;
    overflow: auto;
  }

  .asSeenContainer tr {
    !*width: 90%;*!
    height: auto;
    margin: 0 auto;
    display: block;
    !*border: #fff solid 1px;*!
  }

  .asSeenContainer td {
    width: 90%;
    height: 300px;
    margin: 0 auto;
    display: block;
    !*border: #fff solid 1px;*!
  }

  .asSeenContainer td img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    !*border: #fff solid 1px;*!
  }*/

  #sectionContainer {
    /*padding: 0;*/
    margin: 0 auto;
  }

  .circles {
    margin: 0 auto;
  }

  .homeHeading {
    font-size: 2em !important;
  }

  #intro .homeHeading img {
    width: 25px;
    height: 25px;
  }

  .wrap {
    font-size: .8em;
  }

  .cd-scroll-down {
    left: 40%;
  }

  .cd-section h1 {
    font-size: 1.5rem;
    width: 100%;
    margin: 0;
  }

  .content-wrapper {
    width: 100%;
  }

  .navBar {
    width: 50%;
  }

  .navWrapper {
    margin: 0;
    width: 100%;
    padding: 0;
  }

  label {
    float: right;
  }

  /*.navBar img {
    width: 150px;
    height: auto;
    float: left;
  }*/

  .modalDialog > div {
    width: 90%;
  }

  .zero {
  opacity: 1;
}

}

/*.asSeenOn {
  width: 100%;
  float: none !important;
  text-align: center;
  background: #fff !important;
  background-repeat: no-repeat; 
  background-size: cover;
  color: #FFF;
}

.asSeenOn h2 {
  text-align: center;
  color: #5B5B5B;
  font-size: 35px;
  font-family: latobold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.asSeenOn a {
  color: #1B3359;
  transition: .3s color;
}

.asSeenOn a:hover {
  color: #5B5B5B;
}

.asSeenOnList {
  background: #fff !important;
  padding: 1em;
  width: 100%;
  padding-top: 100px; 
  padding-bottom: 50px; 
  padding-left: 30px;
}

.asSeenOnList ul {
  list-style: circle;
  font-size: 18px;
  font-weight: 300;
  padding: 1em 2em;
  display: inline-block;
  vertical-align: text-top;
}

.asSeenOnList li {
  font-weight: 300;
  padding: 1em;
  vertical-align: text-top;
  text-align: left;
  color: #1B3359;
}

.asSeenOn img {
  width: auto;
}*/









