/* .header, .footer {
    display: none !important;
} */
body,
html {
    height: 100%;
    margin: 0;
    background: #DAEDF7;
}

.main a {
  text-decoration: underline;
  color: #000;
}

.main b a {
  font-weight: bold;
}

.main a:focus,
.main a:hover {
    text-decoration: underline;
    color: #222;
}

.main {
    background: #fff;
    margin-bottom: 30px;
    padding: 0 15px 35px;
    font-weight: normal;
    color: #222;
    font-size: 17.9px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    line-height: 1.4;
    position: relative;
}

.online-logo {
  background: #E8ECED;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.online-logo img {
  margin: 0 auto !important;
}

iframe,
img {
    max-width: 100%;
    margin: auto
}
.content {
    width: 900px !important;
    display: block;
    padding-top: 1rem;
    padding-bottom: 50px;
    max-width: 100%;
    margin: auto;
    padding-right: 0 !important;
    border: 0 !important;
    border-right: none !important;
}

.wrapper-inner > .container {
    max-width: 100%
}

.header .nav-trigger span.label {
    letter-spacing: .085rem;
}

.btn-facebook,
.btn-github,
.btn-google,
.btn-linkedin,
.btn-twitter {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

iframe,
img {
    display: table
}

#page-title {
    background:#194866;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    min-height: 460px;
    margin-bottom: -100px;
    padding: 100px 0;
}

#page-title h1 {
    font-size: 45px;
    color: #fff;
    text-align: left;
    margin: auto;
    font-weight: bolder;
    width: 100%;
    padding-left: 55px;
    padding-right: 50px;
    font-family: 'Open Sans Condensed', sans-serif;
}

#page-title h1 span {
    display: inline-block;
    font-size: 50px;
    text-align: left;
    color: #fff;
    margin: 10px auto;
    padding: 10px 30px;
    text-transform: none;
    margin-left: -30px;
    position: relative;
    z-index: 1;
    background: rgb(98,152,194);
    background: -moz-linear-gradient(90deg, rgba(98,152,194,1) 0%, rgba(98,152,194,1) 33%, rgba(98,152,194,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(98,152,194,1) 0%, rgba(98,152,194,1) 33%, rgba(98,152,194,0) 100%);
    background: linear-gradient(90deg, rgba(98,152,194,1) 0%, rgba(98,152,194,1) 33%, rgba(98,152,194,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6298c2",endColorstr="#6298c2",GradientType=1);
}

.main form {
  margin: .75rem 0;
  position: relative;
}

.main form input[type="submit"] {
  position: relative;
  top: -3px;
}

.main form input[type="text"] {
  margin-right: .5rem;
}

.main h2 {
  color: #304965;
  font-size: 42px;
  margin: 2em 0 1em;
  font-weight: bold;
  text-align: center;
  clear: both;
}

.main h3 {
  color: #304965;
  font-size: 26px;
  margin: 2em 0 1em;
  font-weight: bold;
  text-align: left;
}

.main table {
  border: none;
  margin: 60px 0;
  width: 100%;
  box-shadow: 1px 1px 1px #0000000D;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
}

.main th {
  background: #681E75;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 12px 23px;
}

.main tr {
  background: #F9F2FB;
}

.main tr:nth-child(even) {
  background: #fff;
}

.main td {
  text-align: center;
  padding: 10px 5px;
  border-right: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
}

.main ul {
  list-style: none;
  margin: 40px 0 40px;
  padding-left: 1.2em;
}

.main ul li {
  margin-bottom: 20px;
}

.main ul li::before {
  content: "•";
  color: #000;
  margin-left: -20px;
  float: left;
  font-size: 2em;
  line-height: 18px;
}

.main img {
    max-width: calc(100% + 60px) !important;
    width: auto !important;
    height: auto !important;
    margin: 35px -30px;
}

@media(min-width: 650px) {
	img[style="float: right;"], img[style="float: left;"] {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	img[style="float: right;"] {
		float: left;
		padding-left: 15px;
	}
	img[style="float: left;"] {
		padding-right: 15px;
	}
	.main {
  	padding: 0 45px;
	}
	.main img {
    margin: 35px auto;
  }
	.img-left {
  	float: left;
  	padding: 15px 15px 15px 0px;
  	margin: 0 !important;
  }
  .img-right {
  	float: right;
  	padding: 0;
  	margin: -20px 20px 0 -20px !important;
  }
  #page-title {
    background: #194866 url("images/hero.png") no-repeat center center;
  }
}

@media (min-width:1230px) {
    .wrapper-inner > .container, #page-title > .container {
        width: 1020px
    }
    .two-col {
      columns: 2;
    }
}

@media (max-width:1200px) {
  #page-title h1 span {
    font-size: 40px;
  }
}

@media (max-width:1000px) {
  #page-title h1 {
    font-size: 31px;
  }
  #page-title h1 span {
    font-size: 32px;
  }
}

@media (max-width:992px) {
    .wrapper-inner > .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: auto
    }
    .mobile-show {
      display: block !important;
    }
    .mobile-hide {
      display: none !important;
    }
    #page-title h1 {
      padding-left: 30px;
      padding-right: 0;
    }
}

@media(max-width: 650px) {
	img[style="float: right;"], img[style="float: left;"] {
		float: none !important;
	}
}

@media (max-width:520px) {
    .main {
        width: auto;
        margin-bottom: 0
    }
    #page-title {
        min-height: 400px;
        margin-bottom: 0;
    }
    #page-title h1, #page-title h1 span {
        font-size: 21px;
    }
    #page-title h1 small {
        font-size: 16px;
    }
    .wrapper-inner p {
        font-size: 16px
    }
}

.wrapper-inner a,
.wrapper-inner p,
.wrapper-inner li {
    white-space: normal;
    word-wrap: break-word;
}
