
.breadcrumbs, body:not('.page-id-224555') .menu-mobile, body:not('.page-id-224555') .nav, body:not('.page-id-224555') .nav-trigger, body:not('.page-id-224555') #search-icon {
    display: none !important;
}
body,
html {
    height: 100%;
    margin: 0;
}

.main a {
  text-decoration: underline;
  font-weight: 600;
}

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

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

iframe,
img {
    max-width: 100%;
    margin: auto
}
.content {
    width: 900px !important;
    display: block;
    padding-top: 1rem;
    padding-bottom: 50px;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    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
}
.img-left {
	float: left;
	padding: 15px 15px 15px 0px;
}
.img-right {
	float: right;
	padding: 15px 0px 15px 15px;
}

#page-title {
    background: #4CA4FE url("images/Hero.png") no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 300px;
}

#page-title h1 {
    font-size: 40px;
    color: #fff;
    text-align: left;
    margin: auto;
    font-weight: bolder;
    max-width: 900px;
    width: 100%;
}

#page-title .subtitle {
    font-size: 20px;
    text-align: left;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.5px;
    max-width: 900px;
    width: 100%;
    margin: 22px auto 0;
}

.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: #333333;
    font-size: 28px;
    margin: 2em 0 1em;
}

.main h3 {
    color: #333333;
    font-size: 22px;
    margin: 2em 0 1em;
}

.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 30px;
}

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

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

@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;
	}
}

@media (min-width:1230px) {
    .wrapper-inner > .container {
        width: 1020px
    }
}

@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;
    }
}

@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
    }
    p {
        font-size: 16px
    }
}

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

.main img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 35px auto;
}
