:root {
  --link-primary: #D53A3D;
	--link-href-primary: #343E3D;
	--info-text-color: #999999;

	--header-font: 'Play', sans-serif;
	--body-font: Helvetica, Arial, sans-serif;

}

* {
	margin: 0;
}


html, body {
  margin:0;
  padding:0;
	height: 100%;
  font-family:"Trebuchet MS", Helvetica, sans-serif;
  color:#000000;
  font-size:12px;
  line-height:20px;
  text-align:left;
  -webkit-text-size-adjust:100%;
	//background-color: #f1f1f1;
}
h1, h2, h3, h4 {
  margin:0;
  padding:0;
  font-weight:400;
	font-family: TCM_____, "Trebuchet MS", Helvetica, sans-serif;
}

h1 {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
  color:#000000;
  font-size:60px;
  line-height:60px;
  font-weight:700;
}
h2 {
  font-size:28px;
  line-height:28px;
}
h3 {
  font-size: 22px;
  line-height:24px;
}
h4 {
  font-size:20px;
  line-height:18px;
}

a {
	color: var(--link-href-primary)
}

header_text {
	font-family: Arial;
	font-size: 24px;
	color: #aa0000;
	line-height: 1.2em;
	margin: 0 0 10px 0;	
}

/* unvisited link */
a:link {

}

/* visited link */
a:visited {

}

/* mouse over link */
a:hover {
	text-decoration:underline;
}

/* selected link */
a:active {
  color: #000000;
}

p {
  margin:0;
  padding:0;
  font-size:12px;
  line-height:18px;
}
form {
  margin:0;
  padding:0;
}
img {
  border:0;
}

input[type="checkbox"] {
	margin: 0 5px;
}

@font-face {
	font-family: 'moon_flower_boldregular';
	src: url('../fonts/moon_flower_bold-webfont.eot');
	src: url('../fonts/moon_flower_bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/moon_flower_bold-webfont.woff') format('woff'),
			 url('../fonts/moon_flower_bold-webfont.ttf') format('truetype'),
			 url('../fonts/moon_flower_bold-webfont.svg#moon_flower_boldregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: TCM_____;
	src: local(TCM_____), url('../fonts/TCM_____.ttf') format('opentype');
}
.sub_head {
  font-size:28px;
  line-height:28px;
  margin:0 0 10px 0;
}
moon_head {
	font-family:moon_flower_boldregular;
  font-size:40px;
	color:#aa0000;
  line-height:42px;
  margin:0 0 10px 0;
}
moon_sub {
	font-family:moon_flower_boldregular;
  font-size:26px;
	color:#aa0000;
  line-height:30px;
  margin:0 0 10px 0;
}
TW_head {
	font-family:TCM_____, Helvetica, sans-serif;
  font-size:40px;
	color:#aa0000;
  line-height:42px;
  margin:0 0 10px 0;
}
TW_sub {
	font-family:TCM_____, Helvetica, sans-serif;
  font-size:26px;
	color:#aa0000;
  line-height:30px;
  margin:0 0 10px 0;
}
#footer2 a {
  color:#ffffff;
}

#header_box {
  height:130px;
}

#top_menu_container {
	padding-right: 50px;
}

.top_menu_item {
	padding: 5px 20px;
	font-weight: bold;
	display: inline-block;
	min-width: 100px;
	color: var(--info-text-color);
}

.top_menu_item a {
	color: #777777;
}

.top_menu_item a:hover {
	color: black;
}

#left_side_menu {
	width:190px;
	height: 100%;
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 24px;
}
#left_side_pad {
	padding: 20px 10px;
}
.left_side_item {
	padding: 0 10px;
}

.left_side_spacer {
	margin: 20px 0;
	border: 0;
	border-bottom: 1px solid #999999;
}
#container {
	margin: 10px 10px 0 200px;
}
#container2 {
	margin: 10px 10px 0 20px;
}
#wrapper {
	width: 900px;
	background-color: #ffffff;
	border-radius: 10px;
	margin: 0 auto;
}
#content {
	padding: 0 20px 40px 20px;
}
.float_clear {
	margin: 0;
	border: 0;
	height: 0;
	clear: both;
}
#push {
	height: 100px;
	clear: both;
}	
#header {
	height: 70px;
	position: relative;
	margin: 0 10px;
}
#header_content {
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#footer {
	color: var(--info-text-color);
	font-family: var(--modern-font);
	margin-top: 40px;
}

#footer a {
	color: #000000;
}
#footer_table {
	width: 900px;
	border-spacing: 40px;
	margin: 0 auto;
}
#footer_table td {
	padding: 0;
	border: 0;
}
#RedButton {
	background-color: #aa0000;
	color: #ffffff;
	border-radius: 4px;
	padding: 7px;
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer; 
	cursor: hand;
}

#RedButton2 {
	background-color: #aa0000;
	color: #ffffff;
	border-radius: 4px;
	padding: 10px 15px;
	font-size: 14px;
	text-align: center;
	cursor: pointer; 
	cursor: hand;
	border: 1pt solid #aa0000;
	margin: 5px 0px 0px 0px;
}
#BlueButton {
	background-color: #01a0c7;
	color: #ffffff;
	border-radius: 4px;
	padding: 7px 10px 7px 10px;
	line-height: 20px;
	text-align: center;
	cursor: pointer; 
	cursor: hand;
	border: 1pt solid #01a0c7;
	margin: 5px 0px 0px 0px;
}
.blue_button_2 {
	background-color: #01a0c7;
	border-radius: 4px;
	padding: 8px 0;
	text-align: center;
	cursor: pointer; 
	cursor: hand;
	border: 0px;
	position: relative;
	font-size: 18px;
}
a.white_link {
	color: #ffffff;
}
#click {
	cursor: pointer; 
	cursor: hand;
}
.btn {
	padding:10px;
	text-align:center;
	color:#ffffff;
}
#personalization_btn {
	background-color:#aa0000;
	cursor:pointer;
}
#edit_btn {
	background-color:#0054a6;
	cursor:pointer;
}
#blog_frame {
	width: 100%;
	height: 800px;
	display: block;
	border: 1px solid #cccccc;
}

/* styles for the mobile hamburger menu */
.nav {
	box-shadow: 5px 5px 5px #777777
}
.nav-item {
	width: 100%;
	border-bottom: 1px solid #cccccc;	
	font-size: 10pt;
}

.nav-link {
	font-size: 9pt;
	font-family: "Trebuchet MS", Helvetica, sans-serif
}

.nav_item {
	float: left;
	margin: 22px 30px 3px 10px;
}
.nav_item_right {
	float: right;
	margin: 22px 10px 3px 30px;
}

#navbarSupportedContent {
	border: 1px solid #cccccc;
	background-color: white;
	z-index: 100;
}

.blackLine {
	clear: both;
	border-bottom: 2px solid #333333;
}
.black_line {
	margin: 0;
	border: 0;
	border-bottom: 2px solid #333333;
	clear: both;
}
.blue_btn_table {
	width: 80%;
	border-spacing: 20px;
	table-layout: fixed;
	margin: 20px auto 0;
}
.blue_btn_table td {
	padding: 0;
	border: 0;
}
.search_table {
	border-spacing: 20px;
	margin: 40px 0;
}
.search_table td {
	padding: 0;
	border: 0;
	vertical-align: top;
}
.front_image_table {
	border-spacing: 0;
}
.front_image_table td {
	padding: 0;
	border: 0;
	vertical-align: top;
}
#header_line {
	width: 100%;
	/*
	position: absolute;
	left: 0;
	top: 45px;
	*/
}
#link_logo {
	width: 125px;
	display: block;
}

.mobile-logo {
	width: unset !important;
	height: 70px;
}

.content_pad {
	padding: 0 10px;
}

/* styles for homepage */
#front_page_box {
	height: 275px;
	position: relative;
}
#front_page_text_pad {
	padding: 50px 0 0 40px;
}
#front_page_image {
	height: 325px;
	display: block;
	position: absolute;
	right: 40px;
	bottom: 0;
}

#front_search_results {
	position: absolute;
	width: 100%;
	background-color: var(--link-primary);
	z-index: 2;
}
.account_search_item {
	padding: 10px 20px;
	font-size: 16px;
	line-height: 18px;
	background-color: #ffffff;
	margin: 2px;
	cursor: pointer;
}
.account_search_item:hover {
	background-color: #eeeeee;
	font-weight: bold
}
#search_area {
	text-align: center;
	max-width: 450px;
	margin: 20px auto 20px;
	position: relative;
}
#link_search_box {

}

#link_account_search {
	text-align: left;
	border: 1px solid var(--link-primary);
	height: 45px;
	padding: 17px;
  padding-left: 55px;
	font-size: 16pt;
  color: gray;
  background-image: url('https://entourage-web-images.s3.us-east-1.amazonaws.com/LINK/search-30.png');
  background-repeat: no-repeat;
  background-position: left center;
  outline: 0;	
}

#design_point_btn_icon {
	width: 40px;
	position: absolute;
	left: 15px;
	top: 2px;
	margin-top: -5px;
}
#front_page_btns {
	width: 100%;
	border-spacing: 0;
	table-layout: fixed;
	margin: 20px 0 0 0;
}
#front_page_btns > tbody > tr > td {
	padding: 0 20px;
	border: 0;
	vertical-align: top;
	text-align: center;
}
#front_page_btns > tbody > tr > td.right_border {
	border-right: 1px solid #cccccc;
}
#my_schools_list {
	padding: 0 0 0 10px;
}
#my_schools_list > li {
	margin: 10px 0;
	font-size: 12px;
	line-height: 16px;
}
#flash_notification_box {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 300px;
	margin: -155px 0 0 -255px;
	background-color: #ffffff;
	z-index: 99999;
	box-shadow: 0 1px 3px 0 #999999;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	border: 5px solid #aa0000;
}
#flash_notification_pad {
	padding: 40px 20px;
	position: relative;
}
#close_notification {
	background-image: url('/images/small_white_x.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	height: 30px;
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
	margin: -15px -15px 0 0;
	background-color: #aa0000;
	border-radius: 15px;
	box-shadow: 0 1px 3px 0 #666666;
}
#flash_notification_btn {
	padding: 10px;
	background-color: #589de8;
	color: #ffffff;
	margin: 40px 0 0 0;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 1px 2px 0 #999999;
}
#begin_upload_btn {
	width: 130px;
	height: 30px;
	text-align: center;
	background-color: #75A514;
	color: #ffffff;
	border-radius: 2px;
	font-size: 13px;
	line-height: 30px;
	cursor: pointer;
	margin: 0 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

#school-search-box {
	padding: 0px;
	background-color: white;
	border-radius: 20px;
	box-shadow: 0px 20px 44px 0px rgba(0, 0, 0, 0.1);
}

.search-box-second-drop-shadow {
	border-radius: 80px; 
	box-shadow: 0px 200px 40px 0px rgba(255, 0, 0, 0.65);
}

.school-search-box-top {
	padding: 30px 80px 20px 80px;
	background-color: #f4f4f4;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	
}

.school-search-box-bottom {	
	padding: 30px 80px 20px 80px;
	background-color: white;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

h2.primary {
	font-size: 40px;
	color: var(--link-primary);
	font-family: var(--header-font);
	line-height: 1.1em
}

p.primary-text {
	color: var(--info-text-color);
	font-size: 9pt;
}

.modern-info {
	font-family: var(--header-font);
}

.cant-find-ctn {
	font-size: 9pt;
	color: var(--info-text-color);
}

.btn-primary {
	background-color: var(--link-primary);
	color: white;
	border-radius: 10px;
	border: 1px solid var(--link-primary);
}

.form-control {
	background-color: #f4f4f4;
	padding: 10px 20px;
	min-height: 40px;
}

.login-tab {
	display: inline-block;
	border-bottom: 1px solid  var(--info-text-color);
	font-size: 16px;
	color: var(--info-text-color);
	padding: 5px 0px 10px 0px;
}

.login-tab:hover {
	cursor: pointer;
	color: black
}

.selected-login-tab {
	color: black;
	box-sizing: border-box;
	border-bottom: 1px solid  black;
	box-shadow: inset 0 -3px 0 black;
}

.product-ctn {
	border: 1px solid #dedede;
	padding: 10px;
	border-radius: 10px;
	min-height: 250px;
	text-align: center;
}

/***********************************************************************************************************************/
/* Checkbox 3 */
  .checkbox-wrapper-3 input[type="checkbox"] {
    visibility: hidden;
    display: none;
  }

  .checkbox-wrapper-3 .toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-3 .toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 14px;
    display: block;
    background: #9A9999;
    border-radius: 8px;
    transition: background 0.2s ease;
  }
  .checkbox-wrapper-3 .toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-3 .toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: rgba(79, 46, 220, 0.5);
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
  }

  .checkbox-wrapper-3 #keep_logged_in_check:checked + .toggle:before {
    background: #947ADA;
  }
  .checkbox-wrapper-3 #keep_logged_in_check:checked + .toggle span {
    background: #4F2EDC;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
  }
  .checkbox-wrapper-3 #keep_logged_in_check:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
  }


