/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

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

label, input[type=button], input[type=submit], button {

cursor: pointer;

}

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {

font-size: 1;
line-height: 1.4;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0, 0, 0, .01) 0 0 0.063em;
text-rendering: optimizeLegibility;
overflow-y: scroll;

}

a {

color:#33404f;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
/*max-width:200px;*/
text-decoration: none;

}

a:hover, a:active, a:focus {

outline: 0;

}

a:hover {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
text-decoration: none;
color:#46B1E1;

}

ol li a {

//text-decoration: underline;

}

img {

-ms-interpolation-mode: bicubic;
image-rendering: optimizeQuality;
/*image-rendering: optimize-contrast;
image-rendering: -web-kit-optimize-contrast;*/


}
p a {

text-decoration: underline;

}

sub {

line-height:100%;

}

.sub_list {

font-size:75%;
line-height:150%;
list-style-type: none;

}

p {

word-wrap: break-word;

}

ul#topNav {

padding-top: 5px;
list-style-type: none;
float:right;
clear:both;
margin-top:30px;
margin-right:25px;

}

ul#topNav li {

display:inline-block;

}

ul#topNav li a {

text-decoration: none;
font-size: 75%;
font-weight: bold;

}

ul#topNav li a:hover {

text-decoration: underline;

}

body {

font-family:'trebuchet ms', arial, sans-serif;
font-size:14px;
line-height:1.5;
color:#666;
background:url('../img/realize-language-background.jpg') center top no-repeat #e8e8e8;
-webkit-background-size: 75% auto;
-moz-background-size: 75% auto;
-o-background-size: 75% auto;
background-size: 75% auto;

}

.container {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;

}

label {

margin-top:15px;
font-weight: 500;
cursor:default;
font-size:105%;

}

iframe {

border: 0;

}

.ulist {

padding:0 0 0 25px;

}

.ulist li {

padding:5px 0;

}

.container {

/*padding:0 100px;*/

}

.row {

margin:25px 0;

}

h1, h2, h3, h4, h5 {

  margin-top:0;

}

.col-md-8 .col-md-8 {

padding-left:0;

}

#header {

/*margin:10px 10px 30px 10px;*/
/*background-color: lightgrey;*/
height:130px;
/*max-width: 800px;*/
position: relative;
text-align: center;
margin: 0 auto;
padding:0;
/*z-index:2;*/
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;

}

#main_logo {

position: absolute;
width:250px;
height:58px;
top:20px;
left:25px;
/* background:url('../img/rl_logo_textonly.png') center center no-repeat; */

}

#logo_icon {

-moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
width:49px;
height:49px;
position: absolute;
left:25px;
bottom:3px;

}

#logo_icon img {

height:100%;
width:100%;

}

#navigation {

width:100%;
/*height:25px;*/
position: absolute;
bottom:0px;
text-align:center;

}

ul#nav_items {

width:100%;
text-align: center;
padding:0;
margin: 0;

}

ul#nav_items li {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
font:110% "PT Sans", sans-serif;
/*font-weight: bold;*/
text-align: center;
display:inline-block;
list-style-type: none;
background: #b2b3b5;
min-width: 100px;
margin: 0 -1px;
width: 14%;
width: -webkit-calc(100% / 7.25);
width: -moz-calc(100% / 7.25);
width: calc(100% / 7.25);

}

ul#nav_items li:hover {

background: #46B1E1;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
-webkit-box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.25);
-moz-box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.25);
box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.25);

}

ul#nav_items li a {

color:#ffffff;
padding:4px 0;
vertical-align: middle;
display: block;
text-decoration: none;

}

ul#nav_items li:first-child {

-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 15px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
margin-left:0px;

}

ul#nav_items li:last-child {

-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
margin-right:0px;

}

.grey_bg {

/*background: #e8e8e8;*/
background: #d9d9d9;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
padding:0;
margin:0;

}

ul#trademarks {

list-style-type: none;
padding:0;

}

ul#trademarks li {

margin:10px 0;

}

form label {

  display:block;
  clear:both;

}

form textarea {

width:100%;
height:300px;
margin-bottom:10px;

}

.learn_more {

/*background: #e8e8e8;*/
background: #d9d9d9;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
padding:1px 0;
margin:0 auto;
max-width:220px;
min-width:190px;
text-align: center;

}

.learn_more h3 {

text-align:center;
margin-top:10px;

}

.list_buttons {

text-align: center;
margin:0 auto;
padding:0;
margin:0 7%;

}

.list_buttons li {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
font:16px "PT Sans", sans-serif;
font-weight: bold;
text-align: center;
list-style-type: none;
background: #b2b3b5;
margin: 8px auto;
max-width:90%;
/*padding:0 8px;*/
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
/*white-space: nowrap;*/

}

.list_buttons li:hover {

background: #46B1E1;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
cursor:pointer;
-webkit-box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.25);
-moz-box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.25);
box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.25);

}

.list_buttons li a {

color:white;
width:100%;
height:100%;
padding:4px 0;
vertical-align: middle;
display: block;

}

.list_buttons li a:hover {

text-decoration: none;
color:white;

}

.support_buttons {

text-align: left;
/*margin:0 auto;*/
padding-left:25px;
/*margin:0 7%;*/

}

.support_buttons li {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
font:115% "PT Sans", sans-serif;
/*font-weight: bold;*/
text-align: left;
list-style-type: lower-roman;
/*background: #b2b3b5;*/
/*margin: 8px auto;*/
/*max-width:90%;*/
/*padding:0 8px;*/
/*white-space: nowrap;*/

}

.support_buttons li a {

color:#33404f;
padding:4px 0;

}

.support_buttons li a:hover {

text-decoration: none;
color:#46B1E1;

}

#login_box {

display: inline-block;
/*margin-top:50px;
margin-left:140px;
margin-right:20px;
margin-bottom:50px;*/
padding:15px;
width:260px;
vertical-align: middle;

}

#login_message {

display: inline-block;
width:400px;
padding:15px;
vertical-align: top;

}

blockquote {

border: 0;
margin: 3em 0;
padding: 0.5em 0;
quotes: "\201C""\201D""\2019";
line-height: 18px;

}

blockquote:before {

color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
/*margin-right: 0.25em;*/
vertical-align: -0.4em;

}

blockquote p {

display: inline;
font-style: italic;

}

blockquote p span {

clear:both;
margin-top:25px;
float:right;
font-style: normal;

}

blockquote p span:before {

content: "-";

}

#footer {

position: relative;
margin:15px 0;
clear:both;
border-top:1px solid #bbbbbb;
padding-top:15px;
font-size:77%;

}

#footer p {

padding-left: 35px;

}

#logo_container {

position: absolute;
/*background: url('../img/rl_logo_iconic.png') center top no-repeat;*/
float:left;
margin:-5px 10px 25px 0;
width:27px;
padding: 0;
/*float:left;*/

}

#footer a {

text-decoration: none;

}

#footer a {

padding:0;

}

#sample {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
padding-top: 40%;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: url('../img/samplereport.jpg') center center no-repeat;
width:100%;
height:305px;
display: block;

}

.img-rounded {

/*width: 100%;*/
/*height: auto;*/
margin:10px 0;

}

#sample:hover {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
opacity:0.9;

}

#parenting {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
padding-top: 45%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: url('../img/PRC0896-cropped.jpg') center 100% no-repeat;
margin:0 auto;
width:77%;
height:306px;
display: block;

}

#parenting:hover {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
opacity:0.9;

}

.button {

opacity:0.8;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
font:16px "PT Sans", sans-serif;
font-weight: bold;
text-align: center;
list-style-type: none;
background: #b2b3b5;
margin: auto auto;
width:auto;
height:auto;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
color:white;
padding:4px 0;
display: block;
-webkit-box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.5);
-moz-box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.5);
box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.5);

}

.button:hover {

background: #46B1E1;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
cursor:pointer;
text-decoration: none;
color:white;
-webkit-box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.75);
-moz-box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.75);
box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.75);

}

ul.social_buttons {

text-align: center;
margin:5px auto;
padding:0;

}

ul.social_buttons li {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
list-style-type: none;
display:inline-block;
padding:5px 3px;

}

ul.social_buttons li:hover {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
opacity:0.8;

}

ul.social_buttons li a {

cursor:pointer;

}

h1#headline {

clear:both;
display:block;
text-align:center;
margin:30px auto;
font-size:60px;
/*padding: 30px 0;*/

}

.orange_bubble {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
background:#46B1E1;
width:100px;
height:100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
margin:15px auto;
text-align:center;
color:white;
-webkit-box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.25);
-moz-box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.25);
box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.25);

}

.orange_bubble h3 {

font-weight: bold;
padding-top:19px;
line-height:8px;

}

.orange_bubble h1 {

font-weight: bold;
line-height:26px;

}

.orange_bubble h5 {

font-weight: bold;
line-height:0px;

}

.orange_bubble:hover {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
background:#0070CE;
-webkit-box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.5);
-moz-box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.5);
box-shadow: 0px 2px 15px 0px rgba(140, 140, 140, 0.5);

}
.orange_bubble:hover a, .orange_bubble:hover a:hover {
  color: #FFF;
}

a#logo {

/*text-indent:-999999px;
float:left;
width:140px;
height:50px;
background:url('../img/logo.png') left top no-repeat;
margin-top:19px;*/

}

video {

width: 100% !important;
height: 100% !important;

}

.video video:hover {

cursor: pointer;

}

.video {

/*display:block;*/
margin-bottom: 15px;
position: relative;
padding-bottom: 56.25%;
/*padding-bottom: 100%;*/
/*padding-top: 30px;*/
/*height: 100% !important;*/
/*overflow: hidden;*/
/*padding-bottom: 35.8%;*/

}

div#vjs_video_3 {

width: 100% !important;
height:100% !important;
position: absolute;
bottom:0;

}

.prc-nav {

  float: right;
  position: relative;
  right:6px;
  top:5px;
  width:235px;
  height:auto;
  margin-left:10px;
  color:#4d4e4e;
  text-align: center;
  cursor: default;
  z-index: 999;

}

.prc-nav ul li a:link {

  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;

}

.prc-nav ul li a:hover {

  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;

}

.prc-nav span img {

  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: absolute;
  left:0px;
  top:0px;
  opacity: 1.0;

}

.prc-nav span img:hover {

  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0.75;

}

.prc-nav span {

  display:inline-block;
  margin-left: 10px;

}

.prc-nav ul li {

  text-align: center;

}

.prc-nav ul {

  margin-left: 5px;
  margin-top: 15px;
  list-style: none;
  text-align: center;

}

.prc-dropdown-box {

  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: absolute;
  right:0px;
  width:139px;
  background-color: #dde8e7;
  padding:5px;
  padding-bottom:15px;
  margin:0px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  text-align: center;
  -moz-box-shadow: 0px 0px 3px 0px #ccc;
  -webkit-box-shadow: 0px 0px 3px 0px #ccc;
  box-shadow: 0px 0px 3px 0px #ccc;

}

.prc-dropdown-box span {

  font:14px "PT Sans", sans-serif;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  width:139px;
  height:auto;
  display:block;
  background-color: #dde8e7;
  z-index:999;
  text-align: center;
  padding-bottom: 5px;
  position: absolute;
  right:0px;
  padding-top:40px;
  margin-top:-45px;

}

.prc-dropdown {

  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display:block;
  position: relative;
  padding:5px;
  margin:0;
  white-space: nowrap;
  margin-top:-138px;
  z-index: 998;
  height:145px;

}

.prc-dropdown-box:hover > .prc-dropdown {
  margin-top:0px;

}

.prc-dropdown ul li {

  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-align: left;
  font:10px "PT Sans Caption", sans-serif;
  padding:0;
  margin:0;
  padding-top:5px;

}

.prc-dropdown ul li a {

    color: #0099cc;

}
.prc-dropdown ul li a:link {

    color:#0099cc;
    text-decoration: none;
    border-bottom: 0px;

}

.prc-dropdown ul li a:hover {
    color:#00608d;
    border-bottom: 1px solid #00608d;

}

.prc-dropdown ul {

  position: relative;
  padding-top: 7px;
  margin-left: 0px;
  top: 0px;
  margin-top: 15px;
  height:115px;
  padding-left: 0px;

}

.prc-dropdown ul li:hover {

  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding-left:5px;

}

.prc-dropdown-box:hover .prc-dropdown {

  display:block;

}

ul#admin_nav li {

  /*display: block;*/
  margin:0 5px;
  border-bottom:4px solid transparent;
  /*padding-bottom:0px;*/
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;

}

ul#admin_nav li a {

  color:#33404f;
  text-decoration:none;
  font-weight: bold;

}

ul#admin_nav li a:hover {

  opacity:1.0;

}

ul#admin_nav li img {

  //opacity:1.0;
  display: block;
  margin:0 auto 10px;

}

ul#admin_nav li:hover {

  //opacity:1.0;
  border-bottom:4px solid #33404f;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;

}

@media screen and (max-width:49em) {

div#header {

height:115px;
-webkit-transition: all 0.20s ease-in-out;
-moz-transition: all 0.20s ease-in-out;
-ms-transition: all 0.20s ease-in-out;
-o-transition: all 0.20s ease-in-out;
transition: all 0.20s ease-in-out;

}

#main_logo {

left:initial;

}

ul#nav_items li {

min-width: 65px;
font-weight: bold;
font-size:75%;

}

ul#topNav {

font-size:90%;

}

}

@media screen and (max-width:33em) {

div#header {

height:140px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;

}

.prc-nav {

display: none;

}

#main_logo {

position: relative;
top:initial;
left:initial;
margin:10px auto;

}

ul#topNav {

list-style-type: none;
float:none;
padding:0;
margin:10px auto;

}

#navigation {

position: relative;
max-width:300px;
margin:10px auto;
text-align: center;

}

ul#nav_items li {

min-width: 70px;
font-weight: bold;
font-size:80%;

}

ul#nav_items li#training {

-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;

}

ul#nav_items li#resources {

-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 15px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;

}

}

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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, 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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dppx) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.btn-warning, .btn-warning:active {
  background-color: #46B1E1;
  border-color: #0070CE;
}
.btn-warning:hover {
  background-color: #0070CE;
  border-color: #0070CE;
}