@charset "UTF-8";
  @import url("https://use.typekit.net/bgv1vbf.css");
/* CSS Document */

.min-height {
    min-height: 600px
}

.mainbg {
	background-color: #ffffff
}

/* START Quote Styling */

blockquote{
    border-left:none
}

.quote-badge{
    background-color: rgba(0, 0, 0, 0.2);   
}

.quote-box{
    
    overflow: hidden;
    padding: 0px;
    border-radius: 0px 15px 0px 15px;
    background-color: #e5e4e1;
    margin-top: 15px;
    color:white;
    width: 100%;
    box-shadow: 2px 2px 2px 2px #E0E0E0;
	   
}

.quotation-mark{
    
    margin-top: -15px;
    font-weight: bold;
    font-size: 80px;
    font-family: "Times New Roman", "serif";
	padding-left: 35px;
	padding-top: -75px;
    }

.quote-textold {
    
    font-size: 24px;
	font-family: playfair-display, serif;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-style: italic;
	color: #252525;
    text-align: center;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}

.quote-text{
    
    font-size: 1.85em;
	font-family: playfair-display, serif;
    font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5em;
	font-style: italic;
	color: #252525;
    text-align: center;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}

.quote-p{
    
    font-family: playfair-display, serif;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-style: italic;
	color: #252525;
	font-size: 16px;
	text-align: justify;
	padding-left: 60px;
	padding-right: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.quote-from {
    
    font-size: 1.2em;
	font-family: playfair-display, serif;
	letter-spacing: 0.02em;
	line-height: 1.5em;
	font-style: italic;
	color: #84817b;
    text-align: center;
    padding-bottom: 20px;
}

.quote-fromold {
    
    font-size: 14px;
	font-family: playfair-display, serif;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-style: italic;
	color: #84817b;
    text-align: center;
    padding-bottom: 20px;
}

.toptip {
    font-family: playfair-display, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
font-variant-caps: all-small-caps}


hr {
	border-top: medium #FFFFFF solid;
	border-color: #ffffff
}
/* END Quote Styling */

/* START YT Video Styling */

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* END YT Video Styling */

/* START Highlighting Style */

.highlight {
	box-shadow: -10px 6px 0px 6px #000000, 4px 6px 0px 6px #000000, 24px -6px 0px 6px #777777, 24px -6px 0px 6px #777777;
	background-color: #000000;
	box-decoration-break: clone; 
	line-height: 2.2;
	
	margin: 1em 0em 1em 0em;
    font-size: 2em;
	font-family: bebas-neue;
	letter-spacing: 0.04em;
	text-align: center;
	font-style: italic;
	color: #FFF;
 }

.highlight-h2 {
	box-shadow: -10px 6px 0px 6px #000000, 4px 6px 0px 6px #000000, 24px -6px 0px 6px #777777, 24px -6px 0px 6px #777777;
	background-color: #000000;
	box-decoration-break: clone; 
	line-height: 2.2;
	
	margin: 1em 0em 1em 0em;
    font-size: 1.1em;
	font-family: bebas-neue;
	letter-spacing: 0.04em;
	text-align: center;
	font-style: italic;
	color: #FFF;
 }

.highlight-div {
	text-align: center;
	padding: 2em 0em 1em 0em
}

.centeralign {text-align: center}


/* START Heading CSS */
h1 {
    margin: 1em 0em 1em 0em;
    font-size: 2em;
	font-family: bebas-neue;
	letter-spacing: 0.04em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
}

h2 {
    margin: 2em 0em 1em 0em;
    font-size: 1.7em;
	font-family: bebas-neue;
	letter-spacing: 0.04em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;

}

h3 {
    margin: 2em 0em 1em 0em;
    font-size: 1.6em;
	font-family: bebas-neue;
	letter-spacing: 0.04em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;

}

h4 {
	margin-top: 1em;
    margin-bottom: 0em;
    font-size: 1.4em;
	font-family: bebas-neue;
	letter-spacing: 0.03em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
}

/* this media query applies to screens larger than 767px */
@media (min-width:768px){
		
	h1 {
		margin: 2em 0em 1em 0em
	}
    
}

/* END Heading CSS */


/* START Body Text CSS */


p {
	font-family: playfair-display, serif;
    font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-style: normal;
	color: #252525;
	font-size: 16px;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;

}

p2 {
	font-family: playfair-display, serif;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-style: normal;
	color: #252525;
	font-size: 16px;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;

}

p3 {
	font-family: playfair-display, serif;
    font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-style: normal;
	color: #252525;
	font-size: 16px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;

}

.plist {
	font-family: playfair-display, serif;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-style: normal;
	color: #252525;
	font-size: 16px;
	text-align: justify;
}

.couples-list {
	font-family: playfair-display, serif;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-style: normal;
	color: #252525;
	font-size: 16px;
	text-align: justify
}

.couples-list li {
    margin-bottom: 1em
}

ol.couples-list li {
        list-style-type: none!important;
		list-style: none!important
}


#terms ol {
	font-family: playfair-display, serif;
    font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-style: normal;
	color: #252525;
	font-size: 16px;
	text-align: justify;
	padding-left: 0px;
	padding-right: 0px;

}

#terms li {
	font-family: playfair-display, serif;
    font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-style: normal;
	color: #252525;
	font-size: 16px;
	text-align: justify;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 15px;
	margin-right: 15px;

}

.chapters {
	font-family: playfair-display, serif;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-style: normal;
    font-weight: bold;
	color: #252525;
	font-size: 16px;
	text-align: justify;
}

.FAQ {
	font-family: playfair-display, serif;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-style: italic;
    font-weight: bold;
	color: #252525;
	font-size: 16px;
	text-align: justify;

}


p2 {
	font-family: playfair-display, serif;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	font-style: normal;
	color: #252525;
	font-size: 16px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;

}

body a {
	color: #252525;
	font-weight: bold
}

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




/* this media query applies to screens larger than 991px */
@media (min-width:992px) {
		
	 p {
		text-align:left;
		padding-right: 90px;
		padding-left: 90px
	}
	
  ol {
		text-align:left;
		padding-right: 90px;
		padding-left: 90px
	}

#terms li {
	margin-left: 90px;
	margin-right: 90px;
	}
	
    .plist {
	text-align:left;
		padding-right: 90px;
		padding-left: 90px
}
    
    .couples-list {
	text-align:left;
		padding-right: 90px;
		padding-left: 90px
}
    
    .chapters {
	text-align:left;
		padding-right: 90px;
		padding-left: 90px
}
	
	h1 {
		margin: 2em 0em 1em 0em
	}
	
	h4 {
	padding-left: 90px;
	}
    .triplecolumn {
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* this media query applies to screens larger than 768 and smaller than 991 */
@media (min-width:768px) and (max-width:991px){
	#terms li {
		margin-left: 60px;
		margin-right: 60px;
	}
	
	body p {
		text-align:justify;
		padding-right: 60px;
		padding-left: 60px
	}
	
	body ol {
		text-align:justify;
		padding-right: 60px;
		padding-left: 60px
	}
	
    .plist {
	text-align:justify;
		padding-right: 60px;
		padding-left: 60px
}
    
    .couples-list {
	text-align:justify;
		padding-right: 60px;
		padding-left: 60px
}
    
    .chapters {
	text-align:left;
		padding-right: 60px;
		padding-left: 60px
}
	
	h4 {
		padding-left: 60px;
	}
 .quote-p{   
    padding-left: 45px;
	padding-right: 45px;
}
}

/* END Body Text CSS */

/* START Button CSS */

.mybutt {
	background:linear-gradient(to bottom, #333333 5%, #000000 100%);
	background-color:#4d4d4d;
	border-radius:3px;
	display: inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: bebas-neue;
	letter-spacing: 0.05em;
	font-size:17px;
	padding:10px;
    margin: 15px 0px 0px 0px;
	text-decoration:none;
}
.mybutt:hover {
	background:linear-gradient(to bottom, #000000 5%, #333333 100%);
	background-color:#000000;
	color:#ffffff;

}
.mybutt:active {
	position:relative;
	top:1px;
}

/* END Button CSS */


/* START NEW NAVBAR CSS */

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}


.cmbrand .navbar-brand {
    height: 80px
}

.cmbrand .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cmbrand .navbar-toggle {
  padding: 10px;
  margin:  25px 15px 25px 0px;
}

.cmbrand .navbar-brand>img {
    padding: 15px 15px 0px 15px;
}

/* END NEW NAVBAR CSS */

/* Start Nav Bar CSS */
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	font-size: 1.5em;
	font-family: bebas-neue;
	text-align: center;
	font-weight: normal;
    letter-spacing: 0.03em;
}
.nav>li {
	text-align: center;
    position: relative;
    display: block;
}
.nav>li>a {
	text-align: center;
    position: relative;
    display: block;
	font-weight: normal;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-align: center;
    text-decoration: underline;
	color: #333333;
    background-color: transparent
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}
	
.navbar-nav {
    float: none;
	display: block;
}
.navbar-nav>li {
    float: none;
	display: block;
}
.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 30px
}

.navbar-header {
    margin-bottom: 15px;
    }

.navbar-toggle {
    margin-top: 23px
}

/* Min-Width means greater than or equal to */
@media (min-width:768px) {
    
    
.nav>li>a {
	text-align: center;
    position: relative;
    display: inline;
	font-weight: normal;
}
    
.navbar-nav {
    float: none;
	display: inline;
}
.navbar-nav>li {
    float: none;
	display: inline;
}
.navbar-nav>li>a {
    padding-top: 0px;
}


}
/* END MEDIA QUERY */


/* Start Nav2 Bar CSS */

.nav2 {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	font-size: 0.7em;
	font-family: playfair-display, serif;
	text-align: center;
	letter-spacing: 0.04em;
}
.nav2>li {
	text-align: center;
    position: relative;
    display: block;
}
.nav2>li>a {
	text-align: center;
    font-weight: normal;
    position: relative;
    display: block;
}

.nav2>li>a:focus, .nav>li>a:hover {
	text-align: center;
    text-decoration: underline;
	color: #333333;
    background-color: transparent;
}
.nav2>li.disabled>a {
    color: #777
}
.nav2>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.navbar-nav2 {
    float: none;
	display: block;
}
.navbar-nav2>li {
    float: none;
	display: block;
}
.navbar-nav2>li>a {
    padding-top: 0px;
    padding-bottom: 15px
}


/* Min-Width means greater than or equal to */
@media (min-width:768px) {
	

.nav2>li {
	text-align: center;
    position: relative;
    display: inline;
}
    
.nav2>li>a {
	text-align: center;
    font-weight: normal;
    position: relative;
    display: inline;
    padding: 0px 10px 0px 10px;
}
    
.navbar-nav2 {
    float: none;
	display: inline;
    margin: 55px 0px 0px 0px;
}
    .navbar-nav2>li {
    float: none;
	display: inline;
}  

}

@media (max-width:767px) {

	
     .quote-p{
       padding-left: 25px;
        padding-right: 25px;
} 
    
     .plist {
	text-align:justify;
		padding-right: 15px;
		padding-left: 48px
}
    .couples-list {
	text-align:justify;
		padding-right: 15px;
		padding-left: 15px
}
    
    .chapters {
	text-align:justify;
		padding-right: 15px;
		padding-left: 48px
}
}
/* END MEDIA QUERY */
/* END NAV BAR CSS */


/* START Logo Img CSS */
.logo {
	margin-bottom: 0px;
	margin-top: 20px; 
}

/* END Logo Img CSS */

/* START Col Spacing CSS */

[class*="col-"] {
    margin-bottom: 30px;
}

/* END Col Spacing CSS */

/* START FOOTER Text CSS */

.footer {
	font-family: playfair-display, serif;
	letter-spacing: 0.02em;
	font-style: normal;
	color: #84817b;
	font-size: 16px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.footer a {
	color: #84817b;
	font-weight: normal
}
.footer a:hover {
	color: #84817b;
}

.copyright {
	font-size: 12px;
	color: #4c4c4b;
	text-align: center
}

.copyright a {
	font-size: 12px;
    text-decoration: none;
	color: #4c4c4b;
	text-align: center
}

.copyright a:hover {
	font-size: 12px;
    text-decoration: underline;
	color: #4c4c4b;
	text-align: center
}

.footercontainer {
	background-color: #1a1a19;
}

.footercontainer h3 {
	color: #e5e4e1;
}
/* END FOOTER Text CSS */

/* START Dark  CSS */

.darkcontainer {
	background-color: #1a1a19;
}
.darkcontainer h2 {
    color: #e5e4e1;
}
.darkcontainer h4 {
    color: #e5e4e1;
}

.darkcontainer p {
	color: #e5e4e1;
}

.darkcontainer p a {
	color: #e5e4e1;
	}



/* START Inverse  CSS */

.inverse {
	background-color: #e5e4e1;
}
.inverse h2 {
    color: #1C1C1C;
}

.inverse p {
	color: #1C1C1C;
	padding-left: 5px;
	padding-right: 5px;
	}

.inverse p a {
	color: #1C1C1C;
	}

.inverse {
		background-color: #e5e4e1
	}

.inverseshow {
	background-color: #e5e4e1;
}

.inverseshow p {
	color: #1C1C1C;
	padding-left: 30px;
	padding-right: 30px;
	}

.inverseshow p a {
	color: #1C1C1C;
	}

@media (min-width:992px){
.inverse p {
	color: #1C1C1C;
	padding-left: 90px;
	padding-right: 90px;
	}
}

@media (min-width:768px) and (max-width:991px){
    .inverse p {
	color: #1C1C1C;
	padding-left: 60px;
	padding-right: 60px;
	}
}
/* END Inverse CSS */

/* START Carousel CSS */
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    font-size: 5px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 0
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.5
}

.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}
.carousel-control .icon-prev:before {
    content: '\e079'
}
.carousel-control .icon-next:before {
    content: '\e080'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}
.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
    opacity: 0.5;
}
.carousel-indicators .active {
    width: 9px;
    height: 9px;
    margin: 0;
    background-color: #fff;
    opacity: 0.5;
}


/* Start Media  Carousel CSS */


    
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0;
}
    
.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
    opacity: 0;
}
.carousel-indicators .active {
    width: 9px;
    height: 9px;
    margin: 0;
    background-color: #fff;
    opacity: 0;
}
    
   /* End Media CSS */



/* END Carousel CSS */

