.bottom-to-top {
  border-width: 3px;
  border-style: solid;
  -o-border-image: linear-gradient(to top, rgba(143, 163, 211, 0.2), transparent) 1 100%;
     border-image: linear-gradient(to top, rgba(143, 163, 211, 0.2), transparent) 1 100%;
}

.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 600px) {
  .layout-3col {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col {
    margin-left: -13px;
    margin-right: -12px;
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    padding-left: 13px;
    padding-right: 12px;
  }
}

@media (min-width: 1146px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center,
.front__about-us--wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1165px;
}

@media (min-width: 600px) {
  .layout-center,
  .front__about-us--wrapper {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center,
  [dir="rtl"] .front__about-us--wrapper {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col,
.layout-center.layout-4col {
  padding-left: 0;
  padding-right: 0;
}

.layout-center-wide {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1465px;
}

@media (min-width: 600px) {
  .layout-center-wide {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center-wide {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.front__header .header_sidebar .block-search {
  display: none;
}

@media (min-width: 1146px) {
  .front__header .header_sidebar .block-search {
    display: inherit;
    padding-left: 12px;
    padding-right: 13px;
    float: left;
    width: 32%;
    margin-left: 68%;
    margin-right: -100%;
  }
  [dir="rtl"] .front__header .header_sidebar .block-search, .front__header .header_sidebar [dir="rtl"] .block-search {
    padding-left: 13px;
    padding-right: 12px;
  }
  [dir="rtl"] .front__header .header_sidebar .block-search, .front__header .header_sidebar [dir="rtl"] .block-search {
    float: right;
    margin-right: 68%;
    margin-left: -100%;
  }
  .front__header .header_sidebar .block-search .form-type-textfield {
    width: 80%;
    margin: 0;
    padding-top: 17px;
  }
  .front__header .header_sidebar .block-search .form-type-textfield input {
    height: 39px;
    padding-left: 20px;
    width: 100%;
  }
  .front__header .header_sidebar .block-search .form-type-textfield input::-webkit-input-placeholder {
    font-style: italic;
    font-size: 16px;
  }
  .front__header .header_sidebar .block-search .form-type-textfield input:-ms-input-placeholder {
    font-style: italic;
    font-size: 16px;
  }
  .front__header .header_sidebar .block-search .form-type-textfield input::placeholder {
    font-style: italic;
    font-size: 16px;
  }
  .front__header .header_sidebar .block-search .form-actions {
    display: inline-block;
    padding-top: 17px;
    margin: 0;
  }
  .front__header .header_sidebar .block-search .form-actions input {
    color: #fff;
    background-color: #0a8296;
    font-size: 22px;
    border: 0;
    height: 39px;
    width: 39px;
    font-family: "simple-line-icons";
  }
}

.footer__top .newsletter-everyaction section.at-inner header, .footer__top .newsletter-everyaction section.at-inner footer {
  display: none;
}

.footer__top .newsletter-everyaction section.at-inner form {
  background-color: #0e1d40;
}

.footer__top .newsletter-everyaction section.at-inner form fieldset legend {
  text-align: center;
  color: white;
  font-size: 1.5rem;
}

.footer__top .newsletter-everyaction section.at-inner form fieldset .at-row label {
  color: #fff;
}

.footer__top .newsletter-everyaction section.at-inner form fieldset .at-row label.error {
  color: red;
}

.footer__top .newsletter-everyaction section.at-inner form .at-form-submit {
  padding-top: 0;
}

.footer__top .newsletter-everyaction section.at-inner form .at-form-submit input {
  font-weight: bold;
  font-size: 18px;
  border: 0;
  padding: 6px 16px;
  margin-top: 0;
  color: #fff;
  background-color: #af5900;
  height: 40px;
}

.footer__top .newsletter-everyaction section.at-inner form .at-form-submit input:hover {
  color: #0e1d40;
}

.footer__top .newsletter-govdelivery form {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer__top .newsletter-govdelivery form:before {
  content: "";
  display: table;
}

.footer__top .newsletter-govdelivery form:after {
  content: "";
  display: table;
  clear: both;
}

.footer__top .newsletter-govdelivery form .newsletter__title {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 8px;
}

[dir="rtl"] .footer__top .newsletter-govdelivery form .newsletter__title {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

.footer__top .newsletter-govdelivery form .newsletter__form {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  clear: left;
  text-align: center;
}

[dir="rtl"] .footer__top .newsletter-govdelivery form .newsletter__form {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

[dir="rtl"] .footer__top .newsletter-govdelivery form .newsletter__form {
  clear: right;
}

.footer__top .newsletter-govdelivery form .newsletter__form .newsletter__input {
  outline: none;
  display: inline-block;
  padding-left: 20px;
  height: 40px;
  margin-bottom: 8px;
}

.footer__top .newsletter-govdelivery form .newsletter__form .newsletter__input::-webkit-input-placeholder {
  font-style: italic;
  font-size: 16px;
}

.footer__top .newsletter-govdelivery form .newsletter__form .newsletter__input:-ms-input-placeholder {
  font-style: italic;
  font-size: 16px;
}

.footer__top .newsletter-govdelivery form .newsletter__form .newsletter__input::placeholder {
  font-style: italic;
  font-size: 16px;
}

.footer__top .newsletter-govdelivery form .newsletter__form .newsletter__submit {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  border: 0;
  padding: 6px 16px;
  color: #fff;
  background-color: #af5900;
  height: 40px;
}

.footer__top .newsletter-govdelivery form .newsletter__form .newsletter__submit:hover {
  color: #0e1d40;
}

@media (min-width: 1146px) {
  .footer__top .newsletter-govdelivery form .newsletter__title {
    float: left;
    width: 42.85714%;
    margin-left: 0%;
    margin-right: -100%;
    text-align: right;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
  [dir="rtl"] .footer__top .newsletter-govdelivery form .newsletter__title {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .footer__top .newsletter-govdelivery form .newsletter__form {
    text-align: left;
    float: left;
    width: 57.14286%;
    margin-left: 42.85714%;
    margin-right: -100%;
    clear: none;
  }
  [dir="rtl"] .footer__top .newsletter-govdelivery form .newsletter__form {
    float: right;
    margin-right: 42.85714%;
    margin-left: -100%;
  }
  [dir="rtl"] .footer__top .newsletter-govdelivery form .newsletter__form {
    clear: none;
  }
  .footer__top .newsletter-govdelivery form .newsletter__form .newsletter__input {
    height: 50px;
    margin-bottom: 0;
    padding-top: 0;
    border: none;
  }
  .footer__top .newsletter-govdelivery form .newsletter__form .newsletter__submit {
    height: 50px;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    vertical-align: top;
  }
}

.front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-everyaction section.at-inner header, .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-everyaction section.at-inner footer {
  display: none;
}

.front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-everyaction section.at-inner form {
  background-color: #0e1d40;
}

.front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-everyaction section.at-inner form fieldset legend {
  text-align: left;
  color: white;
  font-size: 1rem;
}

.front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-everyaction section.at-inner form fieldset .at-row label {
  color: #fff;
}

.front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-everyaction section.at-inner form fieldset .at-row label.error {
  color: red;
}

.front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-everyaction section.at-inner form .at-form-submit {
  padding-top: 0;
}

.front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-everyaction section.at-inner form .at-form-submit input {
  font-weight: bold;
  font-size: 18px;
  border: 0;
  padding: 6px 16px;
  margin-top: 0;
  color: #fff;
  background-color: #af5900;
  height: 40px;
}

.front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-everyaction section.at-inner form .at-form-submit input:hover {
  color: #0e1d40;
}

.front {
  margin-top: 140px;
}

@media (min-width: 1146px) {
  .front {
    margin-top: 0;
  }
}

.front__header {
  background-color: #f0f2f5;
}

.front__header .header_content {
  margin-top: 32px;
}

.front__header .header_content h2 {
  margin-left: 8px;
  color: #af5900;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0;
}

.front__header .header_content .field--name-field-hot-topics-events {
  padding-left: 0;
  padding-right: 0;
}

.front__header .header_content .field--name-field-hot-topics-events:before {
  content: "";
  display: table;
}

.front__header .header_content .field--name-field-hot-topics-events:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1146px) {
  .front__header .header_content .field--name-field-hot-topics-events {
    margin-bottom: 44px;
    margin-right: 44px;
  }
}

.front__header .header_content .field--name-field-hot-topics-events > .field__item {
  background: #fff;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.09);
  padding: 56px 36px 10px;
  margin-bottom: 30px;
  min-height: 200px;
}

.front__header .header_content .field--name-field-hot-topics-events > .field__item .field--name-field-hottopic-date {
  color: #4a4a4a;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.front__header .header_content .field--name-field-hot-topics-events > .field__item .field--name-field-hottopic-link {
  margin-bottom: 20px;
}

.front__header .header_content .field--name-field-hot-topics-events > .field__item .field--name-field-hottopic-link a {
  text-decoration: none;
  color: #33497e;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
}

.front__header .header_content .field--name-field-hot-topics-events > .field__item .field--name-field-hottopic-text {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 24px;
}

.front__header .header_content .field--name-field-hot-topics-events > .field__item:nth-child(2) {
  padding: 28px 36px 10px;
}

.front__header .header_content .field--name-field-hot-topics-events > .field__item:nth-child(2) a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #33497e;
  letter-spacing: 0;
  line-height: 20px;
}

@media (min-width: 600px) {
  .front__header .header_content .field--name-field-hot-topics-events > .field__item:nth-child(2) {
    float: left;
    width: 49%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .front__header .header_content .field--name-field-hot-topics-events > .field__item:nth-child(2) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
}

.front__header .header_content .field--name-field-hot-topics-events > .field__item:nth-child(3) {
  padding: 28px 36px 10px;
}

.front__header .header_content .field--name-field-hot-topics-events > .field__item:nth-child(3) a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #33497e;
  letter-spacing: 0;
  line-height: 20px;
}

@media (min-width: 600px) {
  .front__header .header_content .field--name-field-hot-topics-events > .field__item:nth-child(3) {
    float: left;
    width: 49%;
    margin-left: 51%;
    margin-right: -100%;
  }
  [dir="rtl"] .front__header .header_content .field--name-field-hot-topics-events > .field__item:nth-child(3) {
    float: right;
    margin-right: 51%;
    margin-left: -100%;
  }
}

.front__header .header_sidebar {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}

.front__header .header_sidebar .block-search {
  padding-left: 0;
  padding-right: 0;
  float: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  background-color: #cdd5e7;
}

.front__header .header_sidebar .block-search .form-type-textfield {
  width: 80%;
  margin: 0;
  padding: 17px 0 17px 30px;
}

.front__header .header_sidebar .block-search .form-actions {
  padding-top: 17px;
}

.front__header .header_sidebar .block-search .form-actions input {
  color: #fff;
  padding: 5px 12px 5px 9px;
  background-color: #0e1d40;
  margin: 1.1em 0 0;
}

.front__header .header_sidebar .block-wouldliketo {
  padding: 0 10px 30px 30px;
}

.front__header .header_sidebar .block-wouldliketo h2 {
  color: #af5900;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0;
}

.front__header .header_sidebar .block-wouldliketo .field--name-field-i-would-like-to > .field__item {
  padding-bottom: 30px;
}

.front__header .header_sidebar .block-wouldliketo .field--name-field-i-would-like-to > .field__item a {
  text-decoration: none;
  color: #33497e;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0;
}

.front__header .header_sidebar .block-wouldliketo .field--name-field-i-would-like-to > .field__item a:hover {
  color: #af5900;
}

.front__header .header_sidebar .block-simple-blocknewsletter-subscribe {
  display: none;
}

@media (min-width: 1146px) {
  .front__header .header_sidebar .block-simple-blocknewsletter-subscribe {
    display: block;
  }
  .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form:before {
    content: "";
    display: table;
  }
  .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form:after {
    content: "";
    display: table;
    clear: both;
  }
  .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form .newsletter__title {
    padding-left: 12px;
    padding-right: 13px;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0%;
    padding-right: 0%;
    color: #fff;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: 20px;
    text-align: left;
    margin-bottom: 16px;
    padding-left: 32px;
  }
  [dir="rtl"] .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form .newsletter__title {
    padding-left: 13px;
    padding-right: 12px;
  }
  [dir="rtl"] .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form .newsletter__title {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form .newsletter__form {
    padding-left: 12px;
    padding-right: 13px;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0%;
    padding-right: 0%;
    clear: left;
    text-align: center;
  }
  [dir="rtl"] .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form .newsletter__form {
    padding-left: 13px;
    padding-right: 12px;
  }
  [dir="rtl"] .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form .newsletter__form {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form .newsletter__form {
    clear: right;
  }
  .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form .newsletter__form .newsletter__input {
    outline: none;
    display: inline-block;
    padding-left: 20px;
    padding-top: 0;
    height: 50px;
    margin-bottom: 8px;
    border: none;
    font-size: 16px;
  }
  .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form .newsletter__form .newsletter__input::-webkit-input-placeholder {
    font-style: italic;
    font-size: 16px;
  }
  .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form .newsletter__form .newsletter__input:-ms-input-placeholder {
    font-style: italic;
    font-size: 16px;
  }
  .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form .newsletter__form .newsletter__input::placeholder {
    font-style: italic;
    font-size: 16px;
  }
  .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form .newsletter__form .newsletter__submit {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    padding: 10px 16px;
    color: #fff;
    background-color: #af5900;
    height: 50px;
  }
  .front__header .header_sidebar .block-simple-blocknewsletter-subscribe .newsletter-govdelivery form .newsletter__form .newsletter__submit:hover {
    color: #0e1d40;
  }
}

.front__about-us {
  background-color: #081639;
  background-image: url("../../../images-source/Karl_Racine-blue.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 18px;
}

@media (min-width: 1146px) {
  .front__about-us {
    background-size: cover;
  }
}

.front__about-us--wrapper {
  color: #fff;
}

.front__about-us--wrapper a {
  color: #E8B562;
}

.front__about-us__content {
  width: 100%;
  padding-top: 60%;
  padding-bottom: 10px;
}

.front__about-us__content .field--name-field-titletextlink-title h1 {
  color: #fff;
  margin: 0;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0;
}

.front__about-us__content .field--name-field-titletextlink-subtitle h2 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  line-height: 42px;
}

.front__about-us__content .field--name-field-titletextlink-text {
  margin-bottom: 80px;
  margin-top: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  line-height: 34px;
}

@media (min-width: 1146px) {
  .front__about-us__content {
    width: 60%;
    padding: 100px 0;
  }
}

.front__workingon {
  margin-bottom: 64px;
}

.front__workingon h2 {
  margin-left: 8px;
  margin-top: 64px;
  margin-bottom: 64px;
  color: #af5900;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0;
}

.front__workingon .block-simple-blockfront-media-center-link {
  display: none;
}

@media (min-width: 1146px) {
  .front__workingon .block-simple-blockfront-media-center-link {
    display: inherit;
    float: right;
    margin-top: 6px;
  }
  .front__workingon .block-simple-blockfront-media-center-link a {
    text-decoration: none;
    color: #0e1d40;
    font-size: 16px;
    font-weight: bold;
  }
  .front__workingon .block-simple-blockfront-media-center-link a:hover {
    color: #af5900;
  }
}

.front__workingon .field--name-field-working-on {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

.front__workingon .field--name-field-working-on:before {
  content: "";
  display: table;
}

.front__workingon .field--name-field-working-on:after {
  content: "";
  display: table;
  clear: both;
}

.front__workingon .field--name-field-working-on > .field__item {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  height: 200px;
  margin-bottom: 27px;
}

.front__workingon .field--name-field-working-on > .field__item .field--name-field-workingon-type {
  float: left;
  margin-top: 8px;
  margin-left: 8px;
  color: white;
  font-weight: bold;
}

.front__workingon .field--name-field-working-on > .field__item .field--name-field-workingon-background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
}

.front__workingon .field--name-field-working-on > .field__item .field--name-field-workingon-background-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(225deg, #145677 12%, #771452 79%);
  opacity: .75;
}

.front__workingon .field--name-field-working-on > .field__item .link-text {
  padding: 42px 7px 0;
}

.front__workingon .field--name-field-working-on > .field__item .link-text a {
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.front__workingon .field--name-field-working-on > .field__item .link-icon {
  position: absolute;
  display: block;
  bottom: 0;
  right: 2px;
  width: 42px;
}

.front__workingon .field--name-field-working-on > .field__item .link-icon a {
  display: inline-block;
  height: 46px;
  width: 46px;
  overflow: hidden;
  visibility: hidden;
  color: white;
  padding: 4px;
  line-height: 44px;
}

.front__workingon .field--name-field-working-on > .field__item .link-icon a::before {
  visibility: visible;
  font-family: "simple-line-icons";
  font-size: 1.688rem;
  font-weight: normal;
  display: inline-block;
  content: '\e079';
  line-height: 1.688rem;
}

@media (min-width: 600px) {
  .front__workingon .field--name-field-working-on > .field__item .field--name-field-workingon-type {
    margin-top: 25px;
  }
  .front__workingon .field--name-field-working-on > .field__item .link-text {
    padding: 76px 7px 0;
  }
  .front__workingon .field--name-field-working-on > .field__item .link-icon {
    position: absolute;
    display: block;
    bottom: 12px;
    right: 2px;
    width: 62px;
  }
  .front__workingon .field--name-field-working-on > .field__item .link-icon a {
    display: inline-block;
    height: 46px;
    width: 46px;
    overflow: hidden;
    visibility: hidden;
    color: white;
    padding: 4px;
    line-height: 44px;
  }
  .front__workingon .field--name-field-working-on > .field__item .link-icon a::before {
    visibility: visible;
    font-family: "simple-line-icons";
    font-size: 2.563rem;
    font-weight: normal;
    display: inline-block;
    content: '\e079';
    line-height: 2.563rem;
  }
}

@media (min-width: 1146px) {
  .front__workingon .field--name-field-working-on > .field__item {
    height: 426px;
  }
  .front__workingon .field--name-field-working-on > .field__item .field--name-field-workingon-type {
    margin-top: 112px;
  }
  .front__workingon .field--name-field-working-on > .field__item .link-text {
    padding: 170px 7px 0;
  }
}

.front__workingon .field--name-field-working-on > .field__item:nth-child(1) {
  background: #af5900;
}

@media (min-width: 1146px) {
  .front__workingon .field--name-field-working-on > .field__item:nth-child(1) {
    float: left;
    width: 23.5%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .front__workingon .field--name-field-working-on > .field__item:nth-child(1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
}

.front__workingon .field--name-field-working-on > .field__item:nth-child(2) {
  background: #0e1d40;
}

@media (min-width: 1146px) {
  .front__workingon .field--name-field-working-on > .field__item:nth-child(2) {
    float: left;
    width: 23.5%;
    margin-left: 25.5%;
    margin-right: -100%;
  }
  [dir="rtl"] .front__workingon .field--name-field-working-on > .field__item:nth-child(2) {
    float: right;
    margin-right: 25.5%;
    margin-left: -100%;
  }
}

.front__workingon .field--name-field-working-on > .field__item:nth-child(3) .field--name-field-workingon-link:first-child a {
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 39px;
}

@media (min-width: 600px) {
  .front__workingon .field--name-field-working-on > .field__item:nth-child(3) .field--name-field-workingon-link:first-child a {
    font-size: 32px;
  }
}

@media (min-width: 1146px) {
  .front__workingon .field--name-field-working-on > .field__item:nth-child(3) {
    float: left;
    width: 49%;
    margin-left: 51%;
    margin-right: -100%;
  }
  [dir="rtl"] .front__workingon .field--name-field-working-on > .field__item:nth-child(3) {
    float: right;
    margin-right: 51%;
    margin-left: -100%;
  }
}

.front__workingon .field--name-field-working-on > .field__item:nth-child(4) {
  background: #0a8296;
}

@media (min-width: 1146px) {
  .front__workingon .field--name-field-working-on > .field__item:nth-child(4) {
    clear: both;
    float: left;
    width: 23.5%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .front__workingon .field--name-field-working-on > .field__item:nth-child(4) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
}

.front__workingon .field--name-field-working-on > .field__item:nth-child(5) .field--name-field-workingon-background-image:before {
  content: '';
  background-image: linear-gradient(225deg, #0a8296 12%, #e1961b 79%);
}

.front__workingon .field--name-field-working-on > .field__item:nth-child(5) .field--name-field-workingon-link:first-child a {
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 39px;
}

@media (min-width: 600px) {
  .front__workingon .field--name-field-working-on > .field__item:nth-child(5) .field--name-field-workingon-link:first-child a {
    font-size: 32px;
  }
}

@media (min-width: 1146px) {
  .front__workingon .field--name-field-working-on > .field__item:nth-child(5) {
    float: left;
    width: 49%;
    margin-left: 25.5%;
    margin-right: -100%;
  }
  [dir="rtl"] .front__workingon .field--name-field-working-on > .field__item:nth-child(5) {
    float: right;
    margin-right: 25.5%;
    margin-left: -100%;
  }
}

.front__workingon .field--name-field-working-on > .field__item:nth-child(6) {
  background: #0a8296;
}

@media (min-width: 1146px) {
  .front__workingon .field--name-field-working-on > .field__item:nth-child(6) {
    float: left;
    width: 23.5%;
    margin-left: 76.5%;
    margin-right: -100%;
  }
  [dir="rtl"] .front__workingon .field--name-field-working-on > .field__item:nth-child(6) {
    float: right;
    margin-right: 76.5%;
    margin-left: -100%;
  }
}

.front__workingon .field--name-field-working-on > .field__item:nth-child(7) .field--name-field-workingon-background-image:before {
  content: '';
  background-image: linear-gradient(225deg, #0a8296 12%, #0e1d40 79%);
}

.front__workingon .field--name-field-working-on > .field__item:nth-child(7) .field--name-field-workingon-link:first-child a {
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 39px;
}

@media (min-width: 600px) {
  .front__workingon .field--name-field-working-on > .field__item:nth-child(7) .field--name-field-workingon-link:first-child a {
    font-size: 32px;
  }
}

@media (min-width: 1146px) {
  .front__workingon .field--name-field-working-on > .field__item:nth-child(7) {
    clear: both;
    float: left;
    width: 49%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .front__workingon .field--name-field-working-on > .field__item:nth-child(7) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
}

.front__workingon .field--name-field-working-on > .field__item:nth-child(8) {
  background: #af5900;
}

@media (min-width: 1146px) {
  .front__workingon .field--name-field-working-on > .field__item:nth-child(8) {
    float: left;
    width: 23.5%;
    margin-left: 51%;
    margin-right: -100%;
  }
  [dir="rtl"] .front__workingon .field--name-field-working-on > .field__item:nth-child(8) {
    float: right;
    margin-right: 51%;
    margin-left: -100%;
  }
}

.front__workingon .field--name-field-working-on > .field__item:nth-child(9) {
  background: #0e1d40;
}

@media (min-width: 1146px) {
  .front__workingon .field--name-field-working-on > .field__item:nth-child(9) {
    float: left;
    width: 23.5%;
    margin-left: 76.5%;
    margin-right: -100%;
  }
  [dir="rtl"] .front__workingon .field--name-field-working-on > .field__item:nth-child(9) {
    float: right;
    margin-right: 76.5%;
    margin-left: -100%;
  }
}

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