/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Begin site styling */
html {
  background: #f2f0ea;
  font-family: "myriad-pro";
  font-weight: 400;
}

body {
  min-width: 925px;
}

/* Header Area */
.nav_wrapper {
  background: #171b22;
  color: #a7b8d5;
  width: 100%;
  height: 100px;
}

.nav {
  width: 955px;
  margin: 0 auto;
  position: relative;
}

#logo{
  background: url('../img/dp_mark.png') 0 0 no-repeat;
  width: 170px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 28px;
}

nav.main {
  position: absolute;
  top: 45px;
  left: 175px;
}

nav.main li, nav.sub_nav li {
  display: inline;
  text-transform: uppercase;
  font-family: "proxima-nova";
  font-weight: 600;
  font-size: 14px;
}

nav.main li {
  padding: 46px 40px; 
}

nav.main #top_nav_current {
  background-color: #fff;
  color: #222934;
}

nav.main li a, nav.sub_nav li a {
  color: inherit;
  text-decoration: none;
}

.search_container {
  display: block;
  position: absolute;
  right: 0;
  top: 34px;
}

#search_form { position: relative; }

#search_button {
  position: absolute;
  top: 11px;
  left: 13px;
  width: 16px;
  height: 16px;
  background: url('../img/search_glyph.png') 0 0 no-repeat;
  border: none;
}

#search_button:hover {
  cursor: pointer;
}

#search_input {
  width: 135px;
  background: #0b0d10;
  height: 31px;
  padding: 3px;
  padding-left: 40px;
  border: 1px solid #000;
  border-bottom: 1px solid #262930;
  color: #777f8a;
  font-size: 16px;
  font-style: italic;
  font-weight: 100;
  font-family: 'proxima-nova';

    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  border-radius: 1px;
}

::-webkit-input-placeholder {
  color:    #777f8a;
}

nav.sub_nav {
  height: 110px;
  position: relative;
}

nav.sub_nav ul {
  position: absolute;
  top: 47px;
  left: 25px;
}

nav.sub_nav li {
  color: #79838c;
  margin-left: 25px;
}

#sub_home.sub_current {
  margin-left: 0;
}

.sub_current {
  padding: 12.5px 22.5px;
  background-color: #3f6fc3;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  border-radius: 3px;
}

nav.sub_nav .sub_current a {
  color: #fff;
}
/* End Header Area */

/* Begin Home Page Styling */
#home_cta {
  background: url('../img/hero.jpg') 0 0 no-repeat;
  width: 100%;
  height: 435px;
  position: relative;
}

#cta_button {
  position: absolute;
  bottom: 80px;
  left: 340px;
}

.home_picks {
  width: 1000px;
}

#hot_picks {
  margin-bottom: 50px;
}

.home_picks h2 {
  color: #4d6b88;
  font-size: 18px;
  margin: 25px 0 20px 20px;
}

.home_wrapper {
  padding-bottom: 2em;
}
/* End Home Page Styling */

/* Game Area */

/* Breadcrumb Area */
#breadcrumb {
  width: 100%;
  height: 40px;
  background: #0b0d10;
}

#breadcrumb ul {
  padding-left: 20px;
}

#breadcrumb ul li {
  display: inline;
  color: #586673;
  font-size: 14px;
  line-height: 42px;
  font-family: "proxima-nova";
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 14px;
}

#breadcrumb ul li a {
  text-decoration: none;
  color: inherit;
}

#breadcrumb ul li:last-child {
  color: #94a8bb;
}
/* End Breadcrumb Area */

/* Media Area */
.media_wall {
  width: 955px;
  height: 445px;
  margin: 0 auto;
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
  box-shadow: 0 1px 10px rgba(0,0,0,.3);
}
/* End Media Area */

/* Game Details Area */
.game_canvas {
  width: 955px;
  margin: -5px auto 1em auto;
  background: #fff;
  border: 1px solid #c6c4be;
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
  box-shadow: 0 1px 10px rgba(0,0,0,.3);
}

.game_canvas h2 {
  font-family: "raleway";
  font-size: 3em;
  font-weight: 100;
  color: #343434;
  width: 730px;
}

.game_canvas h3 {
  font-family: "proxima-nova";
  font-size: 1.15em;
  font-weight: 600;
  color: #586673;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
}

#course_detail {
  color: #849eb4;
  text-decoration: none;
}
/* End Game Details Area */

/* Title Area */
.title_area {
  position: relative;
  padding: 30px 28px 2em 55px;
  margin-bottom: 1em;
}

#download {
  text-decoration: none;
}

.download_button {
  width: 130px;
  height: 40px;
  background: #346cce;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-family: "proxima-nova";
  font-weight: 600;
  text-transform: uppercase;

  position: absolute;
  top: 35px;
  right: 28px;

    -webkit-transition:background .5s ease-in;  
    -moz-transition:background .5s ease-in;  
    -o-transition:background .5s ease-in;  
  transition:background .5s ease-in;
}

.download_button:hover {
  background: #4985ee;
}

.download_button:active {
  top: 36px;
  background: #679eff;
  box-shadow: inset 0 0 10px #294b87;
}
/* End Title Area */

/* Details Area */
.details_area {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: center;
}

.details_area ul li {
  display: inline;
  margin-right: 2em;
  font-family: "myriad-pro";
  font-weight: 400;
  color: #939393;
}

.non_f_details_area ul li{
  font-family: "myriad-pro";
  font-weight: 400;
  font-size: 14px;
  color: #939393;
  margin: 0 0 15px 0;
}

.details_area strong, .non_f_details_area strong {
  color: #717171;
  font-weight: 700;
  padding-right: 4px;
}

.non_f_details_area {
  position: absolute;
  top: 75px;
  right: 150px;
}
/* End Details Area */

/* Description Area */
.description_area {
  background: #f7f7f8;
  border-bottom: 1px solid #d9d9d9;
  padding: 2em;
  padding-bottom: 0px;
  position: relative;
}

.non_featured_description_area {
  min-height: 250px;
}

.description_image {
  position: relative;
  bottom: -2px;
  width: 475px;
  height: 360px;
}

.description_right {
  position: absolute;
  right: 35px;
  top: 145px;
}

.description_left {
  margin: 43px 0 65px 120px;
}

.description h3 {
  text-align: left;
}

.description p {
  width: 300px;
  font-family: "myriad-pro";
  font-weight: 400;
  font-size: .88em;
  line-height: 1.25em;
  color: #76746e;
}
/* End Description Area */

/* Team Area */
.team_area {
  padding: 2em;
  padding-bottom: 4em;
}

.team_area h3 {
  margin-bottom: 3em;
}

.member {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 75px;
  font-family: "proxima-nova";
  text-transform: uppercase;
  font-weight: 300;
  color: #586673;
}

.member a {
  text-decoration: none;
}

.member .title {
  font-weight: 600;
  font-size: 12px;
  color: #346cce;
}

.member_menu {
  display: none;
  position: absolute;
  bottom: 75px;
  left: -30px;
  border: 1px solid #ddd;
  background-color: #fafcfd;
  width: 230px;
  padding: 25px 25px 5px;
  text-align: left;
  font-size: 14px;
}

.member_menu li {
  margin-bottom: 20px;
}

.member_menu p {
  width: 220px;
  margin-bottom: 5px;
}

.member_menu .mm_header {
  font-weight: 600;
}

.member_menu .mm_content {
  font-family: 'myriad-pro', serif;
  font-weight: normal;
  text-transform: none;
}

.member_menu a {
  color: #64abd9;
}

.member_credits a {
  font-style: italic;
  font-weight: 500;
  text-transform: none;
}

.member:hover .member_menu {
  display: block;
}

.member_arrow:after {
  background: #fafcfd;
  border: 1px solid #ddd;
}

.member_arrow {
  width: 260px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  padding-left: 102px;
  bottom: -16px;
}

.member_arrow.top {
  top: -16px;
  bottom: auto;
}

.member_arrow.left {
  left: 20%;
}

.member_arrow:after {
  content: "";
  position: absolute;
  top: -20px;
  width: 25px;
  height: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.member_arrow.top:after {
  bottom: -20px;
  top: auto;
}
/* End Team Area */

/* Recognition */
.recognition_area {
  width: 955px;
  height: 360px;
}

.quote {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 120px;
}

.quote p {
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 25px;
}

.source {
  font-weight: 400;
  color: #ebebeb;
}

.source:hover {
  color: #346CCE
}

.recognition_area a {
  color: inherit;
  text-decoration: none;
}
/* End Recognition */
/* End Game Area */

/* Suggested Game */
.suggested_games {
  width: 955px;
  margin: 1em auto;
  background: #fff;
  border: 1px solid #c6c4be;
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
  box-shadow: 0 1px 10px rgba(0,0,0,.3);

  height: 330px;
  overflow: hidden;
  text-align: center;
}

.suggested_games h3 {
  color: #586673;
  margin: 25px 0 25px;
}

.suggestion {
  margin: 0 auto;
  width: 863px;
}

.suggestion img {
  width: 245px;
  height: 231px;
  float: left;
  margin: 0 20px;
  border: 1px solid #000;
}
/* End Suggested Game */

/* Layout Styling */
#game_wrapper {
  position: relative;
  width: 955px;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 auto;
  overflow: hidden;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-top: none;
}

#game_wrapper.border_radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  border-radius: 5px;
}

#browse_wrapper {
  position: relative;
  width: 1160px;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 auto;
  overflow: hidden;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-top: none;
}

#browse_wrapper.border_radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  border-radius: 5px;
}

#arcade_top {
  padding : 30px 50px;
  position: relative;
}

/* Browse Styling */
.index_game, .browse_game {
  position: relative;
  width: 330px;
  float: left;
}

#gallery_title {
  width: 295px;
  bottom: 0px;
}

.browse_title {
  color: #fff;
  position: absolute;
  width: 280px;
  height: 50px;
  bottom: 19px;
  left: 0px;
  background-color: rgba(0,0,0,.7);
}

.browse_title p {
  text-align: center;
  margin-top: 18px;
  font-size: 14px;
}

.igf .browse_title p {
  text-align: left;
  margin-left: 18px;
}

/* Textual Styling */

#game_top h2, #arcade_top h2 {
  font-size: 48px;
  color: #343434;
  font-weight: 100;
}

/* Misc */
.copyright {
  text-align: center;
  color: #a4a39e;
  font-family: "myriad-pro";
  margin: 1em 0;
}

.clear {
  float: none;
  clear: both;
}

.alternate_background {
  background: #fafafa;
}

.border_bottom {
  border-bottom: 1px solid #ddd;
}

.ui-widget {
  font-family : inherit !important;
  font-size : 12px !important;
}

.ui-widget a {
  color : #555 !important;
}

.ui-state-focus {
  background : none !important;
  background-color : #f1f1f1 !important;
  border : none !important;
}

a.ui-state-focus {
  margin : 0 !important;
}

.filters {
  position : absolute;
  top : 35px;
  right : 25px;
  background-color : #fff;
    -webkit-border-radius : 3px;
    -moz-border-radius : 3px;
    -o-border-radius : 3px;
  border-radius : 3px;
  border : 1px solid #3f6fc3;
  overflow : hidden;
  text-transform: uppercase;
}

.filters li {
  display : block;
  float : left;
  padding : 14px 0px;
  font-size: 12px;
  font-weight: 600;
}

.divider {
  border-right : 1px solid #d3d3d3;
}

.filters a {
  padding : 14px 25px;
  color : #777;
  text-decoration: none;
}

.filters .selected {
  background-color: #3f6fc3;
  color: #fff;
}
 
/* Tooltip */
.ui-tooltip, .arrow:after {
  background: #fff;
  border: 1px solid #888;
}

.ui-tooltip {
  padding: 10px 20px;
  border-radius: 5px;
  border : 1px solid #aaa !important;
  font-family : 'proxima-nova', sans-serif !important;
  font-size : 14px !important;
  color : #555 !important;
  box-shadow : 0 1px 2px #999 !important;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow : 0 1px 2px #999;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

/* Slider */
#slider, #non_featured_slider {
  width: 955px;
  height: 445px;
  /* margin-top: -2px; */
}

#home_cta .home_slider {
  height: 435px;
}

#recognition-slider {
  width: 955px;
  height: 360px;
}

.rsContent {
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  float: left;
  width: 100%;
  height: 400px;
  background: url('../img/quotes_bg.jpg') 0 0 no-repeat;
}

.bContainer {
  position: relative;
}

.rsABlock {
  position: relative;
  display: block;
  left: auto;
  top: auto;
}

.blockHeadline {
  font-size: 42px;
  line-height: 50px;
}

.blockSubHeadline {
  font-size: 32px;
  line-height: 40px
}

.txtCent {
  text-align: center; 
  width: 100%; 
}

.slide1:hover {
  cursor: pointer;
}

/* Isotope Styling */
#games_wrapper {
 width : 1000px;
}

#game_container {
  width : 910px;
  margin : 0 auto;
}

.game_wrapper {
  height: 220px;
  width: 295px;
  overflow: hidden;
}

.index_game, .browse_game {
  margin-bottom: 25px;
  overflow : hidden;
}

.video-js {
  position : absolute;
  left : -356px;
  top : -10px;
    -webkit-transition : left .2s ease-in-out;
    -moz-transition : left .2s ease-in-out;
    -o-transition : left .2s ease-in-out;
  transition : left .2s ease-in-out;
  width: 325px;
}

.video_wrapper:hover .video-js {
  left : -30px;
}

.index_game .name {
  display : none;
}

.game_link {
  text-decoration:none;
}
.game_link .downloads {
   background-color:rgba(63, 111, 195, 0.85);
   bottom:0;
   color:white;
   display:block;
   font-family:"proxima-nova";
   font-size:0.9rem;
   font-weight:600;
   height:2.5rem;
   letter-spacing:0.05rem;
   line-height:2.5;
   position:relative;
   text-align:center;
   text-decoration:none;
   text-transform:uppercase;
   transition:all 200ms;
   width:100%;
}
.index_game:hover .game_link .downloads {
  bottom:2.3rem;
}

.index_game:hover {
  background-color : inherit;
  text-decoration:none;
}

.isotope_item {
  z-index : 2;
}

.isotope-hidden.isotope-item {
  pointer-events : none;
  z-index : 1;
}

/* Easter Egg Styling */
#ee {
  text-align : center;
  height : 0;
}

#ee p {
  padding : 20px 0;
  font-size : 12px;
  font-family : 'hellovetica';
  word-spacing : 3px;
  display : none;
}
/* End Easter Egg Styling */

/* Font Sizes */
.font_85_em {
  font-size: .85em;
}

.font_8_em {
  font-size: .8em;
}

.font_20_px {
  font-size: 20px;
}

.font_18_px {
  font-size: 18px;
}
/* End Font Sizes */

/* Jered Additions */

.legal_body {
  padding: 1em;
  font-family: 'proxima-nova';
}

.legal_body h2 {
  font-size: 2em;
  margin-bottom: 1em;
}

.legal_body p {
  margin-bottom: 1em;
}

.footer_links {
  display: block;
  text-align: center;
  margin-top: 1em;
}

.footer_links ul {
  list-style-type: none;
}

.footer_links ul li {
  display: inline;
  padding: 0 5px;
}

.footer_links a {
  text-decoration: none;
  font-size: .85em;
  color: #777;
  font-family: 'proxima-nova';
}

.category_header {
  font-size: 1.25em;
  text-align:center;
  margin: 1em 0 2em 0;
  text-transform: uppercase;
  font-family: 'proxima-nova';
  font-weight: 600;
  color: #586673;
}

.search_results {
  display: block;
  text-align: center;
  margin: 4em 0 6em 0;
  font-size: 1.25em;
  font-family: 'proxima-nova';
  color: #586673;
}

#collection_banner {
  width: 100%;
  height: 435px;
  position: relative;
  margin-bottom: 3em;
}

#twentyfourteen_banner {
  background: url('../img/featured_banner.jpg') 0 0 no-repeat;
  width: 100%;
  height: 435px;
  position: relative;
  margin-bottom: 3em;
}

#igf_banner {
  background: url('../img/igf_banner3.jpg') 0 0 no-repeat;
  width: 100%;
  height: 435px;
  position: relative;
  margin-bottom: 3em;
}

#puzzle_banner {
  background: url('../img/puzzle_platformer.jpg') 0 0 no-repeat;
  width: 100%;
  height: 435px;
  position: relative;
  margin-bottom: 3em;
}

#poetic_banner {
  background: url('../img/poetic_experience.jpg') 0 0 no-repeat;
  width: 100%;
  height: 435px;
  position: relative;
  margin-bottom: 3em;
}

.small_category_title {
  text-decoration: none;
}

.small_category_title h2:hover {
  color: #8ca1b4;
}

.view_all {
  float: right;
  right: 70px;
  position: relative;
  padding: 12px 24px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
  color: #586673;
  font-size: .9em;
}

.disclaimer {
  font-size: 12px;
  color: #9c9da2;
  font-family: 'proxima-nova';
  float: right;
  right: 15px;
  width: 130px;
  text-align: center;
  margin-top: 7px;
}

.disclaimer a {
  text-decoration: none;
  color: #9c9da2;
}

.disclaimer a:hover {
  color: #346CCE;
}

.social_wrapper {
  position: relative;
  width: 955px;
  margin: 0 auto;
  display: block;
}

#social {
  position: absolute;
  right: -5px;
  bottom: 10px;
  width: 200px;
}

/* End Jered Stuff */
/* Few Game Awards */
#awards_container {
  background: url('../img/award_bg.jpg') 0 0 repeat-x, #f7f7f8;
  color: #b2b7bd;
  font-family: 'myriad-pro', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
  font-size: 100%;
  padding: 40px 0 20px;
}

.game_awards_few, .game_awards_many {
  padding-top: 60px;
}


.games_awards_few .game_award_box {
  width: 600px;
  margin: 0 auto 1em auto;
  background: #fff;
  box-shadow: 0px 1px 2px #ddd;
  padding: 15px;
  height: 70px;
}

.games_awards_few .game_award_box .avatar {
  float: left;
  position: relative;
  top: 5px;
  left: 5px;
}

.games_awards_few .game_award_box .game_award_name {
  color: #4d596b;
  font-size: 1em;
  float: left;
  position: relative;
  top: 28px;
  left: 25px;
}

.games_awards_few .game_award_box .game_award_title {
  color: #676767;
  font-size: 14px;
}

.games_awards_few .game_award_box .game_award {
  float: right;
  position: relative;
  top: 20px;
  right: 20px;
}

.games_awards_few .game_award_box .award_icon {
  position: relative;
  top: 6px;
  left: -3px;
}
/* End Few Game Awards */

.game_awards_many {
  width: 675px;
  margin: 0 auto 4em auto;
}

.game_awards_many .game_award {
  margin-bottom: 1em;
}

.game_awards_many .game_award_box {
  width: 190px;
  background: #fff;
  box-shadow: 0px 1px 2px #ddd;
  float: left;
  padding-bottom: 2em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-bottom: 1em;
}

.game_awards_many .game_award_box .avatar {
  display: block;
  position: relative;
  border: 5px solid #fff;
  top: -20px;
  left: 60px;
  border-radius: 59px;
  box-shadow: 0 -2px 2px #e7e7e7;
  margin-bottom: -10px;
}

.game_awards_many .game_award_box .game_award_name {
  color: #4d596b;
  font-size: 16px;
  width: 155px;
  line-height: 1.15em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.game_awards_many .game_award_box .game_awards {
  margin-top: 20px;
  font-size: 14px;
  color: #585858;
  text-align: left;
  width: 170px;
  line-height: 1.25em;
  margin-left: auto;
  margin-right: auto;
}

.game_awards_many .game_award_box .award_icon {
  position: relative;
  top: -2px;
  left: -3px;
  display: block;
  float: left;
}

.game_awards_many .game_award_box .game_award_title {
  display: block;
  width: 145px;
  float: left;
}

.nf_search_container {
  width: 645px;
  margin: 2em auto 6em;
}

.nf_search_container p {
  text-align: center;
  font-family: 'proxima-nova';
  font-weight: 400;
}

.nf_search_container #search_form {
  margin-top: 2em;
}

.nf_search_container #search_input {
  background: #fff;
  border: 1px solid #ddd;
  width: 600px;
}

.error_page {
  width: 600px;
  margin: 8em auto 16em;
}

.error_page p {
  font-family: 'proxima-nova';
  text-align: center;
}

.error_page a {
  text-decoration: none;
  color: #346CCE;
}

.error_page a:hover {
  color: #849EB4;
}

/* Begin Pagination Styling */
#previous_link {
  float: left;
  margin: 30px 0 20px 20px;
}

#next_link {
  float: right;
}

.featured_margin {
  margin: 30px 60px 20px 0;
}

.gallery_margin {
  margin: 30px 15px 20px 0;
}

.pagination {
  position: relative;
}

.pagination a.next, .pagination a.prev {
  display: none;
}

.pagination p {
  position: absolute;
  left: 44%;
  top: 47px;
}
/* End Pagination Styling */

@media (max-width: 640px) {
  .video_wrapper video {
    display: none;
  }
}
