@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
@font-face{font-family:'LuckyFellasUpright';
  src:
  url("https://www.asuprepdigital.org/wp-content/themes/asupd-full/fonts/luckyfellasupright-webfont.woff2") format("woff2"),
  url("https://www.asuprepdigital.org/wp-content/themes/asupd-full/fonts/luckyfellasupright-webfont.woff") format("woff");font-weight:normal;font-style:normal}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

* {
  box-sizing: border-box;
}

body {
  margin: 0;

}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
  max-width:100%;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}


/* GRID */

body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%
}

.center,
.container {
  margin-left: auto;
  margin-right: auto
}

* {
  font-family: Lato, Helvetica, sans-serif;
  color: #333447;
  line-height: 1.5
}

h1 {
  font-size: 2.5rem
}

h2 {
  font-size: 2rem;
  margin-top:0;
}

h3 {
  font-size: 1.375rem
}

h4 {
  font-size: 1.125rem
}

h5 {
  font-size: 1rem
}

h6 {
  font-size: .875rem
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom:2rem;
  margin-top:0;
}

.font-light {
  font-weight: 300
}

.font-regular {
  font-weight: 400
}

.font-heavy {
  font-weight: 700
}

.left {
  text-align: left
}

.right {
  text-align: right
}

.center {
  text-align: center
}

.justify {
  text-align: justify
}

.container {
  width: 100%;
}

.row {
  position: relative;
  width: 100%
}

.row [class^=col] {
  float: left;
  min-height: .125rem
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  width: 96%
}

.col-1-sm {
  width: 4.33%
}

.col-2-sm {
  width: 12.66%
}

.col-3-sm {
  width: 21%
}

.col-4-sm {
  width: 29.33%
}

.col-5-sm {
  width: 37.66%
}

.col-6-sm {
  width: 46%
}

.col-7-sm {
  width: 54.33%
}

.col-8-sm {
  width: 62.66%
}

.col-9-sm {
  width: 71%
}

.col-10-sm {
  width: 79.33%
}

.col-11-sm {
  width: 87.66%
}

.col-12-sm {
  width: 96%
}

.row::after {
  content: "";
  display: table;
  clear: both
}

.hidden-sm {
  display: none
}



@media only screen and (min-width:45em) {
  .col-1 {
    width: 4.33%
  }

  .col-2 {
    width: 12.66%
  }

  .col-3 {
    width: 21%
  }

  .col-4 {
    width: 29.33%
  }

  .col-5 {
    width: 37.66%
  }

  .col-6 {
    width: 46%
  }

  .col-7 {
    width: 54.33%
  }

  .col-8 {
    width: 62.66%
  }

  .col-9 {
    width: 71%
  }

  .col-10 {
    width: 79.33%
  }

  .col-11 {
    width: 87.66%
  }

  .col-12 {
    width: 96%
  }

  .hidden-sm {
    display: block
  }
}

/* @media only screen and (min-width:60em) {
  .container {
    width: 100%;
    max-width: 1180px;
  }
} */


/* ========================================
CUSTOM STYLES
===========================================*/

/* ~~ Generic Stylings ~~ */

ul li {
  margin-bottom: 1.5rem;
}

h2,
h3,
h4 {
  font-family: 'Roboto Condensed', sans-serif;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #F6F6F6;
}

.bold {
  font-weight: bold;
}

.body-wrapper {
  background-color: white;
  margin: auto;
  max-width: 1180px;
  line-height: 1.5;
  box-shadow: 0 0 50px rgba(0,0,0,.2);
}

/* ~~ Top Navigation Bar ~~ */

.logo {
  padding-top: 20px;
  float: left;
  width: 164px;
  padding-left: 2rem;
}

#navigation-container {
  margin: 0 auto;
  height: 70px;
}

.navigation-bar {
  height: 70px;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}

.navigation-bar2 {
  height: 120px;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}

.navigation-bar img {
  float: left;
}

.navigation-bar ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.navigation-bar li {
  list-style-type: none;
  padding: 0px;
  height: 24px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline;
}

.navigation-bar li a {
  color: black;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 70px;
  padding: 5px 15px;
  opacity: 0.7;
}

#menu {
  float: right;
}

/* ~~ Hero Image ~~ */

.hero-column {
  margin: 0px !important;
  width: 100% !important;
}

.hero-column img {
  width: 100%;
}

.lucky {
  padding: 0;
  font: normal 3.7rem/1em "LuckyFellasUpright", Georgia, serif;
  letter-spacing: 0.005em
}

.herotext {
  font-size: 8.5vw;
  color: #FCC520;
  margin-top: 0;
  margin-left: 2rem;
}

@media only screen and (min-width: 1180px) {
  .herotext {
    font-size: 6rem;
  }
}

#featpageheader2 {
  background-image: url('https://www2.asuprepdigital.org/l/399272/2019-04-05/94pyp/399272/68048/ASU_Hero.jpg');
  background-size: cover;
  background-position: 30% 40%;
  padding: 5% 0;
  color: #FFF;
  overflow: hidden;
  position: relative;
}

#featpageheader2 h1 {
  font-family: 'LuckyFellasUpright', serif;
  font-weight: normal;
  line-height: 1;
}

.linecontainer {
  position: absolute;
  top: -1%;
  mix-blend-mode: multiply;
  width: 95%;
  left: -25%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .linecontainer {
    position: absolute;
    top: -1%;
    opacity: 0.86;
    width: 115%;
    left: -38%;
  }
}

.margintext {
  padding: 2rem;
  z-index: 2;
  margin-top: 1rem;
}

.pretext {
  color: white;
  margin: 0;
  font-size: 3.5vw;
  font-weight:400;
  font-family: 'Roboto', sans-serif;
}

@media only screen and (min-width: 1180px) {
  .pretext {
    font-size: 3rem;
  }
}

/* ~~ Content Section~~ */

.content {
  padding: 40px 0 0 40px;
}

.content ul {
  margin-top: 2rem;
}

@media (max-width: 720px) {
  .content {
    order:2;
  }
.form-container {
  order:1;
}
  }

/* ~~ Form ~~ */

.form {
  padding: 35px;
  background-color: #FFC300;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.20);
  border-radius: 6px;
  margin: 0 auto;
  margin-top: -12%;
}

.form .form, .infocolumn .form{
  padding:0;
  background-color: transparent;
  box-shadow: none;
  border-radius:0;
  margin:.5em 0 1em 0;
}

.form .form p, .infocolumn .form p{
  padding:0;
  margin:0;
}
.form form.form p label, .infocolumn .form p label{
  text-align:left;
  width:auto;
}

.form form.form input.text, .form form.form select, .infocolumn form.form input.text, .infocolumn form.form select{
  width:100%;
  padding:.6rem;
  border:none;
  margin-bottom:.75rem;
}

.form form.form input[type="checkbox"], .infocolumn form.form input[type="checkbox"]{
  width:auto;
  margin: .5rem 1rem 0 0;
}

.form form.form p.no-label, .form form.form p.email-pref, .infocolumn form.form p.no-label, .infocolumn form.form p.email-pref{
  margin:.5rem 0;
}

.form form.form p.no-label label.inline, .infocolumn .form p.no-label label.inline{overflow: hidden;}

form.form .pd-checkbox span.value span {
  display: flex;
}

form.form p.submit{
  margin: 1rem 0;
}

form.form p.submit input[type="submit"]{
  background: #8C1D40;
  padding: .825rem 1rem;
  width:100%;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: none;
  transition: all .3s ease-out;
  cursor: pointer;
}
#signup input[type="submit"]{
color: #FFF;
}
form.form p.submit input[type="submit"]:hover{
  background: #262626;
}

.rightcol hr{border-top:1px solid #666;}


.left.colz.topcol{
    background-color:#FCC520;
}

@media only screen and (max-width: 720px) {
  .form {
    margin-top: 0px;
  }

  .rightcol.colz{padding-bottom:3rem;}

}

form input {
  width: 95%;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.30);
  border-radius: 4px;
  border: none;
}

form select {
  width: 100%;
  background: #FFFFFF;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.30);
  border-radius: 4px;
  margin-top: 8px;
}

form select option {
  padding: 10px;
}

.form p {
  font-size: 16px;
}

.checkbox {
  width: auto;
}

.form h3 {
  margin-top: 0.3rem;
}

.form h4 {
  margin-bottom: 8px;
}

.form-container{margin:0 2rem;}

button {
  border: none;
  color: white;
  background: #8C1D40;
  border-radius: 5px;
  padding: 1.2rem;
  font-weight: bold;
  width: 90%;
  display: block;
}

.checkbox-wrapper {
  margin-top: 22px;
}

/* ~~ Footer~~ */

.img-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction:column;
  justify-content: flex-end;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

#footer-container {
  background-color: #221E1E;
  overflow: hidden;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

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

.footer-bar li a {
  color: black;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 70px;
  padding: 5px 15px;
  opacity: 0.7;
}

#footer-container p {
  color: #999;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  margin:0 0 .5rem 0;
}

.footer-text {
  float: right;
  padding:2rem;
}

@media only screen and (max-width: 570px) {
  #footer-container p{
    font-size: 2.3vw;
  }
    .footer-text {
      padding-left: 0;
    }

    .footer-logo {
      margin-right: 0 !important;
    }
}

.footer-bar a {
  color: #FCC520;
  text-decoration: none;
}

.footer-bar a:hover {
  text-decoration: underline;
}

.footer-logo {
  width: 164px;
  float: left;
  margin:38px;
  
}

.logo-container {
  vertical-align: middle;
}

/* Flex Grid */

.flex-grid {
  display: flex;
}
.flex-grid .colz {
  flex: 1;
}
.flex-grid-thirds {
  display: flex;
  justify-content: space-between;
  background: url('https://www2.asuprepdigital.org/l/399272/2018-02-02/283m9/399272/22338/bg_light.jpg');
  background-repeat:repeat;
  background-size: auto;
  padding: 3rem 1rem;
  flex-grow:1;
  flex-basis: auto;
}
.flex-grid-thirds .colz {
  width: 30%;
}

.siglock{
    display: flex;
}
.biopic{
    flex-grow:1;
    flex-shrink:1;
    max-width:30%;
    margin-right:1rem;
}
.biopic img{border-radius:50%; border: solid 6px #FCC520; }
.info{
    flex-grow:3;
}
.info h4{font-size:1.6em; margin-bottom:.5rem;} 

@media (max-width: 720px) {
  .flex-grid,
  .flex-grid-thirds {
    flex-direction: column;
  }
  .colz {
    width: 100% !important;
  }
  .colz .img-container{
    max-width:300px;
  }

  .flex-grid-thirds p{
    max-width:400px;
    margin:0 auto;
  }

  .colz.form-container{
    padding:0;
  }

  .colz.form-container .form{
    max-width: none;
    border-radius: 0;
  }

  .colz.left.content{
    padding-top:60px;
  }

.flex-grid { 
  margin: 0 0 20px 0;
}
.colz {
  padding: 20px;
  margin:0 auto;
}

.colz p {
  font-size: 16px;
}

.colz.block h4 {
  color: #8C1D40;
}

h2{font-size:1.4rem;}

}

@media (max-width:540px){
  #footer-container{ flex-direction:column }
  .footer-text{padding-right:0; }
  #footer-container .footer-text p{text-align:center;}
  #footer-container .footer-logo{margin-left:0;}
}

.colz.left.content p {
    margin-bottom:1rem;
}


/* EDITS */
@media (max-width: 720px) {
    .colz {
        padding:0;
    }

    .flex-grid {
        margin-bottom: 0;
    }
}

.infocolumn {
    padding: 3rem;
    flex: 0 1 auto;
}

.rightcol .infocolumn{
    padding: 7% 7% 0 7%;
}

.infocolumn li{
    font-size:1.25em;
}

#signup {
    order:0;
}

#signup *{
    color: black;
}

#infosection {
    margin-top:0;
}

#infosection *{
    color: #000;
}

#speakersection {
    margin-top:0;
    color: #000;
}

#speakersection *{
    color: #000;
}

#featpageheader3 {
    background-image: url('../imgs/info-success.jpg');
    background-size: cover;
    background-position: 30% 40%;
    padding: 5% 0;
    color: #FFF;
    overflow: hidden;
    position: relative;
  }
  
  #featpageheader3 h1 {
    font-family: 'LuckyFellasUpright', serif;
    font-weight: normal;
    line-height: 1;
  }

.texturebg{
    background-image: url('https://www2.asuprepdigital.org/l/399272/2019-04-05/94wv9/399272/68176/cement.png');
    background-repeat: repeat;
    background-color: #e7e7e7;
}

.torn {
    background-image: url('https://www2.asuprepdigital.org/l/399272/2019-04-05/94wvt/399272/68194/Rectangle.jpg');
    background-size: 1200px;
    background-repeat: repeat;
    background-color: #F2EFE7;
}

  @media (max-width: 720px) {


    .infocolumn {
      height: auto;
    }
    
    .topcol {
      flex:none !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .img-container {
    display: block !important;
  }

  .colz.center.block {
    height:50%;
  }
}
