vertical
/*
 * Web Starter Kit
 *
 * Multi-screen layout styles for your page. Brought to you by the
 * Web Starter Kit team.
 *
 */


html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.tbl-col {
  display:table-cell;
}

.va-middle {
  vertical-align: middle;
}

body {
  position: relative;
  font-family: 'Roboto Condensed', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  background-color: #FFFFFF;
  box-sizing: border-box;
  min-height: 100%;
}

header {
  padding: 12px;
}

header .ws-title {
  font-size: 18pt;
}

header ul.top-links {
  display:none;
  text-align: right;
  line-height: 64px;
  font-size: 12pt;
}

header ul.top-links li {
  display: inline-block;
  padding: 2px 8px;
}

header ul.top-links li a {
  color: #222;
}

#divSelectMenu {
  padding:20px 20px 0 20px;
}

#selectMenu {
  clear: both;
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 12pt;
  -webkit-appearance: none;
}

main {
  font-size: 14pt;
}

.content-wrapper {
  padding: 16px 32px;
}

footer {
  background-color: #cf423a;
  color: #ffffff;
  text-align: center;
}

footer .content {
  padding: 2%;
}

.rbf-primary {
  color:#cf423a;
}

/** Larger Screens - desktops and tablets **/
@media all and (min-width: 990px) {

  body {
    overflow-y: scroll;
  }
  
  main {
    padding-top: 0;
    min-height: initial;
  }
  
  .content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 0;
    min-height: initial;
  }
}

@media all and (min-width: 800px) { 
  header ul.top-links {
    display:block;
  }

  #divSelectMenu {
    display:none;
  }
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/RobotoCondensed-Light.eot);
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(/fonts/RobotoCondensed-Light.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Light.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/RobotoCondensed-Regular.eot);
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(/fonts/RobotoCondensed-Regular.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/RobotoCondensed-Bold.eot);
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Bold'), url(/fonts/RobotoCondensed-Bold.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(/fonts/RobotoCondensed-LightItalic.eot);
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(/fonts/RobotoCondensed-LightItalic.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-LightItalic.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/RobotoCondensed-Italic.eot);
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(/fonts/RobotoCondensed-Italic.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Italic.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/RobotoCondensed-BoldItalic.eot);
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(/fonts/RobotoCondensed-BoldItalic.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-BoldItalic.woff) format('woff');
}