@import '/_scss/normalize.css';
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #f98552;
  background: #e8e8e8;
  margin: 0;
  padding: 0;
}

a:hover {
  opacity: 0.7;
}

h1, h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Palanquin Dark", sans-serif;
}

h3 {
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 400;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  background: #f98552 !important;
}

.cc_container a, .cc_container a:visited {
  color: #f98552 !important;
}

.cc_container .cc_btn {
  color: white !important;
}

p {
  margin-top: 0;
}

textarea {
  display: block;
  margin: 10px 0 40px 0;
  background: white;
  border: none;
  width: 70%;
  height: 100px;
  padding: 10px;
}

h2 {
  font-size: 32px;
  line-height: 35px;
  letter-spacing: -0.2px;
  margin: 0;
  margin-bottom: 20px;
}
h2.underline {
  border-bottom: 3px solid #f98552;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.intro {
  margin-bottom: 40px;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 400;
}
.intro p {
  font-size: 26px;
  line-height: 32px;
  font-family: "Roboto";
}

.totop {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/LDO-09-Up-Arrow-70x70.svg) no-repeat center right;
  background-repeat: cover;
  background-size: 20px;
  padding-right: 30px;
  margin-bottom: -60px;
}

p a {
  text-decoration: underline;
}
p a:hover {
  opacity: 0.7;
}

.phase {
  position: relative;
}

.all-phases {
  background: url(/images/LDO-09-All-Pathways-Button-180x50.svg) no-repeat;
  height: 60px;
  display: block;
  text-align: center;
  color: white;
  background-size: contain;
  width: 180px;
  padding: 13px 0px 13px 22px;
  text-transform: uppercase;
  text-indent: -9999px;
}
.all-phases:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.all-pathways {
  background: url(/images/LDO-09-All-Pathways-Button-210x50.svg) no-repeat;
  width: 210px;
}

.pathway-wrap {
  margin-bottom: 30px;
  display: block;
  overflow: auto;
  width: 48%;
  padding-bottom: 40px;
  border-bottom: 3px solid #f98552;
}
.pathway-wrap .row p {
  width: 100%;
  min-height: 90px;
}
.pathway-wrap h3, .pathway-wrap .row {
  cursor: pointer;
}
.pathway-wrap .view {
  font-size: 21px;
  line-height: 26px;
  text-decoration: none;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 600;
}

.btn {
  background: #f98552;
  color: white;
  padding: 15px 40px;
  font-size: 17px;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 60px;
  text-transform: uppercase;
  display: block;
  width: 170px;
  text-align: center;
}

.view {
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 600;
}

.header-title {
  font-size: 75px;
  line-height: 75px;
  margin-top: 0px;
  padding: 8px 0;
  background: url(/images/LDO-09-Management-130x130.svg) no-repeat left center;
  background-size: 90px auto;
  padding-left: 100px;
}
.header-title.technical-pathway {
  background: url(/images/LDO-09-3-Technical-130x130.svg) no-repeat left center;
  background-size: 90px auto;
}
.header-title.management-pathway {
  background: url(/images/LDO-09-1-Management-130x130.svg) no-repeat left center;
  background-size: 90px auto;
}
.header-title.procurement {
  background: url(/images/LDO-12-D-Procurement-130x130-3.svg) no-repeat left center;
  background-size: 90px auto;
}

.icon {
  background: url(/images/LDO-09-Management-130x130.svg) no-repeat left center;
  background-size: 80px auto;
  margin-bottom: 0px;
  padding: 10px 0 10px 100px;
}
.icon h3 {
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}
.icon .view {
  font-size: 30px;
  line-height: 40px;
  text-decoration: none;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 600;
}

.row p {
  width: 50%;
}

header {
  background: white;
  padding: 0px 60px 0px 60px;
  height: 120px;
}
header .wrap {
  align-content: flex-end;
}
header .flex-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 2px;
}
header .main-nav {
  margin-bottom: 10px;
}
header .top-links {
  align-self: flex-end;
  display: block;
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
header .top-links li {
  padding: 0;
  margin: 0;
  margin-right: 20px;
}
header .top-links li:first-child:after {
  content: "|";
  position: absolute;
  padding: 0px 10px;
  margin-top: 2px;
}
header .top-links li a {
  text-decoration: underline;
  font-size: 16px;
}
header ul {
  margin-top: 0;
}
header ul li {
  display: inline-block;
  margin-right: 20px;
}
header ul li:hover {
  text-decoration: underline;
}

.login {
  color: white;
  overflow: hidden;
}
.login .spacer {
  display: block;
  height: 30px;
  overflow: auto;
}
.login h2 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0px;
}
.login label, .login input {
  display: block;
  margin-bottom: 20px;
}

.hide {
  display: none;
}

.content-area {
  padding: 80px 60px 0px 60px;
  max-width: 1400px;
  margin: 0 auto;
}
.content-area p {
  padding-bottom: 15px;
}

.content {
  padding: 80px 60px 0px 60px;
  max-width: 1400px;
  margin: 0 auto;
}

.phase h2 {
  margin-top: 20px;
  font-size: 30px;
}

.right-content {
  padding-right: 60px;
  margin-bottom: 40px;
  width: 65%;
}
.right-content p:first-of-type {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
}

.downloads {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.downloads .expanded {
  padding-bottom: 20px;
  padding-top: 20px;
}
.downloads .expanded p:first-of-type {
  margin-top: 20px;
}
.downloads .expanded li {
  margin-bottom: 0;
}
.downloads .expanded li a {
  border: none;
  background: none !important;
}
.downloads .document-wrap {
  position: relative;
  overflow: hidden;
  margin: 40px 0;
  padding-left: 125px;
  font-size: 20px;
}
.downloads .document-wrap a {
  background: none !important;
}
.downloads .document-wrap .secure {
  background: url(/images/lock.svg) no-repeat left center !important;
  padding-left: 30px;
  padding-bottom: 0 !important;
  background-size: auto 25px;
}
.downloads .document-wrap .type {
  position: absolute;
  left: 0;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #f98552;
  text-transform: uppercase;
  margin-left: 0px;
  margin-top: 60px;
  text-align: center;
  width: 105px;
  top: 0;
}
.downloads .document-wrap:before {
  background: url(/images/folder.svg) no-repeat left center;
  background-size: contain;
  content: "";
  width: 105px;
  height: 105px;
  margin-top: 0px;
  position: absolute;
  margin-left: -115px;
}
.downloads .document-wrap .document {
  text-decoration: underline;
  border: none;
}
.downloads li {
  padding-bottom: 0px;
  margin-bottom: 40px;
  font-size: 24px;
}
.downloads li a {
  background: url(/images/download.png) no-repeat right top;
  background-size: auto 70%;
}
.downloads li ul {
  margin: 20px 0;
}
.downloads li li {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 15px;
  background: none;
}
.downloads li p {
  font-size: 17px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
.downloads li a {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 3px solid;
  display: block;
  font-weight: 600;
  font-family: "Palanquin Dark", sans-serif;
}
.downloads li.open a {
  background: url(/images/close-button.png) no-repeat right top;
  background-size: auto 30px;
}

#library .tablesorter-filter-row input.tablesorter-filter, #library .tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter {
  border: none;
  height: 48px;
  width: 98%;
  margin: 0;
  padding: 15px;
  font-size: 14px;
}
#library .tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled {
  background-color: #eee;
  cursor: not-allowed;
  display: none;
}
#library td {
  padding: 10px 10px 10px 20px;
  text-align: left;
}
#library .expanded-icon {
  background: url(/images/more-info.png) no-repeat center bottom;
  background-size: contain;
  width: 30px;
  height: 25px;
  margin-bottom: -5px;
  display: inline-block;
}
#library .close {
  background: url(/images/close-icon.png) no-repeat bottom center !important;
  background-size: contain !important;
  width: 20px;
  height: 25px;
  float: right;
  margin-right: 30px;
  display: inline;
}
#library .dwnld-icon {
  background: url(/images/download.png) no-repeat center bottom;
  background-size: contain;
  width: 30px;
  height: 25px;
  margin-bottom: -5px;
  display: inline-block;
}
#library .document-wrap {
  margin: 20px 0 40px 40px;
}
#library .data ul li {
  font-weight: normal;
}
#library .tablesorter .tablesorter-header {
  background: none;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 30px;
}
#library .tablesorter-filter-row input.tablesorter-filter, #library .tablesorter .tablesorter-filter-row select.tablesorter-filter {
  margin-bottom: 20px !important;
}
#library .tablesorter .tablesorter-filter-row td {
  background-color: transparent;
  padding-left: 0;
  padding-right: 30px;
}
#library .tablesorter .bootstrap-icon-unsorted {
  background: url(/images/sortable-icon.png) no-repeat;
  background-size: contain;
}
#library .tablesorter .tablesorter-filter-row {
  background-color: transparent;
}
#library .tablesorter tbody .even {
  background-color: #ededed !important;
}
#library .tablesorter tbody td {
  font-size: 15px !important;
  font-weight: bold;
}
#library .tablesorter tbody td a {
  font-size: 15px !important;
}
#library .tablesorter > tbody > tr td.primary {
  background-color: rgba(100, 100, 100, 0.2);
}
#library .tablesorter tbody td .document-wrap a {
  font-size: 18px !important;
}
#library .tablesorter-bootstrap tbody .odd {
  background-color: #f8f8f8 !important;
}
#library .tablesorter-header-inner {
  font-size: 15px;
  text-align: left;
  font-family: "Palanquin Dark", sans-serif;
}
#library .headers {
  display: flex;
  font-weight: bold;
}
#library .headers .col {
  width: 30%;
  padding-right: 40px;
  font-size: 22px;
}

.describe {
  padding: 60px;
  border: 3px solid #f98552;
  margin: 60px;
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.describe ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.describe li {
  width: 20%;
  margin-right: 20%;
  position: relative;
}
.describe li:after {
  background: url(/images/next-arrow.png) center center no-repeat;
  background-size: auto;
  width: 75px;
  height: 90px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  background-size: contain;
  margin-right: -120px;
  top: 40px;
}
.describe li:last-child {
  margin-right: 0;
}
.describe li:last-child:after {
  display: none;
}
.describe .search {
  background: url(/images/LDO-09-Discovery-250x200.svg) no-repeat top center;
  padding-top: 160px;
  background-size: 220px;
}
.describe .indentify {
  background: url(/images/LDO-09-Development-250x200.svg) no-repeat top center;
  padding-top: 160px;
  background-size: 200px;
}
.describe .begin {
  background: url(/images/LDO-09-Create-250x200.svg) no-repeat top center;
  padding-top: 160px;
  background-size: 220px;
}

.data {
  font-size: 14px;
  width: 70%;
}
.data ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  display: inline;
}
.data ul li {
  float: left;
  display: inline;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  font-size: 15px;
  background: none;
}
.data ul li a {
  border: none;
  display: inline;
}
.data ul li:first-child {
  margin-right: 5px;
}

.search-icon {
  background: url(/images/management.png) no-repeat top center;
  width: 40%;
  height: 270px;
  background-size: contain;
  margin-right: 50px;
  display: block;
  margin-top: 20px;
}

.banner {
  background: url(/images/banner-small-bg.png) no-repeat;
  background-size: cover;
  padding: 60px;
  box-sizing: border-box;
}
.banner .caption {
  max-width: 1400px;
  margin: 0 auto;
}
.banner .all-articles {
  background: url(/images/LDO-09-All-Articles-Button-190x50.svg) no-repeat;
  height: 50px;
  background-size: contain;
  display: block;
  color: white;
  width: 190px;
  padding: 20px 0px 13px 72px;
  text-transform: uppercase;
  font-weight: bold;
}
.banner .all-articles:hover {
  opacity: 0.7;
}
.banner h1 {
  color: white;
  font-size: 70px;
  line-height: 60px;
  font-weight: 700;
  width: 60%;
  margin-bottom: 20px;
  margin-top: 0px;
}

.full {
  cursor: pointer;
}
.full .text {
  width: 70%;
}

.feedback input[type=submit] {
  background: transparent;
  border: 4px solid #f98552;
  color: #f98552;
  width: auto;
  margin-bottom: 0px;
  font-size: 17px;
  padding: 10px 50px;
}
.feedback input[type=submit]:hover {
  background: white;
  color: #f98552;
}
.feedback .alert {
  font-family: "Palanquin Dark", sans-serif;
  font-size: 18px;
  color: black;
}
.feedback .error {
  color: red;
}

.big-banner {
  background: url(/images/banner-bg.png) no-repeat;
  background-size: cover;
  padding: 60px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.big-banner .max-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.big-banner .caption {
  width: 70%;
}
.big-banner h1 {
  color: white;
  font-size: 100px;
  line-height: 85px;
  font-weight: 700;
  width: 60%;
  margin: 0;
  display: block;
  padding: 0;
  margin-top: 15px;
}
.big-banner .login {
  width: 40%;
}
.big-banner input {
  background: white;
  padding: 17px;
  width: 100%;
  border: none;
}
.big-banner label {
  font-weight: 700;
}
.big-banner .forgot {
  font-size: 16px;
  color: white;
  margin-top: 40px;
  display: block;
}
.big-banner input[type=submit] {
  background: transparent;
  border: 4px solid white;
  color: white;
  width: auto;
  margin-bottom: 0px;
  font-size: 17px;
  padding: 10px 50px;
}
.big-banner input[type=submit]:hover {
  background: white;
  color: #f98552;
}
.big-banner p {
  margin-top: 20px;
  width: 80%;
  font-weight: bold;
}
.big-banner p a {
  text-decoration: underline;
  color: white;
  text-decoration-skip: leading-spaces trailing-spaces;
}

a {
  color: #f98552;
  text-decoration: none;
}

.seventy {
  width: 70%;
}

.error, .error a {
  font-size: 24px;
  line-height: 28px;
  font-family: "Palanquin Dark", sans-serif;
  color: red;
  font-weight: 600;
}

.full {
  position: relative;
  border: 3px solid #f98552;
  overflow: hidden;
  padding: 50px;
  margin-top: 50px;
}

.password h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
}
.password p {
  font-size: 24px;
  line-height: 28px;
  font-family: "Palanquin Dark", sans-serif;
  margin-bottom: 50px;
}
.password label {
  font-size: 24px;
  line-height: 28px;
  font-family: "Palanquin Dark", sans-serif;
  margin-bottom: 10px;
  display: block;
}
.password .alert {
  font-size: 24px;
  line-height: 28px;
  font-family: "Palanquin Dark", sans-serif;
  margin-bottom: 50px;
  color: grey;
}
.password .flex-wrap {
  background: url(/images/PW-Reset.png) no-repeat top right;
  background-size: 190px auto;
}
.password input, .password textarea, .password input[type=email] {
  display: block;
  float: left;
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
  color: grey;
  width: 100%;
  padding: 15px;
  height: auto;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}
.password textarea {
  height: 130px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.password input[type=submit] {
  background-color: #f98552;
  border: none;
  padding: 10px;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  height: 50px;
  width: 100%;
  font-weight: bold;
  -webkit-appearance: none;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}
.password #pwindicator {
  margin-top: 0px;
  width: 150px;
  margin-bottom: 10px;
}
.password .bar {
  height: 2px;
}
.password .label {
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
  display: block;
}
.password .pw-very-weak .bar {
  background: #d00;
  width: 30px;
}
.password .pw-very-weak .label {
  color: #d00;
}
.password .pw-weak .bar {
  background: #d00;
  width: 60px;
}
.password .pw-weak .label {
  color: #d00;
}
.password .pw-mediocre .bar {
  background: #d3b405;
  width: 90px;
}
.password .pw-mediocre .label {
  color: #d3b405;
}
.password .pw-strong .bar {
  background: #f3b31a;
  width: 120px;
}
.password .pw-strong .label {
  color: #f3b31a;
}
.password .pw-very-strong .bar {
  background: #0d0;
  width: 150px;
}
.password .pw-very-strong .label {
  color: #0d0;
}

.office {
  position: absolute;
  background: url(/images/office.svg) no-repeat;
  width: 300px;
  height: 300px;
  bottom: 0;
  right: 0;
  display: block;
  margin-right: -75px;
  margin-bottom: -75px;
  z-index: -1;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 328px;
  border: 3px solid #f98552;
  border-radius: 0;
  float: right;
  background-color: transparent;
  height: 55px;
  margin-right: 0px;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  color: #f98552;
  font-family: "Roboto" !important;
  font-weight: normal;
}

.ui-button .ui-icon, .ui-button .ui-icon:hover, .ui-state-active .ui-icon, .ui-selectmenu-open .ui-icon, .ui-icon:active, .ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/img/drop.png");
  height: 50px;
  width: 58px;
  position: absolute;
  right: 0;
  top: -1px;
  background-position: 0 0;
}

.ui-widget.ui-widget-content {
  border: 3px solid #f98552;
  border-top: 0;
  background: #fff;
  box-sizing: border-box;
}

.ui-menu-item:hover {
  background: #f98552;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: none;
  background: #f98552;
  font-weight: normal;
  color: #ffffff;
}

.ui-widget-content {
  border: 3px solid #f98552;
  background: transparent;
  color: #783cbd;
}

.home-content p:first-of-type {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 32px !important;
}
.home-content p {
  width: 60%;
}

.general-page .news-inner-wrap, .news-page .news-inner-wrap {
  align-items: flex-start;
}
.general-page p:first-of-type, .news-page p:first-of-type {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.general-page .left-div, .news-page .left-div {
  width: 70%;
}
.general-page .left-div .content-wrap, .news-page .left-div .content-wrap {
  padding-right: 60px;
}
.general-page .right-div, .news-page .right-div {
  float: left;
  display: inline;
  width: 30%;
  box-sizing: border-box;
  padding-left: 30px;
  margin-top: 65px;
  box-sizing: border-box;
}
.general-page .right-div ul, .news-page .right-div ul {
  padding: 0;
  margin: 0;
  border-top: 3px solid #f98552;
}
.general-page .right-div ul li, .news-page .right-div ul li {
  font-size: 19px;
  margin: 0;
  padding: 20px 0px 20px 0px;
  line-height: 24px;
  display: block;
  border-bottom: 3px solid #f98552;
}
.general-page .right-div ul li a, .news-page .right-div ul li a {
  font-size: 19px;
  line-height: 26px;
  color: #f98552;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Palanquin Dark";
}
.general-page .right-div ul .active-nav a, .news-page .right-div ul .active-nav a {
  opacity: 0.7;
}

.news-page {
  position: relative;
  padding-top: 60px;
}
.news-page h2 {
  width: 70%;
  margin-bottom: 0px;
}
.news-page .right-div {
  margin-top: -3px;
}
.news-page .left-div {
  padding-top: 40px;
}

.connect-wrap, .register-wrap {
  border: 3px solid #f98552;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  box-sizing: border-box;
}
.connect-wrap .pad, .register-wrap .pad {
  padding: 60px;
  overflow: auto;
  display: block;
  box-sizing: border-box;
}
.connect-wrap input, .connect-wrap textarea, .connect-wrap input[type=email], .register-wrap input, .register-wrap textarea, .register-wrap input[type=email] {
  display: block;
  float: left;
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
  color: grey;
  width: 100%;
  padding: 15px;
  height: auto;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}
.connect-wrap textarea, .register-wrap textarea {
  height: 130px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.connect-wrap input[type=submit], .register-wrap input[type=submit] {
  background-color: #f98552;
  border: none;
  padding: 10px;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  height: 50px;
  width: 100%;
  font-weight: bold;
  -webkit-appearance: none;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

.logo {
  background: url(/images/digital-telecare-logo.png) no-repeat left center;
  width: 170px;
  height: 79px;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  margin-top: 10px;
}

.flex-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.pathway-flex-wrap {
  align-items: flex-start;
  flex-wrap: wrap;
}

.news-wrap {
  flex-wrap: wrap;
}
.news-wrap h3 {
  font-size: 30px;
  line-height: 38px;
  margin: 10px 0px 30px;
}
.news-wrap img {
  display: block;
}
.news-wrap .readm {
  font-size: 20px;
  line-height: 28px;
  text-decoration: underline;
  margin-bottom: 20px;
  display: block;
}
.news-wrap .update {
  width: 33%;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.news-wrap .update h3 {
  font-weight: 600;
}
.news-wrap .update .inner {
  background: white;
  padding: 20px;
}

footer {
  padding: 60px 0px;
  margin: 0px 60px 60px 60px;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 60px;
}
footer a {
  font-weight: bold;
}
footer .privacy {
  margin-left: 60px;
}
footer .flex-wrap {
  max-width: 1400px;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

.mainnav, .subnav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transition: transform 0.1s ease-in-out;
  -ms-transition: -ms-transform 0.1s ease-in-out;
  min-height: 100vh;
  height: 100vh;
  color: #f98552;
  text-align: center;
  background: #fff;
  font-family: "Roboto";
  table-layout: fixed;
  display: table;
}
.mainnav .mainnav--inner, .mainnav .subnav--inner, .subnav .mainnav--inner, .subnav .subnav--inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.mainnav .mainnav--inner > *, .mainnav .subnav--inner > *, .subnav .mainnav--inner > *, .subnav .subnav--inner > * {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.mainnav .mainnav--nav-wrap, .mainnav .subnav--nav-wrap, .subnav .mainnav--nav-wrap, .subnav .subnav--nav-wrap {
  width: 1024px;
  margin: 0 auto;
  display: block;
}
.mainnav .mainnav--border-wrap, .mainnav .subnav--border-wrap, .subnav .mainnav--border-wrap, .subnav .subnav--border-wrap {
  height: auto;
  display: block;
  width: 512px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-right: 1px solid #ccc;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.mainnav.is-rippling > .mainnav--inner > *:nth-child(1), .mainnav.is-rippling_sub > .subnav--inner > *:nth-child(1), .mainnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(1), .subnav.is-rippling > .mainnav--inner > *:nth-child(1), .subnav.is-rippling_sub > .subnav--inner > *:nth-child(1), .subnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(1) {
  transition-delay: 0s, 0s;
}

.mainnav.is-rippling > .mainnav--inner > *:nth-child(2), .mainnav.is-rippling_sub > .subnav--inner > *:nth-child(2), .mainnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(2), .subnav.is-rippling > .mainnav--inner > *:nth-child(2), .subnav.is-rippling_sub > .subnav--inner > *:nth-child(2), .subnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(2) {
  transition-delay: 0.05s, 0s;
}

.mainnav.is-rippling > .mainnav--inner > *:nth-child(3), .mainnav.is-rippling_sub > .subnav--inner > *:nth-child(3), .mainnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(3), .subnav.is-rippling > .mainnav--inner > *:nth-child(3), .subnav.is-rippling_sub > .subnav--inner > *:nth-child(3), .subnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(3) {
  transition-delay: 0.1s, 0s;
}

.mainnav.is-rippling > .mainnav--inner > *:nth-child(4), .mainnav.is-rippling_sub > .subnav--inner > *:nth-child(4), .mainnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(4), .subnav.is-rippling > .mainnav--inner > *:nth-child(4), .subnav.is-rippling_sub > .subnav--inner > *:nth-child(4), .subnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(4) {
  transition-delay: 0.15s, 0s;
}

.mainnav.is-rippling > .mainnav--inner > *:nth-child(5), .mainnav.is-rippling_sub > .subnav--inner > *:nth-child(5), .mainnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(5), .subnav.is-rippling > .mainnav--inner > *:nth-child(5), .subnav.is-rippling_sub > .subnav--inner > *:nth-child(5), .subnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(5) {
  transition-delay: 0.2s, 0s;
}

.mainnav.is-rippling > .mainnav--inner > *:nth-child(6), .mainnav.is-rippling_sub > .subnav--inner > *:nth-child(6), .mainnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(6), .subnav.is-rippling > .mainnav--inner > *:nth-child(6), .subnav.is-rippling_sub > .subnav--inner > *:nth-child(6), .subnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(6) {
  transition-delay: 0.25s, 0s;
}

.mainnav.is-rippling > .mainnav--inner > *:nth-child(7), .mainnav.is-rippling_sub > .subnav--inner > *:nth-child(7), .mainnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(7), .subnav.is-rippling > .mainnav--inner > *:nth-child(7), .subnav.is-rippling_sub > .subnav--inner > *:nth-child(7), .subnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(7) {
  transition-delay: 0.3s, 0s;
}

.mainnav.is-rippling > .mainnav--inner > *:nth-child(8), .mainnav.is-rippling_sub > .subnav--inner > *:nth-child(8), .mainnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(8), .subnav.is-rippling > .mainnav--inner > *:nth-child(8), .subnav.is-rippling_sub > .subnav--inner > *:nth-child(8), .subnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(8) {
  transition-delay: 0.35s, 0s;
}

.mainnav.is-rippling > .mainnav--inner > *:nth-child(9), .mainnav.is-rippling_sub > .subnav--inner > *:nth-child(9), .mainnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(9), .subnav.is-rippling > .mainnav--inner > *:nth-child(9), .subnav.is-rippling_sub > .subnav--inner > *:nth-child(9), .subnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(9) {
  transition-delay: 0.4s, 0s;
}

.mainnav.is-rippling > .mainnav--inner > *:nth-child(10), .mainnav.is-rippling_sub > .subnav--inner > *:nth-child(10), .mainnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(10), .subnav.is-rippling > .mainnav--inner > *:nth-child(10), .subnav.is-rippling_sub > .subnav--inner > *:nth-child(10), .subnav.is-rippling_subsub > .subsubnav--inner > *:nth-child(10) {
  transition-delay: 0.45s, 0s;
}

.mainnav.is-active > .mainnav--inner > *, .mainnav.is-active_sub > .subnav--inner > *, .mainnav.is-active_subsub > .subsubnav--inner > *, .subnav.is-active > .mainnav--inner > *, .subnav.is-active_sub > .subnav--inner > *, .subnav.is-active_subsub > .subsubnav--inner > * {
  opacity: 1;
}

.mainnav a, .subnav a {
  color: inherit;
  font-family: "Roboto";
  font-size: 50px;
  line-height: 70px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.1s ease-out;
}

.mainnav a:hover, .mainnav a.is-active, .mainnav a.active, .subnav a:hover, .subnav a.is-active, .subnav a.active {
  color: #9f9f9f;
}

.mainnav--page, .subnav--page {
  font-size: 32px;
  line-height: 38px;
  text-transform: none;
  width: 495px;
  text-align: left;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  z-index: 999;
  background: #fff;
}

.mainnav--page:hover, .subnav--page:hover {
  color: #ccc;
}

.mainnav .more:after, .mainnav .submore:after, .subnav .more:after, .subnav .submore:after {
  content: "+";
  color: #f98552;
  font-size: 50px;
  display: inline-block;
  margin-left: 15px;
}

.mainnav .more.active:after, .subnav .more.active:after {
  content: "-";
  color: #9f9f9f;
  font-size: 50px;
  line-height: 70px;
  display: inline-block;
  margin-left: 15px;
}

.mainnav #navlogo, .subnav #navlogo {
  width: 133px;
  height: 75px;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 35px;
  margin-left: 24.5%;
}

.mainnav .hide, .subnav .hide {
  display: none;
}

body.nav-is-active .mainnav {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

body.subnav-is-active .subnav {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

body.subsubnav-is-active .subsubnav {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

@media only screen and (max-width: 1520px) {
  footer {
    margin: 60px;
    margin-top: 0;
  }

  .describe {
    margin: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .full .text {
    width: 60%;
  }

  .big-banner h1 {
    font-size: 50px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    margin: 30px;
  }

  .describe {
    margin: 30px;
  }

  footer .flex-wrap {
    display: block;
  }

  textarea {
    width: 90%;
  }

  .describe {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .describe ul {
    display: block;
  }
  .describe ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .describe ul li:after {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .mobile-only {
    display: block;
  }

  .mainnav--nav-wrap, .mainnav--border-wrap, .subwrap {
    width: 100%;
    border: none;
  }

  .mainnav--nav-wrap a, .mainnav--border-wrap a, .subwrap a {
    font-size: 34px;
    line-height: 68px;
  }

  .mainnav .more::after, .mainnav .submore::after, .subnav .more::after, .subnav .submore::after {
    content: "+";
    color: #f98552;
    font-size: 30px;
    display: inline-block;
    margin-left: 15px;
  }

  .subwrap {
    left: 0;
    top: 0;
    padding-top: 10px;
    margin-left: 0;
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    background: #fff;
    margin-left: 0px;
  }

  .subwrap .subnav--page a {
    font-size: 20px;
    line-height: 45px;
  }

  .subwrap.open {
    left: 0;
  }

  .mainnav--page, .subnav--page, .subsubnav--page {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }

  .mainnav--page, .subnav--page, .subsubnav--page {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }

  .mainnav--page, .subnav--page, .subsubnav--page {
    width: 100%;
    font-size: 26px;
    line-height: 36px;
  }

  .mainnav--inner, .subnav--inner, .subsubnav--inner {
    padding: 20px;
  }

  .subwrap .subnav--page {
    opacity: 0;
    margin-left: 20px;
    z-index: 9;
  }

  .mainnav .mainnav--border-wrap {
    width: 100%;
  }

  .news-wrap .update {
    width: 100%;
    padding: 0;
  }

  .desktop-only {
    display: none;
  }

  .seventy {
    width: 100%;
  }

  header {
    padding: 0px 30px;
  }

  .full .text {
    width: 60%;
  }

  footer {
    padding: 30px 0px 30px 0px;
    margin: 30px;
  }
  footer .flex-wrap {
    display: block;
    clear: both;
  }

  .big-banner {
    display: block;
    padding: 30px;
  }
  .big-banner .max-content {
    display: block;
  }
  .big-banner .caption {
    width: 100%;
  }
  .big-banner .caption h1 {
    font-size: 50px;
    line-height: 45px;
  }
  .big-banner .login {
    width: 100%;
  }

  .banner h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .right-content {
    width: 100%;
  }

  .content-area {
    padding: 60px 40px 0px 40px;
    max-width: 1400px;
  }

  .describe {
    padding: 30px;
  }
  .describe ul {
    display: block;
  }
  .describe ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .describe ul li:after {
    display: none;
  }

  .banner, .pad, .full {
    padding: 30px !important;
  }

  .search-icon {
    width: 100%;
  }

  .document-wrap {
    overflow: auto;
  }

  .home-content p {
    width: 100%;
  }

  .content {
    padding: 30px;
  }
  .content .flex-wrap {
    display: block;
  }
  .content .flex-wrap .right-div, .content .flex-wrap .left-div {
    display: block;
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .content .row {
    display: flex;
  }
  .content .row p {
    width: 100%;
  }
  .content .row .view {
    font-size: 20px;
  }
  .content .row h3 {
    font-size: 28px;
  }

  .news-page {
    padding-top: 60px;
  }
  .news-page .right-div {
    margin-top: 30px;
  }

  .header-nav {
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    padding: 40px 0px 40px 0px;
    margin-right: 30px;
  }

  .header-nav:before, .header-nav:after {
    position: absolute;
    top: 50%;
    content: "";
    left: 0;
    width: 36px;
    height: 3px;
    background: #f98552;
    transition: all 0.2s ease-in-out;
  }

  .header-nav:before {
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
  }

  .header-nav:after {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
  }

  body.nav-is-active .header-nav:before {
    background: #f98552 !important;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
  }

  body.nav-is-active .header-nav:after {
    background: #f98552 !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  body.is-loading-page .header-nav:before {
    animation-name: spin-top;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 0;
    animation-timing-function: linear;
  }

  body.is-loading-page .header-nav:after {
    animation-name: spin-bottom;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 0;
    animation-timing-function: linear;
  }
}

/*# sourceMappingURL=main.css.map */

.white-btn {
	color: white;
    text-transform: uppercase;
    border: 3px solid white;
    height: auto;
    display: inline-block;
    padding: 12px 20px;

    font-family: "Palanquin Dark", sans-serif;
    align-self: flex-end;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.white-btn:hover {
	background: white;
	color: #f98552;
}

@media only screen and (max-width: 700px) {
	.white-btn {
		margin-top: 20px;	
	}
		
}