/*
Theme Name: Student Gun Violence Summit
Author: NP Strategy Group
Author URI: https://npstrategygroup.com
*/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

/* HERO HEADER */

header {
	margin: 0;
	padding: 0;
	background: #000000 url('images/capitol-header.jpg') center center no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 682px;
	position: relative;
}

/* NAVIGATION */

nav#main {
    margin: 40px 5% 0 0;
    display: inline-block;
    float: right;
    list-style-type: none;
    text-align: right;
	z-index: 9999;
}

nav#main li {
	margin: 0 20px 0 0;
	padding: 0;
	display: -webkit-inline-box;
	vertical-align: middle;
	letter-spacing: 0.1em;
}

nav#main li:last-child {
	margin: 0!important;
}

nav#main li a, nav#main li a:active, nav#main li a:visited {
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

nav#main li#apply a, nav#main li#apply a:active, nav#main li#apply a:visited {
	padding: 10px 12px;
	background: transparent;
	color: #000000;
	border: 3px solid #000000;
}

nav#main li#apply a:hover {
	background: #000000;
	color: #ffffff;
}

/* FEATURED */

video {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 768px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#featured {
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.05);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 0;
}

#callout {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	color: #000000;
	text-align: center;
}

#video_cover {
	position: absolute;
	width: 100%;
	height: 100%;
 	background: url('images/stock-vigil.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	display: none;
}

#logo {
	width: 150px;
	height: auto;
	position: absolute;
	top: 20px;
	left: 5%;
	z-index: 9999;
}

/* FEATURED */

h1 {
	margin: 0;
	padding: 0;
	font-size: 60px;
	font-weight: 700;
	color: #000000;
	line-height: 55px;
}

/* BUTTON */

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ff6d00;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0;
}

[class^="hvr-"] {
    margin: 1.6em;
    padding: 1em;
    cursor: pointer;
    background: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
    color: #000000;
	text-transform: uppercase;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* SIGNUP */

#signup {
	margin: 0;
	padding: 0;
	background: #fcfcfc;
	width: 100%;
}

#form-email {
	margin: 0;
	padding: 0 0 0 2%;
	background: #fcfcfc;
	width: 25%;
	height: 60px;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	border: 0;
}

#form-zip_code {
	margin: 0;
	padding: 0 0 0 2%;
	background: #fcfcfc;
	width: 11%;
	height: 60px;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	border: 0;
}

ul#description {
    margin: 0;
    padding: 20px 0 0 0;
    list-style-type: none;
    width: 40%;
    height: 40px;
    float: left;
    text-align: center;
}

ul#description li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
}

ul#description li:first-child {
	font-weight: 700;
}

ul#description li:last-child {
	margin: 0;
}

input[type="radio"] {
	margin: 0 5px 0 0;
    padding: 0;
    width: 4%;
    height: 16px;
    display: inline;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#submit {
	margin: 0;
	padding: 0;
	background: #000000;
	width: 20%;
	height: 60px;
	float: left;
	font-family: 'Oswald', "Font Awesome 5 Pro";
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	transition: all 0.5s ease;
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

#submit:hover {
	background: #ff6d00;
	color: #000000;
	cursor: pointer;
	transition: all 0.5s ease;
}

/* ABOUT */

#about {
	margin: 0;
	padding: 40px 5%;
	background: #ff6d00;
	color: #ffffff;
	line-height: 42px;
}

.title {
	width: 31.3%;
	font-size: 36px;
}

h3 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
}

a.more, a:active.more, a:visited.more {
	margin: 15px 0 0 0;
	padding: 5px 25px;
	background: transparent;
	display: table;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #ffffff;
	transition: all 0.5s ease;
}

a:hover.more {
	background: #ffffff;
	color: #ff6d00;
	transition: all 0.5s ease;
}

#subhead {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	line-height: 1;
}

.detail {
	width: 64.3%;
	font-size: 32px;
	font-weight: 300;
}

/* SOCIAL */

#social {
	margin: 0;
	padding: 40px 5%;
	background: #f7f7f7;
	width: 90%;
	height: 500px;
	position: relative;
}

#posts {
    display: flex;
	width: 80%;
    justify-content: space-between;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

#post {
	margin: 0 10px;
	padding: 110px 40px 40px 40px;
	background: #ffffff;
	line-height: 24px;
	position: relative;
}

article.twitter:hover {
	background: #55acee!important;
	color: #ffffff;
	transition: all 0.5s ease;
}

article.release:hover {
	background: #ff6d00!important;
	color: #ffffff;
	transition: all 0.5s ease;
}

#post > .fa-twitter {
	position: absolute;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 42px;
	color: #55acee;
	transition: all 0.5s ease;
}

#post > .fa-file-alt {
	position: absolute;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 42px;
	color: #ff6d00;
	transition: all 0.5s ease;
}

#post:hover > .fa-twitter, #post:hover > .fa-file-alt {
	color: #ffffff;
	transition: all 0.5s ease;
}

h2 {
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #000000;
}

#post:first-of-type {
	margin: 0 10px 0 0;
}

#post:last-of-type {
	margin: 0 0 0 10px;
}

/* APPLICATION */

#application {
	margin: 0;
	padding: 40px 5%;
	background: #ff6d00;
}

#application > #left {
    font-size: 36px;
    color: #ffffff;
    line-height: 42px;
}

#notice {
	margin: 20px 0 0 0;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}

.steps {
	width: 64.7%;
}

h4 {
	margin: 0 0 20px 0;
	padding: 0;
	display: table;
	font-family: "Oswald", sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	border-bottom: 3px solid #ff6d00;	
}

/* APPLICATION TABS */

.tabs {
	margin: 0 auto;
	padding: 0 2%;
	background: #ffffff;
	width: 96%;
	height: auto;
}

.tabs .tabs-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	bottom: 40px;
}

.tabs .tabs-list li {
    width: 180px;
    float: left;
    margin: 0px;
    margin-right: 10px;
    padding: 10px 5px;
    text-align: left;
	border-bottom: 5px solid #cccccc;
	transition: all 0.5s ease;
}

.tabs .tabs-list li:last-child {
	margin-right: none;
}

.tabs .tabs-list li:hover {
    cursor: pointer;
	transition: all 0.5s ease;
}

.tabs .tabs-list li a {
	font-size: 14px;
	letter-spacing: 0.1em;
    text-decoration: none;
	text-transform: uppercase;
    color: #cccccc;
	transition: all 0.5s ease;
}

/* Tab content section */
.tabs .tab {
    display: none;
    width: 96%;
    min-height: 250px;
    height: auto;
    border-radius: 3px;
    padding: 20px 15px 40px 15px;
    color: darkslategray;
    clear: both;
	position: relative;
}

/* When active state */

.active {
    display:inline-block!important;
}

.tabs .tabs-list li.active {
	background: #ffffff!important;
	font-weight: 600;
    color: #ff6d00!important;
	border-bottom: 5px solid #ffffff;
	transition: all 0.5s ease;
	text-decoration: none;
	border: 2px solid #ffffff;
}

.active a {
	background: #ffffff!important;
    color: #ff6d00!important;
}

.tabs-list {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}

.tabs-list li {
	display: inline-block;
}

.tabs-list li a, .tabs-list li a:visited {
	margin: 0;
	padding: 10px 15px;
	background: #f7f7f7;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	border: 2px solid #ffffff;
}

/* media query */

@media screen and (max-width:360px) {
    .tabs {
        margin: 0;
        width: 96%;
    }
	
    .tabs .tabs-list li {
        width: 80px;
    }
}

/* APPLICATION FIELDS */

input {
	margin: 5px 0 40px 0;
	padding: 0 5%;
	background: #f7f7f7;
	width: 90%;
	height: 40px;
	display: block;
	font-family: "Montserrat", sans-serif;
    font-size: 16px;
	border: 0;
    -webkit-border-radius: 0; 
    border-radius: 0;
}

input[type="text"]:first-of-type {
	margin-bottom: 5px;
}

select {
	margin: 5px 0 40px 0;
	padding: 0 5%;
	background: #f7f7f7;
	width: 100%;
	height: 40px;
	display: block;
	font-family: "Montserrat", sans-serif;
    font-size: 16px;
	border: 0;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
	margin: 0 0 40px 0;
	font-family: "Montserrat", sans-serif;
    font-size: 16px;
	-webkit-appearance: none;
}

input[type="file"] {
	padding: 0;
	background: transparent;
	font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

input[type="submit"] {
	margin: 0 auto;
	background: #ffffff;
	width: 25%;
	height: 60px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	color: #ff6d00;
	text-transform: uppercase;
	border: 3px solid #ff6d00;
}

input[type="submit"]:hover {
	background: #ff6d00;
	color: #ffffff;
	cursor: pointer;
}

.control-group {
	margin: 0 0 40px 0;
}

.half {
	width: 48%;
}

/* RADIO BUTTON */

.control {
    display: table;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
}

.control-radio .control_indicator {
    border-radius: 0;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #ff6d00;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

/* CHECKBOX */

.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add an orange background */
.container input:checked ~ .checkmark {
  background-color: #ff6d00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

label a, label a:active, label a:visited {
	color: #000000;
}

#phone1, #phone2 {
	margin: 0 5px 0 0!important;
	width: 100px;
	float: left;
}

#phone3 {
	margin: 0!important;
	width: 150px;
	float: left;
}

#essay {
	padding: 2%;
	background: #f7f7f7;
    width: 86%;
    height: 200px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* SPONSORS */

#sponsors {
	margin: 0;
	padding: 40px 5%;
	background: #ffffff;
	width: 90%;
}

menu#sponsor-logos {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

menu#sponsor-logos li {
	margin: 0 20px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

menu#sponsor-logos li img {
	width: auto;
	height: 150px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: all 0.5s ease;
}

menu#sponsor-logos li img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.60;
	transition: all 0.5s ease;
}

menu#sponsor-logos li:first-child {
	margin: 0 20px 0 0;
}

menu#sponsor-logos li:last-child {
	margin: 0 0 0 20px;
}

#continue {
	margin: 0;
	padding: 0;
	background: transparent;
	width: 200px;
	height: 40px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-family: 'Oswald', "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: 600;
	color: #ff6d00;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #ff6d00;
	transition: all 0.5s ease;
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;	
}

#continue:hover {
	background: #ff6d00;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.5s ease;
}

#send {
	margin: 0;
	padding: 0;
	background: transparent;
	width: 200px;
	height: 40px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-family: 'Oswald', "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: 600;
	color: #ff6d00;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #ff6d00;
	transition: all 0.5s ease;
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

#send:hover {
	background: #ff6d00;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.5s ease;
}

/* FOOTER */

footer {
	margin: 0;
	padding: 40px 5%;
	background: #000000;
}

#disclaimer {
	margin: 0 auto;
	padding: 15px 20px;
	width: 275px;
	color: rgba(250,250,250,0.60);
	text-align: center;
	border: 1px solid rgba(250,250,250,0.60);
}

menu#footer {
	margin: 40px auto 0 auto;
	padding: 0;
	width: 96%;
	list-style-type: none;
	text-align: center;
}

menu#footer li {
	margin: 0 10px;
	display: inline-block;
}

menu#footer li:first-child {
	margin: 0 10px 0 0;
}

menu#footer li:last-child {
	margin: 0 0 0 10px;
}

menu#footer li a, menu#footer li a:active, menu#footer li a:visited {
	color: rgba(250,250,250,0.60);
	text-decoration: none;
	transition: all 0.5s ease;
}

menu#footer li a:hover {
	color: rgba(250,250,250,1.0);
	transition: all 0.5s ease;
}

/* SINGLE */

#wrapper {
	margin: 0 auto;
	padding: 40px 5%;
	background: #ff6d00;
	width: 90%;
}

#sidebar {
	margin: 0;
	padding: 40px 2% 40px 0;
	width: 33%;
	float: left;
	color: #ffffff;
}

#page {
	margin: 0;
	padding: 40px 2%;
	background: #ffffff;
	width: 61%;
	float: left;
	line-height: 28px;
}

#page a, #page a:active, #page a:visited {
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}

#page a:hover {
	border-bottom: 1px dotted #000000;
}

#navigation {
	margin: 0;
	padding: 20px 5%;
	background: #000000;
	width: 90%;
}

/* INTERIOR NAV */

nav#nav {
    margin: 20px 0 0 0;
    display: inline-block;
    float: right;
    list-style-type: none;
    text-align: right;
}

nav#nav li {
	margin: 0 20px 0 0;
	padding: 0;
	display: -webkit-inline-box;
	vertical-align: middle;
	letter-spacing: 0.1em;
}

#interior-logo {
	margin: 0;
	padding: 0;
	width: auto!important;
	height: 60px!important;
	float: left;
}

nav#nav li a, nav#nav li a:active, nav#nav li a:visited {
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

nav#nav li#apply a, nav#nav li#apply a:active, nav#nav li#apply a:visited {
	margin: 0!important;
	padding: 10px 12px;
	border: 3px solid #ffffff;
}

nav#nav li#apply a:hover {
	background: #ffffff;
	color: #000000;
}

/* CONTENT TWEAKS */

#page .wp-image-47, #page .wp-image-48 {
	width: 48%;
	height: auto;
}

/* RESET */

#left {
	margin: 0;
	padding: 0 2% 0 0;
	float: left;
}

#right {
	margin: 0;
	padding: 0 0 0 2%;
	float: right;
}

.clearfix {
	clear: both;
}

/* MOBILE */

@media screen and (max-width: 474px) {	
	#logo {
		margin-top: 79px;
	}
}

@media screen and (max-width: 600px) {	
	#signup #description {
		margin-top: -10px;
		margin-bottom: 30px;
	}
	
	#signup #description li {
		display: block;
		padding: 10px 0px;
	}
	
	/*
	#signup {
		margin-top: 40px;
	}
	*/
}

@media screen and (max-width: 800px) {
	#sidebar {
		padding: 40px 0 40px 0;
		width: 100%;
		float: none;
	}

	#page {
		padding: 40px 4%;
		background: #ffffff;
		width: 100%;
		float: none;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1024px) {
	header {
	 	background: url('images/capitol-header.jpg') no-repeat;
		background-size: cover;
		background-position: center;		
	}
	
	/*
	nav#main, nav#nav {
		display: none;
	}
	*/
	
	#callout {
		top: 60%;
		width: 96%;
	}
	
	h1 {
		font-size: 40px;
		line-height: 40px;
	}

	video {
		display: none;
	}
	
	#email, #zip {
		width: 98%;
	}
	
	#submit {
		width: 100%;
	}
	
	ul#description {
		margin: 20px 0;
		padding: 0 2%;
		width: 96%;
		height: auto;
	}
	
	ul#description li {
		margin: 0;
		display: inline-table;
	}
	
	input[type="radio"] {
		margin: 0 auto;
		padding: 0;
		width: auto;
		display: block;
	}
	
	#left, #right {
		padding: 0;
	    float: none;
	}
	
	#application #right {
		padding-top: 40px;
	}
	
	#application #send {
		position: relative;
		right: 0;
		bottom: 0;
		margin-top: 40px;
	}
	
	.title {
	    width: 100%;
	}
	
	.detail {
	    width: 100%;
	}
	
	#social {
		height: auto;
	}
	
	#posts {
		width: 100%;
		display: block;
		position: inherit;
    	top: inherit;
    	left: inherit;
    	transform: unset;
    	-webkit-transform: unset;
    	-ms-transform: unset;
		justify-content: unset;
	}
	
	#post {
		margin: 0 0 40px 0;
		padding-left: 2%;
		padding-right: 2%;
		width: 96%;
	}
	
	#post:first-of-type {
		margin: 0 0 40px 0;
	}
	
	#application > #left {
		padding: 0 0 40px 0;
	}
	
	.tabs .tab {
		width: unset;
	}
	
	.tabs-list li {
		font-size: 14px;
	}
	
	.steps {
		width: 100%;
	}
	
	.half {
		width: 100%;
	}
	
	input[type="submit"] {
		width: 100%;
	}
	
	menu#sponsor-logos li:first-child {
		margin: 0 0 40px 0;
		display: block;
		text-align: center;
	}
	
	menu#sponsor-logos li img {
		height: 70px;	
	}
}

@media screen and (max-width: 1280px) {
	header {
		height: 500px;
	}
}

@media screen and (max-width: 1600px) {
	header {
		height: 628px;
	}
}