@font-face {
    font-family: 'GEMG-Icons';
    src: url('http://cdn.defenseone.com/b/base/font/GEMG-Icons.eot?3jt7ph&531f1aaf64f3');
    src: url('http://cdn.defenseone.com/b/base/font/GEMG-Icons.eot?3jt7ph&531f1aaf64f3#iefix') format('embedded-opentype'),
         url('http://cdn.defenseone.com/b/base/font/GEMG-Icons.ttf?3jt7ph&531f1aaf64f3') format('truetype'),
         url('http://cdn.defenseone.com/b/base/font/GEMG-Icons.woff?3jt7ph&531f1aaf64f3') format('woff'),
         url('http://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%;
}

/*
  Default colors:
    .highlight-inner {
      background-color: #ffcb05;
    }

  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: #ffcb05;
}

.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;
}


/* 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 */
