@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=PT+Sans:wght@400;700&family=Playfair+Display:wght@500;600;700;800;900&display=swap');


/* CSS Document */

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
ol,
li,
dl,
dt,
dd,
form {
    padding: 0;
    margin: 0;
}

html,
body {
    padding: 0;
    margin: 0;
    height: auto;
}

body input {
    border: none;
    outline: none;
    border-radius: 0px;
}

body textarea {
    border: none;
    outline: none;
    overflow: auto;
    border-radius: 0px;
}

select::-ms-expand {
    display: none;
}

body select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0px;
}

body input[type="submit"],
body button {
    border: none;
    outline: none;
    border-radius: 0px;
}

input[type=checkbox] {
    border: none;
    outline: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}

img {
    outline: none;
    border: none;
    max-width: 100%;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
}

body .container {
	max-width:1080px;
	width:100%;
}

.about_us {
	font-family: 'PT Sans', sans-serif;
	background:#000;
	color:#fff;
}
.about_top_left .about_inner p, .about_three_block  p {
	color:#fff;
	font-size:15px;
	margin-bottom:20px;
	display: inline-block;
    width: 100%;
}
.about_second_grid .about_inner ul {
	padding-left:20px;
}
.about_second_grid .about_inner li {
	list-style:disc;
	line-height:23px;
	font-size:15px;
	color:#fff;
	margin-bottom:8px;
	font-weight:bold;
}

.share-your-rush-stories .rush-stories_content h2{
	font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
    font-weight: 700;
    text-decoration: underline;
    font-size: 32px;
	text-align:center; 
	margin-bottom:30px; 
}
.share-your-rush-stories .rush-stories_content h3{
	font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
    font-weight: 700;
    font-size: 26px;
	line-height:34px;
    color: #000000!important;
    text-align: left;
	margin:20px 0;
}

.email_success_content h3 {
	font-family: 'Oswald', sans-serif;
    color: #000000!important;
	font-size:26px;
	line-height:34px;
}
.email_success_content h3 span{
	margin-top:10px;
}

.email-the-show-page h3 {
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    font-size: 26px;
    line-height: 1.3em;
    color: #000000;
	margin: 0 auto;
    margin-bottom:30px;
    max-width: 1000px;
}
.email-the-show-page h4 {
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    line-height: 1.8em;
    padding-top: 5px!important;
    color: #7f8389;
	margin-bottom:20px;
}
.email-the-show-page h6 {
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    padding-top: 5px!important;
    color: #7f8389;
	margin-bottom:30px;
}
.email-the-show-page h4 a, .email-the-show-page h6 a {
	color:#2ea3f2;
}
@media screen and (max-width:767px) {
	.about_top_left .about_inner img {
		margin-bottom: 25px;
	}
	.about_top_left .about_inner p, .about_three_block p, .about_second_grid .about_inner li {
		font-size:13px;
		line-height:18px;
	}
}