/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chromejitterfix {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

#box1 {
  background: url(../images/bg14.jpg);
}

/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chromejitterfix {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

#box1 {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  max-height: 1200px;
  position: relative;
  overflow: hidden !important;
  z-index: 20;
  text-align: center;
  position: relative;
}

#box1sub {
  background: url(../images/headerbg.png) center top no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  height: 100%;
}

#box1 #box1content {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

#box1 #box1content h1 {
  font-size: 95px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}

#box1 #box1content p {
  font-size: 25px;
  font-family: "Lato", sans-serif;
  color: #000;
}

#box1 #box1content .buttons {
  width: 350px;
  margin-top: 20px;
}

#box1 #b1downarrow {
  background: url(../images/arrow1-down.png) no-repeat 50% 50% rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  display: block;
  z-index: 10;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 30px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#box1 #b1downarrow:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1890px) {
  #box1sub {
    background: url(../images/headerbg.png) center 20px no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1650px) {
  #box1 #box1content {
    top: 55%;
  }

  #box1 #box1content h1 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 1336px) {
  #box1sub {
    background: url(../images/headerbg.png) center 30px no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1260px) {
  #box1sub {
    background: url(../images/headerbg.png) center 50px no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  #box1 #box1content h1 {
    font-size: 75px;
  }

  #box1 #box1content .buttons {
    max-width: 350px;
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1012px) {
  #box1 {
    height: auto;
    background-position: center center !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: inherit;
  }

  #box1:before {
    content: '';
    display: block;
    background: rgba(0, 95, 156, 0.85);
    position: absolute;
    height: 100%;
    width: 100%;
  }

  #box1sub {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
    background: none;
  }

  #box1 #box1content {
    top: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #box1 #box1content h1 {
    font-size: 45px;
    line-height: 50px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 8px;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  }

  #box1 #box1content p {
    padding-left: 5%;
    padding-right: 5%;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }

  #box1 #box1content .buttons {
    max-width: 350px;
    width: 90%;
    margin-top: 10px;
  }

  #box1 #b1downarrow {
    display: none;
  }
}
/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chromejitterfix {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

#box2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 4;
}

#box2 a {
  display: inline-block;
  width: 20%;
  padding-right: 2%;
  height: 108px;
  line-height: 108px;
  margin-left: 1%;
  margin-right: 1%;
  background: no-repeat;
  text-align: right;
  position: relative;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

#box2 a:nth-child(1):after, #box2 a:nth-child(2):after, #box2 a:nth-child(3):after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  background: #ddd;
  position: absolute;
  right: -13px;
  cursor: default;
}

#box2 a:hover {
  color: #005f9c;
  text-decoration: none;
  background-color: rgba(0, 95, 156, 0.02);
}

@media screen and (max-width: 1260px) {
  #box2 a {
    font-size: 18px;
    height: 88px;
    line-height: 88px;
    width: 21%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 1012px) {
  #box2 a {
    font-size: 20px;
    height: 78px;
    line-height: 78px;
    width: 80% !important;
    max-width: 260px;
    padding-right: 5% !important;
    margin-left: 3%;
    margin-right: 3%;
    border-bottom: 1px solid #ddd;
  }

  #box2 a:nth-child(3), #box2 a:nth-child(4) {
    border-bottom: 0;
  }

  #box2 a:nth-child(1):after, #box2 a:nth-child(2):after, #box2 a:nth-child(3):after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #box2 a {
    width: 95% !important;
    max-width: 330px;
    margin-left: -2px;
    margin-right: -2px;
  }

  #box2 a:nth-child(3) {
    border-bottom: 1px solid #ddd;
  }
}
#box2 a:nth-child(1) {
  background-image: url(../images/icon-dollarsign.png);
  background-position: 11% 50%;
  padding-right: 3%;
  width: 19%;
}

#box2 a:nth-child(2) {
  background-image: url(../images/icon-bullets.png);
  background-position: 12% 50%;
  padding-right: 2.5%;
  width: 19.5%;
}

#box2 a:nth-child(3) {
  background-image: url(../images/icon-d.png);
  background-position: 18% 50%;
  padding-right: 4%;
  width: 18%;
}

#box2 a:nth-child(4) {
  background-image: url(../images/icon-hammer2.png);
  background-position: 8% 50%;
  padding-right: 2%;
  width: 20%;
}

#box2 a:nth-child(1):hover {
  background-position: 11% 45%;
}

#box2 a:nth-child(2):hover {
  background-position: 12% 45%;
}

#box2 a:nth-child(3):hover {
  background-position: 18% 45%;
}

#box2 a:nth-child(4):hover {
  background-position: 8% 45%;
}

@media screen and (max-width: 1260px) {
  #box2 a:nth-child(1) {
    background-position: 9% 50%;
    padding-right: 3%;
    width: 19%;
  }

  #box2 a:nth-child(2) {
    background-position: 12% 50%;
    padding-right: 2%;
    width: 20%;
  }

  #box2 a:nth-child(3) {
    background-position: 19% 50%;
    padding-right: 3.5%;
    width: 18.5%;
  }

  #box2 a:nth-child(4) {
    background-position: 8% 50%;
    padding-right: 1%;
    width: 21%;
  }

  #box2 a:nth-child(1):hover {
    background-position: 9% 45%;
  }

  #box2 a:nth-child(2):hover {
    background-position: 12% 45%;
  }

  #box2 a:nth-child(3):hover {
    background-position: 19% 45%;
  }

  #box2 a:nth-child(4):hover {
    background-position: 8% 45%;
  }
}
@media screen and (max-width: 1012px) {
  #box2 a:nth-child(1) {
    background-position: 9% 50% !important;
  }

  #box2 a:nth-child(2) {
    background-position: 5% 50% !important;
  }

  #box2 a:nth-child(3) {
    background-position: 3% 50% !important;
  }

  #box2 a:nth-child(4) {
    background-position: 4% 50% !important;
  }
}
#box3 {
  padding-top: 80px;
  padding-bottom: 66px;
  background: url(../images/pattern1.png);
}

#box3 h2 {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 42px;
  text-align: center;
  text-transform: uppercase;
  line-height: 52px;
}


#box3 p.lead {
  font-size: 22px;
  line-height: 29px;
  color: #000;
  text-align: center;
}

#box3 h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 15px;
  line-height: 28px;
  letter-spacing: 0;
}


#box3 li {
  list-style-type: disc;
  margin-left: 17px;
}

@media screen and (max-width: 1260px) {
  #box3 {
    /* padding-top: 60px;
    padding-bottom: 45px; */
  }

  #box3 p {
    line-height: 27px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  #box3 p {
    padding-left: 1%;
    padding-right: 1%;
  }
}

.bg-pattern3 {
  background: url(../images/pattern3.png);
}

#box4 {
  /* background: url(../images/pattern3.png); */
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
}

#box4 h2 {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 42px;
  text-align: center;
  text-transform: uppercase;
  line-height: 52px;
}

.b4left {
  float: left;
  width: 47%;
}

.b4right {
  float: right;
  width: 47%;
}

.b4right img {
  width: 100%;
  max-width: 576px;
  margin-top: 7px;
  margin-bottom: 28px;
}

#box4 li {
  list-style-type: disc;
  margin-left: 35px;
}

@media screen and (max-width: 1336px) {
  #box4 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1260px) {
  #box4 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .b4left {
    width: 45%;
    margin-left: 2%;
  }

  .b4right {
    width: 45%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 1012px) {
  #box4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .b4left, .b4right {
    width: 100%;
    margin-left: inherit;
    margin-right: inherit;
  }

  .b4right img {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  #box4 h2 {
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 30px;
  }
}

#box4 .b4right img {
	    -moz-box-shadow:  0 0 13px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:  0 0 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.1);
	
}

#acorn_logo{
	background-image: url(../images/acorn-finance-logo-180x54.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
	color: rgba(255, 0, 0, 0);
	background-position-y: bottom;
	font-size: unset;
    line-height: unset;
    font-weight: unset;
    font-family: unset;
	width: 180px;
    height: 54px;
    vertical-align: bottom;
}

#acorn_summary {
    border-top: 1px solid rgba(128, 128, 128, 0.20);
    padding-top: 20px;
}

sup {
	vertical-align: super;
    font-size: .75em;
}

#hlib {
	    padding: 80px 0;
    position: relative;
    z-index: 1;
	
}

#hlib_logo{
	background-image: url(../images/shoreham-bank-logo.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
	color: rgba(255, 0, 0, 0);
	background-position-y: bottom;
	font-size: unset;
    line-height: unset;
    font-weight: unset;
    font-family: unset;
    height: 56px;
    vertical-align: top;
    mix-blend-mode: multiply;
}

#hlib h2 {
    color: #000;
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 42px;
    text-align: center;
    text-transform: uppercase;
    line-height: 52px;
}



#hlib li {
    list-style-type: disc;
    margin-left: 35px;
}

#hlib_summary {
    border-top: 1px solid rgba(128, 128, 128, 0.20);
    padding-top: 20px;
}

#hfs {
  padding: 80px 0;
}

#hfs h2 {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 42px;
  text-align: center;
  text-transform: uppercase;
  line-height: 52px;
}

#hfs_logo {
  background-image: url(../images/hfs-logo.webp);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  color: rgba(255, 0, 0, 0);
  background-position-y: bottom;
  font-size: unset;
  line-height: unset;
  font-weight: unset;
  font-family: unset;
  width: 215px;
  vertical-align: bottom;
  position: relative;
  top: -4px;
  user-select: none;
  padding-top: 2rem;
}

#hfs_summary {
  border-top: 1px solid rgba(128, 128, 128, 0.20);
  padding-top: 20px;
}

#hfs li {
  list-style-type: disc;
  margin-left: 35px;
}

#hfs-widget-branded-container {
  background-color: white;
}

#momnt {
  padding: 80px 0;
}

#momnt h2 {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 42px;
  text-align: center;
  text-transform: uppercase;
  line-height: 52px;
}

#momnt_logo {
  background-image: url(../images/momnt-logo.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  color: rgba(255, 0, 0, 0);
  background-position-y: bottom;
  font-size: unset;
  line-height: unset;
  font-weight: unset;
  font-family: unset;
  width: 215px;
  vertical-align: bottom;
  position: relative;
  top: -4px;
  user-select: none;
}

#momnt_summary {
  border-top: 1px solid rgba(128, 128, 128, 0.20);
  padding-top: 20px;
}

#momnt li {
  list-style-type: disc;
  margin-left: 35px;
}

#momnt-widget-branded-container {
  background-color: white;
}

.mflex {
  display: flex;
  gap: 100px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .mflex {
    flex-direction: column;
    gap: 0;
  }
}


#box5 {
  padding-top: 80px;
  padding-bottom: 300px;
  background: url(../images/bg15.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}

#box5 h2 {
  font-size: 45px;
  line-height: 52px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 40px;
}

#b51, #b52, #b53 {
  width: 30%;
  display: inline-block;
  margin-left: 1.5%;
  margin-right: 1.5%;
  vertical-align: top;
  text-align: left;
}

#box5 p {
  color: #fff;
}

@media screen and (max-width: 1650px) {
  #box5 {
    padding-bottom: 350px;
  }
}
@media screen and (max-width: 1336px) {
  #box5 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1260px) {
  #box5 {
    padding-bottom: 350px;
  }

  #b51, #b52, #b53 {
    width: 29%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 1012px) {
  #box5 {
    padding-bottom: 70px;
  }

  #b51, #b52, #b53 {
    width: 100%;
    margin-left: inherit;
    margin-right: inherit;
  }
}
@media screen and (max-width: 767px) {
  #box5 {
    padding-bottom: 60px;
  }

  #box5 {
    -moz-background-size: auto 2200px;
    -o-background-size: auto 2200px;
    -webkit-background-size: auto 2200px;
    background-size: auto 2200px;
  }

  #box5 h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
.box6 {
  padding-top: 10px;
  background: url(../images/pattern1.png);
}

#box7 {
  background: url(../images/pic14.jpg) right top no-repeat #005f9c;
  position: relative;
}

#box7sub {
  background: url(../images/bg7.png) left top no-repeat;
  padding-top: 90px;
  padding-bottom: 80px;
}

#box7content {
  width: 43%;
  float: left;
}

#box7content h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 52px;
}

#box7content p {
  color: #fff;
}

#box7content a {
  color: #adacac;
  text-decoration: underline;
}

#box7content a:hover {
  color: #c6c5c5;
}

@media screen and (max-width: 1920px) {
  #box7 {
    background: url(../images/pic14.jpg) 960px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1890px) {
  #box7 {
    background: url(../images/pic14.jpg) 820px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1650px) {
  #box7 {
    background: url(../images/pic14.jpg) 700px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1410px) {
  #box7 {
    background: url(../images/pic14.jpg) 670px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1336px) {
  #box7 {
    background: #005f9c;
  }

  #box7sub {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  #box7content {
    margin-left: 1%;
  }

  #box7 img.hum {
    display: block !important;
    float: right;
    width: 630px;
  }
}
@media screen and (max-width: 1260px) {
  #box7sub {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  #box7content {
    width: 48%;
    margin-left: 6%;
  }

  #box7 img.hum {
    width: 350px;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1012px) {
  #box7sub {
    padding-top: 60px;
    padding-bottom: 50px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #box7 img.hum {
    width: 100%;
    max-width: 350px;
    float: none;
    margin-right: inherit;
    margin: 0 auto;
    margin-top: 32px;
  }

  #box7content {
    width: 90%;
    float: none;
    margin-left: inherit;
    margin: 0 auto;
  }

  #box7content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
#box8 {
  background: url(../images/bg16.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 280px;
}

#box8 .b8div {
  float: right;
  width: 500px;
}

#box8 h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 52px;
}

#box8 p {
  color: #fff;
}

@media screen and (max-width: 1890px) {
  #box8 .b8div {
    width: 460px;
  }
}
@media screen and (max-width: 1650px) {
  #box8 {
    -moz-background-size: auto 900px;
    -o-background-size: auto 900px;
    -webkit-background-size: auto 900px;
    background-size: auto 900px;
    background-position: center top;
  }

  #box8 .b8div {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1260px) {
  #box8 {
    padding-bottom: 240px;
  }

  #box8 .b8div {
    width: 440px;
  }
}
@media screen and (max-width: 1012px) {
  #box8 {
    padding-top: 60px;
    padding-bottom: 200px;
    -moz-background-size: auto 1300px;
    -o-background-size: auto 1300px;
    -webkit-background-size: auto 1300px;
    background-size: auto 1300px;
    background-position: right top;
  }

  #box8 img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  #box8 .b8div {
    width: 100%;
    margin-right: inherit;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  #box8 h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chromejitterfix {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

#bottomcontact {
  margin-top: -390px;
  background: url(../images/bg4.png) center top no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}

#bottomcontact h2 {
  padding-top: 390px;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 46px;
  text-align: center;
  color: #fff;
}

#bbcp {
  padding: 0 20% 50px 20%;
  text-align: center;
  color: #fff;
}

#bbccontent {
  height: 756px;
}

#bbcleft {
  float: left;
  width: 35%;
  height: 100%;
  background: url(../images/pattern2.png);
  position: relative;
  display: block;
}

#bbcleft:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: #002035;
}

#bbcright {
  float: right;
  width: 65%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: block;
}

#bbcrtop {
  background: #000;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

#bbcrtop p {
  padding-bottom: 6px;
  color: #fff;
}

#bbcrtop a {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: normal;
  font-size: 16px;
}

#bbcrtop #bbcphone:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 18px;
  background: url(../images/icon-phone.png);
  position: absolute;
  top: 6px;
  left: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#bbcrtop #bbcemail:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 14px;
  background: url(../images/icon-mail.png);
  position: absolute;
  top: 9px;
  left: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#bbcrtop #bbcphone {
  padding-left: 20px;
}

#bbcrtop #bbcemail {
  padding-left: 30px;
}

#bbcrtop #bbcphone:hover:before {
  top: 4px;
}

#bbcrtop #bbcemail:hover:before {
  top: 7px;
}

#bbcright img {
  display: inline-block;
  margin-top: 115px;
  width: 670px;
  height: 411px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#bbcright img:hover {
  margin-top: 100px;
  width: 699px;
  height: 429px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#bbcusam {
  display: none !important;
}

@media screen and (max-width: 1920px) {
  #bottomcontact {
    margin-top: -300px;
  }

  #bottomcontact h2 {
    padding-top: 268px;
  }
}
@media screen and (max-width: 1890px) {
  #bottomcontact {
    background: url(../images/bg4.png) center top no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #bottomcontact h2 {
    padding-top: 250px;
  }
}
@media screen and (max-width: 1260px) {
  #bottomcontact {
    padding-bottom: 80px;
  }

  #bbcrtop {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  #bbcright img {
    margin-top: 80px;
    width: 530px;
    height: 325px;
  }

  #bbcright img:hover {
    margin-top: 75px;
    width: 545px;
    height: 334px;
  }
}
@media screen and (max-width: 1012px) {
  #bottomcontact {
    margin-top: -470px;
  }

  #bottomcontact h2 {
    padding-top: 420px;
  }

  #bbcp {
    padding: 0 5% 50px 5%;
  }

  #bbccontent {
    height: auto;
  }

  #bbcleft {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 0;
    float: none;
    padding-left: 5%;
    padding-right: 5%;
    height: 776px;
  }

  #bbcright {
    width: 100%;
    float: none;
    height: 640px;
  }

  #bbcrtop {
    padding-left: 5%;
    padding-right: 5%;
  }

  #bbcrtop p {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #bottomcontact {
    margin-top: -440px;
    padding-bottom: 70px;
  }

  #bottomcontact h2 {
    padding-top: 380px;
  }

  #bbcleft {
    padding-top: 0;
  }

  #bbcright {
    height: 510px;
  }

  #bbcusa {
    display: none !important;
  }

  #bbcusam {
    display: inline-block !important;
  }

  #bbcright img, #bbcright img:hover {
    margin-top: 30px;
    width: 245px;
    height: 209px;
  }
}
@media screen and (max-width: 550px) {
  #bottomcontact {
    margin-top: -468px;
  }

  #bottomcontact h2 {
    padding-top: 410px;
  }
}
/* ============================================================
  Contact Form
============================================================ */
#cpagecontainer {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

#cpagecontainer .formentry {
  display: block;
  vertical-align: top;
  position: relative;
  width: 80%;
  float: none;
  margin: 0 auto !important;
  color: #ff0000;
}

#cpagecontainer .formentrytextarea {
  display: block;
  vertical-align: top;
  position: relative;
  width: 80%;
  float: none;
  margin: 0 auto !important;
}

#cpagecontainer .formentry > span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  font-family: "Lato", sans-serif;
  display: block;
}

#cpagecontainer span span, #cpagecontainer .formbottomrequired span {
  color: #f7232b;
}

#cpagecontainer .formentryfirst {
  margin-left: 0;
}

#cpagecontainer .formsuccess {
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 40px;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  line-height: 40px;
}

#cpagecontainer .formerror {
  color: #ff0000 !important;
  font-size: 14px !important;
}

#cpagecontainer label.error {
  position: absolute;
  padding: 0;
  right: 0;
  bottom: -7px;
  color: #ff0000 !important;
  font-size: 14px;
  line-height: normal;
}

#cpagecontainer .formentrytextarea label.error {
  bottom: 1px;
}

#cpagecontainer input, #cpagecontainer select, #cpagecontainer textarea {
  height: 35px;
  line-height: 35px;
  width: 98%;
  border: 0 solid #e0dede;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 0 0 2%;
  color: #000;
  font-size: 16px;
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#cpagecontainer textarea {
  height: 90px;
  width: 98%;
  padding: 6px 0 0 2%;
  position: relative;
  line-height: normal;
  line-height: 21px;
}

/* Select Menu */
#cpagecontainer .selectmenu {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}

#cpagecontainer .formentryselect {
  overflow: hidden;
  background: url(../images/formarrow.png) no-repeat right 50% #fff;
  border: 0 solid #e0dede;
  height: 35px;
}

#cpagecontainer .formentryselect select {
  background: transparent;
  margin-top: 0 !important;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 0 0 0 2%;
  cursor: pointer;
}

#cpagecontainer select::-ms-expand {
  display: none;
}

#cpagecontainer .formentryselect select {
  color: #ccc;
  font-style: italic;
}

#cpagecontainer .formentryselect select option {
  color: #000;
  font-style: normal;
}

#cpagecontainer .formentryselect select option:first-child {
  color: #ccc;
  font-style: normal;
}

#cpagecontainer button {
  width: 100%;
  display: block;
  border: 0;
  padding: 0;
  cursor: pointer;
  clear: both;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#cpagecontainer .formbottomrequired {
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
  font-style: italic;
  padding-bottom: 0;
  color: #fff;
}

@media screen and (max-width: 1012px) {
  #cpagecontainer {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }

  #cpagecontainer form {
    text-align: center;
  }

  #cpagecontainer .formentry {
    width: 100%;
    float: none;
    margin: 0 auto !important;
    margin-left: inherit;
    display: block;
    text-align: left;
  }

  #cpagecontainer .formsuccess {
    padding: 40px 10px 40px 10px;
  }

  #cpagecontainer label.error {
    bottom: -4px;
    font-size: 12px;
  }

  #cpagecontainer .formentrytextarea label.error {
    bottom: 3px;
  }

  #cpagecontainer input, #cpagecontainer select, #cpagecontainer textarea {
    width: 97%;
    padding: 0 0 0 2%;
  }

  #cpagecontainer textarea {
    width: 98%;
    padding: 6px 0 0 2%;
  }

  #cpagecontainer .radios {
    width: 100%;
    text-align: center;
  }

  #cpagecontainer .radios span {
    padding: 7px 0 5px 0;
    margin-left: -15px;
  }

  #cpagecontainer .selectmenu {
    width: 100%;
    text-align: left;
  }

  #cpagecontainer .checkboxclass {
    width: 100%;
    max-width: 350px;
    float: none;
    margin: 0 auto;
    text-align: left;
  }

  #cpagecontainer button {
    width: 100%;
    max-width: 350px;
    position: relative;
    bottom: inherit;
    left: inherit;
  }

  #cpagecontainer .formbottomrequired {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #cpagecontainer .checkboxclass span {
    padding: 0 0 20px 10px;
    font-size: 12px;
  }
}
