/* Global Styles */

html,
body {
    height: 100%;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	line-height: 30px;
}
body {
	padding-top: 168px;
	transition: all 1s;
	transition: width 0s;
}
.libre {
	font-family: 'Libre Baskerville', serif;
}
.clear {
	height: 0;
	padding: 0;
	margin: 0;
	clear: both;
}
h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	text-align: left;
	color: #3C3C3C;
}
h2.herotitle {
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	text-align: center;
	margin-top: 30px;
}
h3, .ash3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-align: left;
	color: #3C3C3C;
}
h4 {
	font-size: 18px;
	line-height: 28px;
	color: #3C3C3C;
	font-weight: 700;
}
p {
	font-size: 18px;
	font-weight: 300;
	color: #222;
	padding: 8px 0;
	margin: 0;
}
img {
	max-width: 100%;
}
a, span.link {
	color: #407880;
}
#pagecontents a, #pagecontents span.link {
	font-weight: bold;
	text-decoration: underline;
}
#pagecontents a.btn {
	text-decoration: none;
}
a:hover, span.link:hover {
	text-decoration: none;
	color: #939BC5;
}
span.link {
	cursor: pointer;
}
.font-normal {
	font-weight: 400;
}
.space30 {
	margin: 0;
	padding: 0;
	height: 30px;
	clear: both;
}
.announcement {
	padding: 15px;
	/* border-radius: 8px; */
	/* background: #FFF8FC; */
	/* border: 2px solid #2A3A8D; */
	color: #a00000;
	margin-bottom: 14px;
	margin-top: 0;
	font-size: 1.2em;
	font-weight: bold;
}

/* Top of page styles */
#preheader {
	background: #2A3A8D;
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	line-height: 24px;
	padding-left: 30px;
	padding-right: 10px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 5;
}
#preheader .container {
	padding-left: 45px;
	padding-right: 45px;
}
#preheadertext {
	color: white;
	display: block;
	padding-top: 8px;
}
#preheader button {
	float: right;
	margin: 2px;
}
#preheader button img {
	margin-left: 4px;
}
#preheader .fa-sign-out-alt {
	color: #87dade;
}

#toplogo, #mobiletoplogo {
	position: absolute;
	top: 0;
	z-index: 10000;
}
.navbar {
	height: 128px;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	background: white;
	z-index: 5;
	position: fixed;
	width: 100%;
	top: 40px;
	border-bottom: 1px solid #F0F0F0;
	border-left: none;
	border-right: none;
	border-top: none;
	transition: height 1s;
}
.navbar-nav {
	float: right;
	padding-right: 20px;
}
.navbar a {
	color: #2A5A8D;
}
.navbar a.selected, .nav > li > a:hover, li.sfHover a {
	color: #003;
	background: transparent;
}
.navbar .nav > li {
	margin: 42px 5px;
	transition: all 1s;
}
.navbar .nav > li > a {
	padding: 10px;
}
.navbar-nav > li > .dropdown-menu {
	background: #FFFFFF;
	/* Shadows / Shadow 4 */
	box-shadow: 0px 16px 32px rgba(67, 86, 100, 0.165947);
	border-radius: 0px 8px 8px 8px;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-nav > li > .dropdown-menu li {
	font-size: 16px;
	font-weight: 300;
	color: #3C3C3C;
	padding: 0px;
}
.navbar-nav > li > .dropdown-menu li a {
	padding: 10px 15px;
}
.navbar-nav > li > .dropdown-menu li a:hover {
	background: transparent;
	color: #2A3A8D;
}
.navbar button {
	margin-left: 12px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Title Banners and Bookmark Link */
.banner {
	height: 240px;
	max-width: 1440px;
	margin: 0 auto 80px;
	padding-top: 79px;
	background-size: cover;
}
.banner p {
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
	margin: 0;
	padding: 0 0 8px;
}
.banner h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #3C3C3C;
	text-shadow: 0px 0px 2px white;
}
.book1 {
	background-image: url('../jpg/book1.jpg');
	background-position: top center;
}
.book2 {
	background-image: url('../jpg/book2.jpg');
	background-position: top center;
}
.person1 {
	background-image: url('../jpg/person1.jpg');
	background-position: top center;
}
.person2 {
	background-image: url('../jpg/person2.jpg');
	background-position: top center;
}
.person3 {
	background-image: url('../jpg/person3.jpg');
	background-position: top center;
}
.trophy {
	background-image: url('../jpg/trophy-2.jpg');
	background-position: top center;
}
.medals {
	background-image: url('../jpg/medals.jpg');
	background-position: top center;
}
.largemedals {
	background-image: url('../jpg/largemedals.jpg');
	background-position: top center;
	height: 524px;
	text-align: center;
	color: white;
}
.largemedals p {
	color: white;
	padding-top: 90px;
	padding-bottom: 16px;
}
.largemedals h1 {
	color: white;
	font-size: 56px;
	line-height: 69px;
}
#bookmarklink {
	position: fixed;
	z-index: 2;
	margin-top: 0;
	right: 20px;
	width: 257px;
	height: 264px;
	background: url('../png/rectangle.png') bottom center;
	padding-top: 10px;
	text-align: center;
}
#bookmarklink p {
	color: white;
	padding: 0 31px;
}
#bookmarkbutton {
	background: #C3EDEF;
	color: #2A3A8D;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	width: 175px;
	height: 48px;
	margin: 28px auto 0;
}

/* Carousel navigation styles */
.slick-prev, .slick-next {
	background: transparent;
	box-shadow: none;
	color: #4D827D !important;
	font-size: 16px;
	top: calc(50% - 30px);
	transform: scaleY(2.8);
	font-weight: normal;
}
.slick-prev::before, .slick-next::before {
	content: '';
}
.slick-prev:hover, .slick-next:hover, .click-prev:focus, .slick-next:focus {
	color: #2A3A8D !important;
}
.slick-dots {
	bottom: auto;
	margin: 15px auto;
}
.slick-dots li {
	margin: 1px;
}
.slick-dots li button {
	box-shadow: none;
	padding: 4px;
}
.slick-dots li button::before {
	font-size: 8px;
	color: #BDD0CF;
	opacity: 1;
}
.slick-dots li.slick-active button::before {
	color: #004C45;
}
.slick-prev {
	left: -50px;
}
.slick-next {
	right: -50px;
}
.popover {
	max-width: 350px;
	border: 1px solid #f0f0f0;
	box-shadow: 0px 4px 8px rgba(67, 86, 100, 0.102956), 0px 8px 16px rgba(67, 86, 100, 0.0780977);
	font-size: 16px;
	line-height: 24px;
}
.popover .genre {
	font-weight: bold;
	color: #2A3A8D;
}
.popover p {
	font-size: 16px;
	line-height: 24px;
}
.popover.right > .arrow {
	top: 35px !important;
}

.contacticon img {
	vertical-align: top;
}

/* Bottom banners */
#bottombanner {
	background: #2A3A8D;
	padding: 30px 0 25px 0;
	color: white;
	// margin-top: 35px;
}
#bottombanner p {
	font-size: 24px;
	line-height: 32px;
	color: white;
}
#bottombanner h2 {
	color: white;
}
#enteryourbook {
	background: #C3EDEF;
	color: #2A3A8D;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	height: 48px;
}


/* About Pages */
.borders {
	border-top: 1px solid #D6D4D5;
	border-bottom: 1px solid #D6D4D5;
	padding: 25px 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
.borders h3, .borders h2.ash3 {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D6D4D5;
}
.aboutphoto {
	box-shadow: 0px 16px 32px rgba(67, 86, 100, 0.165947);
	height: 328px;
	padding: 16px 16px 0;
	text-align: center;
	margin-bottom: 30px;
}
.judgephoto {
	box-shadow: 0px 16px 32px rgba(67, 86, 100, 0.165947);
	height: 245px;
	padding: 16px 16px 0;
	text-align: center;
	margin-bottom: 30px;
}


/* Form Styles */
button {
	background: #2A3A8D;
	border: 0;
	min-height: 36px;
	padding-left: 14px;
	padding-right: 14px;
	border-radius: 8px;
	color: white;
	line-height: 34px;
	font-weight: bold;
	box-shadow: 0px 4px 8px rgba(67, 86, 100, 0.102956), 0px 8px 16px rgba(67, 86, 100, 0.0780977);
}
button.lg {
	padding: 8px 16px;
}
button:hover {
	background: #939BC5;
}
button.white {
	background: white;
	border-color: #C8CCE1;
	color: #2A3A8D;
	font-size: 14px;
}
button.white:hover {
	background: #f9f9f9;
}
button.fullwidth {
	width: 100%;
}
.holdsinput {
	margin-bottom: 25px;
}
.holdsinput.smallmargin {
	margin-bottom: 5px;
}
input[type=text], input[type=password], input[type=search], textarea {
	width: 100%;
	padding: 3px 8px;
	font-size: 14px;
	display: block;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid #D6D4D5;
	border-radius: 8px;
}
textarea {
	line-height: 1.5em;
}
input.error, textarea.error {
	border-color: red;
	color: red;
}
label.error {
	color: red;
	padding: 0 0 0 6px;
	font-size: 14px;
	margin-bottom: 0;
}
label.error:empty {
	display: none !important;
}
#formsubmitted {
	display: none;
}

.btn-info, .btn-success {
	color: #333;
}
.btn-danger {
	background: #d04338;
}
.btn-danger:hover .btn-danger:active {
	background: #b03830;
}
.select2-selection__placeholder {
	color: #666 !important;
}
.lb-number {
	color: #aaa !important;
}

/* Fancy file upload */
.filelabel {
	width: calc(100% - 130px);
}
.filelabel span {
	border-radius: 5px 0 0 5px;
	display: inline;
}
.filelabel input.btn {
	display: inline;
	width: calc(100% - 120px);
	border-radius: 0 5px 5px 0;
	padding: 5px 5px 5px 15px;
	text-align: left;
}
.filelabel input[type='file'] {
	display: none;
}
.widefilelabel {
	width: 100%;
}
.widefilelabel input.btn {
	width: calc(100% - 102px);
}

/* Fancy Radio Buttons */
.radiobuttons input[type="radio"] {
	display: none;
}
.radiobuttons .btn-group {
	display: inline-block;
	margin: 0 0 0 -1px;
	padding: 0;
	float: left;
	width: auto !important;
}
.radiobuttons .btn-group .btn {
	border-radius: 0;
}
.radiobuttons .btn-group:first-of-type, .radiobuttons .btn-group:first-of-type .btn {
	border-radius: 6px 0 0 6px !important;
}
.radiobuttons .btn-group:last-of-type, .radiobuttons .btn-group:last-of-type .btn {
	border-radius: 0 6px 6px 0 !important;
}

.radiobuttons input[type="radio"] + .btn-group > label span:first-child {
	display: none;
	margin: 0 !important;
}
.radiobuttons input[type="radio"] + .btn-group > label span:last-child {
	display: inline-block;
	margin: 0 !important;
}

.radiobuttons input[type="radio"]:checked + .btn-group > label span:first-child {
	display: inline-block;
}
.radiobuttons input[type="radio"]:checked + .btn-group > label span:last-child {
	display: none;
}
.radiobuttons label.button {
	display: inline;
	padding: 0;
}
#winnerfinalistdiv {
	padding-bottom: 4px;
}
#hasguests {
	display: none;
}
#guestinfo {
	display: none;
}

/* Legacy PayPal stuff */
.paymentitemname {
	width: 60%;
	padding: 3px 0 3px 20%;
	font-weight: bold;
	float: left;
	clear: both;
	min-height: 16px;
}
.paymentitemvalue {
	width: 38%;
	margin-left: 60%;
	padding: 3px 0;
	min-height: 16px;
}


/* General Styles */
iframe {
	max-width: 100%;
	width: 426px;
	height: 240px
}
.videocaption {
	max-width: 100%;
	width: 426px;
	margin: 0 auto;
	padding-top: 0px;
}
#processing {
	z-index: 10000;
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid navy;
	background: #f8f8f8;
	color: black;
	position: fixed;
	margin: 15% auto 0 calc(50% - 80px);
	border-radius: 180px;
	display: none;
}
.sidebar {
	padding: 16px;
	background: #EDF1F1;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
.sidebar h2, .sidebar h3 {
	margin-top: 0;
}
.sidebar a {
	color: #267;
}
.sideindent {
	padding-left: 15px;
}
.rolled {
	display: none;
}

.categories p {
	border-top: 1px solid #F0F0F0;
	padding-top: 9px;
	font-weight: 700;
}
.categories a {
	display: block;
}
.categories i.fa-xs {
	margin-top: 6px;
}

.guideline {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #F0F0F0;
}
.guideline span {
	display: inline-block;
	border-radius: 100px;
	background: black;
	color: white;
	width: 24px;
	text-align: center;
	margin-right: 16px;
	height: 24px;
	font-size: 16px;
	line-height: 25px;
	vertical-align: top;
	margin-top: 3px;
}
div.note, p.note {
	padding: 16px;
	font-size: 16px;
	background: #EDF1F1;
	text-align: justify;
}
.note h2 {
	font-size: 24px;
	line-height: 32px;
	margin-top: 0;
}
.note p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 0;
}
.note a {
	color: #307070;
}
.note.extension {
	font-size: 1.1em;
	line-height: 1.5em;
	color: maroon;
	background: yellow;
	border: 2px solid red;
}


#guestnote {
	font-weight: bold;
	text-align: center;
	display: none;
}
.guestinfo {
	display: none;
}

dl {
	border-bottom: 1px solid #BDD0CF;
}
dt {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding: 16px 0px;
	border-top: 1px solid #BDD0CF;
	cursor: pointer;
}
dt i {
	float: right;
	margin-left: 20px;
	margin-top: 4px;
	margin-right: 6px;
	color: #4D827D;
}
dd {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	display: none;
	padding-bottom: 10px;
}

#overlapsticker {
	display: block;
	margin: -146px auto 0 auto;
	width: 132px;
	text-align: center;
}
.detailprize {
	padding-bottom: 20px;
}
.detailprize p {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	color: #2A3A8D;
}
.detailprize h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	text-align: center;
	color: #282828;
}
#awardbenefits {
	max-width: 1440px;
	height: 676px;
	background: url('../jpg/trophy_wide.jpg') top center;
	margin: 0 auto 80px;
}
#benefittext {
	width: 50%;
	margin-left: 50%;
	padding-left: 40px;
	background-color: rgba(40,40,40,0.8);
	color: white;
	height: 100%;
}
#benefittext h2 {
	color: white;
	padding-top: 80px;
	max-width: 500px;
}
#benefittext ul {
	padding-top: 12px;
}

ul li::marker {
	color: #88DBDF; /* Change the color */
}
#benefittext li {
	color: white;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	padding-bottom: 16px;
	padding-right: 16px;
	max-width: 500px;
}
#certificate {
	filter: drop-shadow(0px 16px 32px rgba(67, 86, 100, 0.165947));
	margin-top: 20px;
}
.greybg {
	background: #F9F9F9;
	margin-top: 80px;
	padding-top: 80px;
}
p.smtxt {
	font-size: 16px;
}

/* Winner Lists */
#winnerslist li {
	font-size: 16px;
	line-height: 28px;
}
#winnerslist dd p+ul {
	list-style-image: url('../gif/trophy_bullet.gif');
}
#winnerslist dd p+ul+p+ul {
	list-style-image: none;
}
#winnerslist dd p+ul li::marker {
	line-height: 16px;
}
#gpwinners h1, #gpwinners h3, #gpwinners p {
	text-align: center;
}
#winnerslist img {
	display: block;
	margin: 30px auto;
}
.divider {
	margin-top: 20px;
}
#openall {
	float: right;
}

/* Galas and Testimonials */
.testimonial {
	text-align: center;
	padding: 20px 0;
}
.citation {
    padding-top: 20px;
    display: block;
    font-size: 16px;
	text-align: right;
}
#galapics p, #galapics h2, #galapics h3, #galapics div, #galapics .citation {
	text-align: center;
}
#galapreamble div {
	padding-top: 25px;
}
#testimonials {
	text-align: center;
	max-width: 100%;
}
#testimonials .testimonialwrapper {
	padding: 20px 0;
}
#testimonials .testimonialwrapper:nth-child(odd) {
	background: #f4faff;
}
#testimonials p {
	max-width: 80%;
	margin: 0 auto;
	text-align: justify;
	line-height: 32px;
}
#testimonials .col-sm-6 {
	padding-bottom: 20px;
}


/* About Page */
.modal-dialog {
	width: 760px;
}
.modal-body {
	padding: 16px;
}
a.close {
	padding: 2px 7px 5px;
	border-radius: 20px;
}
.modal .close {
	background: #d6d4d5;
	color: white;
	opacity: 1;
	background: #666;
	color: white;
	text-decoration: none !important;
}
.modal .close:hover, .modal .close:active {
	background: #999;
}
.aboutphoto img, .judgephoto img {
	cursor: pointer;
}


/* Footer Styles */

footer {
    margin: 50px 0;
}
.socials {
	padding-bottom: 20px;
}
.socials p {
	font-size: 14px;
}
.socials .fab {
	font-weight: 400;
	font-size: 1.7em;
	margin-right: 5px;
}
.socials .fa-envelope, .socials .fa-phone {
	color: black;
}
.socials a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #407880;
}
.socials a:hover {
	text-decoration: none;
	color: #2A3A8D;
}
#footermenu, #footermenu p {
	font-size: 14px;
	line-height: 20px;
	color: #3C3C3C;
}
#footermenu a {
	color: #3C3C3C;
}
#footermenu a:hover {
	color: #2A3A8D;
	text-decoration: none;
}
#subfooter {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	border-top: 1px solid #F0F0F0;
	padding-top: 21px;
	padding-bottom: 19px;
}
#subfooter span, #subfooter a {
	display: inline-block;
	margin-right: 16px;
	color: #3C3C3C;
}
#subfooter a:hover {
	color: #2A3A8D;
}

/* Scrolled page menu styles */
html:not([data-scroll='0']) body {
	padding-top: 108px;
}
html:not([data-scroll='0']) .navbar {
	height: 68px;
}
html:not([data-scroll='0']) .navbar .nav > li {
	margin: 16px 5px 0;
}
html:not([data-scroll='0']) #bookmarklink {
	height: 150px;
	padding-top: 0;
}
html:not([data-scroll='0']) #bookmarklink p {
	display: none;
}
html:not([data-scroll='0']) #bookmarkbutton {
	margin-top: 15px;
}

/* Modal styles */
.modal-header {
	background: #2A3A8D;
	border-radius: 4px 4px 0 0;
	padding: 0 15px;
	color: white;
}
.modal-header h3, .modal-header h2 {
	font-size: 24px;
	color: white;
	padding: 0;
	margin: 10px 2px;
}
.modal .modal-header .close {
	background: white;
	color: #666;
	margin-top: 12px;
	opacity: 1
}

/* Responsive Styles */
@media (min-width: 768px) {
	.navbar {
		border-radius: 0;
	}
}
@media (max-width: 1199px) {
	#menuentrybutton {
		display: none;
	}
	#certificate {
		margin-top: 80px;
	}
}
@media (max-width: 1080px) {
	.hideeasier {
		display: none;
	}
}
@media (max-width: 991px) {
	#preheadername {
		display: none;
	}
	#socials {
		text-align: center;
	}
	.navbar-nav {
		padding-right: 0;
	}
	.navbar .nav > li > a {
		padding: 5px;
	}
	.sf-arrows .sf-with-ul::after {
		border: 0;
	}
	#benefittext {
		padding-left: 10px;
	}
	#benefittext h2 {
		padding-top: 20px;
	}
	#benefittext ul {
		padding-top: 0;
		padding-left: 25px;
	}
	#certificate {
		margin-top: 0;
	}
}
@media (max-width: 820px) and (min-width: 768px) {
	#homelink {
		display: none;
	}
}
@media (max-width: 767px) {
	body, html:not([data-scroll='0']) body {
		padding-top: 64px;
		transition: all 0s;
	}
	#preheader div {
		display: none;
	}
	#preheader {
		height: 8px;
	}
	#toplogo { /* Left in just in case we go back to a single logo instead of a separate one for mobile in the future */
		margin-left: -30px;
		max-width: 25%;
	}
	#mobiletoplogo {
		/* margin-left: -22px; */
		top: 0px;
		max-width: 25%;
	}
	.navbar, html:not([data-scroll='0']) .navbar {
		top: 8px;
		height: 56px;
		transition: all 0s;
	}
	.navbar-toggle {
		box-shadow: none;
		color: #2A3A8D;
		line-height: 0px;
		margin-top: 2px;
		text-align: center;
		width: 50px;
	}
	.navbar-toggle #closedmenu {
		display: none;
	}
	.navbar-toggle #openmenu {
		display: inline;
	}
	.navbar-toggle.collapsed #closedmenu {
		display: inline;
	}
	.navbar-toggle.collapsed #openmenu {
		display: none;
	}
	.navbar-toggle:hover {
		background: transparent;
		border: 1px solid #2A3A8D;
	}
	#ibamenu {
		margin-top: -3px;
		background: white;
		position: absolute;
		z-index: 10;
		border-bottom: 1px solid #F0F0F0;
		width: 100%;
	}
	.navbar-nav {
		float: none;
		padding-left: 20%;
		max-height: 70vh;
	}
	.navbar .nav > li, html:not([data-scroll='0']) .navbar .nav > li {
		margin: 3px 0 0;
		transition: all 0s;
	}
	.navbar .nav > li > a, .navbar .nav > li > a.selected {
		color: #3C3C3C;
		font-size: 16px;
		line-height: 24px;
	}
	.navbar-nav > li > .dropdown-menu {
		display: block !important;
		position: relative;
		float: none;
		margin: 0;
		border: 0;
		box-shadow: none;
		opacity: 1 !important;
	}
	.navbar .nav > li a:hover {
		color: #2A3A8D;
	}
	li.sfHover a {
		color: #3C3C3C;
	}
	.navbar-nav > li > .dropdown-menu li a {
		padding: 3px 5px;
	}
	.navbar-nav .caret {
		display: none;
	}
	.dropdown-menu > li > a {
		white-space: normal;
	}
	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
		background: transparent;
		color: #2A3A8D;
	}
	#xs-login-button {
		padding-top: 20px;
		padding-bottom: 12px;
	}
	#menuloginbutton {
		width: calc(100% - 30px);
	}
	#menuaccountbutton {
		width: calc(62% - 30px);
	}
	#menulogoutbutton {
		width: calc(38% - 30px);
	}
	.banner {
		display: none;
	}
	footer {
		text-align: center;
	}
	#subfooter {
		text-align: center;
		line-height: 32px;
	}
	.slick-prev {
		left: -25px;
	}
	.slick-next {
		right: -25px;
	}
	.no-bottom-margin-xs {
		margin-bottom: 0;
	}
	#awardbenefits {
		height: auto;
		background: url('../jpg/trophy_wide_small.jpg');
		background-size: cover;
	}
	#benefittext {
		width: 100%;
		margin-left: 0;
	}
	#benefittext h2, #benefittext li {
		max-width: 100%;
	}
	#testimonials p {
		max-width: 100%;
		margin: 0 auto;
	}
	.modal-dialog {
		max-width: calc(100% - 40px);
	}
	#modalpic {
		display: none;
	}
}