/*Imported Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
html {
  padding: 0;
  margin: 0;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Raleway";
}

main {
  margin-bottom: 50px;
}

header {
  background-color: #3884cc;
  margin: 0;
  width: 100vw;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
}

header #header-top #header-top-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: auto;
  padding-bottom: 15px;
}

header #header-top #header-top-left .btn-call-us {
  background-color: white;
  border: 1px solid white;
  border-radius: 5px;
  font-family: "Raleway";
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 5px;
  -webkit-box-shadow: 5px 5px 5px darkblue;
          box-shadow: 5px 5px 5px darkblue;
}

header #header-top #header-top-left .btn-call-us a {
  color: #3884cc;
  font-weight: bold;
  text-decoration: none;
}

header #header-top #header-top-left .btn-call-us:active {
  background-color: lightskyblue;
  border: 1px solid white;
}

header #header-top #header-top-left .btn-call-us:active a:active {
  color: white !important;
}

header #header-top #header-top-left p {
  font-family: "Raleway";
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 5px 0px 5px;
  text-align: center;
  margin: 0;
}

header #header-top #header-top-left a {
  color: white;
}

nav {
  position: -webkit-sticky;
  position: sticky;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0;
  background-color: rgba(38,24,11,255);
  border-bottom: 2px solid white;
}

nav #mobile-nav-menu-button {
  margin-bottom: -10px;
  padding: 0;
  width: 48px;
  height: 48px;
}

nav .nav-menu {
  clear: both;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 101;
  list-style-type: none;
  padding: 0px 0px 15px 15px;
  margin: 0;
}

nav .nav-menu .nav-menu-item {
  padding: 5px 0px;
}

nav .nav-menu .nav-menu-item a {
  font-family: "Raleway";
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}

nav .nav-menu .nav-menu-item-hidden {
  display: none;
}

nav .nav-menu #menu-btn-call-us {
  background-color: white;
  border: 1px solid #3884cc;
  border-radius: 5px;
  font-family: "Raleway";
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 5px;
}

nav .nav-menu #menu-btn-call-us a {
  font-weight: bold;
  color: #3884cc;
  text-decoration: none;
}

nav .nav-menu #menu-btn-call-us a:active {
  color: white !important;
}

nav #nav-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav #nav-bglogo {
  width: 25%;
  height: 100%;
  max-width: 250px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (min-width: 700px) {
  header {
    width: auto;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav #nav-container {
    width: 10;
  }
  nav #mobile-nav-menu-button {
    display: none;
  }
  nav .nav-menu {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
  }
  nav .nav-menu .nav-menu-item {
    padding: 10px;
  }
  nav .nav-menu #nav-menu-item-call-us {
    display: none;
  }
  nav .nav-menu .nav-menu-item-hidden {
    display: block;
  }
  nav .nav-menu #menu-btn-call-us {
    display: none;
  }
  nav #nav-bglogo {
    display: block;
    width: 130px;
  }
  nav #nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 1300px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#guarantee_container {
  width: auto;
  height: auto;
  color: white;
  background-color: #3884cc;
  padding: 25px 0px;
  margin: 0;
}

.custom-hr {
  width: 25%;
  color: #3884cc;
}

footer {
  width: auto;
  padding: 25px;
  text-align: center;
  background-color: rgba(38,24,11,255);
  color: white;
  font-family: 'Raleway';
  line-height: 1.6rem;
  font-size: .8rem;
}

.hr-custom {
  width: 75%;
}

.blog-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  /* border: 2px solid gold; */

}

.blog-page-container .blog-page-inner {
  max-width: 1600px;
  width: 90vw;
  width:805;
  /* border: 2px solid red; */
}

.blog-page-container .blog-page-inner .blog-page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.blog-page-container .blog-page-inner .blog-page-top hr {
  margin-top: 30px;
}

.blog-page-container .blog-page-inner .blog-page-top .image-container {
  width: 100vw;
  max-width: 700px;
  height: 300px;
}

.blog-page-container .blog-page-inner .blog-page-top .image-container img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 700px) {
  .blog-page-container .blog-page-inner .blog-page-top .image-container {
    width: 90vw;
  }
}

.blog-page-container .blog-page-inner .blog-page-top h1, .blog-page-container .blog-page-inner .blog-page-top p {
  max-width: 700px;
}

.blog-page-container .blog-page-inner .blog-page-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Raleway";
}

.blog-page-container .blog-page-inner .blog-page-bottom p, .blog-page-container .blog-page-inner .blog-page-bottom ul, .blog-page-container .blog-page-inner .blog-page-bottom ol {
  max-width: 700px;
  text-align: left;
  line-height: 2.0rem;
}

.blog-page-container .blog-page-inner .blog-page-bottom p {
  margin: 10px 0px;
}

.blog-page-container .blog-page-inner .blog-page-bottom a {
  color: #3884cc;
}

/* new side bar styling*/
.parent-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-container {
  margin: 25px 0;
  margin-bottom: 0;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}

.content-container h2 {
  margin: 0;
  padding: 10px 10px;
  font-size: 20pt;
  text-align: left;
  padding-left: 25px;
}

.content-container p {
  padding: 10px 20px;
  line-height: 1.6rem;
}

.content-container h1, .content-container h2, .content-container h3 {
  font-size: 20pt;
  text-align: left;
  padding-left: 25px;
}

.content-container p {
  text-align: left;
  padding-left: 25px;
  line-height: 25px;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar p {
  font-family: "Raleway";
}

.sidebar{
    margin: 0 auto;
    border:1px solid #ccc;
    overflow:auto;
    height: 200px;
    width: 90%;
    padding-left: 5px;
  }

.vtl-card{
  margin-top: 10px;
}

.vtl-card a{
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #3884cc;
  line-height: 45px;
}

.disclaimer{
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
}

li{
  font-family: "Raleway";
  line-height: 1.6rem;
}
.table{
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .content-container {
    width: 50%;
  }
  .sidebar {
    width:400px;
  }
  .blog-page-bottom{
    height: 100%;
  }
  .four{
    height: 400px;
  }
  .five{
    height: 500px;
  }
  .six{
    height: 600px;
  }
  .seven{
    height: 700px;
  }
  .eight{
    height: 800px;
  }
  .nine{
    height: 900px;
  }
  .ten{
    height: 1000px;
  }
  .eleven{
    height: 1150px;
  }
  .twelve{
    height: 1250px;
  }
  .thirteen{
    height: 1350px;
  }
  .fourteen{
    height: 1450px;
  }
  .fifteen{
    height: 1550px;
  }
  .sixteen{
    height: 1650px;
  }
  .seventeen{
    height: 1750px
  }
  .eighteen{
    height:1850px 
  }
  .nineteen{
    height: 1900px
  }
  .twenty{
    height: 2000px
  }
}
@media screen and (min-width: 1200px) {
  .sidebar {
    width:550px;
  }
}
@media screen and (min-width: 1500px) {
  .sidebar {
    width:650px;
  }
}
@media screen and (min-width: 1700px) {
  .sidebar {
    width:800px;
  }
}
/*# sourceMappingURL=blog.css.map */