@font-face
{
  font-family: rw;
  src: url('../../fonts/Raleway-Regular.ttf');
}

@font-face
{
  font-family: rwb;
  src: url('../../fonts/Raleway-Bold.ttf');
}

.slicknav_nav .slicknav_arrow
{
    font-size: 17px !important;
}

.slicknav_menu
{
  display: none;
}

.slicknav_btn
{
  float: left !important;
}

.flex-menu
{
  display: flex;
}

.clear
{
    clear: both;
}



.editing-area
{
	position: relative;
}




.editing-area .edit
{
	padding-top: 7px;
	padding-right: 7px;
	position: absolute;
	right: 0;
	top: 0;
	/*display: none;*/
}

.editing-area .edit a
{
	color: red;
}

.editing-area:hover .edit
{
	/*display: block;*/
}

.ck_align_left
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.ck_align_right
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.ck_image_radius
{
	border-radius: 15px;
}

.ck_border_1
{
	padding: 5px;
	border: 1px solid #d9d7d4;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
}

.ck_center
{
	 display: block !important;
text-align: center;
}

.ck_photo_wrapper
{
	display: inline-block;

}

.ck_photo_position
{
	position: relative;
}

.ck_main_photo
{
	width: 100%;
}
.ck_photo_caption
{
	display: none;
}

.ck_caption_1
{

	text-align: center;
	display: block;
}

.ck_caption_2
{

	position: absolute;
	top: 100%;
	width: 100%;
	text-align: center;
	display: block;
}

.ck_caption_settings
{
	padding-left: 20px;
}

.special-width
{
  width: 100%;
  max-width: 1150px;
  margin: auto;
}

.special-width-2
{
  width: 98%;
  margin: auto;
}

.black-header
{
  background-color: #0f0f1a;
  min-height: 64px;
  width: 100%;
  font-family: rw;
}

.black-header a
{
  color: #ffffff;
  text-decoration: none;
  line-height: 64px;
}

.right-margin
{
  margin-right: 30px;
}

.black-header a:hover
{
  color: #ffffff;
}

.black-header .left-icons
{
  float: left;
  /*max-width: 40%;*/
}

.black-header .right-icons
{
  float: right;
  max-width: 50px;
}

.white-header
{
  min-height: 85px;
  width: 100%;
  background-color: #ffffff;
    font-family: rw;
}

.sf-menu
{
  float: right;
}

.sf-menu li a
{
  color: #444444 !important;
  font-family: rw;
  text-transform: uppercase;
  font-weight: bold;
}

.sf-menu li li
{
  background-color: #25aae1 !important;
}

.sf-menu li li a
{
  color: #ffffff !important;
}

/*.logo-area
{
  float: left;
  max-width: 224px;
}

.menu-area
{
  float: right;
}*/

.overlay
{

  background-repeat: no-repeat;
  position: relative;
  /*margin-top: -761px;
  height: 760px;*/
}

.banner-caption
{
  position: relative;
  padding: 10px;
    padding-top: 5%;
    color: #153f82;
    font-size: 30px;
    max-width: 1140px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-family: rw;
    background-color: rgba(0,0,0,.3);
    border-radius: 10px;
}

.line1
{
  text-transform: uppercase;
}

.url-button
{
  margin-top: 25px;
}

.url-button a
{
  background-color: #000000;
  color: #ffffff;
  border: solid 2px #000000;
  font-size: 18px;
  text-decoration: none;
padding: 15px;


}

.url-button a:hover
{
  background-color: inherit;
  color: #000000;
  border: solid 2px #000000;
    text-decoration: none;
}

.gray-title
{
  color: #444444;
  font-size: 30px;
  text-transform:  uppercase;
  text-align: center;
  margin-top: 30px;
  font-family: rwb;
}

.white-title
{
  color: #ffffff;
  font-size: 30px;
  text-transform:  uppercase;
  text-align: center;
  margin-top: 30px;
  font-family: rwb;
}

.gray-small
{
  color: #181818;
  font-size: 14px;
  text-align: center;
  font-family: rw;
}

/*filp box */
.flip-box {
  background-color: transparent;
  height: 400px;
  /*border: 1px solid #f1f1f1;*/
  perspective: 1000px;
  margin: auto;
  margin-top: 25px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  font-family: rw;

}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  /*background-color: #bbb;*/
  /*background-image: url('https://picsum.photos/200/300');
  background-size: cover;*/
  color: black;

}

.flip-box-back {
  /*background-color: rgba(5, 35, 58, 0.7);*/
  /*background-image: url('https://picsum.photos/200/300');
  background-size: cover;*/
  color: 000000;
  transform: rotateY(180deg);
}

.blue-div
{
  background-color: rgba(5, 35, 58, 0.7);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 25px;
  padding-top: 15px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

.blue-div-color
{
  background-color: rgba(5, 35, 58, 0.7);

}

.display-table
{
    display:table;
}

.display-table > div{
    display: table-cell;
    height: 0;

  }

.display-table > div.fill{
    height: auto;
    vertical-align: middle;
}

.blue-title
{
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
}

.blue-text
{
  margin:auto;
  max-width: 85%;
  color: #ffffff;
  margin-bottom: 25px;
}

.view-details
{
  padding: 15px;
  display: block;
  border: solid 2px #ffffff;
  color: #ffffff;
  font-size: 18px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 20px;
  max-width: 150px;
}

.view-details:hover
{
  color: #ffffff;
}

.stretch
{
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}


.box-cont, .para-cont, .blue-footer-cont
{
  text-align: justify; /*can also use left here */
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;

}

.d-box
{
  vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 23%;
    font-family: rw;
}

.d-box-first
{
  width: 40%;
  text-align: center;
  font-size: 18px;
}

.box1
{
  background-image: url('../../img/nest.jpg');
  background-size: contain;
  background-position: top center;

}

.box2
{
  background-image: url('../../img/beach.jpg');
  background-size: contain;
  background-position: top center;

}

.box3
{
  background-image: url('../../img/freedom.jpg');
  background-size: contain;
}
.what-if-title
{
  text-align: center;
  font-size: 45px;
  color: #2399ca;
  font-weight: bold;
  text-transform: uppercase;
}

.larger
{
  font-size: 18px;
}

.d-box-learn-more
{
  padding: 15px;
  border: solid 2px #05233a;
  display: block;
  margin: auto;
  max-width: 150px;
  text-align: center;
  color: #444444;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}

.para1
{
  /*background-image: url('../../img/para-image.jpg');*/
  padding-top: 30px;
  padding-bottom: 30px;

}

.para-box
{
  width: 30%;
  background-color: #ffffff;
  padding: 20px;

  vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: rw;
        min-height: 229px;
}

.para-title
{
  font-size: 30px;
  color: #444444;
  text-align: center;
  font-family: rwb;
}

.para-text
{
  color: #444444;
  text-align: center;
}


.pr-float-me
{

    text-align: center;
    display: inline;
    text-align: center;
font-size: 0px; /*this will make it have no border*/

}

}

.pr-odd
{
  background-color: #edebeb;
}

.pr-even
{
  background-color: #efefef;
}



.pr-float-item
{
    padding: 10px;
    margin-top: 30px;
    display: table-cell;
    display: inline-block;
    width: 23%;
    vertical-align: top;
font-size: 14px; /*this will make it have proper font size*/

}

.pr-float-item img
{
	width: 100%;
}

.container-div
{
	text-align: center;
}

.pr-title
{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 20px;
  font-family: rwb;
}

.pr-text
{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  font-family: rw;

}

.pr-learn-more
{
  display: block;
  display: none;
  width: 95%;
  margin: auto;
  padding: 15px;
  border: solid 2px #242c42;
  padding-bottom: 20px;
  background-color: #242c42;
  color: #ffffff;
  margin-top: 20px;
}

.pr-learn-more:hover
{
  background-color: inherit;
  color: #000000;
  text-decoration: none;
}

.para-box-2
{
  vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 23%;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    text-align: center;

}
#e1
{
  font-size: 18px;
}

#e1 .para-box-2 img
{
  max-width: 150px;
  width: 100%;
}

.full-width-2
{
  width: 100%;
  margin-top: 30px;
}

.para-cont-2
{
  padding-top:40px;
  text-align: justify; /*can also use left here */
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    padding-bottom:40px;

}

.para-box-2 i
{
  color: #ffffff;
  font-size: 40px;
}

.test-cont, .blue-cont
{
  text-align: justify; /*can also use left here */
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    margin-top: 30px;
    margin-bottom: 50px;

}

.test-box
{
  vertical-align: top;
    display: inline-block;
    *display: inline;
    width: 45%;
    padding: 40px;
      box-shadow: 5px 7px 7px 7px #efefef;
      font-family: rw;
}

.flex
{
  display: flex;
  flex-wrap: wrap;
}

.test-image
{
  margin-right: 20px;

}

.test-gray
{
background-color: #efefef;
padding: 20px;
}


.test-name
{
  color: #444444;
  font-size: 25px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-family: rwb;
}
.test-title
{
  color: #444444;
  font-size: 14px;
}

.test-sub-title
{
  color:#464444;
  font-size: 18px;
}

.test-text
{
  padding-top: 15px;
  text-align: center;
}

.break
{
  flex-basis: 100%;
 height: 0;
}

.black-bar
{
  background-color: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
}

.quick-form
{
  float: right;
}

.b-box
{
  vertical-align: top;
    display: inline-block;
    *display: inline;
    width: 45%;
    font-family: rw;
}

.box-cont
{
  vertical-align: top;
    display: inline-block;
    *display: inline;
width: 100%;
}



.blue-footer
{
  background-color: #242c42;
  color: #ffffff;
}

.blue-footer a
{
  color: #ffffff;
}

.blue-footer-box
{
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 30%;
  font-family: rw;

}

.blue-white-title
{
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  display: block;
}

.blue-footer-box .fa-facebook-square
{
  font-size: 30px;
  float: right;
}

.two-col
{
  column-count: 2;
}

.bottom-footer
{
  background-color: #19233d;
  padding-top: 20px;
  padding-bottom: 150px;
  color: #ffffff;
  font-family: rw;
}

.copy
{
  float: left;
  width: 45%;
}

.foot-links
{
  float: right;
  width: 45%;
  text-align: right;
}

.foot-links a
{
  color: #ffffff;
}


.lslide img, .clone img
{
    width: 100%;
}


#meet-mark
{
  margin-left: auto;
    margin-right: auto;
    display: block;

  width: 100%;
  width: 600px;
}

#body-area
{
  font-family: rw;
}

#body-area h1, #body-area h2
{
  text-transform: uppercase;
}

#search_popup {
    background-color: #ffffff;
    width: 300px;
    padding: 10px;
    border-radius: 10px;
  }

  .para1{
  /* The image used */
  background-image: url("../../img/para-image.jpg");

  /* Set a specific height */
  min-height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.para2{
  /* The image used */
  background-image: url("../../img/para-image2.jpg");

  /* Set a specific height */
  min-height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


#meet-mark
{
  width: 100%;
  max-width: 600px;
}


.img-border
{
padding: 5px;
border: 1px solid #d9d7d4;
-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
}

.img-right
{
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.img-left
{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.ben-img
{
  width: 100%;
  max-width: 1000px;
}


.caption-area
{
  display: flex;
  justify-content: center;
  padding: 10px;
}

.body-area-text
{
      font-family: rwb;
      font-size: 18px;
}

.col-2
{
  column-count: 2;
}

.grid-img
{
  max-width: 400px;
  width: 100%;

background-color: #efefef;
  border: solid 1px #cccccc;
  padding: 10px;
}
