body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
}

h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

hr {
    border-top: 1px solid #CCC;
    color: #666;
    text-align: center;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    vertical-align:middle;
    width: 94%;
    margin-left: 0;
}

hr:after {
    content: "Or";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1em;
    padding: 0 0.25em;
    background: white;
} 

p {
  margin-bottom: 10px;
  color: #222;
}

.mainwrapper {
  min-height: 100%;
}

.mainarea {
  margin-right: 7px;
}

.wedflowfooter {
  display: none;
}

.systembartop {
  display: none;
}

.navbartop {
  height: 60px;
  background-image: -webkit-linear-gradient(270deg, #1f3f77, #1f3f77);
  background-image: linear-gradient(180deg, #1f3f77, #1f3f77);
}

.navbartop.sample {
  margin-bottom: 34px;
  background-image: -webkit-linear-gradient(270deg, #333, #333);
  background-image: linear-gradient(180deg, #333, #333);
}

.discoverybar {
  display: none;
}

.contentwidtharea {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.contentwidtharea.hompage {
  padding-top: 80px;
  padding-bottom: 40px;
}

.componentsection {
  position: static;
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}

.compententsectiontitle {
  display: inline-block;
  color: #111;
  font-size: 30px;
  line-height: 35px;
}

.systemicondark {
  height: 35px;
  padding-right: 14px;
  float: left;
}

.brandfimage {
  display: block;
  height: 35px;
}

.componentsection-subtitle {
  margin-bottom: 25px;
  padding-bottom: 10px;
  float: none;
  clear: both;
  font-size: 25px;
  line-height: 30px;
}

.descriptive-text {
  margin-top: 16px;
  margin-bottom: 26px;
  color: #222;
  font-size: 16px;
}

.descriptive-text.bold {
  display: inline;
  margin-right: 34px;
  color: #1f3f77;
  font-weight: 700;
}

.descriptive-text.bold.blue {
  color: #0d69ad;
}

.descriptivetext-light {
  color: #999;
  font-size: 16px;
}

.descriptivetext-light.buttonpage {
  margin-bottom: 8px;
}

.item {
  margin-top: 50px;
  margin-bottom: 30px;
}

.majorsection {
  display: block;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 20px;
}

.majorsection.bottom {
  display: block;
  padding-bottom: 20px;
}

.majorsection.nobottom {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-width: 0px;
}

.sanserif {
  font-family: 'Open Sans', sans-serif;
}

.helvetica {
  font-family: 'Droid Sans', sans-serif;
}



.navsubsectiontitle {
  display: none;
  margin-right: 10px;
  padding-top: 21px;
  padding-left: 25px;
  float: left;
  font-size: 17px;
  font-weight: 700;
}

.navbar-top-right {
  background-color: transparent;
}

.nav-menu-right {
  height: 60px;
  margin-right: 25px;
  color: #fff;
}

.nav-menu-items {
  height: 60px;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  color: #fff;
}

.nav-menu-items:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
}

.nav-menu-items.w--current {
  border-bottom-style: solid;
  border-bottom-width: 0px;
  color: #fff;
}

.nav-menu-items.w--current:focus {
  text-decoration: underline;
}

.nav-menu-items._1 {
  padding-left: 42px;
  background-image: url('../images/icon-nav-info.png');
  background-position: 15px 53%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.nav-menu-items._1:hover {
  background-image: url('../images/icon-nav-info.png'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: url('../images/icon-nav-info.png'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 15px 53%, 0px 0px;
  background-size: 18px, auto;
  background-repeat: no-repeat, repeat;
}

.nav-menu-items._1.a {
  background-image: url('../images/icon-nav-settings-white.png');
  background-size: 18px;
}

.nav-menu-items._1.a:hover {
  background-image: url('../images/icon-nav-settings-white.png'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: url('../images/icon-nav-settings-white.png'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 15px 53%, 0px 0px;
  background-size: 18px, auto;
  background-repeat: no-repeat, repeat;
}

.nav-menu-items._1.b {
  background-image: url('../images/icon-tiles-white.png');
  background-size: 18px;
}

.nav-menu-items._1.b:hover {
  background-image: url('../images/icon-tiles-white.png'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: url('../images/icon-tiles-white.png'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 15px 53%, 0px 0px;
  background-size: 18px, auto;
  background-repeat: no-repeat, repeat;
}

.logo-left-link {
  height: 60px;
  padding-top: 12px;
  padding-right: 18px;
  padding-left: 25px;
  float: left;
}

.logo-left-link.w--current {
  padding-top: 13px;
  padding-left: 25px;
  float: left;
}



.google-sign-in-container {
  width: 266px;
}

.google-sign-in-btn-bg {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 20px;
  border-width: 1px;
  border-color: #4285f4;
  border-radius: 5px;
  background-color: #4285f4;
  box-shadow: 1px 1px 1px 1px #c5c5c5;
}

.google-sign-in-btn-bg:hover {
  box-shadow: 1px 1px 2px 3px #c8d9f0;
}

.google-sign-in-btn-bg:active {
  background-color: #336bce;
}

.google-sign-in-icon-container {
  display: block;
  width: auto;
  height: 100%;
  max-width: 38px;
  margin: 2px 11px 2px 2px;
  float: left;
  border-width: 1px 1px 0px;
  border-top-color: #4285f4;
  border-right-style: solid;
  border-right-color: #4285f4;
  border-bottom-style: none;
  border-left-color: #4285f4;
  border-radius: 5px;
  background-color: #fff;
}

.google-sign-in-text-container {
  padding-top: 9px;
  padding-right: 8px;
  padding-bottom: 9px;
}

.google-sign-in-text-link {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.div-block-3 {
  background-image: url('../images/btn_google.png');
  background-position: 0px 0px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
}

.google-web-auth-btn-container {
  width: 155px;
}

.google-web-auth-btn-bg {
  margin-top: 15px;
  margin-bottom: 20px;
  border-color: #4285f4;
  border-top-width: 1px;
  border-radius: 3px;
  background-color: #4285f4;
  box-shadow: 1px 1px 1px 1px #c5c5c5;
}

.google-web-auth-btn-bg:hover {
  box-shadow: 1px 1px 1px 1px #c5c5c5, 1px 1px 3px 3px #c8d9f0;
}

.google-web-auth-text-container {
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 3px;
}

.google-sign-in-btn-bg-light {
  margin-top: 45px;
  margin-bottom: 20px;
  border: 1px solid #ababab;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px #c5c5c5;
}

.google-sign-in-btn-bg-light:hover {
  box-shadow: 1px 1px 3px 3px #c8d9f0;
}

.google-sign-in-btn-bg-light:active {
  background-color: #f8f3f3;
}

.google-sign-in-icon-container-light {
  margin: 2px 11px 2px 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  background-color: #fff;
}

.google-web-auth-link {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.google-sign-in-link-light {
  color: #757575;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.google-web-auth-btn-bg-light {
  margin-top: 15px;
  border: 1px solid #ababab;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px #c5c5c5;
}

.google-web-auth-btn-bg-light:hover {
  box-shadow: 1px 1px 3px 3px #c8d9f0;
}

.google-web-auth-icon-container-light {
  margin: 2px 8px 2px 2px;
  float: left;
}

.google-web-auth-icon-container {
  height: auto;
  margin: 2px 8px 2px 2px;
  float: left;
  background-color: #fff;
}

.link {
  color: #757575;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
    vertical-align: bottom;
}

.link, : visited {
  color: #757575;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
    vertical-align: bottom;
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.webauth-hr-div {
    border-bottom: 1px solid #b9b9b9;
    text-align: center;
    width: 90%;
    height: 10px;
}

.webauth-or {
    background-color: white;
    padding: 0px 15px 10px 15px;
    font-size: 10px;
    color: #666;
}

.form-group {
    /*display: /* flex;help with the "Show" checkbox positioning */
    display: -ms-flexbox; /* IE10 support  */
    width: 100% !important; /* override inline styles */
    max-width: 180px; /* make things centered */
    /* margin: 20px auto !important; */ /* space between elements */
    padding: 0 0px 15px; /* side padding for smaller screens */
}
.form-group img {
    width: auto !important; /* override inline styles */
}

.google-container {
    /*margin: 20px auto !important;*/
}

.google-button {
    height: 42px;
    width: 90% !important;
    padding: 9px 16px 8px 54px;
    border-style: none;
    color: #fff;
    background-image: url("../images/btn_google_light_normal_ios.svg");
    background-position: -2px 50%;
    background-color: #1E6DF6;
    background-repeat: no-repeat;
    font-size: 10px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}