@font-face {
  font-family: 'StateFaceRegular';
  src: url('stateface/stateface-regular-webfont.eot');
  src: url('stateface/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('stateface/stateface-regular-webfont.woff') format('woff'),
    url('stateface/stateface-regular-webfont.ttf') format('truetype'),
    url('stateface/stateface-regular-webfont.svg#sf-regular') format('svg');
  font-style: normal;
  font-weight: normal;
}
/* .header, .footer {
    display: none !important;
} */
body,
html {
    height: 100%;
    margin: 0;
    background: #454054;
}

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

.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: 19px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    line-height: 1.4;
    position: relative;
    box-shadow: 0 1px 23px rgba(0,0,0,0.05);
}

iframe,
img {
    max-width: 100%;
    margin: auto
}
.content {
    width: 100% !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: #9b4d89 url("images/header.jpg") no-repeat center;
    background-size: cover;
    padding: 70px 0 90px;
    margin-bottom: -40px;
}

#page-title h1 {
    font-size: 62px;
    color: #fff;
    text-align: center;
    margin: auto;
    font-weight:bolder;
    width: 100%;
}

#page-title h1 small {
    font-weight: 600;
    font-size: 26px;
    font-style: italic;
    color: #f3b45c;
    margin: 15px auto;
    display: block;
}

#page-title p {
    color: #453247;
    font-size: 90%;
    text-align: center;
}

.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 .biglist li {
	counter-increment: li;
}

.main .biglist li:before {
	content: counter(li);
	color: #fff;
    display: inline-block;
    width: 2em;
    height: 2em;
    background: #212f64;
    border-radius: 50%;
    text-align: center;
    margin-left: -2.5em;
    line-height: 2em;
    margin-right: 0.5em;
    margin-bottom: -0.5em;
    bottom: -0.5em;
    position: relative;
}

.main ol {
	padding-left: 0.9em;
}

.main ol li {
    padding-left: 5px;
}

.main .numbered img {
  margin: 15px auto !important;
}

.main ul.checklist {
  padding-left: 1em;
}

.main ul.checklist li {
	padding-left: 3em;
}

.main ul.checklist li::before {
  content: "";
  color: #000;
  margin-left: -1.35em;
  float: left;
  height: 1em;
  width: 1em;
  background: url("images/check.png") no-repeat left center;
  background-size: contain;
}

.main .-last {
	padding-bottom: 0;
}

.main .inline li {
  display: inline-block;
}

.main .-last ol {
    color: #303944;
    font-weight: bold;
}

.main .-first {
	padding-top: 0;
}

.main h2, .main .h2 {
  color: #222222;
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  background: url("images/line.png") no-repeat center bottom;
  background-size: 265px;
  padding-bottom: 0.75em;
}

.main h2 {
  padding-top: 1em;
  margin-top: 2em;
  position: relative;
  z-index: 2;
}

.main .h2 {
  text-align: left;
  background-position: left bottom;
}

.main div:not(.table) > h2 {
  background: #fff url("images/line.png") no-repeat center bottom;
}

.main div:not(.table) > h2::before {
  background: #f1a845 url("images/h2-bg.jpg") no-repeat center;
  background-size: cover;
  content: "";
  position: absolute;
  top: -1em;
  left: -60px;
  right: -60px;
  height: 3em;
  z-index: -1;
}

.main div:not(.table) > h2::after {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}

.main h3 {
  color: #222;
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 1em 0 1.5em -15px;
  font-weight: normal;
  text-align: left;
  border-left: #9b4d89 10px solid;
  padding-left: 5px;
  font-weight: 600;
}

.main h3:before {
}

.yellow, .blue, .purple {
  padding: 15px;
}

.yellow svg {
  color: #f3b45c;
}

.blue svg {
  color: #47ACB4;
}

.purple {
  align-self: flex-start;
  font-size: 82%;
  padding-bottom: 30px;
}

.purple .table i {
  color: #222;
}

.purple .g {
  color: #6fba47;
  font-weight: bold;
  font-style: normal;
}

.purple .r {
  color: red;
  font-weight: bold;
  font-style: normal;
}

.purple p.ico-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 30px;
  font-weight: bold;
  text-align: left;
}

.purple p.ico-left span {
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
}

.purple p.ico-left img {
  margin: auto 5px auto 0 !important;
  width: 1.2em !important;
}

.main .purple ul {
  margin: 0px 35px 0 65px;
}

#table3 .purple ul {
  margin: 20px 40px;
}

.purple > p {
  padding: 0px 65px;
  margin-bottom: 0;
  line-height: 1.2;
}

.yellow::before, .blue::before, .purple::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  top: 30px;
  border: 2px solid #000;
  border-radius: 15px;
  z-index: 1;
}

.yellow > *, .blue > *, .purple > * {
  position: relative;
  z-index: 2;
}

.yellow > .heading, .blue > .heading, .purple > .heading {
  padding: 40px 30px 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 15px 15px 0 0;
  margin-bottom: 0;
  position: relative;
  z-index: 0
}



.purple .heading {
  color: #fff;
  text-align: left;
  font-size: 1.5em;
}

.yellow .heading::after, .blue .heading::after, #table3 .purple .heading::after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}

.yellow .heading {
  background: #f3b45c;
}

.yellow .heading::after {
  border-top: 8px solid #f3b45c;
}

.blue .heading {
  background: #47acb4;
}

.blue .heading::after {
  border-top: 8px solid #47acb4;
}

.purple .heading {
  background: #9b4d89;
}

#table3 .purple .heading::after {
  border-top: 8px solid #9b4d89;
}

.main .table {
  position: relative;
  margin-bottom: 30px;
}

.main .table:before {
  background: #f5f5f5;
  left: -60px;
  right: -60px;
  content: "";
  top: 0;
  bottom: 0;
  position: absolute;
}

.main .table .table-container {
  padding: 30px;
}

.main #table1 .table-container {
  height: calc(100% - 175px);
}

.main #table1 .table-container table {
  height: 100%;
}

.main .table-container table tr td {
  border: none;
  border-bottom: 2px solid #000;
  padding: 15px 5px;
  vertical-align: top;
  color: #222;
}

.main .table-container table tr:last-child td {
  border-bottom: none;
}

.main .table-container table tr td:first-of-type {
  text-transform: uppercase;
  font-size: 90%;
  text-align: left;
  vertical-align: top;
  border-bottom: none;
}

.main .table-container table tr td svg {
  margin-top: -10px;
  width: 55px;
  margin-bottom: 8px;
  display: block;
}

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

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

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

.main .greybox {
    background: #f5f5f5;
	margin-bottom: 2em;
	width: 140%;
	margin: 2em -20%;
	padding: 2.2em 20% 1.2em;
}

#section-six .row .row {
	background: #f5f5f5;
	margin-bottom: 2em;
	width: 140%;
	margin: 4em -20% 2em;
	padding: 0 20%;
}

#section-six img {
	width: 30% !important;
	margin: -1em auto 2em;
}

#section-table img {
  margin-bottom: 0;
}

.table-info {
  display: none !important;
}

@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.img-left {
  	float: left;
  	padding: 25px 40px 15px 0px;
  	margin: 0;
  }
  .two-col p .img-left {
    padding: 0 30px 35px 0px;
  }
  .img-right {
  	float: right;
  	padding: 15px 0px 15px 15px;
  	margin: 0 !important;
  }
  #section-six img {
	  width: 15% !important;
    margin: -2em auto 2em;
  }
  .two-col {
    columns: 2;
  }
}

@media (min-width:1230px) {
    .wrapper-inner > .container, #page-title > .container {
        width: 1200px
    }
}

@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 {
      background-image: none;
    }
    #page-title h1 {
      padding-left: 0
    }
    .main .table-container table tr {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .main .table-container table tr td:first-of-type {
      text-align: center;
    }
    .main .table-container table tr td svg {
      margin: 5px auto;
    }
}

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

@media (max-width:520px) {
    .main {
        width: auto;
        margin-bottom: 0
    }
    #page-title {
        min-height: 280px;
    }
    #page-title h1, #page-title h1 span {
        font-size: 23px;
    }
    #page-title h1 small {
        margin: -1em 0;
        font-size: 19px;
    }
    p {
        font-size: 16px
    }
    #section-table img{
        max-width: calc(100% + 60px) !important;
        margin: 35px -30px !important;
    }
}

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

.main img {
    max-width: 100% !important;
    height: auto !important;
    margin: 50px auto;
}
.stateface:before {
    font-family: StateFaceRegular;
    margin-right: 15px;
    margin-left: 10px;
    font-size: 1.5em;
    line-height: 0;
    bottom: -8px;
    position: relative;
}

.stateface-replace {
    text-indent: -999em;
    display: inline-block;
    position: relative;
    min-width: 1em;
}

.stateface-replace:before {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}

.stateface-ak:before {
    content: "A";
}

.stateface-al:before {
    content: "B";
}

.stateface-ar:before {
    content: "C";
}

.stateface-az:before {
    content: "D";
}

.stateface-ca:before {
    content: "E";
}

.stateface-co:before {
    content: "F";
}

.stateface-ct:before {
    content: "G";
}

.stateface-dc:before {
    content: "y";
}

.stateface-de:before {
    content: "H";
}

.stateface-fl:before {
    content: "I";
}

.stateface-ga:before {
    content: "J";
}

.stateface-hi:before {
    content: "K";
}

.stateface-ia:before {
    content: "L";
}

.stateface-id:before {
    content: "M";
}

.stateface-il:before {
    content: "N";
}

.stateface-in:before {
    content: "O";
}

.stateface-ks:before {
    content: "P";
}

.stateface-ky:before {
    content: "Q";
}

.stateface-la:before {
    content: "R";
}

.stateface-ma:before {
    content: "S";
}

.stateface-md:before {
    content: "T";
}

.stateface-me:before {
    content: "U";
}

.stateface-mi:before {
    content: "V";
}

.stateface-mn:before {
    content: "W";
}

.stateface-mo:before {
    content: "X";
}

.stateface-ms:before {
    content: "Y";
}

.stateface-mt:before {
    content: "Z";
}

.stateface-nc:before {
    content: "a";
}

.stateface-nd:before {
    content: "b";
}

.stateface-ne:before {
    content: "c";
}

.stateface-nh:before {
    content: "d";
}

.stateface-nj:before {
    content: "e";
}

.stateface-nm:before {
    content: "f";
}

.stateface-nv:before {
    content: "g";
}

.stateface-ny:before {
    content: "h";
}

.stateface-oh:before {
    content: "i";
}

.stateface-ok:before {
    content: "j";
}

.stateface-or:before {
    content: "k";
}

.stateface-pa:before {
    content: "l";
}

.stateface-ri:before {
    content: "m";
}

.stateface-sc:before {
    content: "n";
}

.stateface-sd:before {
    content: "o";
}

.stateface-tn:before {
    content: "p";
}

.stateface-tx:before {
    content: "q";
}

.stateface-us:before {
    content: "z";
}

.stateface-ut:before {
    content: "r";
}

.stateface-va:before {
    content: "s";
}

.stateface-vt:before {
    content: "t";
}

.stateface-wa:before {
    content: "u";
}

.stateface-wi:before {
    content: "v";
}

.stateface-wv:before {
    content: "w";
}

.stateface-wy:before {
    content: "x";
}
