@font-face {
    font-family: 'GEMG-Icons';
    src: url('https://cdn.defenseone.com/b/base/font/GEMG-Icons.eot?3jt7ph&531f1aaf64f3');
    src: url('https://cdn.defenseone.com/b/base/font/GEMG-Icons.eot?3jt7ph&531f1aaf64f3#iefix') format('embedded-opentype'),
         url('https://cdn.defenseone.com/b/base/font/GEMG-Icons.ttf?3jt7ph&531f1aaf64f3') format('truetype'),
         url('https://cdn.defenseone.com/b/base/font/GEMG-Icons.woff?3jt7ph&531f1aaf64f3') format('woff'),
         url('https://cdn.defenseone.com/b/base/font/GEMG-Icons.svg?3jt7ph&531f1aaf64f3#GEMG-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.gemg-icon
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'GEMG-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gemg-icon.icon-ico-email-circle:before {
    content: "\e900";
}
.gemg-icon.icon-ico-search:before {
    content: "\1f328";
}
.gemg-icon.icon-ico-carrot-up:before {
    content: "\32";
}
.gemg-icon.icon-ico-carrot-down:before {
    content: "\33";
}
.gemg-icon.icon-ico-carrot-left:before {
    content: "\34";
}
.gemg-icon.icon-ico-carrot-right:before {
    content: "\35";
}
.gemg-icon.icon-ico-carrot2left:before {
    content: "\38";
}
.gemg-icon.icon-ico-carrot2right:before {
    content: "\39";
}
.gemg-icon.icon-ico-arowup:before {
    content: "\42";
}
.gemg-icon.icon-ico-arrowdown:before {
    content: "\43";
}
.gemg-icon.icon-ico-arrowleft:before {
    content: "\44";
}
.gemg-icon.icon-ico-arrowright:before {
    content: "\45";
}
.gemg-icon.icon-ico-back:before {
    content: "\4a";
}
.gemg-icon.icon-ico-close:before {
    content: "\4d";
}
.gemg-icon.icon-ico-checkmark:before {
    content: "\4e";
}
.gemg-icon.icon-ico-box:before {
    content: "\56";
}
.gemg-icon.icon-ico-boxfilled:before {
    content: "\57";
}
.gemg-icon.icon-ico-expand:before {
    content: "\59";
}
.gemg-icon.icon-ico-checkbox:before {
    content: "\5a";
}
.gemg-icon.icon-ico-radio:before {
    content: "\5b";
}
.gemg-icon.icon-ico-radiofilled:before {
    content: "\5c";
}
.gemg-icon.icon-ico-menu:before {
    content: "\61";
}
.gemg-icon.icon-ico-alert:before {
    content: "\72";
}
.gemg-icon.icon-ico-question:before {
    content: "\74";
}
.gemg-icon.icon-ico-load:before {
    content: "\e02d";
}
.gemg-icon.icon-ico-page:before {
    content: "\e058";
}
.gemg-icon.icon-ico-email:before {
    content: "\e076";
}
.gemg-icon.icon-ico-facebook-nocircle:before {
    content: "\e093";
}
.gemg-icon.icon-ico-twitter-nocircle:before {
    content: "\e094";
}
.gemg-icon.icon-ico-linkedin-nocircle:before {
    content: "\e09d";
}
.gemg-icon.icon-ico-rss-nocircle:before {
    content: "\e09e";
}
.gemg-icon.icon-ico-share:before {
    content: "\e0a0";
}
.gemg-icon.icon-ico-facebook:before {
    content: "\e0aa";
}
.gemg-icon.icon-ico-twitter:before {
    content: "\e0ab";
}
.gemg-icon.icon-ico-googleplus:before {
    content: "\e0ad";
}
.gemg-icon.icon-ico-linkedin:before {
    content: "\e0b4";
}
.gemg-icon.icon-ico-rss:before {
    content: "\e0b5";
}
.gemg-icon.icon-ico-sharecircle:before {
    content: "\e0b7";
}
.gemg-icon.icon-ico-print:before {
    content: "\e0fa";
}


.embed-container {
    position: relative;
    padding-top: 53%;
    overflow: hidden;
}

.embed-container .BrightcoveExperience,
.embed-container .embedded {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

/*

  Ugly markup required:
    highlight
      the thing you want highlighted

    highlight-inner highlight-inner-a
      element inside .highlight

    highlight-inner highlight-inner-b
      element inside .highlight-inner-a

    highlight-inner highlight-inner-c
      element inside .highlight-inner-b

    <p class="highlight">
      <span class="highlight-inner highlight-inner-a">
        <span class="highlight-inner highlight-inner-b">
          <span class="highlight-inner highlight-inner-c">
            Highlight me!
          </span>
        </span>
      </span>
    </p>

  Subclasses for tighter inter-line spacing in your multi-line highlights:
    <p class="highlight highlight-tight">
      ...
    </p>

*/

.highlight {
  display: inline-block;
  padding: 0 1em 0 2em;
  line-height: 2.2em;
}

.highlight-inner {
  display: inline;
  position: relative;
  padding: 0.6em 0;
  line-height: 2.2em;
  background-color: #fecd08;
}

.highlight-inner-a {
  left: -2.0em;
}

.highlight-inner-b {
  left: 2.0em;
}

.highlight-inner-c {
  left: -1.0em;
}


/* tight subclass, for tighter multi-line highlights */

.highlight-tight {
  padding: 0 2em 0 2em;
  line-height: 1.7em;
}

.highlight-tight .highlight-inner {
  padding: .5em 0 .5em 0;
  line-height: 1.7em;
}

/* Newsletter Lander */
.newsletter-lander-details {
  margin-left: 1.5rem;
}

.newsletter-input-stretch {
	position: relative;
  margin: 0;
  border: 1px solid #e3e3e3;
  height: 35px;
  line-height: 35px;
}

.newsletter-lander-page #slides2 {
  padding-top: 30px;
}

.newsletter-lander-page .content {
  padding-top: 80px;
}

.newsletter-lander {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 50px;
}

.newsletter-lander * {
  margin-top: 0;
}

.newsletter-lander .day {
  color: #828282;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .8em;
}

.newsletter-lander fieldset {
  border: none;
}

.newsletter-lander #optin_3rd_party {
	margin-top: 2rem;
}

.newsletter-lander-intro {
  font-size: 1.2em;
}

.newsletter-lander-subhead {
  font-size: 1.2em;
  display: inline-block;
  line-height: 1.8em;
  margin-top: 1.2rem;
	margin-bottom: 0;
}

.newsletter-lander-title {
  margin-bottom: 15px;
  color: #252525;
  font-family: "ff-olsen-web-pro";
  font-size: 30px;
}

.newsletter-preview-link {
	color: #b39602;
  font-weight: bold;
}

.newsletter-preview-link:hover {
	text-decoration: underline;
}

.newsletter-subscribe-email {
  display: block;
  box-sizing: border-box;
  border: none;
  padding: 0 95px 0 35px;
  width: 100%;
  height: 35px;
  color: #727272;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  -webkit-appearance: none;
  outline: none;
}

.newsletter-subscribe-email-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0 12px 0 8px;
  width: 35px;
  color: #5e5e5e;
  line-height: 30px;
}

.newsletter-subscribe-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border: none;
  width: 95px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  background-color: #e3e3e3;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* Input fade out */
.nl-email-address::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.nl-email-address:-moz-placeholder {
  color: #000;
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.nl-email-address::-moz-placeholder {
  color: #000;
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.nl-email-address:-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
.nl-email-address:hover::-webkit-input-placeholder {
  opacity: 0.75;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.nl-email-address:hover:-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.nl-email-address:hover::-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.nl-email-address:hover:-ms-input-placeholder {
  opacity: 0.75;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
.nl-email-address:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.nl-email-address:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.nl-email-address:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.nl-email-address:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Start newsletter scubscription popup styles -- uses underscores to coordinate fields with omeda*/

#modal_window {
	display: none;
	position: absolute;
	top: 50px;
	width: 608px;
	text-align: center;
	margin: 0 0 0 -324px;
	padding: 20px;
	background-color: #fff;
	z-index: 1999;
  left: 50%;
}

#modal_window_content {
	padding-bottom: 50px;
}

#survey_form .button {
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: 0 none;
  background-color: #fecd08;
  clear: none;
  margin: 0;
  height: 38px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
	color: #000000;
}

#modal_window h1 {
	line-height: 24px;
	padding-bottom: 20px;
	font-size: 20px;
}

#survey_form.full_page_survey_form {
  margin-top: 40px;
  margin-left: 5%;
}

#survey_form.full_page_survey_form input[name="optin_3rd_party"],
#survey_form.full_page_survey_form input[type="submit"] {
  clear: left;
  float: left;
}

#survey_form.full_page_survey_form input[type="submit"] {
  height: auto;
  margin-top: 10px;
}

#survey_form {
	text-align: left;
}

#survey_form h1 {
	padding-bottom: 10px;
	font-size: 20px;
}

#survey_form label {
	float: left;
	width: 370px;
}

#survey_form .survey_row {
	padding-bottom: 10px;
}

.curtain {
	position: fixed;
	background-color: black;
	width: 100%;
	height: 100%;
	z-index: 1998;
	top: 0;
	opacity: .5;
}

.close_button {
	position: absolute;
	top: 0;
	right: 0;
	margin: -20px;
}

#modal_window_content .report-promo-title {
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
  font-family: "ff-olsen-web-pro";
}

.report-promo-subtitle {
	color: #b49600;
}

.report-promo-list{
	text-align: left;
	max-height: 350px;
	overflow-y: auto;
	-webkit-padding-start: 0px;
	list-style-type: none;
}

.report-promo-list li {
	clear: left;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 10px 0;
	overflow: hidden;
}

.report-promo-list li:hover {
	background-color: #fefce3;
  background: -webkit-linear-gradient(to right, white, #fefce3, #fefce3, white);
  background: -moz-linear-gradient(to right, white, #fefce3, #fefce3, white);
  background: -o-linear-gradient(to right, white, #fefce3, #fefce3, white);
  background: linear-gradient(to right, white, #fefce3, #fefce3, white);
}

.report-promo-list li label {
	float: left;
	width: 530px;
}

.report-promo-list li h4 {
  margin: 0;
	font-weight: bold;
	font-size: 12px;
	width: 300px;
}

.report-promo-list li h3{
  margin: 0;
	color: #b49600;
	font-weight: bold;
	font-size: 16px;
	width: 300px;
}

.report-promo-list li p {
	margin: 0;
	font-size: 12px;
}

.report-promo-checkbox {
	float: left;
	width: 14px;
	margin-top: 30px;
	margin-right: 10px;
	background-color: #ddd;
	color: #777;
}

.report-promo-buttons {
	text-align: center;
	margin: 20px 0 0 0;
}

.report-promo-submit {
 	margin-right: 20px;
}

.report-promo-access {
	display: block;
	float: right;
	width: 132px;
}

.report-promo-privacy-message {
  text-align: left;
  color: #979797;
  padding: 10px 0 0 30px;
}

#modal_window .content {
	background-color: #fff;
	text-align: left;
	width: 65%;
	min-width: 250px;
	padding: 0 5% 5%;
	margin: 5% auto;
	max-width: 32em;
	overflow: hidden;
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

#modal_window h2 {
	margin: 1em 0 .25em .5em;
	font-size: 1.25em;
	color: #333;
}

#modal_window select, #modal_window input[type="text"] {
	width: 100%;
	margin: 0 0 .5em;
	font-size: 1em;
}

#modal_window option {
	line-height: 2em;
}

#modal_window input.checkbox {
	font-size: 2em;
	float: left;
	max-width: 10%;
	margin: .1em 2%;
	padding: 0;
}

#modal_window label {
	float: left;
	display: block;
	max-width: 86%;
	margin: 0;
	padding: 0;
}

#modal_window input.button {
	display: inline-block;
	font-size: 100% !important;
	padding: 10px;
}

#modal_window strong {
	display: block;
	padding: 1em 0;
	clear: left;
}

#modal_window a.nothanks {
	font-size: .5em;
	color: #777;
	margin-left: 1em;
}

#modal_window a.nothanks:hover {
	text-decoration: none;
}

#modal_window #full_name {
	padding: 0;
}

.full_page_promo {
  margin-top: 40px;
  margin-left: 5%;
  margin-right: 5%;
}
/* end newsletter subscribe popup styles */

@media all and (min-width: 721px) {
  .newsletter-lander-page .content {
    padding-top: 40px;
  }

  .newsletter-lander {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media all and (min-width: 791px) {
  .newsletter-lander {
    padding-left: 20px;
    padding-right: 10px;
  }
}

@media all and (min-width: 1025px) {
  .newsletter-lander-page .content {
    padding-top: 40px;
  }

  .newsletter-lander {
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
    width: 640px;
		padding-left: 150px;
  }

  .newsletter-lander-header {
    padding-bottom: 44px;
  }
}
