.media-form {
	background-color: #6f110f;
    width: 100%;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.radios {
	display: flex;
    flex-direction: row;
    height: 100%;
    list-style-type: none;  
}

.radios li {
	width: 25%;
}

.media-form form {
	max-width: 100%;
    width: 80%;
    margin-left: 10%;
    border: none;
    height: 80%;
}

.media-form .dform {
	width: 100%;
}

.media-form .dform_email { width: 100%; }

.media-form .dform .dform_columns_3 {
    border: 1px solid white;
    margin-bottom: 10px;
    width: 100%;
}

.media-form .dform .dform_columns_3 .dform_container .dfcolumns {
	display: flex;
    flex-direction: row;
}

.media-form .dform .dform_columns_3 .dform_container .dfcolumns .column {
	height: 100%;
    width: 33.33%;
}

.media-form .dform .dform_radio {
    width: 90%;
    border: 1px solid white;
    border-right: none;
    height: 47px;
    display: flex;
    flex-direction: row;
}

.media-form .dform .dform_radio .dform_container {
	width: 75%;
    margin-left: 5%;
    list-style-type: none;  
}

.media-form .dform .dform_radio label {
	color: #fff;
    height: 45px;
    width: 25%;
    padding: 0 3px;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .12em;
    font-family: 'Montserrat', sans-serif;
    clip: unset;
    text-align: left;
    padding-left: 2%;
}

.media-form .dform .submit_button {
	width: 10%;
    border: 1px solid white;
    border-left: none;
    padding-right: 1%;
}

.media input[type=submit] {
    background-size: auto;
    background-position: right center;
}

.media input[type=text] {
	color: #fff;
    width: 100%;
    padding: 0 15px;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .12em;
    font-family: 'Montserrat', sans-serif;
}

.media input[type=email] {
	color: #fff;
    width: 100%;
    padding: 0 15px;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .12em;
    font-family: 'Montserrat', sans-serif;
}

.media input[type=radio] {
	margin-left: 10px;
}
	
.paginate-container {
	width: 90vw !important;
    display: flex;
    justify-content: center;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40vw;
}

.blog-title a {
	color: #121c4e;
}

.blog-title a:hover {
	color: #121c4e;
}

#media-section {
	width: 100%;
	height: 100%;
}

.media-container {
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
	
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-auto-rows: min-content;
}

.image-wrapper {
	margin: 0;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    display: flex;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
	transform: scale(1.01);
    position: absolute;
}

.blog-article-spacer {
	height: 50px;
}

.blog-date-section {
    margin-bottom: 2vw;
    display: block;
    text-align: left;
	color: black;
    font-size: calc((1.3 - 1) * 1.2vh + 1rem);
}

.blog-title {
	font-size: calc((2.2 - 1) * 1.2vh + 1rem);
    margin: 0;
    margin-bottom: 30px;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.2em;
    font-size: 2.2rem;
}

.blog-excerpt {
	margin-bottom: 30px;
}

.blog-excerpt p {
    line-height: 1.3em;
    font-weight: 700;
}

.blog-more-link {
    padding-top: 37px;
    color: hsl(1deg 76% 25%);
    align-self: flex-start;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.3em;
    font-size: calc((1 - 1) * 1.2vh + 1rem);
    cursor: pointer;
    text-decoration: underline;
}

// ---- Detail Page ---- //



.blog-item-inner-wrapper {
	width: 100% !important;
    max-width: 1800px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.blog-item-top-wrapper {
	margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.blog-item-title {
	order: 2;
}

.entry-title--large {
	font-size: calc((3.6 - 1) * 1.2vh + 1rem);
    line-height: 1.2em;
    margin: 0;
    color: black;
}

.blog-item-meta-wrapper {
	order: 1;
    margin-bottom: 1.2rem;
}

.blog-meta-item--date::after {
	content: "•";
    padding: 0 0.5em;
}

.blog-item-author-date-wrapper {
	display: flex;
    font-weight: 600;
    letter-spacing: .01em;
    font-size: calc((1.1 - 1) * 1.2vh + 1rem);
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
}

.entry {
	padding-top: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 6vw;
}

.blog-item-content {
	margin: 0 0 3vw 0;
}

.sqs-row {
	margin-left: -17px;
    margin-right: -17px;
    width: auto!important;
    position: relative;
}

.sqs-block {
    position: relative;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
}

.sqs-row:before {
	content: "";
    display: table;
}

.sqsrte-large {
	font-size: calc((1.9 - 1) * 1.2vh + 1rem);
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: black;
    line-height: 1.3;
    font-weight: 600;
}

.sqs-block-content span {
	color: black;
	margin: 1rem 0;
    font-weight: bold !important;
    font-size: calc((1.9 - 1) * 1.2vh + 1rem);
    line-height: 1.3em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sqs-block-content p {
	color: black;
	margin: 1rem 0;
    font-weight: bold !important;
    font-size: calc((1.9 - 1) * 1.2vh + 1rem);
    line-height: 1.3em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sqs-block-content strong {
	color: black;
	margin: 1rem 0;
    font-weight: bold !important;
    font-size: calc((1.9 - 1) * 1.2vh + 1rem);
    line-height: 1.3em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sqs-block-content h2 {
	color: #661111;
    margin: 2rem 0;
    font-size: calc((3.3 - 1) * 1.2vh + 1rem);
}

.sqs-block-content h2 {
    font-size: calc((2.6 - 1) * 1.2vh + 1rem);
}

.sqs-block-content a {
	margin: 1rem 0;
    font-weight: bold !important;
    font-size: calc((1.9 - 1) * 1.2vh + 1rem);
    line-height: 1.3em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
	color: #6f110f;
    text-decoration: underline;
}

.home-video-section {
	display: flex;
  	justify-content: center;
    margin: 2vh 0;
}

.newsletter_signup .dform {
	display: flex;
    justify-content: space-between;
}

.newsletter_signup {
	min-width: 100%;
}

.newsletter_signup .dform_text_input {
    width: 20%;
}

.newsletter_signup .dform_email {
    width: 20%;
}

.newsletter_signup input[type=email] {
	width: 100%;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .12em;
    font-family: 'Montserrat', sans-serif;
}

.newsletter_signup input[type=text] {
	width: 100%;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .12em;
    font-family: 'Montserrat', sans-serif;
}

