/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}


html {
  
  font-size: 13px;
  line-height: 20px;
}


body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-y: hidden;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
			 color: darkgrey;
			 opacity: 1; /* Firefox */
}
			
:-ms-input-placeholder { /* Internet Explorer 10-11 */
			 color: red;
			 opacity: .5; /* Firefox */
}
			
::-ms-input-placeholder { /* Microsoft Edge */
			 color: red;
			 opacity: .5; /* Firefox */
}



/* -------------------------------- 

Main Page Content

-------------------------------- */
.cd-main-content .content-wrapper {
  
  	position:absolute;
    top: 0px;
    left:0px;
    right:0px;
    bottom:0px;
  	overflow-y:auto;
  	margin-top: 55px;
}
.cd-main-content .content-wrapper h1 {
  text-align: center;
  padding: 3em 0;
  /* font-size: 2rem; */
}
.cd-main-content::before {
  /* never visible - used to check MQ in jQuery */
  display: none;
  content: 'mobile';
}

 .login-body{
  	position:relative;
  	width:325px;
  	height:875px;
  	background: rgb(255,255,255);
  	
  }
  .login-body-background{
  	width:323px;
  	background: url('/images/EyeSmall.png') no-repeat rgb(255,255,255);
  	background-size: contain;
  }
  .login-table{
  	width:300px;
		position:relative;
		top:75px;
		margin-left: 0px;
	}
	
	.login-fields{
		width:175px;
	}
	
	.login-welcome{
   	margin-top:70px;
   	width:300px;
	}
	
	.login-holder{
  	display:none;
	}
	
	.scrollArrow{
  	position:relative;
  	width:200px;
  	height:250px;
  	padding-top:50px;
  }
	
	.miniLogin{
		display:none;
		text-align:right;
		width: 500px;
		float: right;
		margin-top: 15px;
		margin-right:20px;
	}
	
	.contactUs{
		display:none;
		position:absolute;
		right:10px;
		bottom:5px;
		vertical-align:middle;
	}
	
	.slideContents {
		background-color:rgba(255,255,255,0.5);
		margin: 0px 25px;
		border-radius:25px;
		padding:25px;
	}
	
	.slideContentsBlack {
		/*background-color:rgba(255,255,255,0.5);
		margin: 25px 50px;
		border-radius:25px;
		*/
		padding: 25px 60px;
	}


	.slideTiles {
		margin: 0 auto;
		border-radius:15px;
		text-align: center;
		padding-bottom:25px;
		padding-top:25px;
		width:90%;
	}

	.slideWhiteImage {
		height: auto;
		width: 200px;
		text-align: center;
		display: block;
		margin: auto;
	}
	
	.slideWhiteText{
		height: auto;
		width: auto;
		text-align: center;
		
	}
	
	.slideWhiteText .BodyColor1-13px {
		color:rgb(50,50,50);
	}
	
	.slideBlackImage {
		height: auto;
		width: 200px;
		text-align: center;
		display: block;
		margin: auto;
	}
	
	.slideBlackText{
		height: auto;
		width: auto;
		text-align: center;
	}

	.slideTile{
		width: 260px;
		height: 335px;
		border-radius: 15px;
		background-color: rgb(121,151,0);
		margin: 0 auto;
		position: relative; 
		margin-bottom:10px;
		display:inline-block;
	}
	
	.slideTilePrivateLabel{
		width: 260px;
		height: 167px;
		border-radius: 10px;
		border:0px solid rgb(121,151,0);
		margin: 0 auto;
		position: relative; 
		margin-bottom:10px;
		display:inline-block;
	}
	
	.slideTileText{
		margin: 5px;
	}
	
	.slideTileText .BodyColor1-13px {
		color:rgb(50,50,50);
	}
	
	.slideTileTextBounds{
		width: 250px;
		height: 185px;
		border-radius: 15px;
		background-color: rgba(255,255,255,0.5);
		margin: 0 auto;
		position: absolute; 
    bottom: 5px; 
    left:5px;
    /*overflow:hidden;*/
	}
	
	.slideTileImage {
		height: auto;
		width: 260px;
		text-align: center;
		display: block;
		margin: 10px auto;
		float:left;
	}
	
	.hrStyle{
		width:90%;
		border: 0; 
		height: 1px; 
		background: #333; 
		background-image: linear-gradient(to right, #ccc, #333, #ccc);
	}
	
	.label{
		width: 125px;
		line-height:14px;
		font-weight:bold;
	}
				
	.label .BodyColor3-13px{
		width: 125px;
		line-height:14px;
		font-weight:normal;
	}
	
	.formContent{
		margin: 25px 0px;
	}
	
	.calendarContent{
		width:400px;
		margin: 0 auto;
	}
	.webinarCalendar{
		/*width:400px;
		margin: 0 auto;*/
		margin: 0 auto;
		
		width:100%;
	}
	
	.pickupLocations{
		margin:0px;
		width:100%;
		height:450px;
	}
	
	.header {
		background-size:75%;
	}
	
	.changeTemplate{
 		
	}
	
	.form-container {
			padding: 2rem;
			border-radius: 10px;
			max-width: 100%; 
			width: 550px;
			background: rgba(255,255,255,0.65);
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
		}
	
	
@media only screen and (min-width: 768px) {
	.header {
		background-size:auto;
	}
  .cd-main-content .content-wrapper {
    margin-left: 150px;
    /*padding-top: 75px;*/
    margin-top: 75px;
  }
  .cd-main-content .content-wrapper h1 {
    padding: 4em 0;
    /*font-size: 3.2rem; */
    font-weight: 300;
  }
  .cd-main-content::before {
    content: 'tablet';
  }
  
  .login-body{
  	width:570px;
  	height:625px;
  	background: rgb(255,255,255);
  }
  .login-body-background{
  	width:550px;
  	height:325px;
  	background: url('/images/Eye.png') no-repeat rgb(255,255,255);
  	background-size: contain;
  }
  .login-table{
 	 	top:100px;
  	width:400px;
		margin-left: 100px;
	}
	.login-fields{
		width:250px;
	}
	.login-welcome{
   	margin-top:90px;
   	width:550px;
	}
	.login-holder{
  	display:inline;
	}
	
	.contactUs{
		display:flex;
	}
	
	.slideContents {
		margin: 0px 50px;
	}
	
	.slideWhiteImage{
		float:left;
		height: auto;
		width: 200px;
		text-align: center;
		display: block;
		margin: auto;
	}
	.slideWhiteText{
		height: auto;
		width: auto;
		text-align: left;
		margin-left: 225px;
	}
	
	.slideBlackImage{
		float:right;
		height: auto;
		width: 200px;
		text-align: center;
		display: block;
		margin: auto;
	}
	.slideBlackText{
		
		height: auto;
		width: auto;
		text-align: left;
		margin-right: 225px;
	}
	
	
	.slideTiles{
		width:90%;
	}

	.label{
		width: 200px;
	}
	.formContent{
		width:450px;
		margin: 0 auto;
	}
	
	.calendarContent{
		width:600px;
		margin: 0 auto;
	}
	.webinarCalendar{
		margin: 0 auto;
		
		width:100%;
		/*width:600px;
		margin: 0 auto;*/
	}
	
	
}
@media only screen and (min-width: 1200px) {
  .cd-main-content .content-wrapper {
    margin-left: 150px;
    margin-top: 75px;
  }
  .cd-main-content::before {
    content: 'desktop';
  }
  
  .login-body{
  	width:770px;
  	height:625px;
  	background: rgb(255,255,255);
  }
  .login-body-background{
  	width:750px;
  	height:325px;
  	background: url('/images/Eye.png') no-repeat rgb(255,255,255);
  	background-size: contain;
  }
  .login-table{
   	top:100px;
  	width:450px;
		margin-left:200px;
	}
	.login-holder{
  	display:inline;
	}
	.login-welcome{
   	margin-top:90px;
   	width:700px;
	}
 .contactUs{
		display:flex;
	}
	
	
	
	.slideTiles{
	
		width:1065px;
	}
	
	.slideTile{
		display: inline-block;
		width: 260px;
	}
	
	.formContent{
			width:700px;
			margin: 0 auto;
		}
		
		.calendarContent{
			width:800px;
			margin: 0 auto;
		}
	.webinarCalendar{
		margin: 0 auto;
		
		width:100%;
		/*width:800px;
		margin: 0 auto;*/
	}
		
	.slideContents {
	/*
		background-color:rgba(255,255,255,0.5);
		
		border-radius:25px;
		padding:25px;*/
		margin: 0px 50px 25px 50px;
		/*width: 1065px;
		
		text-align: center;
		*/
	}
	
	.slideContentsBlack {
		margin: 0px auto;
		width: 1065px;
		padding: 50px 10px;
	}
	/*
	.slideTileImage {
		height: auto;
		width: 200px;
		text-align: center;
		display: block;
		margin: auto;
		float:left;
	}*/
	
}



/* -------------------------------- 

Header

-------------------------------- */
.cd-main-header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  height: 55px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-main-header::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 768px) {
  .cd-main-header {
    position: fixed;
    height: 75px;
  }
}

.cd-logo {
  float: left;
  display: block;
  /*margin: 11px 0 0 5%;*/
  margin: 0px 0 0 0%;
}
.cd-logo img {
  display: block;
  width: auto;
  height: 45px;
  margin: 5px 0 0 5px;
}

@media only screen and (min-width: 768px) {
  .cd-logo {
    /*margin: 16px 0 0 36px;*/
    margin: 5px 0 0 5px;
  }
  
  .cd-logo img {
 		display: block;
 		height: 60px;
 		margin: 0 0 0 0;
	}
}


.cd-nav-trigger {
 
  float: right;
  position: relative;
  display: block;
  width: 44px;
  height: 54px;
  margin-right: 5%;
  
  overflow: hidden;
  white-space: nowrap;
  /*color: transparent;*/
}
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #ffffff;
}
.cd-nav-trigger span {
  
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  
  content: '';
  right: 0;
 
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.cd-nav-trigger span::before {
  
  top: -6px;
}
.cd-nav-trigger span::after {
  
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  
  background: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  
  background: white;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-search {
  position: relative;
  margin: 1.2em 5% 0.6em;
}
.cd-search.is-hidden {
  opacity: 0;
}
.cd-search::before {
  /* lens icon */
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background: url(../img/cd-search.svg) no-repeat 0 0;
}
.cd-search input {
  padding-left: 32px;
  width: 100%;
  height: 36px;
  border: none;
  border-radius: .25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .cd-search {
    float: left;
    display: inline-block;
    width: 250px;
    height: 100%;
    margin: 0 0 0 2.5em;
  }
  .cd-search.is-hidden {
    /* reset style */
    opacity: 1;
  }
  .cd-search::before {
    background-position: 0 -16px;
    left: 1em;
  }
  .cd-search form, .cd-search input {
    height: 100%;
    width: 100%;
  }
  .cd-search input {
    border: none;
    padding-left: 2.6em;
    border-radius: 0;
    background-color: #3e454c;
    border-left: 1px solid #51575d;
    color: #ffffff;
  }
  .cd-search input::-webkit-input-placeholder {
    color: #777c81;
  }
  .cd-search input::-moz-placeholder {
    color: #777c81;
  }
  .cd-search input:-moz-placeholder {
    color: #777c81;
  }
  .cd-search input:-ms-input-placeholder {
    color: #777c81;
  }
}

/* -------------------------------- 

Top Navigation

-------------------------------- */
.cd-nav {
  /* top nav - not visible on mobile devices */
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-nav {
    display: block;
    float: right;
    height: 100%;
  }
}

.cd-top-nav > li > a::before {
  /* reset style */
  display: none;
}
.cd-top-nav > li a {
  padding: 1em 5% !important;
}
.cd-top-nav img {
  /* avatar image */
  position: absolute;
  left: 10px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-top-nav {
    height: 100%;
  }
  .cd-top-nav a {
    display: block;
    
    color: #ffffff;
  }
  .cd-top-nav > li {
    display: inline-block;
    margin-right: 1em;
    height: 100%;
  }
  .cd-top-nav > li:last-of-type {
    margin-right: 0;
  }
  .cd-top-nav > li a {
    padding: 1em .6em !important;
  }
  .cd-top-nav img {
    display: block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-top-nav li:not(.has-children) a:hover {
    color: #1784c7;
  }
}

/* -------------------------------- 

Sidebar

-------------------------------- */
.cd-side-nav {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  padding: 45px 0 0;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
  
  /*this styling needs to somehow move to platform stylesheet or otherwise customizable
  background-color: rgb(0,0,0);
  border:1px solid rgb(187,213,0);
  border-top:0px;
  border-bottom:0px;
  border-left:0px;*/
}
.cd-side-nav.nav-is-visible {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
  max-height: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  
}
.cd-side-nav > ul {
  padding: 0.6em 0;
}
.cd-side-nav > ul:last-of-type {
  padding-bottom: 0;
}
.cd-side-nav .cd-label, .cd-side-nav a {
  display: block;
  padding: 8px;
}
.cd-side-nav .cd-label {
  text-transform: uppercase;
  font-weight: bold;
  color: #646a6f;
 /* font-size: 1rem; */
  letter-spacing: .1em;
}
.cd-side-nav a {
  position: relative;
  color: #ffffff;
  /*font-size: 1.4rem; */
}
.cd-side-nav ul.cd-top-nav > li:last-of-type > a {
  border-bottom: none;
}
.cd-side-nav > ul > li > a {
  padding-left: calc(3% + 36px);
  border-bottom: 0px solid #373d44;
}
.cd-side-nav > ul > li > a::before {
  /* icon before item name */
  position: absolute;
  content: '';
  left: 2.25%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
 
}
.cd-side-nav > ul > li.overview > a::before {
	background: url(/images/exitSplash32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.signup > a::before {
	background: url(/images/signUp32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.signin > a::before {
	background: url(/images/signUp32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.pricing > a::before {
	background: url(/images/pricing32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.contact > a::before {
	background: url(/images/contact32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li > ul > li.contact2 > a::before {
	background: url(/images/contact32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.designOnline > a::before {
	background: url(/images/designOnline32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.templateLibrary > a::before {
	background: url(/images/templateLibrary32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.mediaKit > a::before {
	background: url(/images/mediaKit32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.calendar > a::before {
	background: url(/images/campaignMaker32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.faq > a::before {
	background: url(/images/FAQ.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.downloads > a::before {
	background: url(/images/download32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.logout > a::before {
	background: url(/images/logout32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.myProfile > a::before {
	background: url(/images/profile32.png?nocache=1741906161466) no-repeat 0 0;/*images/orderStatus32.png*/
}
.cd-side-nav > ul > li.myProjects > a::before {
	background: url(/images/myProjects32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.aboutUs > a::before {
	background: url(/images/aboutUs30.png?nocache=1741906161466) no-repeat 0 0;
}

.cd-side-nav > ul > li.orderStatus > a::before {
	background: url(/images/orderStatus32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.close > a::before {
	background: url(/images/exitSplash32.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.one > a::before {
	background: url(/images/MyFriendFred_1.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.oneActive > a::before {
	background: url(/images/MyFriendFred_1Active.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.two > a::before {
	background: url(/images/MyFriendFred_2.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.three > a::before {
	background: url(/images/MyFriendFred_3.png?nocache=1741906161466) no-repeat 0 0;
}
.cd-side-nav > ul > li.shoppingCart > a::before {
	background: url(/images/shoppingCart32.png?nocache=1741906161466) no-repeat 0 0;
}




.cd-side-nav > ul > li.notifications > a::before {
  background-position: -80px 0;
}
.cd-side-nav > ul > li.comments > a::before {
  background-position: -48px 0;
}
.cd-side-nav > ul > li.bookmarks > a::before {
  background-position: -32px 0;
}
.cd-side-nav > ul > li.images > a::before {
  background-position: 0 0;
}
.cd-side-nav > ul > li.users > a::before {
  background-position: -16px 0;
}
.cd-side-nav .count {
  /* notification badge */
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(5% + 16px + 0.4em);
  padding: 0.2em 0.4em;
  background-color: #ff7e66;
  border-radius: .25em;
  color: #ffffff;
  font-weight: bold;
 /* font-size: 1.2rem;*/
  text-align: center;
}
.cd-side-nav .action-btn a {
  display: block;
  margin: 0 5%;
  padding: 1em 0;
  background-color: #1784c7;
  border-radius: .25em;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
.cd-side-nav .action-btn a::before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-side-nav {
    position: relative;
    float: left;
    top: auto;
    width: 150px;
    min-height: 100vh;
    padding-top: 75px;
    /* reset style */
    visibility: visible;
    opacity: 1;
    overflow: visible;
    max-height: none;
  }
  .cd-side-nav.nav-is-visible {
    box-shadow: none;
  }
  .cd-side-nav.is-fixed {
    position: fixed;
  }
  .cd-side-nav > ul {
    /* reset style */
    padding: 0;
  }
  .cd-side-nav .cd-label {
    /* remove labels on minified version of the sidebar */
    display: none;
  }
  .cd-side-nav a {
    /*font-size: 1.2rem;*/
    text-align: center;
  }
  .cd-side-nav > ul > li > a {
    padding: calc(2.2em + 16px) 0 .9em;
  }
  .cd-side-nav > ul > li > a::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: .5em;
  }
  .cd-side-nav .active > a {
    /* current page */
    box-shadow: inset 3px 0 0 #1784c7;
    background-color: #33383e;
  }
  .cd-side-nav .action-btn a {
    margin: 1em 10% 0;
  }
  .cd-side-nav .count {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    padding: 0;
    top: 2em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: calc(50% + 5px);
    right: auto;
    color: transparent;
  }
}
/*
@media only screen and (min-width: 1170px) {
  .cd-side-nav {
    width: 200px;
  }
  .cd-side-nav > ul {
    padding: 0.6em 0;
  }
  .cd-side-nav > ul > li:not(.action-btn):hover > a {
    background-color: #33383e;
  }
  .cd-side-nav > ul > li > a {
    padding: 1em 1em 1em 42px;
    text-align: left;
    border-bottom: none;
  }
  .cd-side-nav > ul > li > a::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
  }
  .cd-side-nav .cd-label {
    display: block;
    padding: 1em 18px;
  }
  .cd-side-nav .action-btn {
    text-align: left;
  }
  .cd-side-nav .action-btn a {
    margin: 0 18px;
  }
  .no-touch .cd-side-nav .action-btn a:hover {
    background-color: #1a93de;
  }
  .cd-side-nav .count {
    
    color: #ffffff;
    height: auto;
    width: auto;
    border-radius: .25em;
    padding: .2em .4em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    left: auto;
    box-shadow: none;
  }
}*/

.has-children ul {
  position: relative;
  width: 100%;
  display: none;
  background-color: #1c1f22;
}
.has-children > a::after {
  /* arrow icon */
  position: absolute;
  content: '';
  height: 0px;
  width: 0px;
  right: 0%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/cd-arrow.svg);
}
.has-children.selected > ul {
  display: block;
}
.has-children.selected > a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .has-children {
    position: relative;
  }
  .has-children ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  .has-children ul a {
    text-align: left;
    border: none;
    padding: 1em;
  }
  .no-touch .has-children ul a:hover {
    color: #1784c7;
  }
  .has-children > a::after {
    display: none;
  }
  .cd-side-nav .has-children.selected > a {
    /* focus state -> show sub pages */
    background-color: #33383e;
  }
  .cd-top-nav .has-children {
    position: relative;
    background-color: #2c3136;
  }
  .cd-top-nav .has-children > a {
    height: 100%;
    /*padding: 0 calc(1.8em + 15px) 0 calc(1.8em + 45px) !important;*/
    padding: 0 34px 0 80px !important;
    line-height: 75px;
    
  }
  .cd-top-nav .has-children > a::after {
    display: block;
    right: 1.8em;
  }
  .cd-top-nav .has-children ul {
    background-color: #1c1f22;
    width: 163px;
    top: 100%;
    right: 0;
    left: auto;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }
  .cd-top-nav .has-children ul a {
    padding-left: 18px !important;
  }
}
@media only screen and (min-width: 1170px) {
  .has-children > ul {
    width: 100%;
    z-index: 1;
  }
  .has-children ul a {
    padding-left: 18px;
  }
  .has-children.active > ul {
    /* if the item is active, make the subnavigation visible */
    position: relative;
    display: block;
    /* reset style */
    left: 0;
    box-shadow: none;
  }
  .no-touch .cd-side-nav .has-children:hover > ul, .cd-side-nav .has-children.hover > ul {
    /* show subnavigation on hover */
    display: block;
    opacity: 1;
    visibility: visible;
  }
}


/*Paralax Code*/


.center {
	margin: 0 auto;
}

.content {
	margin: 0 auto;
	width: 100%;
	padding-top:25px;
	padding-bottom: 25px;
}

.clear {
	clear: both;
}

a.lpanel {
	float: left;
	color: #e1e1e1;
	font-size: 12px;
	font-family: "Wellfleet";
	text-decoration: none;
	margin: 7px 11px;
}

a.rpanel {
	float: right;
	color: #e1e1e1;
	font-size: 12px;
	font-family: "Wellfleet";
	text-decoration: none;
	margin: 7px 11px;
}

a.lpanel:hover {
	color: #fff;
}

a.rpanel:hover {
	color: #fff;
}

#header {
	width: 100%;
	background: rgb(0,0,0);
	height: 80px;
	position: fixed;
	margin-top: 0px;
	z-index:1000;
}



#logo a {
	color: #fff;
	text-decoration: none;
	float: left;
	font-size: 30px;
	margin-top: 10px;
	color: #fff;
	font-family: "Wellfleet";
	font-weight: bold;
}

#nav ul {
	list-style: none;
	display: block;
	margin: 0 auto;
	list-style: none;
}

#nav li {
	margin-top: 9px;
	float: left;
	padding-left: 21px;
}

#nav li a {
	color: #fff;
	opacity: 0.6;
	font-size: 16px;
	text-decoration: none;
	font-family: 'Wellfleet';
}

#nav li a.active {
	color: #fff;
	opacity: 1;
	border-bottom: 2px solid #fff;
}

#nav li a:hover {
	color: #fff;
	opacity: 1;
}

.quotes {
	font-family: 'Goudy Bookletter 1911', serif;
	font-weight: normal;
	font-size: 30px;
	text-align: left;
	margin: 0px;
}

.author_name_white {
	font-family: "Wellfleet";
	margin: 70px 0 0 75px;
	color: #fff;
	font-size: 20px;
}

.author_name_gray {
	font-family: "Wellfleet";
	margin: 70px 0 0 75px;
	color: #94a4a4;
	font-size: 20px;
}

.quotes_container {
	width: 100%;
	margin: 0 auto;
	opacity:1;
	
}


#christmas_tree {
	background: url("/images/christmas-tree.png") no-repeat;
	width: 48px;
	height: 77px;
	margin: 0 auto;
	position: relative;
	bottom: -35px;
}

#divider {
	background: url("/images/divider.png") no-repeat;
	width: 300px;
	height: 35px;
	margin: 0px auto 27px auto;
}

#ribbon {
	background: url("/images/ribbon.png") no-repeat;
	width: 251px;
	height: 48px;
	margin: 0 auto;
	display: block;
	position: relative;
	top: -38px;
}

#snowflakes1 {
	background: url("/images/snowflakes.png") no-repeat;
	width: 24px;
	height: 21px;
	margin: 0 auto;
	display: block;
	position: relative;
	
	bottom: -54px;
	left: -102px;
}

#snowflakes2 {
	background: url("/images/snowflakes.png") no-repeat;
	width: 24px;
	height: 21px;
	margin: 0 auto;
	display: block;
	position: relative;
	bottom: -33px;
	right: -100px;
}

button.btn-know {
	padding: 15px 47px;
	margin: 40px 38.8%;
	text-align: center;
	border: 4px solid #fff;
	color: #fff;
	background: transparent;
	font-size: 19px;
	cursor: pointer;
	text-shadow: -1px 2px 0px rgba(90, 90, 90, 0.56);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-know:hover {
	background: #fff;
	color: transparent;
}

ul.built {
	list-style: none;
	margin: 0 auto;
	width: 730px;
}

.built li img {
	float: left;
	padding-right: 34px;
}

#slide1, #slide2 {
	width: 100%;
	height: 100%;
}


#slide1 {
	color: #fff;
	height: 100%;
	margin: 0 auto;
	
	background-size: cover;
	
}

#slide2 {
	background: url("/images/timber.jpg") 50% 0 no-repeat fixed;
	color: #fff;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px;
	background-size: cover;
}

#slide3 {
	background: url("/images/brick.jpg") 50% 0 no-repeat fixed;
	color: #fff;
	height: auto;
	padding: 170px 0 170px 0;
	background-size: cover;
	margin: 0 auto;
}

#slide4 {
	background: url("/images/beach.jpg") 50% 0 no-repeat fixed;
	color: #fff;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px;
	background-size: cover;
}

#slide5 {
	background: url("/images/brick.jpg") 50% 0 no-repeat fixed;
	color: #fff;
	height: auto;
	padding: 170px 0 170px 0;
	background-size: cover;
	margin: 0 auto;
}

#slide6 {
	background: url("/images/neighborhood.jpg") 50% 0 no-repeat fixed;
	color: #fff;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px;
	background-size: cover;
}

#slide7 {
	background: url("/images/brick.jpg") 50% 0 no-repeat fixed;
	color: #fff;
	height: auto;
	padding: 170px 0 170px 0;
	background-size: cover;
	margin: 0 auto;
}

#slide8 {
	background: url("/images/house.jpg") 50% 0 no-repeat fixed;
	color: #fff;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px;
	background-size: cover;
}

#slide9 {
	background: url("/images/brick.jpg") 50% 0 no-repeat fixed;
	color: #fff;
	height: auto;
	padding: 170px 0 170px 0;
	background-size: cover;
	margin: 0 auto;
}



#copyright {
	color: #fff;
	font-family: "Wellfleet";
	font-size: 14px;
	margin-top: 100px;
	text-align: center;
}

#copyright a {
	text-decoration: none;
	color: #fff;
}

.onTab {
  width: 85px;
  height: 30px;
  border-radius: 20px 20px 0 0; /* To create the pill shape */
  /*background: var(--onTabColor); */
  position: relative;
  overflow:hidden;
  /*background: radial-gradient(ellipse at center 100%, var(--onTabColorAlpha), var(--onTabColor) 100%);*/
  background: radial-gradient(ellipse at center 150%, rgb(255,255,255, .50), var(--onTabColor) 100%);
}

.onTab::before {
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 15px);
	background: #fff;
	border-radius: 15px 15px 0 0;
	opacity: 1;
	background: linear-gradient(180deg, rgba(255,255,255,.85) 0%, rgba(255,255,255,0) 100%);
}

.offTab {
  width: 85px;
  height: 30px;
  border-radius: 20px 20px 0 0; /* To create the pill shape */
  /*background: var(--offTabColor); */
  position: relative;
  overflow:hidden;
  background: radial-gradient(ellipse at center 150%, rgba(255,255,255, .50), rgb(50,50,50) 100%);
}


.offTab::before {
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 15px);
	background: #fff;
	border-radius: 15px 15px 0 0;
	opacity: 1;
	background: linear-gradient(180deg, rgba(255,255,255,.65) 0%, rgba(255,255,255,0) 100%);
  
}

.onButton {
	cursor: pointer;
	position: relative;
	width:35px;
	height:35px;
	border-radius: 50%;
	border: 0px solid #012880;
	background: var(--onTabColor);
	position:relative;
	z-index: -1;
	overflow:hidden;
	color: var(--offTabColor);
	filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.5));
}

.onButton::after {
	content: "";
	display: block;
	height: 15px;
	width: 25px;
	top: 2px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 15px 15px 0 0;
	background-image: linear-gradient(180deg, rgba(255,255,255,.75) 15%, rgba(255,255,255,0.00) 100%);
	position: absolute;
	z-index: -1;
}

.onButton::before {
	content: "";
	display: block;
	height: 30px;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	border-radius: 10% 10% 50% 50%;
	filter: blur(1px);
	background-image: radial-gradient(ellipse 50% 50%, rgba(255,255,255,1) 35%, var(--onTabColor) 85%);
	position: absolute;
	z-index: -1;
}

.offButton {
	cursor: pointer;
	position: relative;
	width:35px;
	height:35px;
	border-radius: 50%;
	border: 0px solid #012880;
	background: var(--offTabColor);
	z-index: -1;
	overflow:hidden;
	color: var(--offTabColor);
	filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.5));
}

.offButton::after {
	content: "";
	display: block;
	height: 15px;
	width: 25px;
	top: 2px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 15px 15px 0 0;
	background-image: linear-gradient(180deg, rgba(255,255,255,.75) 15%, rgba(255,255,255,0.00) 100%);
	position: absolute;
	z-index: -1;
	filter: blur(0px);
}

.offButton::before {
	content: "";
	display: block;
	height: 30px;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	border-radius: 10% 10% 50% 50%;
	filter: blur(1px);
	background-image: radial-gradient(ellipse 50% 50%, rgba(255,255,255,1) 35%, var(--offTabColor) 85%);
	position: absolute;
	z-index: -1;
}

 .reverse-spinner {
  position: relative;
  height: 200px;
  width: 200px;
  border: 4px solid transparent;
  border-top-color: rgb(187,213,0);
  border-left-color: rgb(187,213,0);
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.reverse-spinner::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  content: "";
  border: 4px solid transparent;
  border-top-color: rgb(187,213,0);
  border-left-color: rgb(187,213,0);
  border-radius: 50%;
  -webkit-animation: spinBack 1s linear infinite;
  animation: spinBack 1s linear infinite;
}

@-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}


@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
  }
  to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
  }
}

@keyframes spinBack {
  from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
  }
  to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
  }
}

