@import url("https://fonts.googleapis.com/css?family=Cookie|Montserrat:400,500,700|Open+Sans+Condensed:300,700|Oswald:300,400,600,700;");
@import url("https://use.typekit.net/xuk3mer.css");
html {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  color: #080012;
  line-height: 30px;
  max-width: 1920px;
  margin: 0 auto;
  background: #222e6a;
  -webkit-box-shadow: 3px 3px 20px 3px #ccc;
  -moz-box-shadow: 3px 3px 20px 3px #ccc;
  box-shadow: 3px 3px 20px 3px #ccc; }

.home {
  background: #fff; }

img {
  max-width: 100%;
  height: auto; }

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
#header {
  padding: 40px 0 24px 0;
  border-bottom: 4px solid #ec7823;
  background: #fff;
  transition: 0.3s; }
  @media (max-width: 991px) {
    #header {
      padding: 10px 0 10px 0 !important; } }
  #header .fa-bars {
    font-size: 40px;
    color: #222e6a;
    margin-top: 5px;
    margin-bottom: 5px;
    float: right;
    margin-left: 5px; }
    @media screen and (max-width: 480px) {
      #header .fa-bars {
        font-size: 30px;
        line-height: 1.2; } }
  #header #nav-toggle {
    float: right;
    color: #222e6a;
    line-height: 2.8; }
    @media screen and (min-width: 992px) {
      #header #nav-toggle {
        display: none; } }
  #header .main-nav {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
    @media (max-width: 1199px) {
      #header .main-nav {
        align-items: inherit;
        justify-content: inherit; } }
    @media (max-width: 991px) {
      #header .main-nav {
        align-items: center;
        justify-content: flex-end; } }
  @media (max-width: 991px) {
    #header .get-started {
      display: none; } }
  #header .get-started a {
    background: #5E73AE;
    border-radius: 50%;
    width: 172px;
    height: 172px;
    text-align: center;
    position: absolute;
    border: 4px solid #ec7823;
    top: 60px;
    right: -15%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    transition: .4s;
    font-size: 30px;
    font-weight: bold;
    line-height: 33px;
    color: #fff; }
    @media (max-width: 1410px) {
      #header .get-started a {
        right: 0; } }
    #header .get-started a:hover {
      background: #161d43;
      text-decoration: none; }
    #header .get-started a:visited {
      color: #fff; }
  #header .logo {
    max-width: 100%;
    transition: all 0.6s ease-in-out; }

/*--------------------------------------------------------------
	Header on scroll adjustments
--------------------------------------------------------------*/
.shrink {
  padding: 10px 0 10px 0 !important;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 999; }
  @media (max-width: 991px) {
    .shrink {
      position: relative;
      padding: 10px 0 10px 0 !important;
      opacity: 1; } }
  .shrink .logo {
    max-width: 60% !important; }
    @media (max-width: 991px) {
      .shrink .logo {
        max-width: 100% !important; } }
  .shrink .get-started a {
    width: 100px !important;
    height: 100px !important;
    top: 0 !important;
    font-size: 16px !important;
    line-height: 19px !important; }

/*--------------------------------------------------------------
	Some Global Stuff
--------------------------------------------------------------*/
a {
  color: #5E73AE; }

a:visited {
  color: #5E73AE; }

a:active {
  color: #5E73AE; }

a:hover {
  color: #ec7823;
  text-decoration: underline; }

@media (max-width: 767px) {
  .row {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 1375px) {
  .container {
    max-width: 1340px; } }
h1, h2, h3 {
  color: #222e6a; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 26px; }

/*--------------------------------------------------------------
	Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }
  @media screen and (max-width: 580px) {
    .alignleft {
      float: none;
      margin-right: 0;
      display: block;
      margin-bottom: 20px; } }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }
  @media screen and (max-width: 580px) {
    .alignright {
      float: none;
      margin-left: 0;
      display: block;
      margin-bottom: 20px; } }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
	Primary Menu
--------------------------------------------------------------*/
.primary-menu {
  display: none;
  margin-top: 20px;
  clear: both; }
  .primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .primary-menu li {
    float: left;
    list-style: none;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    min-width: 90px;
    text-align: center; }
    @media (max-width: 1199px) {
      .primary-menu li {
        min-width: inherit; } }
    .primary-menu li:last-child {
      padding-right: 0; }
    .primary-menu li.current_page_item:before, .primary-menu li.current-page-ancestor:before {
      content: "\f111";
      position: absolute;
      top: -25px;
      left: 45%;
      color: #ec7823;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 8px; }
    .primary-menu li ul {
      background: rgba(34, 46, 106, 0.86);
      padding: 20px 25px 15px;
      z-index: 999;
      top: 100%;
      left: 10px;
      display: none;
      position: absolute;
      min-width: 215px;
      border-bottom: 4px solid #ec7823; }
      .primary-menu li ul:before {
        content: "\f0d7";
        position: absolute;
        top: -12px;
        left: 18px;
        color: #fff;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 40px; }
      .primary-menu li ul li {
        white-space: nowrap;
        display: block;
        width: 100%;
        padding: 5px 0px;
        text-align: left;
        line-height: 1.5; }
        .primary-menu li ul li.current_page_item:before {
          display: none; }
        .primary-menu li ul li ul.sub-menu {
          background: #161d43;
          display: none;
          position: absolute;
          left: 90%;
          top: 10px; }
          .primary-menu li ul li ul.sub-menu li {
            white-space: nowrap;
            display: block;
            width: 100%;
            padding: 8px 0;
            border-right: none;
            text-align: left; }
        .primary-menu li ul li:hover > ul.sub-menu {
          display: block; }
        .primary-menu li ul li:first-child {
          border-top: 0px; }
        .primary-menu li ul li.current-menu-item a {
          font-weight: bold;
          color: #fff; }
        .primary-menu li ul li a {
          font-size: 16px;
          width: 100%;
          display: block;
          color: #b4b8ba;
          text-transform: capitalize;
          font-weight: 400; }
          .primary-menu li ul li a:hover {
            color: #fff;
            text-decoration: underline;
            background: none !important; }
    .primary-menu li:hover ul {
      display: block; }
  .primary-menu a {
    color: #5E73AE;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; }
    .primary-menu a:hover {
      text-decoration: none; }
  @media screen and (min-width: 992px) {
    .primary-menu {
      display: block; } }

/*--------------------------------------------------------------
	Front Page
--------------------------------------------------------------*/
.slide .carousel-item {
  height: 850px;
  background-size: cover !important;
  background-position: center center;
  text-align: center; }
  @media (max-width: 1024px) {
    .slide .carousel-item {
      height: 450px; } }
  .slide .carousel-item .hero-text {
    background: #222e6a;
    border: 4px solid #fff;
    display: inline-block;
    margin-top: 25%;
    padding: 20px 35px; }
    @media (max-width: 768px) {
      .slide .carousel-item .hero-text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border: none; } }
    .slide .carousel-item .hero-text h1 {
      font-size: 3.5em;
      text-transform: uppercase;
      color: #fff;
      margin: 0;
      font-weight: 400;
      line-height: normal;
      padding: 0 70px; }
      @media (max-width: 1024px) {
        .slide .carousel-item .hero-text h1 {
          padding:0;
          } }
      @media (max-width: 576px) {
        .slide .carousel-item .hero-text h1 {
          font-size: 30px; } }

.intro {
  border-top: 10px solid #222e6a;
  border-bottom: 10px solid #222e6a;
  background: #ec7823;
  padding: 30px 0;
  color: #fff; }
  .intro .left-side {
    text-align: center; }
  .intro h2 {
    font-family: "Oswald", sans-serif;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.52); }
    .intro h2 b {
      font-weight: 600; }
    @media (max-width: 576px) {
      .intro h2 {
        font-size: 40px; } }
  .intro h3 {
    font-family: "Cookie", cursive;
    font-size: 65px;
    line-height: 60px; }
    @media (max-width: 1199px) {
      .intro h3 {
        font-size: 60px; } }
    @media (max-width: 767px) {
      .intro h3 {
        margin-bottom: 30px; } }
    @media (max-width: 576px) {
      .intro h3 {
        font-size: 40px; } }

.services {
  padding: 60px 0;
  text-align: center;
  position: relative; }
  .services h2 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500; }
  .services .cta {
    font-family: "Cookie", cursive;
    font-size: 65px;
    position: absolute;
    top: 0px;
    left: -22px;
    color: #ec7823; }
    @media (max-width: 1400px) {
      .services .cta {
        left: -5px;
        font-size: 60px; } }
    @media (max-width: 1199px) {
      .services .cta {
        position: relative;
        left: unset; } }
    @media (max-width: 576px) {
      .services .cta {
        font-size: 40px; } }
  .services .service-box {
    text-align: center;
    margin-top: 30px; }
    .services .service-box .icon-box {
      position: relative;
      width: 150px;
      height: 75px;
      margin-left: auto;
      margin-right: auto; }
      .services .service-box .icon-box:before {
        content: "((";
        position: absolute;
        top: 18px;
        left: 0;
        color: #ec7823;
        font-size: 60px;
        opacity: 0;
        transition: .4s; }
      .services .service-box .icon-box:after {
        content: "))";
        position: absolute;
        top: 18px;
        right: 0;
        color: #ec7823;
        font-size: 60px;
        opacity: 0;
        transition: .8s; }
    .services .service-box a:hover {
      text-decoration: none; }
    .services .service-box p {
      font-size: 14px;
      line-height: 28px;
      text-transform: uppercase;
      color: #4b4d4f; }
    .services .service-box .icon-heading-box {
      display: inline-block; }
    .services .service-box .icon-heading-box:hover .icon-box:before {
      opacity: 1; }
    .services .service-box .icon-heading-box:hover .icon-box:after {
      opacity: 1; }
  .services .read-more {
    background: #222e6a;
    border: 3px solid #ec7823;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 40px;
    transition: .4s;
    display: inline-block; }
    .services .read-more:hover {
      background: #161d43;
      text-decoration: none; }
    .services .read-more:visited {
      color: #fff; }

/*--------------------------------------------------------------
	Interior Pages
--------------------------------------------------------------*/
.feature {
  min-height: 413px;
  background-size: cover !important;
  background-position: center center !important; }
  @media (max-width: 576px) {
    .feature {
      min-height: 313px; } }

.main .main-content {
  background: #fff;
  padding: 50px 100px;
  margin-top: -50px;
  position: relative; }
  @media (max-width: 1024px) {
    .main .main-content {
      padding: 30px;
      margin-top: 30px; } }
  @media (max-width: 576px) {
    .main .main-content {
      margin-top: 0px; } }
  .main .main-content:after {
    content: " ";
    position: absolute;
    bottom: 15px;
    top: 15px;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0px 10px 28px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 10px 28px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 10px 28px 10px rgba(0, 0, 0, 0.6); }
  .main .main-content .fma {
    position: absolute;
    left: -30px;
    top: -80px; }
    @media (max-width: 991px) {
      .main .main-content .fma {
        top: -118px; } }
    @media (max-width: 576px) {
      .main .main-content .fma {
        display: none;
        left: -10px;
        top: -180px; } }
  .main .main-content .default-content h1 {
    text-align: center;
    color: #222e6a;
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 60px;
    margin-top: 50px;
    margin-bottom: 80px; }
    .main .main-content .default-content h1 > b {
      text-transform: uppercase;
      font-size: 80px;
      font-weight: 600;
      letter-spacing: -2px; }
  .main .main-content #accordion {
    margin-top: 35px; }
    .main .main-content #accordion .card {
      border: none;
      margin-bottom: 15px; }
      .main .main-content #accordion .card .card-body {
        padding-top: 10px;
        padding-left: 0; }
      .main .main-content #accordion .card .card-header {
        padding: 0;
        background-color: #fff;
        border-bottom: none; }
        .main .main-content #accordion .card .card-header button {
          width: 100%;
          text-align: left;
          text-decoration: none;
          white-space: normal; }
        .main .main-content #accordion .card .card-header .btn-link {
          font-size: 30px;
          color: #5E73AE;
          padding: 0;
          font-weight: 500; }
          @media (max-width: 767px) {
            .main .main-content #accordion .card .card-header .btn-link {
              font-size: 20px; } }
    .main .main-content #accordion .card-header button.btn[aria-expanded=false]:after {
      content: '\f067';
      font-family: 'Font Awesome 5 Free';
      font-size: 20px;
      color: #8496a0;
      font-weight: 900;
      margin-left: 10px; }
      @media (max-width: 767px) {
        .main .main-content #accordion .card-header button.btn[aria-expanded=false]:after {
          font-size: 16px; } }
    .main .main-content #accordion .card-header button.btn[aria-expanded=true]:after {
      content: '\f068';
      font-family: 'Font Awesome 5 Free';
      font-size: 20px;
      color: #8496a0;
      font-weight: 900;
      margin-left: 10px; }
      @media (max-width: 767px) {
        .main .main-content #accordion .card-header button.btn[aria-expanded=true]:after {
          font-size: 16px; } }
  .main .main-content .content-column {
    margin-top: 15px; }
  .main .main-content .gform_button {
    background: #222e6a;
    border: 3px solid #ec7823;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 40px;
    transition: .4s;
    cursor: pointer; }
    .main .main-content .gform_button:hover {
      background: #161d43;
      text-decoration: none; }
    .main .main-content .gform_button:visited {
      color: #fff; }
  .main .main-content input, .main .main-content select {
    border: 1px solid #222e6a;
    height: 50px; }
  .main .main-content input[type=search] {
    border: 1px solid #222e6a;
    height: 50px;
    padding-left: 10px; }
  .main .main-content input[type=submit] {
    border: 1px solid #ec7823;
    background: #222e6a;
    color: #fff;
    height: 50px;
    cursor: pointer; }
    .main .main-content input[type=submit]:hover {
      background: #161d43;
      text-decoration: none; }
.main .post-content p {
  font-size: 15px;
  line-height: 30px; }
@media (max-width: 991px) {
  .main .post-content h2 {
    margin-top: 15px; } }
.main .post-content .line {
  border-top: 2px solid #ec7823;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px; }
.main .blog-content h1 {
  text-align: center;
  color: #222e6a;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 60px;
  margin-top: 50px;
  margin-bottom: 80px; }
  .main .blog-content h1 > b {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -2px; }
  @media (max-width: 1024px) {
    .main .blog-content h1 {
      font-size: 30px; } }

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.spacer {
  padding-top: 50px; }

.free-analysis {
  background-color: #222e6a;
  background-image: url(../img/bg-m.png);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 80px 0 60px 0; }
  @media (min-width: 1200px) {
    .free-analysis .container {
      max-width: 1220px; } }
  .free-analysis .left-box {
    background-color: #ec7823;
    background-image: url(../img/sm-bg-m.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 40px; }
    .free-analysis .left-box h2 {
      font-size: 50px;
      text-transform: uppercase;
      line-height: 45px;
      display: flex; }
      @media (max-width: 1199px) {
        .free-analysis .left-box h2 {
          display: block; } }
      .free-analysis .left-box h2 > b {
        font-family: "Oswald", sans-serif;
        font-size: 95px;
        color: #fff;
        line-height: 75px;
        font-weight: 400;
        margin-right: 10px;
        letter-spacing: -1.5px;
        text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.52); }
        @media (max-width: 1199px) {
          .free-analysis .left-box h2 > b {
            display: block;
            margin-bottom: 10px; } }
    .free-analysis .left-box p {
      color: #fff;
      margin-top: 50px; }
  .free-analysis .right-box {
    background: rgba(255, 255, 255, 0.73); }
    .free-analysis .right-box .form-content {
      padding: 30px; }
      .free-analysis .right-box .form-content label {
        font-weight: 400;
        line-height: .5; }
      .free-analysis .right-box .form-content .ginput_container {
        margin-top: 0; }
      .free-analysis .right-box .form-content input {
        border: 1px solid #222e6a;
        height: 50px; }
      .free-analysis .right-box .form-content .gform_button {
        background: #222e6a;
        border: 3px solid #ec7823;
        color: #fff;
        padding: 5px 15px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        float: right;
        margin-bottom: 40px;
        transition: .4s;
        cursor: pointer; }
        .free-analysis .right-box .form-content .gform_button:hover {
          background: #161d43;
          text-decoration: none; }
        .free-analysis .right-box .form-content .gform_button:visited {
          color: #fff; }
      @media only screen and (min-width: 641px) {
        .free-analysis .right-box .form-content .gform_wrapper ul.gform_fields li.gfield {
          padding-right: 10px; } }

#footer .container-fluid {
  padding-left: 120px;
  padding-right: 120px; }
  @media (max-width: 1600px) {
    #footer .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 991px) {
    #footer .container-fluid {
      width: 720px; } }
  @media (max-width: 768px) {
    #footer .container-fluid {
      width: 100%; } }
#footer .top-footer {
  padding: 70px 0 70px 0;
  background: #fff; }
  #footer .top-footer .contact-col, #footer .top-footer .menu-1-col {
    max-width: 22%;
    flex: 0 0 22%; }
    @media (max-width: 1600px) {
      #footer .top-footer .contact-col, #footer .top-footer .menu-1-col {
        max-width: 25%;
        flex: 0 0 25%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 1024px) {
      #footer .top-footer .contact-col, #footer .top-footer .menu-1-col {
        max-width: 50%;
        flex: 0 0 50%;
        margin-top: 30px; } }
    @media (max-width: 767px) {
      #footer .top-footer .contact-col, #footer .top-footer .menu-1-col {
        max-width: 100%;
        flex: 0 0 100%; } }
  #footer .top-footer .logo-col {
    max-width: 40%;
    flex: 0 0 40%; }
    @media (max-width: 1600px) {
      #footer .top-footer .logo-col {
        max-width: 25%;
        flex: 0 0 25%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 1024px) {
      #footer .top-footer .logo-col {
        max-width: 50%;
        flex: 0 0 50%; } }
    @media (max-width: 767px) {
      #footer .top-footer .logo-col {
        max-width: 100%;
        flex: 0 0 100%; } }
  #footer .top-footer .logo-col img { max-width: 75%; }
  #footer .top-footer .menu-2-col {
    max-width: 16%;
    flex: 0 0 16%; }
    @media (max-width: 1600px) {
      #footer .top-footer .menu-2-col {
        max-width: 25%;
        flex: 0 0 25%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 1024px) {
      #footer .top-footer .menu-2-col {
        max-width: 50%;
        flex: 0 0 50%;
        margin-top: 30px; } }
    @media (max-width: 767px) {
      #footer .top-footer .menu-2-col {
        max-width: 100%;
        flex: 0 0 100%; } }
  #footer .top-footer .contact-col strong {
    color: #222e6a; }
  #footer .top-footer .contact-col img { max-width: 50px; max-height: 50px; }
  #footer .top-footer .menu-1-col ul, #footer .top-footer .menu-2-col ul {
    padding: 0;
    list-style: none; }
  #footer .search-form { display:flex; }
  #footer .search-form label { max-width: calc(100% - 80px) }
  #footer input.search-field { border: 1px solid #222e6a; max-width: 100%; outline:0; }
  #footer input.search-submit {  border: 1px solid #ec7823;
    background: #222e6a;
    color: #fff;
    height: 34px;
    cursor: pointer;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display:inline-block;
    font-size: 0.5em;
    margin: 0;
    vertical-align: top;
    width: 80px;
  }
#footer .bottom-footer {
  background: #b4b8ba;
  padding: 60px 0 30px 0; }
  #footer .bottom-footer .col-lg-12 {
    display: flex;
    justify-content: center; }
    @media (max-width: 991px) {
      #footer .bottom-footer .col-lg-12 {
        display: block; } }
  #footer .bottom-footer .copyright {
    font-size: 16px;
    float: left;
    color: #222e6a; }
    @media (max-width: 991px) {
      #footer .bottom-footer .copyright {
        float: none; } }
  #footer .bottom-footer #footer-bottom {
    list-style: none;
    padding: 0; }
    #footer .bottom-footer #footer-bottom li {
      display: inline-block;
      font-size: 16px;
      color: #222e6a;
      margin-right: 5px;
      padding-left: 10px;
      border-left: 1px solid #222e6a;
      line-height: normal; }
      #footer .bottom-footer #footer-bottom li a:hover {
        color: #000; }
      #footer .bottom-footer #footer-bottom li:first-child {
        margin-left: 10px; }
      @media (max-width: 991px) {
        #footer .bottom-footer #footer-bottom li:first-child {
          border-left: none;
          margin-left: 0;
          padding-left: 0; } }
      @media (max-width: 576px) {
        #footer .bottom-footer #footer-bottom li {
          display: block;
          border-left: none;
          margin-left: 0;
          padding-left: 0;
          line-height: 26px; } }

/*--------------------------------------------------------------
	Off canvas sidebar
--------------------------------------------------------------*/
#sidebar {
  background: #222e6a;
  color: #fff;
  padding: 20px 0 0 40px;
  z-index: 9;
  border-left: 1px solid white; }

@media screen and (min-width: 1000px) {
  #sidebar {
    padding: 40px 0 0 50px; } }
#sidebar a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize; }

#sidebar a:hover {
  text-decoration: underline; }

#sidebar .close-x {
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 26px;
  padding: 30px 10% 0 0; }

@media screen and (min-width: 1000px) {
  #sidebar .close-x {
    display: block; } }
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#sidebar ul:before {
  clear: both;
  display: table;
  content: ''; }

#sidebar ul li {
  font-size: 18px;
  text-align: left;
  width: 75%;
  position: relative; }

@media screen and (min-width: 1000px) {
  #sidebar ul li {
    font-size: 22px;
    width: 60%; } }
@media screen and (max-width: 580px) {
  #sidebar ul li {
    width: 85%; } }
#sidebar ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.29);
  display: block;
  padding: 22px 0; }

#sidebar ul li:first-child a {
  border: 0; }

#sidebar ul li ul {
  display: none;
  padding-bottom: 20px; }

#sidebar ul li ul li {
  font-size: 16px;
  line-height: 50px;
  display: block;
  width: 80%;
  border-top: 1px solid rgba(255, 255, 255, 0.29);
  padding-top: 20px;
  margin-top: 20px;
  margin-left: 20px; }

#sidebar ul li ul li:first-child {
  border-top: none;
  padding-top: 0px; }

#sidebar ul li ul li a {
  padding: 0;
  border: 0;
  line-height: 19px; }

#sidebar ul li .aw {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 999;
  font-size: 18px; }

#sidebar ul li .aw:hover {
  cursor: pointer; }

@media screen and (min-width: 1000px) {
  #sidebar ul li .aw {
    font-size: 35px; } }
#sidebar .fa-home {
  font-size: 26px;
  padding-top: 30px; }

/*--------------------------------------------------------------
	Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%; }
  embed body,
  iframe body,
  object body {
    text-align: center; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

/*--------------------------------------------------------------
	Pagination
--------------------------------------------------------------*/
ul.page-numbers {
  margin-left: -40px;
  margin-top: 40px; }
  ul.page-numbers li {
    float: left;
    list-style: none;
    margin-right: 5px; }
    ul.page-numbers li span.current {
      border: 1px solid #ccc;
      padding: 5px 10px;
      border-radius: 4px; }
    ul.page-numbers li a {
      border: 1px solid #ccc;
      padding: 5px 10px;
      border-radius: 4px;
      font-weight: bold; }
    ul.page-numbers li a.next.page-numbers {
      border: none;
      float: none; }
    ul.page-numbers li a.prev.page-numbers {
      border: none;
      float: none; }

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