@font-face {
  font-family: 'GoldenCockere';
  src: url("fonts/GoldenCockerelITCRoman.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GoldenCockere Italic';
  src: url("fonts/GoldenCockerelITCStd-Italic.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gotham bold';
  src: url("fonts/Gotham-Bold.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gotham book';
  src: url("fonts/Gotham-Book.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gotham medium';
  src: url("fonts/Gotham-Medium.otf");
  font-weight: normal;
  font-style: normal; }
/* varibles */
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  transition: .2s ease-in-out;
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #02245B; }

ul {
  margin: 0; }

strong {
  font-weight: bold; }

b {
  font-family: 'Gotham bold';
  font-weight: 400; }

i {
  font-style: italic; }

button {
  border: none;
  background: none; }

textarea {
  resize: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0; }

div::-webkit-scrollbar {
  width: 0 !important; }

div {
  overflow: -moz-scrollbars-none; }

div {
  -ms-overflow-style: none; }

button:focus {
  outline: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus, input[type="checkbox"]:focus {
  outline: none; }

textarea:focus {
  outline: none; }

select:focus {
  outline: none; }

body {
  font-family: 'Gotham book';
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff; }
  body.no-overflow {
    overflow: hidden; }
  body.already_registered .register_item {
    display: none; }
  body.already_registered .register_done {
    display: block; }

/* browser specific fixes */
@media (min-width: 991px) {
  body.chrome img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor; } }
.header_fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 11;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25); }
  .header_fixed .btn_fixed {
    background: none;
    width: auto; }
    .header_fixed .btn_fixed span {
      color: #2B2E34;
      border-bottom: 1px solid #2B2E34; }
  .header_fixed img {
    max-width: 48px; }

* {
  box-sizing: border-box; }


h1, h2 {
  font-family: 'GoldenCockere';
  font-size: 22px;
  color: #3776BF;
  letter-spacing: 2.5px; }

h3 {
  font-family: 'GoldenCockere Italic';
  font-size: 18px;
  text-transform: uppercase; }

h4 {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff; }

h5 {
  font-family: 'GoldenCockere Italic';
  font-size: 18px;
  line-height: 1;
  color: #2B2E34; }

h6 {
  font-family: 'GoldenCockere';
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #3776BF; }

p {
  line-height: 1.5; }
  p b {
    font-family: 'Gotham bold'; }

p.small {
  font-size: 12px; }

small {
  text-transform: lowercase; }

.my_btn {
  width: 185px;
  padding: 5px;
  max-width: 90%;
  font-family: 'Gotham medium';
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  background: #2B2E34;
  color: #fff;
  cursor: pointer; }

.info {
  background: #fff;
  max-width: 430px;
  margin: 0 auto;
  position: relative;
  z-index: 3; }
  .info .logo {
    max-width: 85%;
    margin-bottom: 10px; }
  .info .top_img img {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    max-height: 200px; }
  .info .title_box {
    padding: 30px;
    border-top: 1px solid #2B2E34;
    border-bottom: 1px solid #2B2E34; }
    .info .title_box h1 {
      line-height: 42px; }
  .info .content_box {
    padding: 20px 30px; }
  .info .bottom_box {
    display: flex;
    border-top: 1px solid #2B2E34; }
    .info .bottom_box .starting {
      width: 77%;
      padding: 20px 30px; }
      .info .bottom_box .starting h5 {
        font-size: 17px; }
    .info .bottom_box .sterling {
      width: 23%;
      padding: 10px 20px;
      border-left: 1px solid #2B2E34; }
      .info .bottom_box .sterling img {
        display: block; }

.top_poster {
  position: relative; }
  .top_poster .pattern {
    position: absolute;
    width: 45%;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: url(../img/Diamond_Pattern_Black-01-01.svg) center repeat;
    background-size: 700px; }
  .top_poster .row {
    min-height: 100vh; }
  .top_poster .my_btn {
    margin-bottom: 20px; }
  .top_poster .logo_main {
    width: 90%;
    max-width: 260px; }
  .top_poster .slider_container {
    position: relative;
    z-index: 1;
    background: #fff; }
    .top_poster .slider_container .slider_arrow {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      width: 15px;
      z-index: 5;
      cursor: pointer; }
      .top_poster .slider_container .slider_arrow.arrow_left {
        left: 4%; }
      .top_poster .slider_container .slider_arrow.arrow_right {
        right: 4%; }
    .top_poster .slider_container .slick-dots {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translate(-50%, 0); }
      .top_poster .slider_container .slick-dots li {
        display: inline-block;
        width: 9px;
        height: 9px;
        cursor: pointer;
        border-radius: 50%;
        margin: 0 5px;
        color: rgba(0, 0, 0, 0);
        background: rgba(255, 255, 255, 0.5); }
        .top_poster .slider_container .slick-dots li button {
          display: none; }
        .top_poster .slider_container .slick-dots li.slick-active {
          background: rgba(255, 255, 255, 0.85); }
  .top_poster .arrow_down {
    height: 12px;
    cursor: pointer;
    transition: all 0.4s;
    animation: ArrowMove 2s linear infinite; }
@keyframes ArrowMove {
  0%, 100% {
    transform: translate(0, -4px); }
  50% {
    transform: translate(0, 0px); } }
  .top_poster .eaden {
    width: 90%;
    width: 132px; }

.top_welcome .stripe {
  background: #3776BF; }
  .top_welcome .stripe h2 {
    font-size: 26px;
    color: #fff; }
.top_welcome img {
  display: block; }
.top_welcome .welcome_poster_container {
  background: url(../img/Diamond_Pattern_Black-01-01.svg) center repeat #e6f7fa;
  background-size: 700px; }

.welcome {
  position: relative; }
  @media (min-width: 1300px) {
    .welcome .container {
      max-width: 1000px; } }
  .welcome .logo {
    width: 90%;
    max-width: 260px; }
  .welcome h2 {
    color: #2B2E34; }
  .welcome .box {
    padding: 5px;
    border: 1px solid #2B2E34; }
    .welcome .box .inner {
      padding: 5px;
      border: 1px solid #2B2E34;
      background: #fff; }
      .welcome .box .inner h4 {
        padding: 20px 20px;
        margin-bottom: 0; }

.gallery {
  position: relative; }
  .gallery .inner {
    background: #3776BF; }
  .gallery .slider_container {
    position: relative; }
    .gallery .slider_container .row {
      padding: 15px 0;
      background: #fff;
      margin: 0; }
    .gallery .slider_container .slider_arrow {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      width: 18px;
      cursor: pointer; }
      .gallery .slider_container .slider_arrow.arrow_left {
        left: 30px; }
      .gallery .slider_container .slider_arrow.arrow_right {
        right: 30px; }
  .gallery h4 {
    margin-bottom: 30px;
    transition: all 0.2s; }
    .gallery h4.opacity {
      opacity: 0; }
  .gallery p {
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    transition: all 0.2s; }
    .gallery p.opacity {
      opacity: 0; }
  .gallery .tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -7px;
    margin-right: -7px; }
    .gallery .tiles img {
      width: calc(16.53% - 6px);
      margin: 0 3px;
      margin-bottom: 6px;
      cursor: pointer;
      height: auto;
      align-self: center; }
  .gallery .pattent_bg {
    background: url(../img/Diamond_Pattern_Black-01-01.svg) center repeat;
    background-size: 700px; }
  .gallery .logo_diamond {
    width: 70px; }
  .gallery .line {
    display: inline-block;
    height: 1px;
    width: 65px;
    background: #fff; }

.map_area .inner {
  background: #D2E9CF; }
.map_area .container p {
  font-size: 14px; }
  .map_area .container p.small {
    font-size: 12px;
    text-transform: uppercase; }
    .map_area .container p.small span {
      border-bottom: 1px solid #fff; }
.map_area .map_container {
  position: relative; }
  .map_area .map_container .zoom_icon {
    position: absolute;
    bottom: -10px;
    left: 10px;
    width: 35px;
    cursor: pointer; }

.register_form_container {
  position: relative;
  background: #3776BF; }
  .register_form_container .pattern {
    position: absolute;
    width: calc(100vw*(5/12) - (100vw - 1220px)/2 + 5px);
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: url(../img/Diamond_Pattern_Black-01-01.svg) #fff repeat;
    background-size: 700px;
    z-index: 2; }

.register_form {
  position: relative;
  z-index: 3; }
  .register_form .a_cut {
    background: url("../img/form_img.jpg") center;
    background-size: cover; }
  .register_form .info {
    height: 100%; }
    .register_form .info h1 {
      font-size: 46px; }
    .register_form .info h5 span {
      color: #2B2E34; }
    .register_form .info .top_img img {
      max-width: 210px; }
    .register_form .info .bottom_box .starting {
      padding: 20px; }
      .register_form .info .bottom_box .starting h5 {
        font-size: 15px; }
    .register_form .info .bottom_box .sterling {
      padding: 10px 15px; }
  .register_form .form_container {
    padding: 35px 60px;
    background: #fff;
    height: 100%;
    flex-wrap: wrap; }
    .register_form .form_container form {
      margin: auto; }
    .register_form .form_container p {
      font-size: 12px; }
    .register_form .form_container h6 {
      margin-bottom: 25px;
      line-height: 1.2; }
    .register_form .form_container input[type="text"],
    .register_form .form_container input[type="email"] {
      width: 100%;
      display: block;
      font-family: 'Gotham book';
      font-size: 12px;
      text-transform: uppercase;
      border-bottom: 1px solid #2B2E34;
      line-height: 26px;
      margin-bottom: 20px; }
    .register_form .form_container input::placeholder {
      text-transform: uppercase; }
    .register_form .form_container .postal {
      text-transform: uppercase; }
    .register_form .form_container .error_message {
      display: none;
      font-size: 10px;
      color: red;
      margin-top: -15px;
      margin-bottom: 5px; }
    .register_form .form_container .checkbox {
      display: inline-block;
      position: relative; }
      .register_form .form_container .checkbox input {
        position: absolute;
        opacity: 0;
        width: 10px;
        height: 10px;
        left: 30px; }
      .register_form .form_container .checkbox label {
        font-family: 'Gotham book';
        font-size: 14px;
        padding-left: 49px;
        position: relative;
        cursor: pointer;
        text-transform: none; }
      .register_form .form_container .checkbox label:before {
        position: absolute;
        top: 1px;
        display: block;
        left: 20px;
        width: 16px;
        content: "";
        height: 16px;
        margin-left: 5px;
        border: 1px solid #2B2E34;
        background: transparent;
        border-radius: 50%; }
      .register_form .form_container .checkbox input[type=radio]:checked + label:before,
      .register_form .form_container .checkbox input[type=checkbox]:checked + label:before {
        content: "";
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        font-size: 28px;
        color: #4B4B4B;
        text-align: center;
        line-height: 14px;
        background: #2B2E34; }
    .register_form .form_container .broker {
      margin-bottom: 20px;
      padding-top: 10px; }
      .register_form .form_container .broker p {
        font-family: 'Gotham book';
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        margin-bottom: 0; }
    .register_form .form_container p.disclaimer {
      font-size: 9px;
      line-height: 1.3;
      margin-top: 20px; }
  .register_form .my_btn {
    background: #2B2E34;
    color: #fff;
    margin-top: 20px; }
  .register_form .thank_you_message {
    display: none;
    max-width: 400px;
    margin: auto; }
    .register_form .thank_you_message h2 {
      font-size: 70px;
      line-height: 50px;
      margin-bottom: 30px; }
    .register_form .thank_you_message p {
      font-family: 'Gotham medium';
      font-size: 14px;
      text-transform: uppercase; }

.thank_you_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5; }
  .thank_you_container .thank_you {
    position: absolute;
    width: 580px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/Diamond_Pattern_Black-01-01.svg) repeat #fff;
    background-size: 700px;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px; }
    .thank_you_container .thank_you .inner {
      background: #3776BF;
      padding-top: 40px;
      padding-bottom: 30px; }
      .thank_you_container .thank_you .inner .diamond {
        width: 80px;
        margin-top: -80px;
        margin-bottom: 25px; }
      .thank_you_container .thank_you .inner p {
        text-transform: uppercase;
        line-height: 1.2; }
    .thank_you_container .thank_you h2 {
      font-size: 34px;
      line-height: 40px;
      color: #fff;
      text-transform: uppercase; }
    .thank_you_container .thank_you p {
      font-size: 17px;
      line-height: 1.4;
      text-transform: uppercase; }
    .thank_you_container .thank_you .eaden {
      width: 90%;
      max-width: 140px; }
    .thank_you_container .thank_you .close_icon {
      position: absolute;
      width: 21px;
      top: 15px;
      right: 15px;
      cursor: pointer; }

.footer {
  padding-top: 30px;
  padding-bottom: 30px; }
  .footer .powered {
    padding: 0 40px; }
    .footer .powered a:hover {
      color: #10b2e5; }
  .footer img {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    margin-bottom: 20px; }
  .footer p {
    display: inline-block;
    font-size: 10px;
    vertical-align: middle; }

@media (max-width: 1600px) {
  .top_poster .info .title_box {
    padding: 20px 30px; }
  .top_poster .info .top_img img {
    max-height: 170px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .top_poster .black_overlay {
    width: calc((100vw - 1300px)/2 + 1300px*0.417 + 20px); }

  .welcome .stamp {
    top: -150px;
    width: 290px; }

  .register_form_container .stamp {
    top: -190px; } }
@media (max-width: 1300px) {
  .top_poster .black_overlay {
    width: calc((100vw - 950px)/2 + 950px*0.5 + 15px); }

  .gallery .floating_text {
    right: 3%; }

  .register_form .form_container {
    padding-top: 35px;
    padding-bottom: 35px; } }
@media (max-width: 991px) {
  .info .content_box {
    border-top: 1px solid #2B2E34; }
  .info .title_box {
    border-bottom: none; }

  .top_poster .info {
    margin-top: 30px;
    outline: 10px solid #2B2E34; }
  .top_poster .black_overlay {
    display: none; }

  .stamp {
    display: none; }

  .floating_text {
    display: none; }

  .register_form_container .pattern {
    width: calc(100vw*(5/12) - (100vw - 950px)/2 + 5px); } }
@media (max-width: 600px) {
  h1, h2 {
    font-size: 30px;
    line-height: 1.2; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 19px; }
    h5 span {
      font-size: 16px; }

  .top_poster .row {
    min-height: auto; 
  }
  .top_poster .info .title_box {
    padding: 20px; }
  .top_poster .info .content_box {
    padding: 20px 20px; }
  .top_poster .info .bottom_box .starting {
    padding: 20px 20px; }
    .top_poster .info .bottom_box .starting h5 {
      font-size: 14px; }
  .top_poster .info .bottom_box .sterling {
    padding: 10px 15px; }
  .top_poster .my_btn {
    margin-bottom: 0; }

  .top_poster {
    margin-bottom: 30px;
    margin-top:60px;
    padding-top: 20px; }
    .top_poster .info {
      margin-top: 30px; }
    .top_poster .black_overlay {
      width: calc((100vw - 1300px)/2 + 1300px*0.417 + 20px); }

  .top_welcome .stripe h2 {
    line-height: 1.2; }

  .welcome {
    padding-bottom: 70px; }

  .gallery {
    padding-bottom: 70px; }
    .gallery p {
      padding-left: 20px;
      padding-right: 20px; }
    .gallery .slider_container .slider_arrow.arrow_right {
      right: 20px; }
    .gallery .slider_container .slider_arrow.arrow_left {
      left: 20px; }
    .gallery .tiles img {
      width: calc(32% - 14px);
      margin-bottom: 7px; }

  .map_area {
    /* padding-bottom: 70px;  */
  }

  .register_form_container {
    padding-bottom: 70px; }
    .register_form_container .pattern {
      width: 50%; }

  .register_form {
    padding: 0; }
    .register_form .form_container {
      padding: 20px 15px;
      border: 1px solid #3776BF; }
      .register_form .form_container .broker p {
        display: block;
        margin-bottom: 5px; }

  .thank_you_container .thank_you {
    max-width: 90%; }
    .thank_you_container .thank_you h2 {
      font-size: 38px;
      line-height: 40px; }
    .thank_you_container .thank_you p {
      font-size: 14px;
      line-height: 1.3; } }

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

/* new CSS for blog section */

@media (min-width: 200px){

  

  .logo-summerhill{
      height: 60px;
  }

  .flex-blog{
    display:flex;
  }

  .header_fixed{
    height:75px;
  }

  .arrow-svg{
    position:relative;
    top: 230px;
    padding-right:20px;
  }

  .svg-arrow:hover{
    transform: scale(1.5);
  }
  
  .desktop-menu{
    display:none;
  }

  .center-logo-summerhill{
      display:flex;
      justify-content:center;
      margin-top:40px;
  }

      #menu__toggle {
          opacity: 0;
      }
      
      #menu__toggle:checked ~ .menu__btn > span {
          transform: rotate(45deg);
      }
      #menu__toggle:checked ~ .menu__btn > span::before {
          top: 0;
          transform: rotate(0);
      }
      #menu__toggle:checked ~ .menu__btn > span::after {
          top: 0;
          transform: rotate(90deg);
      }
      #menu__toggle:checked ~ .menu__box {
          visibility: visible;
          right: 0;
      }
      
      .menu__btn {
          display: flex;
          align-items: center;
          position: fixed;
          top: 20px;
          right: 20px;
      
          width: 26px;
          height: 26px;
      
          cursor: pointer;
          z-index: 1;
      }
      
      .menu__btn > span,
      .menu__btn > span::before,
      .menu__btn > span::after {
          display: block;
          position: absolute;
      
          width: 100%;
          height: 2px;
      
          background-color: #616161;
      
          transition-duration: .25s;
      }
      .menu__btn > span::before {
          content: '';
          top: -8px;
      }
      .menu__btn > span::after {
          content: '';
          top: 8px;
      }
      
      .menu__box {
          display: block;
          position: fixed;
          visibility: hidden;
          top: 0;
          /* left: -100%; */
      
          width: 300px;
          height: 100%;
      
          margin: 0;
          padding: 80px 0;
      
          list-style: none;
      
          background-color: white;
          box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
      
          /* transition-duration: .25s; */
      }
      
      .menu__item {
          display: block;
          padding: 12px 24px;
      
          color: #333;
          transition:none !important;
          font-family: GoldenCockere;
          font-size: 20px;
          font-weight: 600;
          text-align:left;
      
          text-decoration: none;
      
          /* transition-duration: .25s; */
      }
      .menu__item:hover {
          background-color: #CFD8DC;
      }

      .desktop-menu{
          display:none;
      }
      
      .social-icons{
      display:flex;
      justify-content:center;
      margin-top:40px;
      margin-bottom:20px;
      }

      .header-container-width{
        max-width:100% !important;
      }

      .override-auto{
        margin-top:70px !important;
      }

      .register-menu{
        background:#3776BF;
        color:white !important;
        padding: 10px 20px;
        border-bottom:none !important;
      }

      .register-menu-mobile{
        background:#3776BF;
        color:white !important;
        border-bottom:none !important;
      }

      .menu-text{
        text-decoration:none!important;
        border-bottom:none !important;
      }

      .menu-color:hover{
        color:#3776BF;
      }

      .menu-text:hover{
        color:#3776BF !important;
      }

}

@media(min-width:700px){
  .override-auto{
    margin-top:150px !important;
  }
}

@media(min-width:800px){
  .desktop-menu{
    display:block;
  }

  .header-menu-container{
    justify-content:space-between !important;
  }

  .mobile-menu{
    display:none;
  }

}

/* blog styling for home page*/

img,
svg{
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}


.background-image-blog{
  background: url(../img/Diamond.svg) center repeat;
  background-size: 700px;
  position: relative;
  padding-top: 60px;
  padding-bottom:60px;
}

.community_slider_container {
    width: 100%;
    height: 300px;
    position: relative;
}

.community_slider_container .communitySwiper {
    width: 80%;
    height: 100%;
}

.community_slider_container .swiper-button-prev {
    left: 30px;
}

.community_slider_container .swiper-button-next {
    right: 30px;
}

.community_slider_container .communitySwiper .swiper-slide {
    height: 100%;
    position: relative;
    display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.community_slider_container .communitySwiper .swiper-slide .content {
    text-align: center;
  z-index:3;
  position:relative;
}

.community_slider_container .communitySwiper .swiper-slide .logo {
  text-align:left;
  padding: 20px 20px 20px 30px;
  color: white;
  height: 300px;
  top:190px;
  position:relative;
  font-family: 'Gotham bold';
}

.community_slider_container .communitySwiper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.overlay{
  height:100%;
  width:100%;
  background:rgba(0,0,0,0.2);
  position:absolute;
  z-index:2;
}
.swiper-pagination {

  position:relative !important;
  bottom: 0px !important;
  padding-top:20px !important;

}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  
}

.center-title-slider{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto;
  width:90%;
  padding:10px;
 
}

.center-logo-slider{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto;
}

.center-title-slider{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto;
  width:90%;
  padding:10px;
 
}

.center-logo-slider{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto;
}

/*Header Blog change*/

.header-blog{

  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 4;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25); }
  .header-blog .btn_fixed {
    background: none;
    width: auto; }
    .header-blog .btn_fixed span {
      color: #2B2E34;
      border-bottom: 1px solid #2B2E34; }
  .header-blog img {
    max-width: 48px; }

* {
  box-sizing: border-box; }

  .back-to-top-button{
    display: flex;
    justify-content:center;
    padding-top:60px;
    padding-bottom:60px;
  }

  .back-to-top-style{
    width:190px;
    transition: all .2s ease-in-out; 
  }

  .back-to-top-style:hover{ 
    transform: scale(1.1); 
    cursor:pointer;
  }

  .blog-header{
    width:100%;
  }

@media (min-width: 200px){
  .center-paragraph-slider{
    width:80%;
    display:flex;
    margin: 0 auto;
    padding-top: 20px;
  }

  .footer-paragraph{
    padding-right:20px;
    padding-left:20px;
  }
  

  .text-center-blog{
    text-align:center !important;
  }

  .text-left{
    text-align:center !important;
  }

  .picture{
    width:500px;
  }

  .font-size-blog{
    font-size:12px
  }

  .center-blog-paragraph{
    display:flex;
    justify-content:center;
    margin: 0 auto;
    flex-direction: column !important;
  }

  .center-paragraph{
    display:flex;
    margin: 0 auto;
    padding-top: 20px;
    width:90%;
    flex-direction:column !important;
    /* padding-right:20px;
    padding-left:20px; */
    
    
  }

  .container-blog{
    width:95%;
    display:flex;
    justify-content:center;
    flex-direction:column;
    margin: 0 auto;
  }

  .center-logo-slider{

    padding-bottom:20px;

  }

  .blog-flex-center{
    justify-content:center !important;
  }

  .blog-title-post{
    color: #3776BF !important;
    text-transform: uppercase !important;
    font-family: 'Gotham bold' !important;
  }

  .main-blog-title{
    padding-top:30px;
    padding-bottom:40px;
    text-transform: uppercase !important;
    font-size: 22px !important;
    line-height:1.5;
    /* padding-right:20px;
    padding-left:20px; */
  }

  .padding-top-and-bottom-blogs{
    padding-top: 30px !important;
    padding-bottom:30px !important;
  }


  .blog-header-logo{
    position:absolute;
    top:35%;
    width:245px;
    align-items:center;
    height:120px !important;

  }

  .arrow-header-logo{
    position:absolute;
    top:5%;
    width:245px;
    align-items:center;
  }

  .back-header-logo{
    position:absolute;
    top:5%;
    width:245px;
    align-items:center;
  }


  .arrow-blog{
    width:98px !important;
    height:57px !important;
    transition: all .2s ease-in-out;
    margin-top:10px;
  }

  .arrow-blog:hover { 
    transform: scale(1.1);
   }

  .sapphire-ridge-logo{
    display:flex;
    justify-content:center;
    align-items:center;
  }

  .logo-blog{
    width:60px;
  }

  .arrow-icon{
    margin-left: 10px;
    margin-top:5px;
  }

  .flex-title-paragraph-blog{
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .font-title-blog{
    color:#2B2E34;
  }

  .top_blog .blog_poster_container {
    position:relative;
  }

  .height-blog{
    height:300px;
  }

  .top_blog img {
    display: block; 
    height:100%;
    object-fit:cover;}

  .top_blog{
    position:relative;
    margin-top:70px;
  }


}

@media(min-width:500px){
  .height-blog{
    height:500px;
    width:100vw;
  }

  .arrow-icon{
    margin-left: 40px;
    margin-top:5px;
  }

  .main-blog-title{
    font-size: 22px !important;
    padding-bottom:20px;
  }
  
  .arrow-blog{
    width:120px !important;
    height:71px !important;
  }

}

@media(min-width:600px){
  .width-blog{
    width:500px;
  }
}

@media(min-width:780){
  .container-blog{
    width:95%;
    display:flex;
    justify-content:center;
    flex-direction:column;
    margin: 0 auto;
  }
}


@media (min-width: 991px){

  .order-second{
    order:2;
  }

  .text-center-blog{
    text-align:right !important;
  }

  .text-left{
    text-align:left !important;
  }

  .width-blog {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width:90% }

  .center-logo-slider{
    
    padding-bottom:0px;

  }

  
  .font-title-blog{
    text-align:center;
    padding-right:20px;
    padding-left:20px;
  }


  .center-blog-paragraph{
    flex: 0 0 41.6666666667%;
    max-width: 77.666667% !important;
  }



.flex-title-paragraph-blog{
  display:flex;
  width:60%;
  margin: 0 auto;
}

.center-paragraph-slider{
  width:70%;
  padding-top: 0px;  
}
.font-size-blog{
  font-size:14px
}


.center-paragraph{
  display:flex;
  margin: 0 auto;
  padding-top: 20px;
  width:70%;
}


.center-logo-slider{
  width:30%;
}

.blog-header-logo{
  margin-right: 40px !important;
}

}

@media(min-width:1000px){
  .height-blog{
    height:500px;
    overflow-x:hidden
  }

 
}


.blog-link{

  color:blue;

}

.blog-link:hover{

  color:grey;
  
}

img,
svg{
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}


/*Sapphire Video Addition*/

@media(min-width:200px){
  .video-container{
    display:flex;
    justify-content:center;
    padding-top:30px;
    padding-bottom:30px;
  }

  .background-video{
    background: url(../img/Diamond_Pattern_Black-01-01.svg) center repeat;
    background-size: 700px;
  }

  .byline-from{
    display:none !important;
  }

  .player .vp-title .vp-title-header .headers{
    display:none !important;
  }

  .player .vp-sidedock{
    display:none !important;
  }

  .padding-for-video{
    margin-top:20px;
    margin-bottom:50px;
  }
}

@media(min-width:600px){
  .padding-for-video{
    margin-top:30px;
    margin-bottom:60px;
  }
}

@media(min-width:991px){
  .video-container{
    display:flex;
    justify-content:center;
    margin-top:0px;
    margin-bottom:0px;
  }

}

@media(min-width:1000px){
  .padding-for-video{
    margin-top:50px;
    margin-bottom:90px;
  }

}


/* Thank You Page */

@media(min-width:200px){

.thank_you_page{
  margin-top: 200px;
}

.logo-thank-you{
  width:80px;
}

.uppercase-thank-you{
  text-transform:uppercase;
  padding-top:30px;
}

.content-thank-you{
  padding-bottom:25px;
  font-family: 'Gotham medium';
}

.white-background-box{
  background:white;
  display:flex;
  flex-direction:column;
  width:82%;
  margin:0 auto;
  padding:10px;
}

.thank-you-background-pattern{
  padding-top:20px;
  padding-bottom:20px;
}

}

@media(min-width:350px){
  .white-background-box{
    background:white;
    display:flex;
    flex-direction:column;
    width:95%;
    margin:0 auto;
  }

}

@media(min-width:500px){

  .thank_you_page{
    margin-top: 200px;
  }

  
  .white-background-box{
    background:white;
    display:flex;
    flex-direction:column;
    width:77%;
    margin:0 auto;
  }

  
  }

@media(min-width:800px){
  .white-background-box{
    width:50%;
  }
}

@media(min-width:991px){
  .override-auto{
    margin:auto !important;
    padding-top:85px !important;
  }
  
}

@media(min-width:1700px){
  .thank_you_page{
    margin-top: 300px;
  }
  
   .container-blog {
    width:80% }
}


  @media(min-width:2200px){
  .container-blog{
    width:74%;
  }
}

.new-map-paragraph{
padding-top:30px !important; 
font-size:12px !important; 
color:white !important;  
margin:0 auto !important;
}

.new-map-logo{
text-align:center !important; 
padding-top:25px !important;
}

.new-map-link{
color:white !important; 
margin:0 auto !important;
padding-bottom:25px !important;
font-size:12px !important;

}

.new-map-logo-img{
width:150px !important;
}

.new-map-zoom{
color: white !important;
}

.new-map-zoom{
bottom: -28px !important;
}

@media(min-width:200px){
.map-mobile{
  display:none;
}
}
@media(min-width:991px){
.new-map-logo{
 
  padding-right:20px !important; 
 
}

.map-mobile{
  display:block;
}

.map-desktop{
  display:none;
}

}

@media(min-width:1300px){

.new-map-logo{
 
  padding-right:20px !important; 
 
}

 .new-map{
     position: absolute !important;
     top:0 !important;
    height:100% !important; 
    object-fit:cover !important;
    width:100%;
  }

.map-desktop{
  display:block;
}

.map-mobile{
  display:none;
}


  .new-map-paragraph{
  
    width:220px !important; 

  }

  .new-map-link{
    width:220px !important;
  }

  .override-md-3{
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  .override-md-8{
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  



}

@media(min-width:200px) {
  .top_poster .slider_container .slick-dots{

    display:none !important;
  }
  
  .top_poster .slider_container .slick-dots{

    display:none !important;
  }
  
  .centering-header-text{
      display:flex;
      justify-content:center;
  }
  
  .h1-header{
      text-transform:uppercase;
      font-size:19px;
  }
}

@media(min-width:400px) {
  .top_poster .slider_container .slick-dots{

    display:flex !important;
  }
    .top_poster .slider_container .slick-dots li{
    height: 8px !important;
    width: 8px !important;
    display:flex !important;
 
  }
}

@media(min-width:600px) {
   .h1-header{
      font-size:26px;
     
  }
}


@media(min-width:1300px){
    .test-size{
        padding:77.5px 0px;
    }
}
