@charset "UTF-8";
/* @charset "UTF-8"; */
/* CSS Document */
/* General Start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
  background: url(../img/bg.png);
  background-position-x: 51%;
  background-color: #483e8c;
  background-size: auto;
  background-repeat: repeat-x;
}

body.iframeBody {
  background: none;
  background-color: #fff;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
}

a:hover {
  text-decoration: underline;
}

img {
  border-style: none;
  vertical-align: top;
}

ul, li, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: bold;
}

p {
  font-size: 1em;
  line-height: 1.4em;
}

input, select {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

input, textarea {
  outline: none;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

form {
  padding: 0;
  margin: 0;
}

::selection {
  background: rgb(72, 62, 140);
  color: white;
}

.browse_box {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.browse_box .header {
  margin-top: -10px;
  margin-bottom: 12px;
  padding: 0;
  display: block;
}

.browse_box .header h3 {
  background-color: #fff;
  padding-right: 5px;
  display: inline-block;
}

.browse_box .header > div {
  display: block;
  float: right;
  padding-right: 10px;
  background-color: #fff;
  width: 27px;
  height: 17px;
}

.browse_box a.open {
  width: 17px;
  height: 17px;
  display: block;
  float: right;
  background-image: url("../img/icon_plus.png");
}

.browse_box a.open.opened {
  background-image: url("../img/icon_minus.png");
}

.clear {
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0px;
  height: 0px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*.clearfix {*zoom:1;}*/
.hidden {
  display: none !important;
}

.wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
}

.yellow_button {
  text-align: center;
  display: block;
  padding: 4px;
  margin-top: 10px;
  background-color: #fece07;
  font-weight: bold;
  border: 0;
  cursor: pointer;
}

/* Header */
header #gdc li {
  float: left;
  list-style-type: none;
}

header #gdc li a {
  display: block;
  width: 62px;
  background: url(../img/navEvents.gif);
  height: 35px;
  margin-right: 15px;
}

header #gdc li a.topnav_gdc:hover {
  background-position: 0px 35px;
}

header #gdc li a.topnav_europe {
  background-position: -77px 0px;
}

header #gdc li a.topnav_europe:hover {
  background-position: -77px 35px;
}

header #gdc li a.topnav_next {
  background-position: -154px 0px;
}

header #gdc li a.topnav_next:hover {
  background-position: -154px 35px;
}

header #gdc li a.topnav_china {
  background-position: -231px 0px;
}

header #gdc li a.topnav_china:hover {
  background-position: -231px 35px;
}

header #gdc li a.topnav_adc {
  background-position: -308px 0px;
}

header #gdc li a.topnav_adc:hover {
  background-position: -308px 35px;
}

header #gdc li a.topnav_vault {
  background-position: -385px 0px;
}

header #gdc li a.topnav_vault:hover {
  background-position: -385px 35px;
}

header #gdc li a.topnav_vrdc {
  background-position: -470px 0px;
}

header #gdc li a.topnav_vrdc:hover {
  background-position: -470px 35px;
}

header #gdc li a.topnav_gdc {
  margin-right: 5px;
}

/* Masthead */
#masthead {
  width: 940px;
  height: 130px;
  margin: 0 auto 10px;
  position: relative;
}

#masthead a.logo {
  background: url("/img/masthead_logo.png") no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  margin: 22px 25px 0 0;
  width: 314px;
  height: 67px;
}

#masthead .main {
  display: inline-block;
  padding: 35px 0 20px;
  position: relative;
  right: 0;
  font-size: 14px;
  float: right;
  width: 50%;
}

#masthead .brand-header {
  float: left;
  width: 50%;
}

#masthead .main ul {
  display: inline;
}

#masthead .main ul li {
  float: left;
  border-right: solid 1px #b3b3b3;
  color: #b3b3b3;
  padding: 0 11px;
}

#masthead .main ul li:first-child {
  padding-left: 0;
}

#masthead .main ul li:last-child {
  padding-right: 0;
  border-right: 0;
}

#masthead .main ul li a {
  color: #b3b3b3;
}

#masthead .main .social_media {
  margin-left: 45px;
  float: left;
}

#masthead .main .social_media img {
  margin: -4px 0 0 2px;
}

#masthead form {
  float: left;
  margin-top: -2px;
  border-radius: 31px;
  background-color: #f3ea00;
  padding: 16px 16px 16px 30px;
}

#masthead form input[type=text] {
  display: inline-block;
  padding: 7px 10px 7px;
  margin-right: -15px;
  background-color: #f9f9f9;
  border: solid 1px #c5c5c5;
  color: #999;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
}

#masthead form input[name=search_term] {
  width: 200px;
}

#masthead form select[name=conference_id] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url("/img/down-arrow.png") no-repeat 100px center;
  appearance: none;
  outline: none;
  font-weight: 700;
  display: inline-block;
  padding: 5px 0 3px 0;
  background-color: #f3ea00;
  border: solid 1px transparent;
  color: #483e8c;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
  width: 118px;
  font-size: 11px;
}

#masthead form button {
  outline: none;
  position: relative;
  left: -8px;
  top: 4px;
  width: 17px;
  height: 17px;
  display: inline-block;
  padding-top: 4px;
  border: 0;
  background: url("../img/icon_magnify_glass.png") no-repeat;
  cursor: pointer;
}

#masthead #searchForm {
  width: calc(100% - 32px);
}

#masthead #vault_keyword_search {
  width: 400px;
}

#masthead h2 {
  float: left;
  width: 300px;
  clear: left;
  margin-top: 7px;
  font-size: 14px;
  font-weight: 500;
  color: #221d67;
}

/* Breadcrumbs */
#main {
  background: #fff;
  border-left: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
}

.breadcrumbs {
  font-size: 13px;
  padding: 8px 0px 8px 0px;
  border-top: 1.5px solid #221d67;
  border-bottom: 1.5px solid #221d67;
}

.breadcrumbs ul li {
  display: inline;
}

.breadcrumbs ul li:after {
  content: " >> ";
  font-size: 10px;
  padding: 3px;
  columns: #8C8C8C;
}

.breadcrumbs ul li:last-child:after {
  content: "";
}

.breadcrumbs ul li a, .breadcrumbs ul li span {
  margin: 0 2px;
}

.breadcrumbs ul li:first-child a {
  margin-left: 0;
}

.breadcrumbs ul li span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #8C8C8C;
}

/* Universal */
h2 {
  font-weight: 700;
  font-size: 27px;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
}

div.divider {
  clear: both;
  display: block;
  height: 20px;
}

/* Browse Page */
#ad_skyscraper {
  position: absolute;
  right: -170px;
  top: 170px;
}

#inside {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1024px;
  padding: 0 15px;
}

#inside .browse_left_column {
  width: 100%;
  float: left;
  position: relative;
}

#inside .browse_right_column {
  width: 100%;
  float: left;
  position: relative;
}

@media screen and (min-width: 768px) {
  #inside .browse_left_column {
    width: 20.531%;
    clear: left;
  }
  #inside .browse_right_column {
    width: 74.95%;
    margin-left: 4.52%;
  }
}
@media screen and (min-width: 768px) and (max-width: 920px) {
  #inside.help-page .browse_left_column {
    width: 42.531%;
    clear: left;
  }
  #inside.help-page .browse_right_column {
    width: 52.95%;
    margin-left: 4.52%;
  }
}
@media screen and (min-width: 921px) {
  #inside.help-page .browse_left_column {
    width: 28.531%;
  }
  #inside.help-page .browse_right_column {
    width: 66.95%;
    margin-left: 4.52%;
  }
}
#inside .browse_right_column img#members_only_icon {
  float: right;
}

#inside .subhead {
  color: #F3EA00;
  display: block;
  font-weight: bold;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin: 5px 0 0;
}

#inside .browse_box .header h3, #inside .browse_box ul.events li {
  font: bold 14px "Helvetica Neue", Helvetica, arial, sans-serif;
  cursor: pointer;
  padding: 5px 0px 5px 0px;
}

#inside .browse_box ul.events li:hover, #inside .browse_box ul.events li.selected {
  background-color: transparent;
}

#inside .browse_box ul.events li div {
  padding: 5px 10px 4px;
  display: block;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
}

#inside .browse_box ul.years {
  background-color: transparent;
  display: none;
}

#inside .browse_box ul.years li {
  font-size: 13px;
  font-weight: normal !important;
  color: #999;
  padding: 5px 20px 4px;
  display: block;
  border-bottom: 1px solid transparent !important;
}

#inside .browse_box ul.years li a {
  color: #221d67;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
  font-weight: 500;
}

#inside .browse_box ul.years li:hover {
  background-color: transparent;
}

#inside .browse_box ul.years li:hover a {
  color: #221d67;
}

#inside .browse_box .contents a, #inside .browse_box .contents label {
  color: #999999;
}

#inside .browse_box .media_filters {
  overflow: hidden;
}

#inside .browse_box .media_filters a {
  display: block;
  float: left;
  height: 37px;
  width: 37px;
}

#inside .browse_box .media_filters a.video_white {
  background: url("../img/icon_media_type_video_white.png") no-repeat;
}

#inside .browse_box .media_filters a.audio_white {
  background: url("../img/icon_media_type_audio_white.png") no-repeat;
}

#inside .browse_box .media_filters a.slides_white {
  background: url("../img/icon_media_type_slides_white.png") no-repeat;
}

#inside .browse_box .media_filters a.video_white.active {
  background: url("../img/icon_media_type_video_yellow.png") no-repeat;
}

#inside .browse_box .media_filters a.audio_white.active {
  background: url("../img/icon_media_type_audio_yellow.png") no-repeat;
}

#inside .browse_box .media_filters a.slides_white.active {
  background: url("../img/icon_media_type_slides_yellow.png") no-repeat;
}

@media screen and (max-width: 767px) {
  #inside .browse_box {
    padding-bottom: 50px;
  }
}
#inside .conference {
  border-bottom: 1px dotted #c5c5c5;
}

#inside .conference h2 {
  line-height: 60px;
  display: inline-block;
  vertical-align: top;
  color: #221d67;
  width: 100%;
}

#inside .media_items li {
  background: transparent;
  margin-left: 0px;
  height: 60px;
  padding: 11px 0px 6px 0px;
  margin-bottom: 0px;
  border-top: 1px solid #ede5e5;
  border-left: 3px solid #483e8c;
}

#inside .media_items li.featured {
  height: 75px;
}

#inside .media_items li .conference_name {
  color: #8C8C8C;
  font-size: 1em;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
}

#inside .media_items li a.session_item {
  display: block;
  overflow: hidden;
}

#inside .media_items li div.media_type_image {
  width: 78px;
  height: 55px;
  float: left;
}

#inside .media_items li.featured div.media_type_image {
  height: 70px;
}

#inside .media_items li div.video {
  background: url("../img/icon_media_type_video.png") no-repeat 33px;
}

#inside .media_items li div.audio {
  background: url("../img/icon_media_type_audio.png") no-repeat 33px;
}

#inside .media_items li div.slides {
  background: url("../img/icon_media_type_slides.png") no-repeat 33px;
}

#inside .media_items li div.youtube {
  background: url("../img/icon_media_type_video.png") no-repeat 10px;
}

#inside .media_items li div.youtube:hover {
  background: url("../img/icon_media_type_video_y.png") no-repeat 10px;
}

#inside .media_items li div.archive {
  background: url("../img/icon_media_type_video.png") no-repeat 10px;
}

#inside .media_items li div.archive:hover {
  background: url("../img/icon_media_type_video_a.png") no-repeat 10px;
}

#inside .media_items li img.members {
  position: absolute;
  left: 0px;
  display: inline-block;
  padding-top: 15px;
  float: left;
}

#inside .media_items li.featured img.members {
  padding-top: 0px;
  margin-top: -11px;
  height: 94px;
}

#inside .media_items li div.featured_image {
  width: 100px;
  height: 55px;
  float: left;
  padding-right: 10px;
}

#inside .media_items li.featured div.featured_image {
  height: 70px;
  margin-left: 13px;
}

#inside .media_items li div.featured_image .conference_name {
  display: block;
  width: 70%;
}

#inside .media_items li div.conference_info {
  float: left;
  height: 55px;
  width: 48%;
  margin-left: 3%;
}

#inside .media_items li.featured div.conference_info {
  height: 70px;
}

#inside .media_items li div.conference_info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
}

#inside .media_items li div.conference_info p a.session_name {
  font-weight: bold;
}

#inside .media_items li div.conference_info p span.track_name {
  color: #8C8C8C;
  font-size: 0.9em;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
}

#inside .media_items li div.conference_info p span.language {
  text-transform: capitalize;
  color: #8C8C8C;
  font-size: 0.9em;
}

#inside .media_items li img.play {
  float: right;
  margin: 17px 9px 0 0;
  width: 3%;
}

#inside .media_items li.featured img.play {
  margin-top: 18px;
}

#inside .media_items li.more {
  background: none;
  padding-top: 15px;
  text-align: right;
}

#inside .media_items li.more img {
  float: right;
  display: inline-block;
  padding: 3px 5px;
}

.sessions {
  overflow: hidden;
}

.pagination {
  margin-top: 15px;
  text-align: center;
}

form#filter {
  padding-top: 5px;
}

/*
form#filter label.label_radio {background: url('../img/radio_off.png') no-repeat; display: block; cursor:pointer; padding-bottom: 10px;}
form#filter label.on {background: url('../img/radio_on.png') no-repeat;}
*/
form#filter input {
  margin-bottom: 5px;
  float: left;
  clear: both;
}

form#filter input[type=button] {
  background-color: #fdce06;
  border: 0px solid #000;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
}

form#filter #submit_categories {
  margin: 10px 0;
}

form#filter #submit_categories.unchanged {
  background-color: #cccccc;
  color: #333;
}

form#filter input[type=button]:hover {
  background-color: #666;
  color: #fff;
}

form#filter span.category_name {
  padding-left: 0px;
  float: left;
}

form#filter .div_class_checkbox,
form#filter input[type=checkbox] {
  float: left;
  margin-right: -20px;
}

form#filter label {
  float: left;
  clear: right;
  margin-left: 20px;
  width: 100%;
}

form#filter .div_class_checkbox {
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  border: 3px solid transparent;
}

form#filter .div_class_checkbox.checked {
  background-color: #00bad1;
  border-color: transparent;
}

form#filter .filter_checkboxes {
  list-style-type: none;
  float: left;
  columns: 1;
  clear: both;
}

@media screen and (max-width: 767px) {
  form#filter .filter_checkboxes {
    columns: 2;
  }
}
form#filter .filter_checkboxes li {
  float: left;
  margin: 5px 0;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ede5e5;
  padding: 5px 0 18px;
  height: 20px;
}
form#filter .filter_checkboxes li label {
  font-size: 0.9rem;
}

#filter_select_all, #filter_select_none {
  color: #00bad1;
  text-decoration: none;
  cursor: pointer;
}

.bookshelf li {
  border-bottom: 1px dotted #c5c5c5;
  padding: 10px 0 10px 0;
}

.bookshelf li:last-child {
  border-bottom: none;
}

.bookshelf li p:first-child a {
  color: #000;
}

.bookshelf li p:last-child a {
  float: right;
}

p.more_bookshelf {
  display: block;
  width: 100%;
  height: 10px;
  background: #f0f0f0;
  text-align: center;
  padding: 8px 10px 10px 10px;
  margin-top: 15px;
}

/* center content pages */
#content_wrapper {
  margin-left: 40px;
  margin-right: 40px;
  min-height: 700px;
}

/* News Page */
h2#news_header { /*background:url('../img/yellow_logo.png') 0 4px #fff no-repeat;*/
  display: inline-block;
  padding: 0 20px 0 35px;
  top: 0;
}

#news {
  padding-top: 20px;
}

.news-row {
  /*background:url('../img/yellow_logo.png') 4px #fff no-repeat;*/
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}

.news-entry {
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
  border-top: 1px solid #C2C2C2;
  padding: 20px 10px;
}

.news-entry h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.news-entry a {
  font-weight: bold;
}

/* Game Narrative Review Page */
.gnrpage {
  padding: 20px;
}

.gnrpage hr {
  height: 2px;
  border-width: 0;
  color: gray;
  background-color: gray;
}

.gnrpage h1, .gnrpage h3 {
  color: #000000;
}

.gnrpage h3 {
  font-style: italic;
}

.gnrpage table {
  width: 100%;
}

.gnrpage table.Platinum {
  background-color: #E5E4E2;
}

.gnrpage table.Gold {
  background-color: #FFE87C;
}

.gnrpage table.Overall {
  background-color: #FDD017;
}

.gnrpage table.Winners {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.gnrpage thead {
  color: gray;
}

.gnrpage td {
  color: black;
}

.tdLinks {
  color: black;
  text-align: center;
}

.gnrpage hr.firstSchool {
  height: 1px;
  border-width: 0;
  color: black;
  background-color: black;
}

/* demo page */
ul.list {
  padding: 20px;
}

ul.list li {
  list-style-type: disc;
  list-style-position: inside;
}

#bumpedWrapper {
  display: none;
  z-index: 40000;
  width: 100%;
  height: 100%;
}

#bumpedOverlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 40001;
}

#bumped {
  position: fixed;
  top: 30%;
  left: 40%;
  background: #fff;
  width: 300px;
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
  z-index: 40002;
}

.link {
  text-decoration: underline;
}

.fine-print {
  font-size: 10px;
  padding-top: 30px;
}

.youtube_link {
  float: left;
  margin-top: -20px;
}

.acctExpiration {
  font-size: 20px;
}

.table td.acctRenewLink {
  vertical-align: bottom;
}

.error {
  color: #cc0000;
}

.message_box {
  padding: 10px;
  border: 1px solid #fece07;
  display: inline-block;
  clear: right;
  margin: 10px 0;
}

.discount_amount {
  background-color: #666;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-left: 7px;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 110%;
}

.tick {
  /*
  float: right;
  margin-top: 20px;
  margin-left: 10px;
  width: 0; 
  height: 0;
  display: inline;
  */
}

.tick-up {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
}

.tick-down {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fece07;
}

.tick-right {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fece07;
}

.tick-left {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fece07;
}

/* account */
.account_options {
  margin: 0 40px;
  padding: 30px 10px;
  border: 1px solid #666;
  font-size: 14px;
  width: 550px;
  float: left;
}

.password_details h3 {
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-left: 15px;
}

.password_details {
  font-size: 12px;
  width: 260px;
  margin: 0;
  float: left;
}

.password_details ul li {
  margin-bottom: 10px;
  margin-left: 15px;
  list-style-type: none;
}

.password_details li.tick:before {
  content: "✓";
  color: rgb(22, 138, 24);
  margin-right: 5px;
}

.password_details li.cross:before {
  content: "✗";
  color: rgb(237, 16, 5);
  margin-right: 5px;
}

.page_column {
  margin: 0 40px;
  position: relative;
}

#inside .page_column h2 {
  line-height: 60px;
  /*background: url('../img/yellow_logo.png') 4px #fff no-repeat;*/
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}

.thin_divider {
  clear: both;
  display: block;
  height: 5px;
}

.account_page .bookshelf a {
  float: left;
}

.account_page .bookshelf a.remove_bookshelf_item {
  float: right;
  margin: 5px 20px;
}

.form_error {
  color: red;
  font-size: 12px;
  padding: 20px;
}

.form_message {
  clear: right;
  margin: 0 0 10px 40px;
  font-weight: 600;
  font-size: 14px;
}

.form_column {
  width: 650px;
  float: left;
}

h2.form_header {
  background-position: top left;
  margin-bottom: 15px;
  margin-top: 5px;
  padding-top: 4px;
}

#inside .page_column h2.form_header {
  line-height: normal;
}

#form_forgot_password {
  color: #cccccc;
}

#form_forgot_password p {
  margin-bottom: 7px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1000px) {
  body {
    background: none;
    background-color: transparent;
  }
  header {
    border-bottom: 1px solid transparent;
  }
}
input#vault_keyword_search {
  width: 281px;
  background-color: chartreuse;
}

#masthead form button:active {
  border-color: transparent;
}

#masthead form button:hover {
  border-color: transparent;
}

#masthead form button:active {
  border-color: transparent;
}

#inside .browse_box ul.events li {
  border-bottom: 1px solid #f9f9f9;
  color: #00bad1;
  font-size: 14px;
}

#inside .browse_left_column h2.browseheader {
  color: #221d67;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#inside .browse_left_column h2.browseheader:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 5px solid #f1ea0c;
  top: 30px;
  left: 2px;
  width: 44px;
}

#inside .browse_left_column .header.eventhead h2:after {
  content: "";
  position: absolute;
  height: 35px;
  border-bottom: 5px solid #f1ea0c;
  left: 2px;
  width: 44px;
}

#inside .browse_left_column .header.filterbymediaheader h2:after {
  content: "";
  position: absolute;
  height: 35px;
  border-bottom: 5px solid #f1ea0c;
  left: 2px;
  width: 44px;
}

#inside .browse_left_column .header.filterbymediacategory h2:after {
  content: "";
  position: absolute;
  height: 35px;
  border-bottom: 5px solid #f1ea0c;
  left: 2px;
  width: 44px;
}

#inside .browse_left_column .header.filterbymediaheader h2 {
  padding-bottom: 20px;
  font-size: 20px;
  color: #221d67;
}

#inside .browse_left_column .header.filterbymediacategory h2 {
  padding-bottom: 20px;
  font-size: 20px;
  color: #221d67;
}

#inside .media_items li.featured div.conference_info p strong {
  color: #00bad1;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
  font-weight: 700;
}

#inside .media_items li.featured div.conference_info p span strong {
  color: #737373;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
  font-weight: 700;
}

#inside .conference h2:after {
  content: "";
  position: absolute;
  height: 50px;
  border-bottom: 5px solid #f1ea0c;
  left: 2px;
  width: 44px;
}

.breadcrumbs ul > li a {
  color: #00bad1;
}

ul.media_items {
  padding-top: 28px;
}

.pagination {
  float: right;
}

a.page-link.next {
  padding: 3px 21px;
  background: #00bad1;
  color: #FFF;
  border-color: #00bad1;
  cursor: default;
  border-radius: 19px;
}

a.page-link.next:hover {
  padding: 3px 21px;
  background: #00bad1;
  color: #FFF;
  border-color: #00bad1;
  cursor: default;
  border-radius: 19px;
}

span.current.prev {
  padding: 3px 21px;
  background: #00bad1;
  color: #FFF;
  border-color: #00bad1;
  cursor: default;
  border-radius: 19px;
  box-shadow: none;
}

.light-theme .current {
  background: #00bad1 !important;
  color: #FFF;
  border-color: #00bad1 !important;
  cursor: default;
  padding: 3px 8px;
  border-radius: 19px;
  box-shadow: none !important;
}

a.page-link.prev, a.page-link.prev:hover {
  padding: 3px 21px;
  background: #00bad1;
  color: #FFF;
  border-color: #00bad1;
  cursor: default;
  border-radius: 19px;
  box-shadow: none;
}

.membersonlylogo {
  float: left;
  margin-top: 40px;
  position: absolute;
  top: 53px;
}

.browse_right_column .membersonlylogo {
  margin-top: 10px;
  position: unset;
  top: unset;
}

#inside h2.sponsored_conference_label:after {
  content: "";
  position: absolute;
  border-bottom: 5px solid #f1ea0c;
  left: 2px;
  width: 44px;
}

.header.eventhead h2 {
  color: #221d67;
}

.sessions h2 {
  color: #221d67;
}

a.callToAction {
  padding: 8px 20px 20px 20px;
  color: #ffffff;
  text-decoration: none;
  background-color: #F3EA00;
}

.ui-dialog {
  border: 2px solid #483e8c !important;
  border-radius: 20px !important;
  padding: 5px !important;
}

.ui-dialog .ui-dialog-titlebar {
  border-radius: 0px;
  font-weight: 700;
  font-size: 18px;
  font-family: Montserrat, verdana, arial, helvetica, sans-serif;
  color: #282573;
}

.ui-widget-header {
  border: 0px solid transparent !important;
  background: transparent !important;
}

.ui-dialog .ui-dialog-content {
  padding: 8px !important;
}

.ui-widget-content {
  font-family: Montserrat, verdana, arial, helvetica, sans-serif;
  color: #6f6f6f !important;
  font-weight: 400;
  background-color: #ffffff !important;
  border: 1px solid transparent;
}

.ui-dialog .ui-dialog-buttonpane button {
  height: 38px;
  border-radius: 20px !important;
  color: #ffffff !important;
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  background: #00bad1 !important;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: Montserrat, verdana, arial, helvetica, sans-serif;
  font-size: 16px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none !important;
  padding: 10px;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
  border-top: 1px solid transparent;
}

span.ui-button-icon.ui-icon.ui-icon-closethick {
  background: url(/img/gdc_vault/xClose_new.png) !important;
  padding: 0px !important;
  background-color: transparent !important;
  height: 19px !important;
  width: 19px !important;
  background-repeat: no-repeat !important;
}

span.ui-button-icon.ui-icon.ui-icon-closethick:hover {
  background: url(/img/gdc_vault/xClose_new.png) !important;
  padding: 0px !important;
  background-color: transparent !important;
  height: 19px !important;
  width: 19px !important;
  background-repeat: no-repeat !important;
}

span.ui-button-icon.ui-icon {
  border: 0px solid transparent !important;
  background: transparent !important;
}

.ui-button {
  border: transparent;
  background: transparent;
}

.ui-dialog .ui-dialog-titlebar-close {
  width: 0px !important;
  background-color: transparent !important;
  border: 0px solid transparent !important;
  margin: -10px 6px 0 0 !important;
  padding: 0 !important;
  height: auto !important;
  outline: none;
  right: 1em !important;
}

.ui-widget-overlay {
  background: #595959 !important;
}

.ui-dialog .ui-dialog-buttonpane button:focus {
  outline: 0;
}

.browse_right_column_demo h2 {
  border-bottom: dotted 1px transparent;
  color: #221d67;
  font-size: 25px;
  font-weight: 700;
  font-size: 27px;
}

.browse_right_column_demo h2:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 5px solid #f1ea0c;
  top: 31px;
  left: 2px;
  width: 44px;
}

.browse_right_column_demo p {
  color: #979393;
  font-size: 14px;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
  font-weight: 400;
}

.browse_right_column_demo ul > li {
  color: #979393;
  font-size: 14px;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
  font-weight: 400;
}

.browse_right_column_demo {
  width: 886px;
  margin-left: 70px;
  float: left;
  position: relative;
}

h2.inquiryheader {
  border-bottom: dotted 1px transparent;
  color: #221d67;
  font-size: 25px;
  font-weight: 700;
  font-size: 27px;
}

h2.inquiryheader:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 5px solid #f1ea0c;
  top: 170px;
  left: 40px;
  width: 44px;
}

p.inquiryparagraph {
  color: #979393;
  font-size: 14px;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
  font-weight: 400;
}

ul.list.inquiryparagraph {
  color: #979393;
  font-size: 14px;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
  font-weight: 400;
}

h3.faqbottom {
  border-bottom: dotted 1px transparent;
  color: #221d67;
  font-weight: 700 !important;
  font-size: 27px !important;
  font-family: "Montserrat", verdana, arial, helvetica, sans-serif !important;
}

h3.faqbottom:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 5px solid #f1ea0c;
  top: 53px;
  left: 2px;
  width: 44px;
}

#inside .browse_box ul.years li a strong {
  font-weight: normal;
  font-size: 13px;
}

#masthead form select[name=conference_id] option {
  background-color: #ffffff;
}

form#filter #submit_categories {
  background-color: #00bad1;
  color: #ffffff;
}

.rightadds a img {
  width: 121px;
}

@media screen and (max-width: 480px) {
  /* General Start */
  * {
    margin: 0;
    padding: 0;
  }
  body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
    color: #333;
  }
  a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
  }
  a:hover {
    text-decoration: underline;
  }
  img {
    border-style: none;
    vertical-align: top;
  }
  ul, li, ol, dl, dt, dd {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-weight: bold;
  }
  p {
    font-size: 1em;
    line-height: 1.4em;
  }
  input, select {
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
  input, textarea {
    outline: none;
    font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
  }
  form {
    padding: 0;
    margin: 0;
  }
  .browse_box {
    margin-top: 30px;
  }
  .browse_box .header {
    margin-top: -10px;
    margin-bottom: 12px;
    padding: 0;
    display: block;
  }
  .browse_box .header h3 {
    background-color: #fff;
    padding-right: 5px;
    display: inline-block;
  }
  .browse_box .header > div {
    display: block;
    float: right;
    padding-right: 10px;
    background-color: #fff;
    width: 27px;
    height: 17px;
  }
  .browse_box a.open {
    width: 17px;
    height: 17px;
    display: block;
    float: right;
    background-image: url("../img/icon_plus.png");
  }
  .browse_box a.open.opened {
    background-image: url("../img/icon_minus.png");
  }
  .clear {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 0px;
    height: 0px;
  }
  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .clearfix {
    *zoom: 1;
  }
  .hidden {
    display: none !important;
  }
  .wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
  }
  .yellow_button {
    text-align: center;
    display: block;
    padding: 4px;
    margin-top: 10px;
    background-color: #fece07;
    font-weight: bold;
    border: 0;
    cursor: pointer;
  }
  /* Header */
  header {
    background-color: #ffffff;
    height: 25px;
    border-bottom: 1px solid #483e8c;
  }
  header ul li {
    float: left;
  }
  header a:hover {
    text-decoration: none;
  }
  header #gdc {
    display: none;
  }
  header #welcome_user_name {
    display: none;
  }
  /* Masthead */
  #masthead {
    width: 100%;
    display: inline;
    position: relative;
  }
  #masthead a.logo {
    background: url("/img/masthead_logo.png") no-repeat;
    cursor: pointer;
    float: left;
    width: 67%;
    height: 68px;
    display: inline;
    background-size: 100% auto;
    margin: 5px 0 0 5px;
  }
  #masthead .main {
    border-bottom: solid 1px #000;
    font-size: 14px;
    width: calc(100% - 32px);
    display: inline;
    float: left;
  }
  #masthead .main ul {
    display: inline;
  }
  #masthead .main ul li {
    float: left;
    border-bottom: solid 1px #b3b3b3;
    color: #b3b3b3;
    padding-bottom: 4px;
    width: 70%;
    margin-left: 10px;
  }
  #masthead .main ul li:first-child {
    padding-top: 5px;
  }
  #masthead .main ul li:last-child {
    padding-right: 0;
    border-right: 0;
  }
  #masthead .main ul li a {
    color: #b3b3b3;
  }
  #masthead .main .social_media {
    display: none;
  }
  #masthead .brand-header {
    float: left;
    width: 100%;
  }
  #masthead h2 {
    float: left;
    width: calc(70% - 24px);
    margin-top: 7px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #221d67;
    padding: 0 12px;
  }
  #masthead form {
    border: 4px solid #f3ea00;
    background-color: #f3ea00;
    border-radius: 20px;
    float: left;
    margin: 10px 10px 25px;
    padding: 0 10px;
    position: relative;
  }
  #masthead #vault_keyword_search {
    width: calc(100% - 42px);
  }
  #masthead form input[type=text] {
    width: 275px;
    height: 22px;
    outline: none;
    background-color: #f9f9f9;
    border: solid 1px #c5c5c5;
    color: #999;
    font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
  }
  #masthead form input[name=search_term] {
    width: 150px;
  }
  #masthead form select[name=conference_id] {
    font-weight: 700;
    outline: none;
    background-color: #f3ea00;
    color: #483e8c;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url(/img/down-arrow.png) no-repeat 111px center;
    appearance: none;
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
    width: 125px;
    border: 1px solid transparent;
    height: 30px;
  }
  #masthead form button {
    outline: none;
    position: absolute;
    right: 6px;
    top: 10px;
    left: initial;
    width: 17px;
    height: 17px;
    display: inline-block;
    padding-top: 4px;
    border: 0;
    background: url("../img/icon_magnify_glass.png") no-repeat;
    cursor: pointer;
  }
  /* Breadcrumbs */
  #main {
    background: #fff;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
  }
  .breadcrumbs {
    display: none;
  }
  /* Universal */
  h2 {
    font-weight: 700;
    font-size: 21px;
    font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
  }
  div.divider {
    clear: both;
    height: 20px;
  }
  /* Browse Page */
  #ad_skyscraper {
    display: none;
  }
  #inside {
    background: #fff;
    width: 100%;
  }
  #inside .browse_left_column {
    clear: both;
  }
  #inside .browse_right_column {
    width: 100%;
    float: left;
    position: relative;
  }
  #inside .browse_right_column img#members_only_icon {
    float: right;
  }
  #inside .subhead {
    color: #FECE07;
    display: block;
    font-weight: bold;
    font-family: "Montserrat", verdana, arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin: 5px 0 0;
  }
  #inside .browse_box .header h3, #inside .browse_box ul.events li {
    font: bold 14px "Montserrat", verdana, arial, helvetica, sans-serif;
    cursor: pointer;
  }
  #inside .browse_box ul.events li:hover, #inside .browse_box ul.events li.selected {
    background-color: transparent;
  }
  #inside .browse_box ul.events li div {
    padding: 5px 10px 4px;
    display: block;
    color: #00bad1;
  }
  #inside .browse_box ul.years {
    background-color: transparent;
    display: none;
  }
  #inside .browse_box ul.years li {
    font-size: 13px;
    font-weight: normal !important;
    color: #999;
    padding: 5px 20px 4px;
    display: block;
  }
  #inside .browse_box ul.years li a {
    color: #221d67;
  }
  #inside .browse_box ul.years li:hover {
    background-color: #000;
  }
  #inside .browse_box ul.years li:hover a {
    color: #221d67;
  }
  #inside .browse_box .contents a, #inside .browse_box .contents label {
    color: #999999;
  }
  #inside .browse_box .media_filters {
    overflow: hidden;
  }
  #inside .browse_box .media_filters a.media_filter_item {
    display: block;
    float: left;
    height: 25px;
    width: 32px;
  }
  #inside .browse_box .media_filters a.video_white {
    background: url("../img/icon_media_type_video_white.png") no-repeat;
  }
  #inside .browse_box .media_filters a.audio_white {
    background: url("../img/icon_media_type_audio_white.png") no-repeat;
  }
  #inside .browse_box .media_filters a.slides_white {
    background: url("../img/icon_media_type_slides_white.png") no-repeat;
  }
  #inside .browse_box .media_filters a.video_white.active {
    background: url("../img/icon_media_type_video_yellow.png") no-repeat;
  }
  #inside .browse_box .media_filters a.audio_white.active {
    background: url("../img/icon_media_type_audio_yellow.png") no-repeat;
  }
  #inside .browse_box .media_filters a.slides_white.active {
    background: url("../img/icon_media_type_slides_yellow.png") no-repeat;
  }
  #inside .conference {
    border-bottom: 1px dotted #c5c5c5;
  }
  #inside .conference h2 {
    line-height: 2.2;
    display: inline-block;
    vertical-align: top;
    padding-left: 0px;
    color: #221d67;
  }
  #inside .media_items li {
    background: transparent;
    height: 60px;
    padding-top: 4px;
    border-top: 1px solid #ede5e5;
    margin-bottom: 0px;
    border-left: 2px solid #483e8c;
  }
  #inside .media_items li.featured {
    height: 75px;
  }
  #inside .media_items li .conference_name {
    color: #8C8C8C;
    font-size: 1em;
    margin-top: 15px;
  }
  #inside .media_items li a.session_item {
    display: block;
    overflow: hidden;
  }
  #inside .media_items li div.media_type_image {
    width: 20px;
    height: 55px;
    float: left;
  }
  #inside .media_items li.featured div.media_type_image {
    height: 65px;
    width: 61px;
  }
  #inside .media_items li div.video {
    width: 40px;
    background: url("../img/icon_media_type_video.png") no-repeat 10px;
    margin-left: 6px;
  }
  #inside .media_items li div.audio {
    width: 40px;
    background: url("../img/icon_media_type_audio.png") no-repeat 10px;
    margin-left: 6px;
  }
  #inside .media_items li div.slides {
    width: 40px;
    background: url("../img/icon_media_type_slides.png") no-repeat 10px;
    margin-left: 6px;
  }
  #inside .media_items li img.members {
    position: absolute;
    left: 0px;
    display: inline-block;
    padding-top: 15px;
    float: left;
  }
  #inside .media_items li.featured img.members {
    padding-top: 0px;
    margin-top: -5px;
    height: 81px;
  }
  #inside .media_items li div.featured_image {
    width: 50px;
    height: 55px;
    float: left;
    padding-right: 10px;
  }
  #inside .media_items li div.featured_image img {
    max-width: 40px;
    height: 30px;
    margin-top: 15px;
  }
  #inside .media_items li.featured div.featured_image {
    width: 50px;
    height: 70px;
  }
  #inside .media_items li div.featured_image .conference_name {
    display: block;
    width: 70%;
  }
  #inside .media_items li div.conference_info {
    float: left;
    height: 55px;
    width: 45%;
  }
  #inside .media_items li.featured div.conference_info {
    height: 70px;
    width: 45%;
  }
  #inside .media_items li div.conference_info p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9em;
  }
  #inside .media_items li div.conference_info p a.session_name {
    font-weight: bold;
  }
  #inside .media_items li div.conference_info p span.track_name {
    color: #8C8C8C;
    font-size: 0.9em;
  }
  #inside .media_items li div.conference_info p span.language {
    text-transform: capitalize;
    color: #8C8C8C;
    font-size: 0.9em;
  }
  #inside .media_items li img.play {
    float: right;
    margin: 17px 15px 0 0;
  }
  #inside .media_items li.featured img.play {
    margin-top: 23px;
    width: 3%;
  }
  #inside .media_items li.more {
    background: none;
    padding-top: 15px;
    text-align: right;
  }
  #inside .media_items li.more img {
    float: right;
    display: inline-block;
    padding: 3px 5px;
  }
  #inside .media_items li img.members {
    max-width: 15px;
  }
  .sessions {
    overflow: hidden;
  }
  .pagination {
    margin-top: 15px;
    text-align: center;
  }
  form#filter {
    padding-top: 25px;
  }
  form#filter label.label_radio {
    background: url("../img/radio_off.png") no-repeat;
    display: block;
    cursor: pointer;
    padding-bottom: 10px;
  }
  form#filter label.on {
    background: url("../img/radio_on.png") no-repeat;
  }
  form#filter input {
    margin: 1px 6px 0px 7px;
  }
  form#filter span.category_name {
    padding-left: 20px;
  }
  .bookshelf li {
    border-bottom: 1px dotted #c5c5c5;
    padding: 10px 0 10px 0;
  }
  .bookshelf li:last-child {
    border-bottom: none;
  }
  .bookshelf li p:first-child a {
    color: #000;
  }
  .bookshelf li p:last-child a {
    float: right;
  }
  p.more_bookshelf {
    display: block;
    width: 100%;
    height: 10px;
    background: #f0f0f0;
    text-align: center;
    padding: 8px 10px 10px 10px;
    margin-top: 15px;
  }
  /* center content pages */
  #content_wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }
  /* News Page */
  h2#news_header { /*background:url('../img/yellow_logo.png') 0 4px #fff no-repeat;*/
    display: inline-block;
    padding: 0 20px 0 35px;
    top: 0;
  }
  #news {
    padding-top: 20px;
    width: 320px !important;
  }
  .news-row {
    /* background:url('../img/yellow_logo.png') 4px #fff no-repeat;*/
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
  }
  .news-entry {
    border-left: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    border-top: 1px solid #C2C2C2;
    padding: 20px 10px;
  }
  .news-entry h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .news-entry a {
    font-weight: bold;
  }
  /* Game Narrative Review Page */
  .gnrpage {
    padding: 20px;
  }
  .gnrpage hr {
    height: 2px;
    border-width: 0;
    color: gray;
    background-color: gray;
  }
  .gnrpage h1, .gnrpage h3 {
    color: #000000;
  }
  .gnrpage h3 {
    font-style: italic;
  }
  .gnrpage table {
    width: 100%;
  }
  .gnrpage table.Platinum {
    background-color: #E5E4E2;
  }
  .gnrpage table.Gold {
    background-color: #FFE87C;
  }
  .gnrpage table.Overall {
    background-color: #FDD017;
  }
  .gnrpage table.Winners {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
  }
  .gnrpage thead {
    color: gray;
  }
  .gnrpage td {
    color: black;
  }
  .gnrpage hr.firstSchool {
    height: 1px;
    border-width: 0;
    color: black;
    background-color: black;
  }
  /* demo page */
  ul.list {
    padding: 20px;
  }
  ul.list li {
    list-style-type: disc;
    list-style-position: inside;
  }
  #bumpedWrapper {
    display: none;
    z-index: 40000;
    width: 100%;
    height: 100%;
  }
  #bumpedOverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 40001;
  }
  #bumped {
    position: fixed;
    top: 30%;
    left: 40%;
    background: #fff;
    width: 300px;
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
    z-index: 40002;
  }
  #bottomlist {
    display: none;
  }
  .mobileFilters {
    display: block !important;
    clear: both;
    line-height: 1.5;
  }
  .gallery a.browse {
    margin: 0px !important;
  }
  .top {
    background-color: #FFFFFF !important;
  }
  .default_box h2 {
    margin-top: 30px !important;
  }
  div#errText {
    left: -12px !important;
    width: 202px;
    top: 30px;
  }
  #home .right_column #sponsored_sessions h2:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 5px solid #f1ea0c;
    top: 58px !important;
    left: 21px;
    width: 44px;
  }
  #home .news h2:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 5px solid #f1ea0c;
    left: 2px;
    width: 44px;
  }
  #home #gdc_news a.bottom_link {
    width: 40% !important;
  }
  #home #what_is_vault a.bottom_link {
    width: 77% !important;
    margin-top: 10px;
  }
  #inside .media_items li.featured div.conference_info p strong {
    color: #00bad1;
  }
  #inside .media_items li.featured div.conference_info p span strong {
    color: #737373;
  }
  #inside .conference h2:after {
    content: "";
    position: absolute;
    height: 48px;
    border-bottom: 5px solid #f1ea0c;
    left: 2px;
    width: 44px;
  }
  #inside .browse_left_column h2.browseheader {
    color: #221d67;
    padding-bottom: 10px;
  }
  #inside .browse_left_column .header.eventhead h2:after {
    content: "";
    position: absolute;
    height: 35px;
    border-bottom: 5px solid #f1ea0c;
    left: 2px;
    width: 44px;
  }
  #inside .browse_left_column .header.filterbymediaheader h2:after {
    content: "";
    position: absolute;
    height: 35px;
    border-bottom: 5px solid #f1ea0c;
    left: 2px;
    width: 44px;
  }
  #inside .browse_left_column .header.filterbymediacategory h2:after {
    content: "";
    position: absolute;
    height: 35px;
    border-bottom: 5px solid #f1ea0c;
    left: 2px;
    width: 44px;
  }
  #inside .browse_left_column .header.filterbymediaheader h2 {
    padding-bottom: 20px;
    font-size: 25px;
    color: #221d67;
  }
  #inside .browse_left_column .header.filterbymediacategory h2 {
    padding-bottom: 20px;
    font-size: 25px;
    color: #221d67;
  }
  #inside .media_items li.featured div.conference_info p strong {
    color: #00bad1;
  }
  #inside .media_items li.featured div.conference_info p span strong {
    color: #737373;
  }
  #inside .conference h2:after {
    content: "";
    position: absolute;
    height: 48px;
    border-bottom: 5px solid #f1ea0c;
    left: 2px;
    width: 44px;
  }
  #inside .browse_box ul.events li {
    border-bottom: 1px solid #f9f9f9;
    color: #221d67;
    font-size: 14px;
  }
  #inside .browse_box .media_filters a {
    display: block;
    float: left;
    height: 37px;
    width: 37px;
  }
  ul.events {
    width: 100%;
    background-color: transparent;
    margin-left: 4px;
  }
  .header.filterbymediaheader {
    width: 70%;
    margin-left: 4px;
  }
  .header.filterbymediacategory {
    width: 70%;
    margin-left: 4px;
  }
  form#filter .div_class_checkbox.checked {
    background-color: #00bad1;
    border-color: transparent;
  }
  form#filter .div_class_checkbox, form#filter input[type=checkbox] {
    float: left;
    margin-right: -14px;
  }
  form#filter .div_class_checkbox {
    width: 6px;
    height: 6px;
    background-color: #cccccc;
    border: 3px solid transparent;
  }
  form#filter #submit_categories.unchanged {
    background-color: #ccc;
    color: #fff;
  }
  .header.eventhead h2 {
    color: #221d67;
  }
  #home #sessionads .rightadds {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    margin-top: 20px !important;
    padding-right: 30px !important;
    margin-bottom: 5px !important;
  }
  #home #what_is_vault {
    margin-bottom: 95px !important;
  }
  .help_addblock {
    margin-left: 10px !important;
  }
}
#simplemodal-container a.modalCloseImg {
  width: 15px;
  height: 17px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer;
  padding: 6px 7px;
  border-radius: 50%;
  background: transparent;
  color: #483e8c;
  font-size: 23px;
  text-indent: 3px;
  opacity: 0.8;
  font-weight: bold;
}

#simplemodal-container a.modalCloseImg:after {
  content: "x";
}

#simplemodal-container a {
  color: #edc106;
}

#subscriptionModal .subscribe_now_border {
  border-top: solid 1px transparent;
  background-color: transparent;
  height: 8px;
}

#subscriptionModal .subscribe_now {
  text-decoration: none;
  text-align: center;
  border: solid 2px #483e8c;
  border-radius: 31px;
  background-color: #ffffff;
  color: #483e8c;
  padding: 10px 20px 10px;
  display: block;
  overflow: hidden;
  z-index: 1024;
}

/* Footer */
footer {
  width: 100%;
  float: left;
  background: rgb(69, 73, 85);
  color: white;
  font-family: "Open Sans", sans-serif;
  padding: 40px 0;
  text-align: center;
}
footer section {
  max-width: 1000px;
  width: calc(100% - 24px);
  margin: 0 auto;
  padding: 0 12px;
}
footer h3 {
  margin-bottom: 30px;
}
footer a {
  color: white;
}
footer .column {
  float: left;
  font-size: 1.2em;
}
footer .tech-list,
footer .contact-list,
footer .social-list {
  width: 100%;
  margin-bottom: 40px;
}
footer .social-list ul {
  display: flex;
  justify-content: center;
}
footer .social-list ul li {
  float: left;
  margin-right: 15px;
  background: white;
  border-radius: 20px;
  width: 34px;
  height: 34px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  border: 1px solid transparent;
}
footer .social-list ul li:last-child {
  margin-right: 0;
}
footer .social-list ul li:hover {
  border: 1px solid black;
}
footer .social-list .fa {
  color: rgb(69, 73, 85);
  font-size: 1.2em;
}
footer .social-list .fa-x::before {
  background: url("../img/x-logo-icon.svg") no-repeat;
  width: 14px;
  height: 14px;
  content: " ";
  display: inline-block;
  background-size: cover;
}
footer .lower-footer {
  float: left;
  width: 100%;
}
footer .lower-footer ul.nav {
  width: 70%;
  margin: 0 auto;
  clear: both;
  text-align: center;
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .lower-footer ul.nav li {
  float: left;
  display: inline-block;
}
footer .lower-footer img {
  max-width: 200px;
}
footer .menu {
  list-style: none;
  margin: 0;
}
footer .menu li {
  padding: 3px 0;
}
footer .nav {
  float: left;
  padding: 20px 0;
  width: 100%;
  clear: both;
  font-size: 1.2em;
}
footer .nav li {
  padding: 5px 12px;
}
footer .nav li:last-child {
  padding-right: 0;
}
footer p {
  text-align: center;
  width: 100%;
  padding: 15px 0;
  font-size: 1.1em;
  margin-top: 7px;
}
footer hr {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 15px;
}
footer img {
  max-width: 100%;
  padding: 15px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .tech-list {
    width: calc(60% - 20px);
    padding-right: 20px;
    text-align: left;
  }
  footer .tech-list ul {
    columns: 1;
    margin-bottom: 30px;
  }
  footer .contact-list {
    width: 40%;
    text-align: left;
  }
  footer .contact-list ul {
    width: 100%;
  }
  footer .social-list {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
    text-align: left;
  }
  footer .social-list ul {
    justify-content: left;
  }
  footer img {
    margin: 20px 0;
    float: left;
  }
  footer .nav {
    float: left;
    clear: left;
    padding: 0;
    margin-bottom: 20px;
  }
  footer .nav li {
    padding: 5px 10px;
  }
  footer .lower-footer ul.nav {
    width: 100%;
    justify-content: left;
    margin-bottom: 15px;
  }
  footer .lower-footer ul.nav li:first-child {
    padding-left: 0;
  }
  footer p {
    width: 100%;
    text-align: left;
    float: left;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  footer .tech-list {
    width: calc(53% - 20px);
    padding-right: 20px;
    text-align: left;
  }
  footer .tech-list ul {
    columns: 2 auto;
    column-gap: 40px;
  }
  footer .contact-list {
    width: 22%;
    text-align: left;
  }
  footer .contact-list ul {
    width: 80%;
    border-right: 1px solid white;
  }
  footer .social-list {
    width: 25%;
    text-align: left;
  }
  footer .lower-footer ul.nav {
    float: right;
    width: 65%;
    padding: 40px 0 50px;
    clear: none;
  }
  footer .lower-footer ul.nav li {
    float: left;
    padding: 5px 8px;
  }
  footer img {
    float: left;
    padding: 25px 0;
  }
  footer p {
    float: right;
    width: 80%;
    text-align: right;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  #masthead {
    width: 100%;
    display: inline;
    position: relative;
  }
  #masthead .main {
    width: calc(100% - 15px);
  }
  #masthead #searchForm {
    width: 350px;
  }
  #masthead form {
    padding: 11px 25px 11px 20px;
  }
  #masthead #vault_keyword_search {
    width: calc(100% - 42px);
  }
  #masthead form button {
    left: 20px;
    top: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #masthead {
    width: 100%;
    display: inline;
    position: relative;
  }
  #masthead #searchForm {
    width: 80%;
    float: right;
    margin-right: 15px;
    padding: 10px 30px 10px 25px;
  }
  #masthead #vault_keyword_search {
    width: calc(100% - 42px);
  }
  #masthead form button {
    left: 20px;
    top: 4px;
  }
}

/*# sourceMappingURL=style.css.map */