﻿/*
 * Project Styles
 * 
 */
/* ==========================================================================
   Base styles and resets
   ========================================================================== */

html {
    color: #000;
    background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
li {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input,
textarea,
select {
    *font-size: 100%;
}
legend {
    color: #000;
}
html {
    -webkit-text-size-adjust: none;
}
strong {
    font-weight: bold;
}
img {
    vertical-align: top;
}
.cl {
    clear: both;
    font-size: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
/*     position: absolute; */
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}
body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}
a {
    color: #00e;
}
a:hover {
    color: #06e;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
dd {
    margin: 0 0 0 40px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
input:valid,
textarea:valid {} input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html {
    background: #fff;
    background-image: url('../images/footer-bg.jpg');
    background-repeat: repeat;
}
body {
    font-family: 'Karla', sans-serif;
    color: #000;
}
.wrapper-large {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.wrapper-large:before,
.wrapper-large:after {
    content: "";
    display: table;
}
.wrapper-large:after {
    clear: both;
}
.wrapper-large {
    *zoom: 1;
}
.wrapper {
    width: 940px;
    margin: 0 auto;
    position: relative;
}
#main-wrapper .wrapper {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
#footer .wrapper {
    width: 900px;
    margin: 0 auto;
    position: relative;
}
#footer .wrapper {
    margin: 0 auto;
    position: relative;
}
.wrapper:before,
.wrapper:after {
    content: "";
    display: table;
}
.wrapper:after {
    clear: both;
}
.wrapper {
    *zoom: 1;
}
a {
    text-decoration: none;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    outline: none!important;
}
a:hover {
    color: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    
    color: #3c3c3c;
    font-family: 'Karla', sans-serif;
    opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #3c3c3c;
    font-family: 'Karla', sans-serif;
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #3c3c3c;
    font-family: 'Karla', sans-serif;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: #3c3c3c;
    font-family: 'Karla', sans-serif;
    opacity: 1;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.col12 {
    width: 100%;
    float: left;
}
.col11 {
    width: 91.66666666666666%;
    float: left;
}
.col10 {
    width: 83.33333333333334%;
    float: left;
}
.col9 {
    width: 75%;
    float: left;
}
.col8 {
    width: 66.66666666666666%;
    float: left;
}
.col7 {
    width: 58.333333333333336%;
    float: left;
}
.col6 {
    width: 50%;
    float: left;
}
.col5 {
    width: 41.66666666666667%;
    float: left;
}
.col4 {
    width: 33.33333333333333%;
    float: left;
}
.col3 {
    width: 25%;
    float: left;
}
.col2 {
    width: 16.666666666666664%;
    float: left;
}
.col1 {
    width: 8.333333333333332%;
    float: left;
}
div.intro-message.inner-wrapper p a,
div.intro-message.inner-wrapper p a:link,
div.intro-message.inner-wrapper p a:visited {
    color: #2B579E
}
div.intro-message.inner-wrapper p a:hover {
    text-decoration: underline;
    color: #2B579E;
}
/* ==========================================================================
   Home
   ========================================================================== */

#header {
    background: url(../images/header-bg.png) 0 0 repeat-x;
    height: 50px;
    min-width: 940px;
    line-height: 1em;
}
.nav {
    list-style: none;
    text-align: center;
}
.nav > li {
    list-style: none;
    display: inline-block;
    padding: 16px 0px 0px 13px;
    height: 50px;
}
.nav > li:first-child,
.nav > li.first {
    padding-left: 0px;
}
.nav > li:last-child,
.nav > li.last {
    padding-right: 0px;
}
.nav > li:after {
    content: "\007C";
    padding-left: 13px;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #fff;
}
.nav > li:last-child:after,
.nav > li.last:after {
    content: "";
    padding-left: 0px;
}
.nav > li > a {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #fff;
}
.nav > li > a:hover {
    color: #f6b332;
}
.nav > li.on > a {
    color: #f6b332;
    font-weight: 700;
}
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0px;
    z-index: 99;
    background: #2b579e;
}
.sf-menu.light ul {
    background: #1696D4;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}
.sf-menu ul li {
    padding: 0px 20px!important;
}
.sf-menu ul li a {
    display: block;
    position: relative;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    color: #fff;
    padding: 7px;
    border-bottom: 1px solid #2b4584;
    text-align: left;
}
.sf-menu ul li.last a,
.sf-menu ul li:last-child a {
    border-bottom: 0px;
}
.sf-menu ul li a:hover {
    color: #f6b332;
    background: #2b4584;
}
.sf-menu ul li.on a {
    color: #f6b332;
    font-weight: 700;
    background: #2b4584;
}
.sf-menu.light ul li a:hover {
    color: #f6b332;
    background: #1696D4;
}
.sf-menu.light ul li.on a {
    color: #f6b332;
    font-weight: 700;
    background: #1696D4;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}
.sf-menu > li > ul {
    padding: 20px 0;
}
#banner {
    background: url(../images/banner-bg.jpg) center center no-repeat #197cb2;
    height: 345px;
    min-width: 940px;
}
#banner .wrapper {
    text-align: center;
    padding-top: 25px;
    height: 100%;
}
.banner-image {
    position: absolute;
    bottom: -60px;
    text-align: center;
}
#intro {
    text-align: center;
    min-width: 940px;
}
#intro .wrapper {
    padding: 80px 75px 50px 75px;
}
#intro p {
    font-family: 'Varela Round', sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: normal;
    color: #3e3935;
    padding-bottom: 35px;
}
.test-btn {
    display: inline-block;
    width: 196px;
    height: 45px;
    background: url(../images/button-test.png) top center no-repeat;
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding-top: 8px;
}
.test-btn {
    display: inline-block;
    width: 252px;
    height: 50px;
    background: url(../images/button-test.png) top center no-repeat;
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
}
#dog-cat-buttons {
    position: relative;
    z-index: 2;
    min-width: 940px;
}
.ribbon {
    width: 50%;
    float: left;
    height: 145px;
    position: relative;
}
.ribbon-left {
    padding-right: 232px;
}
.ribbon-right {
    padding-left: 232px;
}
.ribbon .ribbon-inner {
    width: 100%;
    height: 100%;
    background: #0095d7;
}
.dog-btn {
    display: block;
    width: 263px;
    height: 168px;
    overflow: hidden;
    background: url(../images/button-dog.png) top left no-repeat;
    position: absolute;
    top: -22px;
    right: -1px;
}
.dog-btn:hover {
    background-position: bottom left;
}
.dog-btn a {
    display: block;
    width: 100%;
    height: 100%;
}
.cat-btn {
    display: block;
    width: 263px;
    height: 168px;
    overflow: hidden;
    background: url(../images/button-cat.png) top left no-repeat;
    position: absolute;
    top: -22px;
    left: 0px;
}
.cat-btn:hover {
    background-position: bottom left;
}
.cat-btn a {
    display: block;
    width: 100%;
    height: 100%;
}
#blue-panel {
    height: 500px;
    background: url(../images/pattern.png) 0 0 repeat #2b579e;
    margin-top: -145px;
    position: relative;
    z-index: 1;
    min-width: 940px;
}
.shadow1 {
    position: absolute;
    background: url(../images/shadow.png) 0 0 repeat-x;
    width: 100%;
    height: 67px;
    bottom: 0;
    left: 0px;
    z-index: 3;
}
.shadow2 {
    position: absolute;
    background: url(../images/shadow2.png) 0 0 repeat-x;
    width: 100%;
    height: 122px;
    top: 80px;
    left: 0px;
    z-index: 3;
}
.blue-boxes {
    max-width: 835px;
    margin: 0 auto;
}
.blue-box {
    float: left;
    width: 392px;
    height: 245px;
    padding: 25px 30px;
    background: #2b579e;
    color: #fff;
    position: relative;
    z-index: 4;
    margin: 50px 12px 0px 12px;
    text-align: left;
    box-shadow: 0 1px 2px #6786b9,
    /*bottom external highlight*/
    
    0 -1px 1px #1a345e,
    /*top external shadow*/
    
    inset 0 -1px 1px rgba(71, 109, 171, 0.2),
    /*bottom internal shadow*/
    
    inset 0 1px 1px rgba(56, 98, 79, 0.8);
    /*top internal highlight*/
    
    -webkit-box-shadow: 0 1px 2px #6786b9,
    /*bottom external highlight*/
    
    0 -1px 1px #1a345e,
    /*top external shadow*/
    
    inset 0 -1px 1px rgba(71, 109, 171, 0.2),
    /*bottom internal shadow*/
    
    inset 0 1px 1px rgba(56, 98, 79, 0.8);
    /*top internal highlight*/
}
.blue-box h3 {
    font-size: 19px;
    line-height: 21px;
    color: #fff;
    padding-bottom: 10px;
}
.blue-box ul {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 10px;
}
.blue-box p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
/* #footer{ height:390px; background:url(../images/footer-bg.jpg) 0 0 repeat-x ; padding-top:65px; position:relative; z-index:6; -webkit-box-shadow: 0 -5px 10px 0 rgba(205,205,204,1);box-shadow: 0 -5px 10px 0 rgba(205,205,204,1); min-width:1280px; min-width:940px;} */

#footer {
    /* height:390px; */
    
    height: 215px;
    background: url(../images/footer-bg.jpg) 0 0 repeat-x;
    padding-top: 65px;
    position: relative;
    z-index: 6;
    -webkit-box-shadow: 0 -8px 10px 0 rgba(1, 1, 1, 0.18);
    box-shadow: 0 -8px 10px 0 rgba(1, 1, 1, 0.18);
    /*  min-width:1280px; */
    
    min-width: 940px;
}
#footer.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer-column {
    float: left;
    padding: 0 18px;
    border-right: 2px solid #d5d5d3;
    min-height: 90px;
}
.footer-column.first {
    padding-left: 0px;
}
.footer-column.last {
    padding-right: 0px;
    border-right: 0px;
}
.footer-logo {
    padding-top: 30px;
}
.footer-column h3 {
    font-size: 13px;
    line-height: 13px;
    color: #3e3935;
    padding-bottom: 10px;
    font-weight: 700;
}
.footer-column p {
    font-size: 13px;
    line-height: 17px;
    color: #3e3935;
}
#footer li.privacy {
    color: #3e3935;
    font-size: 11px;
    padding-top: 10px;
    text-transform: uppercase;
}
#footer li.privacy a,
#footer li.privacy a:link,
#footer li.privacy a:visited {
    color: #3e3935;
    text-decoration: none;
}
#footer li.privacy a:hover {
    text-decoration: underline;
}
.mail-form {} .mail-form input[type=text],
.mail-form input[type=email] {
    border: 0px;
    background: url(/images/input-bg.png) 0 0 no-repeat;
    display: block;
    width: 232px;
    height: 25px;
    margin-bottom: 6px;
    padding: 0px 10px;
    font-size: 13px;
    line-height: 13px;
    color: #3e3935;
}
.mail-form input[type=email] {
    border: 0px;
    background: url(/images/input-bg-sml.png) 0 0 no-repeat;
    display: block;
    width: 162px;
    height: 25px;
    margin-bottom: 6px;
    padding: 0px 10px;
    font-size: 13px;
    line-height: 13px;
    color: #3e3935;
    float: left
}
.footer-form-submit {
    width: 65px;
    height: 25px;
    background-image: url('/images/submit-btn-bg.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    font-family: sans-serif;
    font-size: 11px;
    color: #fff;
    line-height: 26px;
    text-transform: uppercase;
    float: right;
}
.mail-form input::-webkit-input-placeholder {
    /* WebKit browsers */
    
    color: #3e3935;
    font-family: 'Karla', sans-serif;
    opacity: 1;
}
.mail-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #3e3935;
    font-family: 'Karla', sans-serif;
    opacity: 1;
}
.mail-form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #3e3935;
    font-family: 'Karla', sans-serif;
    opacity: 1;
}
.mail-form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: #3e3935;
    font-family: 'Karla', sans-serif;
    opacity: 1;
}
.footer-social {
    list-style: none;
    position: absolute;
    top: 0px;
    left: -100px;
}
.footer-social {
    list-style: none;
    position: absolute;
    top: 0px;
    left: -130px;
}
.social-btn {
    list-style: none;
    display: block;
    width: 55px;
    height: 28px;
    overflow: hidden;
    text-indent: 100%;
    background: url(../images/social-sprite.png) 0px 0px no-repeat;
    margin-bottom: 8px;
}
.insta-btn {
    background-position: 0px -28px;
}
.tw-btn {
    background-position: 0px -56px;
}
/* ==========================================================================
   Test
   ========================================================================== */

#main-wrapper {
    background: url(../images/test-bg.png) 0 0 repeat fixed #c9c1b2;
    padding-bottom: 100px;
}
#main-wrapper.the-test {
    background: url(../images/check_bg.jpg) 0 0 repeat fixed #fff;
}
.grid {
    background: url(../images/check_bg.jpg) 0 0 repeat fixed #fff !important;
}
#sidebar {
    float: left;
    width: 210px;
    position: relative;
    z-index: 2;
}
.sidebar-logo {
    display: block;
}
.sidebar-logo img {
    width: 100%;
    height: auto;
}
.main {
    float: left;
    width: 730px;
    position: relative;
    z-index: 1;
    background: #fff;
    /* -webkit-box-shadow: 5px 5px 15px 14px rgba(1,1,1,0.18); box-shadow: 5px 5px 15px 14px rgba(1,1,1,0.18);  */
    
    color: #3c3c3c;
}
.main {
    float: left;
    width: 810px;
    position: relative;
    z-index: 1;
    background: #fff;
    /* -webkit-box-shadow: 5px 5px 15px 14px rgba(1,1,1,0.18); box-shadow: 5px 5px 15px 14px rgba(1,1,1,0.18);  */
    
    color: #3c3c3c;
}
.the-test .main {
    float: left;
    width: 740px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.general .main,
.the-test .main {
    float: left;
    width: 820px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.inner-wrapper {
    padding: 0px 35px 0px 70px;
}
.inner-wrapper2 {
    padding: 60px 115px 60px 100px;
}
.contact-wrapper.inner-wrapper {
    padding: 40px 35px 0px 50px;
}
.content-wrapper {
    /* -webkit-box-shadow: 5px 5px 15px 14px rgba(1,1,1,0.18); box-shadow: 5px 5px 15px 14px rgba(1,1,1,0.18); */
}
.main h1 {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 45px;
    font-family: 'Varela Round', sans-serif;
}
#further-reading-cont.main h1 {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 35px;
    padding-top: 60px;
}
#further-reading-cont.main h1:first-child {
    padding-top: 0;
}
.main h3 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.main ul {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
}
.main ul li {
    padding-bottom: 5px;
}
.main p {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 10px;
}
.details-form {
    font-size: 13px;
    position: relative;
    z-index: 10;
}
.details-form input[type=text],
.details-form input[type=email],
.details-form select {
    border: 0px;
    background: none;
    display: block;
    float: left;
    width: 240px;
    height: 28px;
    margin-bottom: 15px;
    padding: 0px 10px;
    font-size: 13px;
    line-height: 13px;
    color: #3e3935;
    border: 1px solid #ecebeb;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(191, 190, 189, 0.9);
    box-shadow: inset 0 1px 0 0 rgba(191, 190, 189, 0.9);
}
.details-form input[type=text].error,
.details-form input[type=email].error,
.details-form select.error {
    border-color: #B32317;
}
.m10 {
    margin-right: 10px;
}
.details-form input[type=text].small-field,
.details-form input[type=email].small-field,
.details-form select.small-field {
    width: 115px;
}
/*Select Styling*/

.dk_container {
    display: none;
    width: 115px;
    float: left;
    outline: 0;
}
.dk_container a {
    outline: 0;
}
.dk_toggle {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1;
    border: 0px;
    background: none;
    display: inline-block;
    width: 115px;
    height: 28px;
    margin-bottom: 15px;
    padding: 0px 10px;
    font-size: 13px;
    line-height: 12px;
    color: #3e3935;
    border: 1px solid #ecebeb;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(191, 190, 189, 0.9);
    box-shadow: inset 0 1px 0 0 rgba(191, 190, 189, 0.9);
    padding-top: 7px;
    background: url(../images/icon-arrow-down.png) right center no-repeat;
}
.dk_toggle:hover {
    color: #3e3935;
}
.dk_open {
    position: relative;
}
.dk_open .dk_options {
    display: block;
}
.dk_open .dk_label {
    color: inherit;
}
.dk_options {
    display: none;
    margin-top: -28px;
    position: absolute;
    right: 0;
    width: 100%;
    background: #fff;
    font-size: 13px;
    line-height: 13px;
    color: #3e3935;
    border: 1px solid #ecebeb;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(191, 190, 189, 0.9);
    box-shadow: inset 0 1px 0 0 rgba(191, 190, 189, 0.9);
    padding: 10px 12px;
}
.dk_options a,
.dk_options a:link,
.dk_options a:visited {
    display: block;
    font-size: 13px;
    line-height: 13px;
    color: #3e3935;
    cursor: pointer;
    margin-bottom: 10px;
}
.dk_options a:hover {
    color: #1696d4;
}
.dk_options_inner {
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}
.dk_container select {
    position: absolute;
    top: -99999em;
    visibility: hidden;
}
.dk_mobile {
    position: relative;
}
.dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.dk_open .dk_options_inner li:first-child {
    display: none;
}
.form input[type=checkbox] {
    display: none;
}
.form input[type=checkbox] + label {
    background: url(../images/checkbox-sprite.png) top left no-repeat transparent;
    padding-left: 45px;
    height: 30px;
    line-height: 20px;
    cursor: pointer;
    display: block;
    float: left;
}
.form input[type=checkbox]:checked + label {
    background-position: bottom left;
}
.details-form.form input[type="checkbox"] + label {
    line-height: 25px;
}
.red-btn {
    background: #b32317;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 0px;
    height: 32px;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 7px 15px;
    display: block;
    float: left;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Karla', sans-serif;
    box-shadow: inset 0 -2px 2px rgba(132, 26, 17, 0.8),
    /*bottom internal shadow*/
    
    inset 0 2px 2px rgba(220, 152, 147, 0.8);
    /*top internal highlight*/
    
    -webkit-box-shadow: inset 0 -2px 2px rgba(132, 26, 17, 0.8),
    /*bottom internal shadow*/
    
    inset 0 2px 2px rgba(220, 152, 147, 0.8);
    /*top internal highlight*/
}
.blue-btn {
    background: #1696d4;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 0px;
    height: 32px;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 7px 15px;
    display: block;
    float: left;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Karla', sans-serif;
    box-shadow: inset 0 -2px 2px rgba(13, 87, 123, 0.8),
    /*bottom internal shadow*/
    
    inset 0 2px 2px rgba(146, 206, 235, 0.8);
    /*top internal highlight*/
    
    -webkit-box-shadow: inset 0 -2px 2px rgba(13, 87, 123, 0.8),
    /*bottom internal shadow*/
    
    inset 0 2px 2px rgba(146, 206, 235, 0.8);
    /*top internal highlight*/
}
.details-form input[type=submit] {
    clear: left;
    margin-top: 35px;
}
.dog-ribbon {
    display: block;
    position: absolute;
    top: 65px;
    right: -57px;
    z-index: 4;
}
.dog-image {
    position: absolute;
    z-index: 4;
    bottom: -140px;
    right: -92px;
}
/* ==========================================================================
   Test Inner Page
   ========================================================================== */

#main-wrapper.test-inner-page {
    padding-bottom: 0px;
}
#sidebar {
    background: #ece9e7;
    /*  border-right:1px solid #c0c0c0; border-left:1px solid #d6d5d4; */
    
    -webkit-box-shadow: 1px 1px 6px 0 rgba(1, 1, 1, 0.42);
    box-shadow: 1px 1px 6px 0 rgba(1, 1, 1, 0.42);
}
.test-pass #sidebar,
.test-fail #sidebar {
    background: #ece9e7;
    /*  border-right:1px solid #c0c0c0; border-left:1px solid #d6d5d4; */
    
    box-shadow: none;
    -webkit-box-shadow: none;
}
.test-pass #sidebar .side-menu li a:hover,
.test-pass #sidebar .side-menu li.on a,
.test-fail #sidebar .side-menu li.on a,
.test-fail #sidebar .side-menu li a:hover {
    background: url("../images/button-ribbon-3.png") no-repeat scroll -16px 0 transparent;
    width: 232px;
    background-color: #fff;
}
#sidebar {
    background: #ece9e7;
    /*  border-right:1px solid #c0c0c0; border-left:1px solid #d6d5d4; */
    
    -webkit-box-shadow: 1px 1px 6px 0 rgba(1, 1, 1, 0.42);
    box-shadow: 1px 1px 6px 0 rgba(1, 1, 1, 0.42);
}
.fixed-page.no-header #sidebar {
    background: transparent;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fixed-page.no-header #main-wrapper .inner-wrapper2 {
    -webkit-box-shadow: 0px 5px 15px 14px rgba(1, 1, 1, 0.18);
    box-shadow: 0px 5px 15px 14px rgba(1, 1, 1, 0.18);
}
#main-wrapper.shadow .wrapper:first-child {
    -webkit-box-shadow: -15px 0px 15px 0px rgba(1, 1, 1, 0.18);
    box-shadow: -15px 0px 15px 0px rgba(1, 1, 1, 0.18);
}
.shadow .main {
    -webkit-box-shadow: 5px 5px 15px 14px rgba(1, 1, 1, 0.18);
    box-shadow: 5px 5px 15px 14px rgba(1, 1, 1, 0.18);
}
.the-test #sidebar {
    background-color: transparent;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.filler {
    /* border-right:1px solid #c0c0c0; */
    /* -webkit-box-shadow: 1px 1px 6px 0 rgba(1,1,1,0.42);box-shadow: 1px 1px 6px 0 rgba(1,1,1,0.42); */
    
    background: #ece9e7;
    padding-bottom: 60px;
}
.filler-bottom {
    background: #ece9e7;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.side-menu {
    list-style: none;
    margin-top: 55px;
}
.the-test .side-menu {
    list-style: none;
    margin-top: 0px;
}
.general .side-menu {
    list-style: none;
    margin-top: 0px;
}
.side-menu li {
    list-style: none;
    display: block;
    position: relative;
}
.side-menu li a {
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #c9c1b2;
    display: block;
    margin-bottom: 30px;
    padding: 15px 0px;
    text-align: center;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin-left: -15px;
    height: 45px;
    cursor: pointer;
}
.the-test .side-menu li a {
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #c9c1b2;
    display: block;
    margin-bottom: 0px;
    padding: 15px 0px;
    text-align: center;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin-left: -15px;
    height: 45px;
    cursor: pointer;
}
.side-menu li a:hover,
.side-menu li.on a {
    background: url(../images/button-ribbon.png) top right no-repeat #1696d4;
    width: 232px;
    background-position: 211px 0;
}
/* .side-menu li a:hover , .side-menu li.on a{background:url(../images/button-ribbon.png) top right  no-repeat transparent;width:232px;} */

.the-test .side-menu li a:hover,
.the-test .side-menu li.on a {
    background: url(../images/button-ribbon-3.png) top right no-repeat transparent;
    width: 232px;
    background-position: -16px 0;
}
.side-menu li.spacer {
    background: #ece9e7;
    height: 30px;
}
.side-menu li a:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -15px;
    bottom: 100%;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 15px solid #c9c1b2;
}
.side-menu li a:hover:after,
.side-menu li.on a:after {
    border-bottom: 15px solid #fcb43c;
}
/*	.side-menu li a:hover:before{content: ' ';position: absolute;	width: 0;height: 0; left: 100%;	top: 0px;border-top: 24px solid transparent;border-bottom: 24px solid transparent; border-right:15px solid #fff; margin-left:-15px; }
			.side-menu li a:hover {}*/
/*.side-menu li a:hover {margin-right:0px; border:0px; ouline:none;}
			.side-menu li a:before{content: ' ';position: absolute;	width: 0;height: 0; right: 0%;	top: 0px; background:url(../images/button-ribbon.jpg) 0 0 no-repeat ; width:18px; height:51px; margin-right:-5px; border:0; outline:none;}*/

.side-menu .jump_reading {
    cursor: pointer;
}
.side-menu .jump_reading.on {
    font-weight: 700;
}
.test-header {
    background: #c9c1b2;
    min-height: 165px;
    padding: 50px 0px 50px 0px;
}
.test-header h2 {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight: normal;
    float: left;
    /* width: 300px; */
    
    font-family: 'Varela Round', sans-serif;
}
.progress-bar {
    list-style: none;
    display: block;
    float: right;
    background: #b6b0a4;
    padding: 8px 12px 0px 12px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 0px;
    margin-top: 15px;
    box-shadow: inset 0 -2px 1px rgba(220, 218, 212, 0.9),
    /*bottom internal shadow*/
    
    inset 0 2px 1px rgba(46, 45, 42, 0.9);
    /*top internal highlight*/
    
    -webkit-box-shadow: inset 0 -2px 1px rgba(220, 218, 212, 0.9),
    /*bottom internal shadow*/
    
    inset 0 2px 1px rgba(46, 45, 42, 0.9);
    /*top internal highlight*/
}
.progress-bar li {
    list-style: none;
    display: inline-block;
}
.progress-bar li a {
    font-size: 15px;
    display: inline-block;
    line-height: 23px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0 0px;
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}
.progress-bar li.on a,
.progress-bar li a:hover {
    border: 1px solid #fff;
}
.progress-bar li.section-disabled a,
.progress-bar li.section-disabled a:hover {
    border: none;
    cursor: default;
}
.progress-bar ul {
    padding-bottom: 5px;
}
.intro-message {
    padding: 70px 180px 70px 70px;
    position: relative;
}
div.intro-message ol {
    list-style-type: none;
    list-style-position: inside;
    counter-reset: o-counter 0;
    font-size: 16px;
    line-height: 24px;
}
div.intro-message ol li:before {
    content: counter(o-counter) ') ';
    counter-increment: o-counter;
    display: inline-block;
    width: 16px;
}
div.intro-message ol,
div.intro-message ul {
    padding-bottom: 10px;
}
div.intro-message ol li,
div.intro-message ul li {
    padding-bottom: 0 !important;
    text-indent: -1em;
}
div.intro-message ol {
    /*
 list-style-position: outside !important;
  margin-left: 1em !important;
  
*/
    /* text-indent: -1em; */
    
    margin-left: 2em;
}
div.intro-message ul {
    list-style-type: none;
    list-style-position: inside;
    font-size: 16px;
    line-height: 20px;
}
div.intro-message ul li:before {
    content: '– ';
    display: inline-block;
    width: 10px;
}
div.intro-message ul li {
    padding-left: 20px;
    text-indent: -10px;
}
ul.test-results {
    list-style-type: none;
    list-style-position: inside;
    font-size: iline-height: 20px;
}
ul.test-results li:before {
    content: normal;
    display: block;
    width: auto;
}
/*
ul.test-results li{ padding-left: inherit; text-indent: inherit;}
*/

.section-feature-image {
    bottom: -45px;
    position: absolute;
    right: -130px;
}
.q-ribbon {
    bottom: -45px;
    position: absolute;
    right: 0;
}
/* div.intro-message ul li{ list-style-type: disc; list-style-position: inside;} */

.question-header {
    background: #c9c1b2;
    padding: 12px 0px 12px 0px;
    height: 45px;
}
.question-header h2 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    float: left;
    font-family: 'Varela Round', sans-serif;
}
.question-panel {
    padding: 50px 0px 150px 0px;
    background: url(../images/question-bg.jpg) 0 0 repeat;
    min-height: 600px;
    color: #3d3935;
}
.question-count {
    display: block;
    font-size: 19px;
    line-height: 19px;
    padding-bottom: 40px;
}
.question-form {
    border-top: 1px solid #c5c1bd;
    margin-bottom: 30px;
}
.question-form.form input[type="checkbox"] + label {
    display: block;
    float: none;
    border-bottom: 1px solid #c5c1bd;
    padding: 15px 0px 15px 55px;
    height: auto;
    background: url(../images/checkbox-off.png) left center no-repeat;
}
.question-form.form input[type=checkbox]:checked + label {
    background: url(../images/checkbox-on.png) left center no-repeat;
}
.question-form.form input[type="checkbox"] + label.wrong {
    background: url(../images/checkbox-off-red.png) left center no-repeat;
    color: #b32216;
}
.question-form.form input[type=checkbox]:checked + label.wrong {
    background: url(../images/checkbox-on-red.png) left center no-repeat;
}
.questions-nav {} .questions-nav a {
    float: right;
    margin-left: 15px;
}
.question-panel .inner-wrapper {
    display: none;
    max-width: 750px;
}
.question-panel .inner-wrapper:first-child {
    display: block;
}
.jump-btn {
    display: block;
    background: #b32317;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    border: 0px;
    height: 32px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 7px 15px;
    display: block;
    float: left;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 0px;
    left: 70px;
}
/* ==========================================================================
   Test Pass
   ========================================================================== */

.progress-bar.completed {
    font-size: 17px;
    display: inline-block;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 8px 35px 8px 35px;
}
.side-social {
    list-style: none;
    padding-left: 35px;
}
.side-social .social-btn {
    list-style: none;
    display: block;
    width: 132px;
    height: 27px;
    overflow: hidden;
    text-indent: 100%;
    background: url(../images/social-sprite-2.png) 0px 0px no-repeat;
    margin-bottom: 12px;
}
.side-social .social-btn a {
    display: inline;
}
.side-social .insta-btn {
    background-position: 0px -27px;
}
.side-social .tw-btn {
    background-position: 0px -54px;
}
.side-social .print-btn {
    background: url(../images/print_btn.png) 0px 0px no-repeat;
}
.certificate {
    padding: 25px;
    -webkit-box-shadow: 0 0 5px 0 rgba(1, 1, 1, 0.13);
    box-shadow: 0 0 5px 0 rgba(1, 1, 1, 0.13);
    margin: 20px 0;
}
.certificate-inner {
    border: 1px solid #CFCDCC;
    text-align: center;
    padding-bottom: 20px;
}
.main .certificate-inner h1 {
    padding: 30px 0 10px 0px;
    font-family: 'Varela Round', sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
    color: #575656;
}
.main .certificate-inner p {
    padding: 0px 0 10px 0px;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    color: #3E3934;
}
.main .certificate-inner .cert-logo {
    width: 120px;
}
.certificate-holder {
    margin-left: -30px;
}
html {
    -webkit-print-color-adjust: exact;
}
/* ==========================================================================
   Test Fail
   ========================================================================== */

.test-results {
    list-style: none !important;
    max-width: 670px !important;
    display: block !important;
}
.test-results li {
    list-style: none !important;
    display: block !important;
}
.test-results li.correct {
    background: #1f9bde !important;
    padding: 8px 36px 10px 36px !important;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 0px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: inset 0 -2px 1px rgba(21, 107, 154, 0.9),
    /*bottom internal shadow*/
    
    inset 0 2px 1px rgba(165, 215, 242, 0.9);
    /*top internal highlight*/
    
    -webkit-box-shadow: inset 0 -2px 1px rgba(21, 107, 154, 0.9),
    /*bottom internal shadow*/
    
    inset 0 2px 1px rgba(165, 215, 242, 0.9);
    /*top internal highlight*/
}
.test-results li.wrong {
    background: #f6b332;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 0px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: inset 0 -2px 1px rgba(170, 124, 35, 0.9),
    /*bottom internal shadow*/
    
    inset 0 2px 1px rgba(251, 225, 173, 0.9);
    /*top internal highlight*/
    
    -webkit-box-shadow: inset 0 -2px 1px rgba(170, 124, 35, 0.9),
    /*bottom internal shadow*/
    
    inset 0 2px 1px rgba(251, 225, 173, 0.9);
    /*top internal highlight*/
}
/* .test-results li.wrong > a {color:#fff !important; display:block !important; width:100% !important;  padding:8px 18px 5px 18px !important; } */

.test-results li.wrong > a {
    color: #fff !important;
    display: block !important;
    width: 100% !important;
    padding: 11px 18px 11px 18px !important;
}
div.intro-message .test-results li:before {
    content: "" !important;
    display: inline !important;
    width: auto !important;
}
.question-result {
    font-weight: 700;
    float: right;
    text-transform: uppercase;
}
/* ==========================================================================
   Test Further Reading
   ========================================================================== */

.button-desc {
    font-size: 16px;
    line-height: 19px;
    color: #58595b;
    padding: 30px 25px 0px 32px;
    background: #ECE9E7;
}
.button-desc hr {
    margin: 6px 0;
    border-width: 2px;
}
.goback-btn {
    display: block;
    float: right;
    background: #b32317;
    padding: 12px 55px 12px 55px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 0px;
    margin-top: 15px;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    box-shadow: inset 0 -2px 1px rgba(219, 151, 145, 0.9),
    /*bottom internal shadow*/
    
    inset 0 2px 1px rgba(46, 9, 6, 0.9);
    /*top internal highlight*/
    
    -webkit-box-shadow: inset 0 -2px 1px rgba(219, 151, 145, 0.9),
    /*bottom internal shadow*/
    
    inset 0 2px 1px rgba(46, 9, 6, 0.9);
    /*top internal highlight*/
}
.main.with-sidebar .intro-message,
.main .further-reading {
    float: left;
    max-width: 650px;
    padding-right: 30px;
    padding-left: 80px;
    padding-top: 60px
}
.main.with-sidebar .right-sidebar,
.main .right-sidebar {
    float: left;
    max-width: 145px;
    padding-top: 60px
}
.facts {
    list-style: none;
}
.facts li {
    list-style: none;
    margin-bottom: 25px;
}
.facts li > a {
    display: block;
    background: url(../images/fact-header.png) 0 0 no-repeat;
    width: 145px;
    height: 51px;
    text-align: center;
    font-size: 18px;
    line-height: 12px;
    color: #fff;
    padding-top: 15px;
    position: relative;
    z-index: 11;
    font-family: 'Bree Serif', serif;
}
.fact-text {
    padding: 48px 15px 8px 15px;
    background: #edebea;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    margin-top: -40px;
    position: relative;
    z-index: 10;
    display: none;
}
.main .fact-text p {
    font-size: 11.5px;
    /* font-height:16px; */
    
    line-height: 1.3em;
    font-family: 'Bree Serif', serif;
}
/* ==========================================================================
   Fixed Page Styles
   ========================================================================== */

.fixed-page #header {
    position: fixed;
    width: 100%;
    z-index: 100;
}
/* .fixed-page #sidebar {position:fixed; z-index:90; top:50px; left:50%; margin-left:-470px;} */

.fixed-page #sidebar {
    position: fixed;
    z-index: 90;
    top: 50px;
    left: 50%;
    margin-left: -550px;
}
.the-test #sidebar {
    position: fixed;
    z-index: 90;
    top: 50px;
    left: 50%;
    margin-left: -550px;
    -webkit-box-shadow: -15px 0px 15px 0px rgba(1, 1, 1, 0.18);
    box-shadow: -15px 0px 15px 0px rgba(1, 1, 1, 0.18);
}
.fixed-page .main {
    margin-left: 210px;
    padding-top: 235px;
    /* padding-top:185px; */
}
.general .main,
.the-test .main {
    margin-left: 200px;
    padding-top: 215px;
    /* padding-top:185px; */
    
    -webkit-box-shadow: 5px 5px 15px 14px rgba(1, 1, 1, 0.18);
    box-shadow: 5px 5px 15px 14px rgba(1, 1, 1, 0.18);
}
/* .fixed-page .test-header {position:fixed; z-index:90; top:50px; right:50%; margin-right:-470px; width:730px; height:185px;} */

.fixed-page .test-header {
    position: fixed;
    z-index: 90;
    top: 50px;
    right: 50%;
    margin-right: -470px;
    width: 810px;
    height: 165px;
}
.the-test .fixed-page .test-header {
    position: fixed;
    z-index: 90;
    top: 50px;
    right: 50%;
    margin-right: -470px;
    width: 740px;
    height: 185px;
}
.fixed-page #footer {
    z-index: 95;
    clear: both;
}
.fixed-page .dog-ribbon {
    position: fixed;
    z-index: 90;
    right: 50%;
    margin-right: -526px;
    top: 115px;
}
.fixed-page.no-header .main {
    padding-top: 40px;
}
.dog-image2 {
    right: -160px;
}
.dog-image3 {
    right: -190px;
    bottom: -80px;
}
.main img {
    max-width: 100%;
    height: auto;
}
.fixed-page .main.with-sidebar .right-sidebar {
    position: fixed;
    z-index: 90;
    top: 200px;
    right: 50%;
    margin-right: -450px;
}
#further-reading-cont {
    position: absolute;
    z-index: 89;
    top: 0;
    left: 0;
    width: 0px;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#further-reading-cont .right-sidebar {} #further-reading-cont .test-header {
    position: absolute;
    left: 0;
    width: 820px;
    padding-left: 10px;
}
#further-reading-cont .facts {
    display: none;
}
#further-reading-cont.opened {
    -webkit-box-shadow: 0px 5px 15px 14px rgba(1, 1, 1, 0.18);
    box-shadow: 0px 5px 15px 14px rgba(1, 1, 1, 0.18);
}
#further-reading-cont.opened .right-sidebar {
    position: fixed;
    z-index: 90;
    top: 220px;
    right: 50%;
    margin-right: -450px;
}
#further-reading-cont.opened .test-header {
    position: fixed;
    left: auto;
}
.button-desc {
    display: none;
}
.inner-wrapper3 {
    /* padding-right:50px; */
}
.main .certificate-inner p {
    font-size: 10px;
    line-height: 13px;
}
#mask {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 80;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: none;
}
p object {
    margin: 20px 0;
}
.the-test .intro-message table {
    width: auto;
    line-height: 1.2em;
    margin: 10px 0;
}
.the-test .intro-message table tr td {
    width: 135px;
    padding: 5px;
}
.the-test .intro-message table tr td:first-child {
    padding-left: 0;
}
.the-test .intro-message table tr td:nth-child(3n) {
    padding-left: 0;
}
.the-test .intro-message table td img {
    width: 100%;
    height: auto;
}
.fixed-page .category-about-us #sidebar {
    position: fixed;
    z-index: 90;
    top: 50px;
    left: 50%;
    margin-left: -550px;
    -webkit-box-shadow: -15px 0 15px 0 rgba(1, 1, 1, 0.18);
    box-shadow: -15px 0 15px 0 rgba(1, 1, 1, 0.18);
}
.fixed-page .category-about-us #sidebar .side-menu {
    list-style: none outside none;
    margin-top: 0;
}
.fixed-page .category-about-us #sidebar .side-menu li a:hover,
.fixed-page .category-about-us #sidebar .side-menu li.on a {
    background: url(../images/button-ribbon-3.png) no-repeat scroll -16px 0 transparent;
    width: 232px;
    background-color: #fff;
}
.fixed-page .category-about-us #sidebar .side-menu li a {
    background: none repeat scroll 0 0 #c9c1b2;
    color: #3b3c3c;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 45px;
    line-height: 15px;
    margin-bottom: 0;
    margin-left: -15px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    transition: none 0 ease 0;
}
.fixed-page .category-about-us #sidebar .side-menu li.on.dog-quiz a {
    background: url(../images/ribbon-orange.png) top right no-repeat transparent;
    width: 232px;
    background-position: -16px 0;
    background-color: #fff;
}
.fixed-page .category-about-us #sidebar .side-menu li.on.cat-quiz a {
    background: url(../images/ribbon-brown.png) top right no-repeat transparent;
    width: 232px;
    background-position: -16px 0;
    background-color: #fff;
}
.fixed-page .category-about-us #sidebar .side-menu li.on.dog-quiz a:after {
    border-bottom: 15px solid #1696d4;
}
.fixed-page .category-about-us #sidebar .side-menu li.on.cat-quiz a:after {
    border-bottom: 15px solid #1696d4;
}
.fixed-page .category-contact-us #sidebar {
    position: fixed;
    z-index: 90;
    top: 50px;
    left: 50%;
    margin-left: -550px;
    -webkit-box-shadow: -15px 0 15px 0 rgba(1, 1, 1, 0.18);
    box-shadow: -15px 0 15px 0 rgba(1, 1, 1, 0.18);
}
.fixed-page .category-contact-us #sidebar .side-menu {
    list-style: none outside none;
    margin-top: 0;
}
.fixed-page .category-contact-us #sidebar .side-menu li a:hover,
.fixed-page .category-about-us #sidebar .side-menu li.on a {
    background: url(../images/button-ribbon-3.png) no-repeat scroll -16px 0 transparent;
    width: 232px;
    background-color: #fff;
}
.fixed-page .category-contact-us #sidebar .side-menu li a {
    background: none repeat scroll 0 0 #c9c1b2;
    color: #3b3c3c;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 45px;
    line-height: 15px;
    margin-bottom: 0;
    margin-left: -15px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    transition: none 0 ease 0;
}
.fixed-page .category-contact-us #sidebar .side-menu li.on.dog-quiz a {
    background: url(../images/ribbon-orange.png) top right no-repeat transparent;
    width: 232px;
    background-position: -16px 0;
    background-color: #fff;
}
.fixed-page .category-contact-us #sidebar .side-menu li.on.cat-quiz a {
    background: url(../images/ribbon-brown.png) top right no-repeat transparent;
    width: 232px;
    background-position: -16px 0;
    background-color: #fff;
}
.fixed-page .category-contact-us #sidebar .side-menu li.on.dog-quiz a:after {
    border-bottom: 15px solid #1696d4;
}
.fixed-page .category-contact-us #sidebar .side-menu li.on.cat-quiz a:after {
    border-bottom: 15px solid #1696d4;
}
/* ==========================================================================
   Cat quiz colors
   ========================================================================== */

.orange-bg {
    background-color: #fcb43c !important;
}
.orange-bg div.progress-bar {
    background-color: #e4a336;
}
div#main-wrapper.category-cat div.wrapper div#main.main-column div.test-header {
    background-color: #fcb33b;
}
div#main-wrapper.category-cat div.test-header {
    background-color: #fcb33b;
}
div#main-wrapper.category-cat div.progress-bar {
    background-color: #e4a336;
}
div#main-wrapper.category-cat .question-header {
    background-color: #fcb33b;
}
div#main-wrapper.category-cat .the-test .side-menu li a {
    background-color: #fcb33b;
}
div#main-wrapper.category-cat .side-menu li a:after {
    border-bottom: 15px solid #e4a336;
}
div#main-wrapper.category-cat .test-header {
    background: none repeat scroll 0 0 #C9C1B2;
    min-height: 165px;
    padding: 50px 0;
}
div#main-wrapper.category-cat .side-menu li a {
    background: none repeat scroll 0 0 #fcb33b;
}
div#main-wrapper.category-cat .side-menu li a:hover,
div#main-wrapper.category-cat .side-menu li.on a {
    background: url("../images/button-ribbon-3.png") no-repeat scroll -16px 0 rgba(0, 0, 0, 0);
    width: 232px;
}
div#main-wrapper.category-cat .facts li > a {
    background: url("../images/fact-header-cat.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.inline-fact {
    background: url("/images/inline-fact.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-family: 'Bree Serif', serif;
    font-size: 12px;
    height: 30px;
    line-height: 12px;
    padding-top: 6px;
    position: relative;
    text-align: center;
    width: 86px;
    z-index: 11;
}
div#main-wrapper.category-cat .inline-fact {
    background: url("/images/inline-fact-cat.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.general {} .general .side-menu li a {
    background-image: none;
    height: auto;
    background-color: #2b579e;
    text-align: left;
    padding-left: 42px;
    margin-bottom: 0;
    line-height: 18px;
}
.general .side-menu li a:hover,
.side-menu li.on a {
    width: inherit;
}
.general .test-header {
    background-color: #2b579e;
}
.general .main h1:first-child {
    padding-top: 0;
}
.general .main h1 {
    color: #58595b !important;
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 35px;
    padding-top: 60px;
}
.general #main-wrapper .main {
    padding-bottom: 100px;
}
.general {
    padding-bottom: 0 !important
}
.general .intro-message {
    padding: 70px 170px 70px 80px;
}
.general-cat #footer {
    height: 215px;
}
/* ==========================================================================
   About
   ========================================================================== */

.image-gallery img {
    width: 270px;
    height: auto;
    border: 10px solid #ece9e7;
    float: left;
}
.image-gallery img.odd {
    margin-right: 25px;
    margin-bottom: 25px;
}
.image-gallery img.even {
    margin-right: 0px;
    margin-bottom: 25px;
}
div.intro-message.inner-wrapper p a:link,
div.intro-message.inner-wrapper p a:visited {
    color: #666666;
}
div.intro-message.inner-wrapper p a:hover {
    color: #2B579E;
}
div.intro-message.inner-wrapper p a.inline-fact {
    color: #fff;
}
/* ==========================================================================
   Contact
   ========================================================================== */

div.contact_cont {
    /* width: 100%; */
    /* display: block; */
    /* position: relative; */
    /* height: 100%; */
    /* margin-bottom: 100px; */
}
div.contact_cont .map {
    width: 100%;
    height: 300px;
    /*	background: rgba(0,0,0,0.2);*/
}
div.contact_cont .contact:first-child {
    margin-right: 29px;
}
div.contact_cont .contact {
    width: 48%;
    float: left;
    /* position: absolute; */
    /* margin-bottom: 250px; */
}
div.contact_desc {
    margin-top: 20px;
}
div.contact_desc p {
    font-size: 18px;
    line-height: 22px;
}
div.contact_desc p a {
    text-decoration: none;
    color: #000
}
div.contact_desc p a:hover {
    text-decoration: underline;
}
.general .main div.contact_desc h1 {
    padding-bottom: 10px;
}
@media only screen and (max-device-width: 768px) {
	
	html ,body{
	    -webkit-text-size-adjust: none;
	    width: 100%;
	    
	}
	
    /*html, #main-wrapper {width: 100%; }*/
    
/*
    #main-wrapper .wrapper {
        width: 100%;
       
    }
    .main {
        width: 730px;
    }
    .fixed-page .main {
        margin-left: 100px !important;
    }
    .fixed-page #sidebar {
        display: none;
        left: 0;
        margin-left: 0px;
    }
    #footer .wrapper {
        width: 100%;
    }
*/
}