body {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;

}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clear:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

* html .clear {
    height: 1%;
}

/*
  Style HTML Tags
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    color: #515F5C;
    font-size: 12px;
    line-height: 1.62em;
    background: url(images/body_bg.jpg) repeat #fff;
}

a {
    color: #f58220;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #636466;
}

.red {
    color: red;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

.yellow {
    color: yellow;
}

.orange {
    color: #f58220;
}

h1,
h2,
h4,
h5,
h6 {
    color: rgb(0, 0, 0);
    font-family: "Squada One", sans-serif;
    margin-bottom: 6px;
    line-height: 125%;
}

h1 {
    font-size: 30px;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
}

h3 {
    color: #000000;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 2px;
}

h4 {
    font-family: Squada One;
    font-size: 18px;
    text-transform: uppercase;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

p {
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
    width: 100%;
}

th,
tr,
td {
    vertical-align: middle;
}

.sticky-header th,
.sticky-table th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left;
}

table {
    background: transparent;
    border: 1px solid #bbbbbb;
}

th {
    background: #dbdbdb;
    padding: 5px 4px;
    text-shadow: 1px 1px #fff;
    border-right: 1px solid #c8c7c7;
    color: #333;
}

td {
    background: transparent;
    color: #747474;
    text-align: left;
    padding-left: 4px;

}

code {
    background: rgb(250, 250, 250);
    text-shadow: 1px 1px #fff;
    border: 1px solid #bbbbbb;
    display: block;
    padding: 7px;
    margin: 5px 0;
    border-radius: 7px;
}

mark {
    background-color: #fdfc9b;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

hr {
    border: none;
    border-top: #e8e8e8 1px solid;
}

dt {
    font-weight: bold;
    margin-bottom: 24px;
}

dd {
    margin-left: 30px;
    margin-bottom: 24px;
}

ul {
    list-style-type: disc;
    margin-left: 15px;
    margin-bottom: 12px;
}

ul ul {
    list-style-type: square;
    margin-bottom: 0;
}

ul ul ul {
    list-style-type: circle;
}

ol {
    list-style-type: decimal;
    margin-left: 30px;
    margin-bottom: 24px;
}

ol ol {
    list-style: upper-alpha;
    margin-bottom: 0
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

abbr,
acronym {
    border-bottom: #999 1px dotted;
    cursor: help;
}

big {
    font-size: 1.3em;
}

cite,
em {
    font-style: italic;
}

ins {
    background-color: #fdfc9b;
    text-decoration: none;
}

pre {
    background: #d8d8d8;
    text-shadow: 1px 1px #fff;
    border: 1px solid #bbbbbb;
    padding: 7px;
    margin: 5px 0;
    border-radius: 7px;
}

blockquote,
q {
    quotes: none;
    border: 1px solid rgb(226, 220, 220);
    background: rgb(250, 247, 247) url(images/quote.png) no-repeat;
    padding: 10px 5px 5px 47px;
    text-shadow: 1px 1px #fff;
    margin: 5px 0;
    border-radius: 7px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    font-size: 10px;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

/*img,*/

/*video {*/

/*max-width:100%;*/

/*height:auto;*/

/*}*/

video {
    display: block;
}

audio {
    max-width: 100%;
}

b {
    font-weight: bold;
    color: #333;
}

/*.content a img {*/

/*padding:5px;*/

/*background:#FFF;*/

/*}*/

.content a:hover img {
    background: #e8e8e8;
}

/*
  Theme Design, Layout and Typography
*/

.heading-1 {

    font-size: 30px;
    font-family: Squada One;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 6px;
    line-height: 125%;

}

.heading-2 {

    font-size: 24px;
    font-family: Squada One;
    color: #000000;
    margin-bottom: 6px;
    line-height: 125%;

}

.heading-3 {

    font-size: 24px;
    font-family: Squada One;
    color: #000000;
    padding: 10px 0px 10px 0px;
    display: block;
    margin-bottom: 6px;
    line-height: 125%;

}

.heading-4 {
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000000;
    padding: 10px 0px 3px 0px;
    display: block;
    margin-bottom: 6px;
    line-height: 125%;

}

.heading-5 {

    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    font-style: italic;
    color: #000000;
    margin-bottom: 6px;
    line-height: 125%;

}

.heading-6 {

    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #f58220;
    margin-bottom: 6px;
    line-height: 125%;

}

.heading-7 {

    font-size: 24px;
    font-family: Squada One;
    color: #FFFFFF;
    margin-bottom: 6px;
    line-height: 125%;

}

.heading-8 {

    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 6px;
    line-height: 125%;

}

#inner_header_wrapper {
    margin: 0 auto;
    position: relative;
    background: none;
}

#header {
    width: 100%;
    margin: 0 auto;
    padding: 0 100px 0 180px;
    height: 140px;
}

.top_left {
    float: left;
    width: 180px;
    margin-left: -180px;
}

.top_center {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.top_right {
    float: right;
    width: 100px;
    margin-right: -100px;
}

#logo {
    float: left;
    margin: 0px 8px 8px 0px;
}

#logo img:hover {
    opacity: .6;
}

#logo a {
    background: url("/sites/nkut.org/themes/nkut-responsive/images/logo.png") no-repeat bottom center;
    display: block;
    width: 170px;
    height: 121px;
}

#logo a:hover {
    opacity: .6;
}

#bf_logo a {
    background: url("/sites/all/themes/nkxx-responsive/images/bf_logo.png") no-repeat top center;
    display: block;
    margin-top: 30px;
    margin-left: 10px;
    width: 80px;
    height: 84px;
}

#bf_logo a:hover {
    background-position: bottom center;
}

#twitter_follow a {
    background: url("/sites/all/themes/nkxx-responsive/images/twitter.png") no-repeat 0 0;
    display: block;
    width: 25px;
    height: 21px;
}

#facebook_follow a {
    background: url("/sites/all/themes/nkxx-responsive/images/facebook.png") no-repeat 0 0;
    display: block;
    width: 20px;
    height: 21px;
}

#youtube_follow a {
    background: url("/sites/all/themes/nkxx-responsive/images/facebook.png") no-repeat 0 0;
    display: block;
    width: 20px;
    height: 21px;
}

#donate_follow a {
    background: #f58220;
    border-radius: 3px;
    border: none;
    margin-right: 5px;
    padding: 2px 4px 2px 4px;
    font-family: "Squada One", sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    top: -7px;
}

#donate_follow a:hover {
    background: #636466;
}

#site-title a,
#site-description {
    color: #ddd;
    font-weight: 300;
}

#site-title,
#site-description {
    float: left;
}

#site-title {
    margin: 25px 0;
    font-size: 30px;
    font-weight: bold;
    display: none !important;
}

#site-title a {
    float: left;
}

#site-description {
    color: rgb(0, 0, 0);
    margin: 0;
    float: left;
    clear: both;
    font-size: 12px;
    line-height: 100%;
}

.menu_wrapper {
    border-bottom: none;
    width: 100%;
    position: relative;
    top: -30px;
}

.menu-navigation-container {}

#bfas_initiative {
    position: relative;
}

.main-menu {
    font-family: "Squada One", sans-serif;
    font-style: normal;
    font-weight: normal;
    padding: 0px;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 11;
    background: none;
    float: left;

}

.main-menu ul {
    display: inline-block;
    background: #ffffff;
    padding: 5px;
    list-style: none;
    font-size: 13px;
}

.main-menu li {
    background: none;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.main-menu ul li:first-child {
    padding-left: 0;
}

ul.menu {}

ul.menu li,
ul.links li,
.item-list ul li {
    list-style: none outside none;
    margin: 0 0 2px;
    padding: 0 0 0 0px;
    text-align: left;

}

.main-menu a {
    display: block;
    color: #333;
    text-align: center;
    padding: 0px 8px 0px 8px;
    text-decoration: none;
    font-size: 18px;
    border-right: 2px solid #000000;
    text-transform: uppercase;
    font-weight: normal;

}

.main-menu .last a {
    border-right: none;
}

.main-menu a:hover,
.main-menu li a.active,
.main-menu li a.active-trail {
    color: #F58220;
    text-decoration: none;
    background: #FFFFFF;
}

.main-menu li li a.active {
    background: #e8e8e8;
    color: #f58220;
}

.drop-down-toggle {
    position: absolute;
    top: 7px;
    right: 16px;
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background: rgb(73, 71, 71);
    border: rgb(170, 170, 170) 2px solid;
}

.drop-down-arrow {
    display: block;
    width: 0;
    height: 0;
    margin: 6px 0 0 3px;
    border-top: 5px solid #aaa;
    border-left: transparent 5px solid;
    border-right: transparent 5px solid;
}

.main-menu li li {
    float: none;
    min-width: 190px;
    padding: 0;
    margin: 0;
}

.main-menu li li a {
    color: #000;
    min-width: 150px;
    margin: 0;
    background: rgb(255, 255, 255);
    border-top: none;
    border-right: none;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    padding: 5px 10px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-menu li li:first-child>a {
    border-top: none;
}

.main-menu li li a:hover {
    background: #000000;
    color: #FFFFFF;
}

.main-menu li ul {
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 190px;
    height: auto;
    padding: 0;
    margin: 0;
    border: 1px solid rgb(255, 255, 255);
}

.main-menu li ul ul {
    margin: -33px 0 0 190px !important;
}

.main-menu li:hover>ul,
.main-menu li li:hover>ul,
.main-menu li li li:hover>ul {
    display: block;
}

.main-menu .nav-toggle {
    display: none;
}

.main-menu ul li.leaf,
.main-menu ul li.expanded,
.main-menu ul li.collapsed {
    list-style: none;
}

.main-menu ul.menu li {
    margin: 0;
}

.main-menu ul.menu li li {
    border: 0;
}

.main-menu li.expanded,
.main-menu li.collapsed,
.main-menu li.leaf {
    margin: 0;
    padding: 0;
}

#container {
    clear: both;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -58px;
}

.region-slideshow {
    padding: 1% 0;
}

.field-slideshow-pager {
    font-family: Squada One;
    font-size: 20px;
    padding: 10px;
    letter-spacing: 10px;
}

#slider {
    background: transparent;
    position: relative;
    box-shadow: none;
    overflow: visible;
}

.nivo-caption {
    background: #03A6D0;
    line-height: 130%;
    top: 0;
    margin: 0;
    right: 0;
    left: auto;
    padding: 20px;
    color: #FFF;
    width: 30%;
    font-size: 14px;
}

.nivo-caption h2 {
    color: rgb(51, 50, 50);
}

.nivo-caption p {
    padding-left: 0;
    color: rgb(87, 83, 83);
}

.slider-wrapper #slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.views_slideshow_pager_field {

    position: absolute;
    bottom: 30px;
    z-index: 10;
    right: 23%;
}

.views-slideshow-pager-field-item {
    float: left;
    height: 14px;
    width: 14px;
    margin: 0 5px;
    background-image: url('images/slide_inactive.png');
}

.views-slideshow-pager-field-item.active {
    background-image: url('images/slide_active.png');
}

.views-slideshow-pager-field-item .views-content-counter {
    display: none;
}

.theme-default .nivo-controlNav {
    padding: 20px 0 0 0;
}

.theme-default .nivo-controlNav a:hover img {
    background: #999;
}

#slider a:active {
    outline: none;
}

.slides,
.flex-control-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slides {
    width: 100%;
    overflow: hidden;
}

#slider .slides>li {
    display: none;
    position: relative;
    margin: 0;
}

#slider .slides li:first-child {
    display: list-item;
}

/*rescue groups adoptable pets slideshow */

.pet_slideshow {
    text-align: center;
    font-size: 14px;
}

.pet_slideshow .views_slideshow_pager_field {

    position: absolute;
    bottom: -25px;
    z-index: 10;
    right: 37%;
}

.pet_slideshow .views-slideshow-pager-field-item.active {
    background-position: -9px -1330px;

}

.pet_slideshow .views-slideshow-pager-field-item {
    background-position: -28px -1330px;

}

/*
.pet_slideshow .views_slideshow_slide {
    
}
*/

/*rescue groups adoptable pets slideshow */

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.flex-control-nav {
    position: absolute;
    right: 4%;
    bottom: 7.3%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 0 0 15px;
}

.flex-control-nav li:first-child {
    margin: 0;
}

.flex-control-nav li a {
    display: block;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 3px #999;
    cursor: pointer;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
    line-height: 24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
    background: #fff;
}

#slider .post {
    padding: 1.83%;
    margin: 0;
    box-shadow: none;
    background: none;
}

#slider .entry-container {
    float: right;
    max-width: 50%;
}

#slider .slide-image {
    max-width: 49%;
    padding: 0.47%;
    background: #E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
    margin-left: 5%;
}

#slider .entry-title {
    margin-left: 0;
    margin-bottom: 15px;
}

.content-sidebar-wrap {
    float: left;
    width: 100%;
}

.content-sidebar-wrap #content {
    display: inline;
    float: right;
    width: 100%;
    margin-bottom: 10px;
}

#sidebar-first {
    color: #888;
    float: left;
}

#sidebar-second {
    color: #888;
    float: right;
}

aside .block {
    border: 1px solid #F0F0F0;
    padding: 5px 10px;
}

aside #user-login-form input.form-text {
    width: 90%;
}

aside #user-login-form .form-actions {
    padding-top: 0;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
    width: 80%;
}

body.two-sidebars #content {
    width: 75%;
}

body.two-sidebars #sidebar-first {
    width: 24%;
}

body.two-sidebars #sidebar-second {
    width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
    width: 100%;
}

body.sidebar-first #content {
    width: 80%;
}

body.sidebar-first #sidebar-first {
    width: 19%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
    width: 80%;
}

body.sidebar-second #content {
    width: 100%;
}

body.sidebar-second #sidebar-second {
    width: 19%;
}

.breadcrumb {
    margin: 10px 20px;
    margin-bottom: 10px;
    border-bottom: #eee 1px solid;
}

#head,
#content,
#sidebar-second,
#sidebar-first {
    margin-top: 10px;
}

.node {
    margin: 20px 0;
}

.node-event {
    background: #ffffff;
    padding: 18px;
}

.node h2.title,
.page-title {
    font-size: 30px;
    margin: 10px 10px 0px 0px;
}

.node h2.title a {
    color: rgb(114, 114, 114);
}

.block {
    margin-bottom: 5%;
}

.block:last-child {
    margin: 0;
}

.block>h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0px;
    padding: 0px 0px 4px 0px;
}

.theme-default .nivo-directionNav a {
    background: url("images/arrows.png") no-repeat;
    opacity: 9 !important;
}

.nivo-directionNav {
    position: absolute;
    bottom: 55px;
    left: 8px;
}

.theme-default .nivo-caption p,
.theme-default .nivo-caption h3,
.theme-default .nivo-caption h2,
.theme-default .nivo-caption h1 {
    color: #fff;
}

.theme-default a.nivo-nextNav {
    left: 45px;
}

.theme-default a.nivo-nextNav:hover {
    background-position: -30px bottom;
}

.theme-default a.nivo-prevNav:hover {
    background-position: left bottom;
}

.theme-default a.nivo-nextNav {
    background-position: -30px 0;
}

#footer-area .block>h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#footer-area ul.menu li a.active {
    color: #000000;
}

.region-front-welcome {
    margin: 1% 3%;
    background: #84B41D;
    color: #FFF;
    padding: 2% 3%;
    height: 130px;
    border: 5px solid #F0F0F0;
}

.region-front-welcome h2,
.region-front-welcome p {
    color: #fff;
}

.submitted {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: rgb(247, 247, 247);
    border: 1px solid rgb(236, 236, 236);
    border-radius: 4px;
    clear: both;
    color: rgb(56, 56, 56);
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 8px;
}

.links {
    color: #000;
    padding: 18px;
    background: #FFFFFF;
}

ul.links {
    margin: 0;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
    background: transparent;
    border: 0;
}

table.cke_editor td {
    background: transparent;
    padding: 0;
    border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
}

.poll .vote-form .choices {
    margin: 0;
}

.form-submit {
    cursor: pointer;
}

input.form-checkbox,
input.form-radio {
    vertical-align: baseline;
}

.form-text {
    padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/

.item-list ul {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;

}

ul.inline {
    clear: both;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/

.tabs-wrapper {
    margin: 0 0 30px 0;
    position: relative;
    top: 20px;
}

ul.primary {
    border: none;
    margin: 0;
    padding: 0;
}

ul.primary li {
    float: left;
}

ul.primary li a {
    background: none;
    border: none;
    display: block;
    float: left;
    line-height: 1.5385em;
    margin: 0;
    padding: 0 1em;
    border-radius: 4px 4px 0 0;
    margin-right: 5px;
}

ul.primary li a:hover,
ul.primary li a.active {
    background: #666;
    border: none;
    color: #fff;
}

ul.primary li a:hover {
    background: #888;
    text-decoration: none;
}

ul.secondary {
    background: #666;
    border-bottom: none;
    clear: both;
    margin: 0;
    padding: 0;
}

ul.secondary li {
    border-right: none;
}

ul.secondary li a,
ul.secondary li a:link {
    border: none;
    color: #ccc;
    display: block;
    float: left;
    line-height: 1.5385em;
    padding: 0 1em;
}

ul.secondary li a:hover,
ul.secondary li a.active {
    background: #888;
    color: #fff;
    text-decoration: none;
}

ul.secondary a.active {
    border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/

.field-name-field-tags {
    margin: 0 0 10px 0;
}

.field-name-field-tags a {
    display: inline-block;
    background: url(images/tag.png) no-repeat;
    padding: 0px 8px 0 16px;
    height: 22px;
    text-shadow: 1px 1px #fff;
    border-radius: 2px;
    font-size: 12px;
}

.field-name-field-tags .field-item {
    margin: 0 1em 0 0;
}

.field-name-field-tags div {
    display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/

.profile {
    margin: 1.5385em 0;
}

.profile dd {
    margin-bottom: 1.5385em;
}

.profile h3 {
    border: none;
}

.profile dt {
    margin-bottom: 0;
}

.password-parent {
    width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/

.item-list .pager {
    clear: both;
    text-align: center;
    padding: 20px;
    color: #000000;

}

.item-list .pager li {
    background: #FFFFFF;
    border-radius: 2px;
    margin-right: 4px;
    text-shadow: none;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/

.field-name-taxonomy-forums div {
    display: inline;
    margin-top: 4px;
}

#forum .title {
    font-size: 16px;
}

#forum .submitted {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    background: transparent;
    padding: 0;
}

#forum .container {
    background: #a1a1a1;
    color: #fff;
}

#forum .container a {
    color: #000;
    font-weight: bold;
}

#forum div.indent {
    margin-left: 2px;
}

.forum-starter-picture {
    float: left;
    padding: 4px;
    border: 1px solid #d9d9d9;
    margin: 5px 7px 5px 0;
}

#forum th {
    background: #434343;
    text-shadow: none;
    color: #fff;
}

#forum th a {
    color: #fff;
}

#forum td.forum .icon,
#forum .icon div {
    background: url(images/no-new-posts.png) no-repeat;
    width: 35px;
    height: 35px;
}

#forum .name a {
    font-size: 16px;
}

/* Images */

img {
    outline: 0;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* Comments */

.comment h2.title {
    margin-bottom: 1em;
}

.comment div.user-picture img {
    margin-left: 0;
}

.comment {
    margin-bottom: 20px;
    display: table;
    vertical-align: top;
}

.comment .attribution {
    display: table-cell;
    padding: 0 35px 0 0;
    vertical-align: top;
    overflow: hidden;
}

.comment .attribution img {
    margin: 0;
    border: 1px solid #d3d7d9;
}

.comment .attribution .username {
    white-space: nowrap;
}

.comment .comment-submitted p {
    margin: 4px 0;
    font-size: 1.071em;
    line-height: 1.2;
}

.comment .comment-submitted .comment-time {
    font-size: 0.786em;
}

.comment .comment-submitted .comment-permalink {
    font-size: 0.786em;
    text-transform: lowercase;
}

.comment .content {
    font-size: 0.929em;
    line-height: 1.6;
}

.comment .comment-arrow {
    background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
    border-left: 1px solid;
    border-right: 1px solid;
    height: 40px;
    margin-left: -36px;
    margin-top: 15px;
    position: absolute;
    width: 20px;
}

.comment .comment-text {
    padding: 0 25px 10px 35px;
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 100%;
    border-left: 1px solid #d3d7d9;
}

.comment .indented {
    margin-left: 40px;
}

.comment-unpublished {
    margin-right: 5px;
    padding: 5px 2px 5px 5px;
}

.comment .comment-text .comment-arrow {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

/* -------------- Form Elements   ------------- */

fieldset {
    background: #ffffff;
    border: none;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0 0 10px;
    position: relative;
    /* top: 12px;  Offsets the negative margin of legends
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
}

.fieldset-wrapper {
    margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
    /*margin-top: 0;*/
}

.filter-wrapper {
    top: 0;
    padding: 1em 0 0.2em;
    -khtml-border-radius-topright: 0;
    -khtml-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.filter-help a {
    font-size: 0.857em;
    padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
    margin-right: 10px;
}

.form-item .form-type-radios .form-item-amount label {
    display: none;
}

.form-item .form-type-radios .form-item-amount {
    display: inline;
}

.form-item .webform-component .webform-component-radios div {
    display: inline;
}

.form-radios {
    display: inline;
}

.form-type-textfield {
    display: inline;
}

.webform-component--pet-type>label {
    display: none !important;
}

.filter-wrapper .form-item {
    padding: 0px;
}

.form-wrapper {
    margin-bottom: 10px;
    display: inline;
}

.webform-component h2 {
    font-size: 24px;
    padding-top: 5px;
}

.filter-guidelines {
    padding: 0 1.5em 0 0.5em;
}



fieldset.collapsed {
    background: transparent;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

fieldset legend {
    background: #FFFFFF;
    border: none;
    display: block;
    height: 2em;
    left: -1px;
    line-height: 2;
    padding: 0;
    position: absolute;
    top: -12px;
    width: 100%;
    -khtml-border-radius-topleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -khtml-border-radius-topright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

fieldset.collapsed legend {
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

fieldset .fieldset-wrapper {
    padding: 0px;
}

fieldset .fieldset-description {
    margin-top: 5px;
    margin-bottom: 1em;
    line-height: 1.4;
    font-style: italic;
}

input {
    margin: 2px 0;
}

input,
textarea {
    font-size: 0.929em;
}

textarea {
    line-height: 1.5;
}

textarea.form-textarea,
select.form-select {
    padding: 4px;
}

input.form-text,
textarea.form-textarea,
select.form-select {
    border: 1px solid #ccc;
    border-radius: 3px;
}

input.border-black {
    border: 1px solid #000;
}

.password-suggestions ul li {
    margin-left: 1.2em;
}

.form-item {
    margin-bottom: 0px;
    margin-top: 0px;
    display: inline;
}

.form-item label {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    display: block;
}

.form-type-radio label,
.form-type-checkbox label {
    margin-left: 4px;
    display: inline;
    font-weight: normal;
}

.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2px;
}

.form-actions {
    padding-top: 0px;
    margin: 0px;
    display: inline;
}

.form-actions .form-submit {
    margin-top: 3px;
    display: inline;
}

.inline-form-items .form-item {
    display: inline;
}

.inline-form-items .form-item .icon {
    float: left;
    margin-right: 2em;
}

.inline-form-items label {
    margin-right: 1em;
}


/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #f58220;
    border-radius: 2px;
    border: none;
    margin-left: 10px;
    font-family: "Squada One", sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #636466;
}

a.read_more {
    background: #00AC00;
    padding: 5px 9px;
    text-decoration: none;
    margin: 10px 0;
    border: 0 !important;
}

a.read_more:hover {
    background: green;
}

#block-search-form {
    padding-bottom: 7px;
    overflow: hidden;
}

#block-search-form .content {
    margin-top: 0;
}

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
    float: left;
    margin-right: 5px;
    width: 9em;
}

/*
#search-block-form input.form-submit,
#search-form input.form-submit {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
    background: url(images/go.png) no-repeat center top;
    overflow: hidden;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
    background-position: center bottom;
}

#search-block-form .form-actions {
    float: left;
    padding: 0;
}


#search-block-form .form-actions input {
    border-radius: 0;
}

#search-form .form-item-keys label {
    display: block;
}
*/

ol.search-results {
    padding-left: 0;
}

.search-results li {
    border-bottom: 1px solid #d3d7d9;
    padding-bottom: 0.4285em;
    margin-bottom: 0.5em;
}

.search-results li:last-child {
    border-bottom: none;
    padding-bottom: none;
    margin-bottom: 1em;
}

.search-results .search-snippet-info {
    padding-left: 0;
}

.top_right .region-search {
    float: right;
    margin: 5px 0 4px 11px;
}

.top_right .region-user-menu ul.menu {
    float: right;
}

.search_block {
    margin: 5px;
    float: right;
}


.top_right .region-user-menu {
    overflow: hidden;
    width: 100%;
}

.top_right ul.menu li a.active {
    color: #6CDCFF;
}

#top-area {
    clear: both;
    margin-bottom: 1%;
}

#top-area {
    position: relative;
}

#top-area .block {
    margin: 0;
}

#top-area .block p {
    margin: 0;
}

#top-area .column {
    float: left;
    width: 32.3%;
    margin: 1.8% 0;
    margin: 0 5px;
}

#top-area .column:last-child {
    float: right;
    margin-right: 0;
    border-right: 1px solid #000;
}

#footer-area .column:last-child {
    float: left;
    padding-left: 20px;

}

#top-area h2 {
    padding: 9px 10px 0px 10px;
    color: rgb(114, 114, 114);
    margin-bottom: 0;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}

#top-area .column .content {
    padding: 10px;
}

#top-area .column:first-child {
    margin-left: 0;
}

#top-area .column-title {
    color: #e0e0e0;
}

#top-area li {
    border-bottom: #555 1px dashed;
}

#footer {
    clear: both;

}

#footer a {
    color: #F58220;
}

#footer a:hover {
    color: #636466;
}

#footer_wrapper {
    max-width: 1024px;
    margin: 0 auto;

}

#footer-area {
    position: relative;
    padding: 22px;
    margin-top: 20px;
}

#footer-area .column {
    float: left;
    width: 50%;
    margin: 0px;
    color: #fff;
    padding: 0px;

}

#footer-area .column a {
    color: #000000;
    font-weight: normal;

}

.region-footer-1 {}

.region-footer-1 p {

    font-size: 12px;
}

#footer-area .column a:hover {
    color: #636466;
}

#footer #footer-area .column p {
    color: #000000;
    font-size: 12px;
}

#footer-area .column:first-child {
    margin-left: 0;
    border-right: 1px solid #000000;
}

#footer-area .column-title {
    color: #000;
}

#copyright {
    clear: both;
    padding: 1% 0 0px;
}

.copyright {
    float: left;
    max-width: 728px;
}

.credits {
    float: right;
    max-width: 370px;
    margin-right: 12px;
    text-align: right;
}

#copyright p {
    margin: 0;
}

.footer_credit {
    color: #777;
    font-family: Helvetica, Arial, sans-serif;
    overflow: auto;
    padding: 10px 0px;
    background: #000;
}

.footer_inner_credit {
    max-width: 1000px;
    margin: 0 auto;
}

.social-icons {
    float: right;
}

.social-icons ul {
    margin: 5px 0px 0px 0px;
}

.social-icons li {
    display: inline-block;
    list-style: none;
    background: none;
    padding: 3px 0px;
    margin: 0;
}

.social-icons li a:hover {
    opacity: .6;
}

.social-icons li img {
    display: block;
}

.region-user-menu h2 {
    display: none;
}

.region-user-menu ul li {
    display: inline-block;
    background: none;
    padding: 0 10px;
    border-right: 1px solid #636363;
    line-height: 100%;
}

.region-user-menu ul li.last {
    border: 0;
    padding-right: 0;
}

.site_map {
    position: relative;
    clear: both;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 22px;
}

.footer_block {
    clear: both;
    background: #ffffff;
}

.footer_block #footer-area .block>h2 {
    color: #000;
}

.footer_block .column {
    padding: 22px;
}

.footer_block .pane-content {
    padding: 0;
}

.bottom_widget #footer-area .column {
    width: 32.5%;
}

.top_widget #footer-area .column {
    width: 49.5%;
}

.clients {
    height: 71px;
}

.page-blog article {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.page-blog article footer {
    padding: 5px 10px;
}

a.btn {
    display: inline-block;
    color: #FFF;
    margin: 10px 0 0;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

a.btn:hover {
    opacity: .7;
    color: #fff;
}

.btn.red {
    background: red;
}

.btn.green {
    background: green;
}

.btn.blue {
    background: blue;
}

.btn.yellow {
    background: yellow;
}

.btn.orange {
    background: #f58220;
}

.HomePageSlideShow {
    float: left;
    width: 100%;
    position: relative;
}

.HomePageSlideShow .views-field-field-slide-image-file img {
    padding: 0px;
    border: none;
    max-width: 100%;
    min-height: 240px;
}

.HomePageSlideShow .views-slideshow-controls-bottom {
    position: absolute;
    top: 318px;
    width: 624px;
}

.HomePageSlideShow .views-slideshow-pager-fields {
    float: right;
}

.HomePageSlideShow .views-slideshow-pager-field-item {
    float: left;
    margin-right: 6px;
}

.HomePageSlideShow .views-content-field-slider-pager {
    height: 9px;
    width: 9px;
    background-color: #fff;
}

.HomePageSlideShow .active .views-content-field-slider-pager {
    background-color: #FCB217;
}

.panel-pane .pane-content {
    background: #ffffff;
}

.panel-pane {
    background: none;

}

.panel-flexible {
    margin: 0;
}

.panel-separator {
    margin: 10px;
}

.panel-pane .pane-title {
    background: none;
    text-align: center;
    text-transform: uppercase;
}

.pane-content {
    padding: 20px;
    margin-bottom: 20px;
}

.pane-content .pane-title,
.pane-adopt-a-pet-mini .panel-pane .pane-title,
#mini-panel-adopt_a_pet_mini .panel-pane .pane-title {
    display: none;
}

.pane-home-page-slide-show .pane-content {
    background: none;
}

.pane-content .pane-content {
    padding: 0px;
}

.pane-content hr {
    margin: 6px -20px;
}

.remove-top-margin {
    margin-top: -12px;
}

.remove-pane-padding {
    margin: -20px;
}

.remove-pane-padding .contextual-links-wrapper {
    margin-top: 20px;
}

/* make contextual link gears visible without rollover */

a.contextual-links-trigger {
    display: block;

}

div.contextual-links-wrapper {
    z-index: 99;
}

.panels-flexible-region {
    padding: 0px;
}

.panels-flexible-region-1-center {
    width: 100%;
}

/* -------------- homepage slideshow element positioning   ------------- */

.skin-default {

    position: relative;
    max-height: 312px;
}

.field-content {
    background: none;
}

.field-content img,
.field-content a img {
    padding: 0px;
    box-shadow: none;
    /*background: #FFF;*/
    border: none;
    max-width: 100%;
    height: auto;
}

.vscc_controls_next,
.vscc_controls_next a,
.vscc_controls_next a img {

    position: relative;
    float: right;
    right: 3%;
    border: none;
    box-shadow: none;
    z-index: 80;
    background: none;
}

.vscc_controls_previous,
.vscc_controls_previous a,
.vscc_controls_previous a img {

    position: relative;
    float: left;
    left: 3%;
    border: none;
    box-shadow: none;
    z-index: 81;
    background: none;

}

.vscc-controls {
    position: absolute;
    top: 37%;
    width: 100%;

}

.views-row {
    margin-bottom: 10px;

}

.views-field-field-overlay-text {
    position: absolute;
    top: 5%;
    float: left;
    margin-left: 60%;
    max-width: 37%;
    color: rgb(255, 255, 255);
    font-family: "Squada One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-shadow: 0px 0px 10px #000000;
    text-transform: uppercase;
    color: #FFFFFF;
}

.views-field-field-overlay-text .dark {
    text-shadow: 0px 0px 10px #FFFFFF;
    color: #000000;
}

.views-field-field-overlay-text a {
    color: rgb(255, 255, 255);
}

.views-field-field-overlay-text .dark a {
    color: #000000;
}

/* -------------- bottom menu   ------------- */

#menu_bottom {

    position: relative;
    clear: both;
    width: 100%;
    height: 30px;
    background: #ffffff;
    margin-bottom: 10px;

}

#menu_bottom .menu_wrapper {
    top: 0px;
}

#menu_bottom .main-menu li li a {
    color: #000;
    min-width: 150px;
    margin: 0;
    background: rgb(255, 255, 255);
    border-top: none;
    border-right: none;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    padding: 5px 10px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#menu_bottom.main-menu a:hover,
#menu_bottom.main-menu li a.active {
    color: #F58220;
    text-decoration: none;
    background: #FFFFFF;
}

#menu_bottom .main-menu ul {

    bottom: 100%;
}

#menu_bottom .main-menu li li:first-child>a {
    border-top: none;

}

#menu_bottom .main-menu a:hover,
#menu_bottom .main-menu li a.active {
    color: #F58220;
    text-decoration: none;
    background: #FFFFFF;
}

#menu_bottom .main-menu li li a.active {
    background: #000000;
    color: #FFFFFF;
}

#menu_bottom .main-menu li li a:hover,
#menu_bottom .main-menu li li a:active {

    color: #FFFFFF;
    background: #000000;
}

/* -------------- full width content block left   ------------- */

.blockleft {

    float: left;
    max-width: 502px;
    width: 100%;

}

/* -------------- full width content block right  ------------- */

.blockright {

    float: right;
    max-width: 502px;
    width: 100%;
    margin-left: 20px;

}

.webform-mini .form-text {
    border: 1px solid #000000;
    margin-left: 10px;
}

.webform-mini .webform-component-textfield,
.webform-mini .form-item,
.webform-mini .form-actions {
    display: block;
    float: left;
    margin-right: 12px;
}

.form-actions .form-wrapper .form-submit {
    float: none;

}

.webform-confirmation {
    padding: 18px;
    background: #FFFFFF;
}

#webform-client-form-2 .form-submit,
#webform-client-form-8 .form-submit {
    margin-top: 27px;
}

.events-dates ul li {
    padding: 0px;
}

.select-or-other {
    line-height: 26px;
}

.mini-donation #webform-component-amount {

    float: left;

}

.mini-donation #edit-submitted-amount-other {
    width: 96px;
    border: 1px solid #000000;

}

.mini-adopt-a-pet {

    min-height: 90px;
}

.mini-adopt-a-pet #webform-component-image p {
    display: block;
    float: left;

}

.mini-adopt-a-pet .form-item label,
.mini-adopt-a-pet .form-item select {
    float: left;
}

.sub-slider {

    max-height: 240px;
}

.partners-list .pane-content {
    max-height: 1000px;
    overflow-y: auto;
}

/**
 * Blogs
*/

.action-links {
    margin-top: 15px;
}

.node-blog,
.comment-wrapper {
    padding: 18px;
    background: #ffffff;
}

.node-promoted {

    background: none;
    padding: 0px;
}

.node h2.title a {
    color: #000000;
}

.node h2.title a:hover {
    color: #f58220;
}

.comment-arrow {
    visibility: hidden;
}

.partners-list .pane-content {
    max-height: 1000px;
    overflow-y: auto;
}

.image-left {
    float: left;
    margin-right: 10px;
}

.image-right {
    float: right;
    margin-left: 10px;
}

.inside-header {
    border-bottom: dashed 1px #000000;
}

.back-button {
    font-size: 18px;
    color: #000000;

}

.black-button {
    background: #000000;
    border: 0;
    color: #ffffff;
    font: 16px;
    font-family: Squada One;
    padding: 5px 12px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    height: 30px;

}

.black-button:hover {
    background: #FFFFFF;
    border: 0;
    color: #000000;
    font: 16px;
    padding: 5px 12px;
    text-transform: uppercase;
    border: 1px solid #000000;
    display: inline-block;
    height: 30px;
}

/*
.panels-flexible-region-inside-first, .panels-flexible-region-inside-last  {
    padding-right:0px;
    padding-left:0px;
}
*/

/** These styles were specific to NKUT and are messing some things up on the new site. We might have to compensate inside the drupal UI.
.panels-flexible-19 .panels-flexible-region-inside-first, .panels-flexible-9 .panels-flexible-region-inside, .panels-flexible-22 .panels-flexible-region-inside-first, .panels-flexible-14 .panels-flexible-region-inside {
    padding:0px;
}
*/

a.tabledrag-handle .handle {
    height: 22px;
    width: 18px;
}

/**
 * Scrollbars
*/

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #EEE;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-corner {
    background-color: #d6d3d3;
}

/* Begin Accordion Styles */

.ui-accordion h3 {
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000000;
    padding: 10px 0px 10px 0px;
    display: block;
    margin-bottom: 6px;
    line-height: 125%;


}

.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-content {
    border: none;
    background: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 0px;
}


/* End Accordion Styles */

/* -------------------------- Orange button for content ------------------------------*/

.orngbtn {
    background: #f58220;
    border-radius: 2px;
    border: none;
    font-family: "Squada One", sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    display: inline;
    padding: 2px 6px 3px;
}

.orngbtn a {
    font-family: "Squada One", sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
}

.orngbtn:hover {
    background: #636466;
}

/**
 * @file
 *
 * Basic CSS styling for default PetPoint detail and listing pages.
 *
 * Not trying to get fancy, but do want to provide a basic layout that's usable
 * out-of-the-box.
 */

/* -------------------------- Pet styles for petpoint ------------------------------*/

/* line 4, ../scss/content-types/_pet-point.scss */

.petpoint-pet-listing-results-list {
    font-family: Helvetica, Arial, sans-serif;
    zoom: 1;
}

/* line 434, ../scss/_normalize.scss */

.petpoint-pet-listing-results-list:before {
    display: table;
    content: "";
}

/* line 438, ../scss/_normalize.scss */

.petpoint-pet-listing-results-list:after {
    display: table;
    content: "";
    clear: both;
}

/* line 6, ../scss/content-types/_pet-point.scss */

.petpoint-pet-listing-results-list h3 {
    font-size: 24px;
    font-family: "Squada One", sans-serif;
    color: #000000;
    padding-bottom: 10px;
}

/* line 12, ../scss/content-types/_pet-point.scss */

.petpoint-pet-listing-results-list .pet-row {
    zoom: 1;
    border-bottom: #e8e8e8 1px solid;
    background: #FFFFFF;
}

/* line 434, ../scss/_normalize.scss */

.petpoint-pet-listing-results-list .pet-row:before {
    display: table;
    content: "";
}

/* line 438, ../scss/_normalize.scss */

.petpoint-pet-listing-results-list .pet-row:after {
    display: table;
    content: "";
    clear: both;
}

/* line 21, ../scss/content-types/_pet-point.scss */

.petpoint-pet-list-detail {
    float: left;
    width: 48.99998%;
    min-width: 400px;
    clear: left;
    padding: 25px 1% 25px 0;
    background: #FFFFFF;
}

/* line 26, ../scss/content-types/_pet-point.scss */

.petpoint-pet-list-detail.even {
    padding: 25px 0 25px 1%;
    clear: none;
    overflow: hidden;
    float: none;
    width: auto;
}

/* line 33, ../scss/content-types/_pet-point.scss */

.petpoint-pet-list-detail.top {
    border: none;
}

/* line 38, ../scss/content-types/_pet-point.scss */

.petpoint-pet-name a {
    color: #f58220;
    font-size: 16px;
    font-weight: bold;
}

/* line 44, ../scss/content-types/_pet-point.scss */

.petpoint-pet-photo-main {
    float: left;
    width: 155px;
}

/* line 47, ../scss/content-types/_pet-point.scss */

.petpoint-pet-photo-main a {
    display: block;
}

/* line 49, ../scss/content-types/_pet-point.scss */

.petpoint-pet-photo-main a img {
    display: block;
    margin: 0px 10px 0px 10px;
}

/* line 55, ../scss/content-types/_pet-point.scss */

.petpoint-pet-details {
    overflow: hidden;
}

/* line 57, ../scss/content-types/_pet-point.scss */

.petpoint-pet-details div {
    padding: 0 0 0 20px;
    margin: 0 0 10px;
}

/* line 61, ../scss/content-types/_pet-point.scss */

.petpoint-pet-details .label {
    float: left;
    clear: left;
    padding: 3px 5px 0 0;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #808080;
}

/* line 70, ../scss/content-types/_pet-point.scss */

.petpoint-pet-details .info {
    color: #3d3d3e;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    float: left;
    margin-top: 4px;
}

/* line 81, ../scss/content-types/_pet-point.scss */

.petpoint-pet-listing-results-pager .pagination-centered {
    border: none;
}

/* line 90, ../scss/content-types/_pet-point.scss */

.petpoint-pet h3 {
    font-size: 16px;
    color: #f58220;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: #E8E8EA 1px solid;
}

/* line 97, ../scss/content-types/_pet-point.scss */

.petpoint-pet .label {
    display: inline;
    padding: 0;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #808080;
}

/* line 105, ../scss/content-types/_pet-point.scss */

.petpoint-pet .info {
    display: inline;
    color: #3d3d3e;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}

/* line 114, ../scss/content-types/_pet-point.scss */

.pet-card {
    margin: 0 0 20px;
    zoom: 1;
    background: #FFFFFF;
}

/* line 434, ../scss/_normalize.scss */

.pet-card:before {
    display: table;
    content: "";
}

/* line 438, ../scss/_normalize.scss */

.pet-card:after {
    display: table;
    content: "";
    clear: both;
}

/* line 119, ../scss/content-types/_pet-point.scss */

.card__photo {
    width: 270px;
    float: left;
    padding-right: 18px;
    padding-bottom: 20px;
}

/* line 122, ../scss/content-types/_pet-point.scss */

.card__photo img {
    margin: 0 auto;
    display: block;
}

/* line 127, ../scss/content-types/_pet-point.scss */

.card__info {
    padding: 0px;
    overflow: hidden;
    float: right;
    max-width: 600px;
    width: 100%;
}

/* line 130, ../scss/content-types/_pet-point.scss */

.card__info div {
    margin: 0 0 10px;
}

/* line 134, ../scss/content-types/_pet-point.scss */

.pet-other-info {
    zoom: 1;
}

/* line 434, ../scss/_normalize.scss */

.pet-other-info:before {
    display: table;
    content: "";
}

/* line 438, ../scss/_normalize.scss */

.pet-other-info:after {
    display: table;
    content: "";
    clear: both;
}

/* line 138, ../scss/content-types/_pet-point.scss */

.other-info__photos {
    width: 250px;
    float: left;
}

/* line 141, ../scss/content-types/_pet-point.scss */

.other-info__photos div {
    width: 60px;
    float: left;
    margin: 0 20px 0 0;
    clear: both;
}

/* line 147, ../scss/content-types/_pet-point.scss */

.other-info__info {
    padding: 0px;
    overflow: hidden;
    float: right;
    max-width: 600px;
    width: 100%;
}

/* line 150, ../scss/content-types/_pet-point.scss */

.other-info__info div {
    margin: 0 0 10px;
}

.other-info__contact {

    float: right;
    max-width: 600px;
    width: 100%;
    margin-top: 10px;
}

/* line 161, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page legend {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    background: none;
    position: absolute;
    top: 10px;
}

/* line 166, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page legend .fieldset-legend {
    display: block;
    margin-left: 525px;
    background: none;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;

}

/* line 173, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page fieldset {

    padding: 0;
    background: #FFFFFF url(images/adopt_search.jpg) no-repeat left top;
    height: 221px;
    margin-top: 0px;

}

/* line 178, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page fieldset button {
    margin: 0;
}

/* line 182, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page .fieldset-wrapper {
    margin-left: 525px;
    padding: 20px 18px 18px 0px;
    position: absolute;
    min-width: 48%;

}

/* line 187, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page select {
    display: none;
}

/* line 190, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page .pretty-select {
    position: relative;
}

/* line 192, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page .pretty-select .select {
    margin: 0 0 10px;
}

/* line 194, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page .pretty-select .select i {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3d3d3e;
}

/* line 204, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page .pretty-select .select a {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #bec1c4;
    display: block;
    padding: 6px 6px;
    font-size: 14px;
    color: #000000;
}

/* line 213, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page .pretty-select .select a:hover {
    text-decoration: none;
}

/* line 218, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page .pretty-select ul {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    font-size: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 100;
}

/* line 231, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page .pretty-select ul.visible {
    display: block;
}

/* line 237, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page .pretty-select ul a {
    font-size: 14px;
    display: block;
    padding: 10px;
}

/* line 241, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page .pretty-select ul a:hover {
    background: #f5f5f5;
    text-decoration: none;
}

/* line 249, ../scss/content-types/_pet-point.scss */

#petpoint-pet-listing-page button {
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
}

.petpoint-pet {
    background: #FFFFFF;
    padding: 18px;
}

.view-filters .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0px;
    float: right;
    margin-right: 18px;
}


/**
 * 1/3 2/3 content columns
*/

.content_col_left_third {
    max-width: 335px;
    width: 100%;
    float: left;
    clear: left;
    /*margin-top: 44px;*/
}

.content_col_right_third {
    max-width: 335px;
    width: 100%;
    float: right;
    clear: right;
    /*margin-top: 44px;*/
}

.content_col_right_two_thirds {
    max-width: 670px;
    width: 100%;
    float: right;
    clear: right;

}

.content_col_left_two_thirds {
    max-width: 670px;
    width: 100%;
    float: left;
    clear: left;
}

.content_col_left_two_thirds .form-item label,
.content_col_right_two_thirds .form-item label {
    font-weight: normal;
}

.content_col_left_two_thirds .form_textfield,
.content_col_right_two_thirds .form_textfield {
    width: 240px;
    float: left;
    margin-right: 10px;
}

.content_col_left_two_thirds .form_copy,
.content_col_right_two_thirds .form_copy {
    clear: both;
    padding: 15px 0px 15px 0px;
    max-width: 550px;
}

.content_col_left_two_thirds .form-checkboxes,
.content_col_right_two_thirds .form-checkboxes {
    margin-bottom: 15px;
}

.content_col_left_two_thirds .form-checkboxes .form-item label,
.content_col_right_two_thirds .form-checkboxes .form-item label {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
}

.content_col_left_two_thirds .form-type-checkbox,
.content_col_right_two_thirds .form-type-checkbox {
    width: 240px;
    margin: 0px 0px 4px 0px;
    display: inline-block;
}

.content_col_left_two_thirds .form_submit,
.content_col_right_two_thirds .form_submit {
    text-align: right;
    border-top: 1px solid #000000;
    padding: 15px;
    margin-top: 10px;
}

.content_col_left_two_thirds .form-text,
.content_col_right_two_thirds .form-text {
    color: rgba(0, 0, 0, 0.6);
}

.title-bar .panel-pane,
.title-bar .pane-content {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}

/* -------------------------- End Pet styles for petpoint ------------------------------*/

.alpha-pager {
    border-bottom: dashed 1px black;
    padding-bottom: 10px;
}

/* ---------------------------Search Styles-----------------------------*/

#search-block-form .icon {
    color: #3d3d3e;
    left: auto;
    right: 3px;
    top: 5px;
    margin-left: 0px;
    margin-top: 0px;
}

#search-block-form .form-item-search-block-form input.form-text {
    height: 25px;
    background: #FFFFFF;
    background-image:none !important;
    border: 1px solid #636466;
    font-size: 14px;
    line-height: 20px;
    float: right;
    padding-right: 25px;
    padding-left: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #3d3d3e;
    min-width: 100px;
}

i.better_search {
    background: url(images/search-button.png) center center no-repeat;
    height: 20px;
    width: 20px;
}

/* line 4, ../scss/views/_search.scss */

.search-panel .gsc-control-cse {
    padding: 0;
    border: none;
}

/* line 7, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-tabsArea {
    border-bottom: none;
    height: 27px;
}

/* line 10, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-tabsArea .gsc-tabHeader {
    overflow: hidden;
}

/* line 14, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-search-box {
    width: 75%;
}

/* line 17, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-search-box .gsc-input .gsc-input-box {
    height: auto;
    border: solid 1px #BDC1C3;
}

/* line 21, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-search-box .gsc-input .gsc-input-box .gsc-search-box .gsc-input>input:focus,
.search-panel .gsc-control-cse .gsc-search-box .gsc-input .gsc-input-box .gsc-input-box-focus {
    border: solid 1px #BDC1C3;
}

/* line 24, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-search-box .gsc-input .gsc-input-box table {
    margin: 0;
    border: none;
}

/* line 27, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-search-box .gsc-input .gsc-input-box table input {
    /*background: none !important;*/
}

/* line 31, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-search-box .gsc-input .gsc-input-box table input[type="text"],
.search-panel .gsc-control-cse .gsc-search-box .gsc-input .gsc-input-box table input[type="text"]:hover,
.search-panel .gsc-control-cse .gsc-search-box .gsc-input .gsc-input-box table input[type="text"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #3d3d3d;
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
    font-weight: 400;
    padding: 6px 10px 6px 12px !important;
    height: 25px !important;
}

/* line 45, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-search-box .gsc-search-button {
    padding: 0.5625em 0;
}

/* line 47, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-search-box .gsc-search-button input.gsc-search-button {
    height: 34px;
    width: 34px;
    padding: 7px;
}

/* line 54, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-refinementsArea {
    padding: 0;
    margin: 0;
    border: none;
}

/* line 59, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-above-wrapper-area {
    border-bottom: none;
    padding: 0;
}

/* line 63, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-selected-option-container {
    width: auto !important;
}

/* line 66, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gcsc-branding {
    margin: 0 0 20px;
}

/* line 69, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-resultsHeader {
    display: none;
}

/* line 73, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result {
    padding: 20px 8px;
    border: none;
    margin: 0;
    border-bottom: dotted 1px #A9ADB0;
}

.gsc-control-cse .gsc-option-menu-container {
    color: #000;
    font-size: 80%;
    position: relative;
    margin-right: 10px;
}

.gsc-tabHeader.gsc-tabhInactive {
    background-color: #ffffff;
}

/* line 78, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result:nth-child(even) {
    background-color: #F3F3F3;
}

/* line 80, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result:nth-child(even) .gsc-table-result {
    background-color: #F3F3F3;
}

/* line 84, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result.gsc-imageResult {
    border: none;
    padding: 0;
}

/* line 87, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result.gsc-imageResult:nth-child(even) {
    background-color: #fff;
}

/* line 91, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result.gsc-imageResult:hover,
.search-panel .gsc-control-cse .gsc-results .gsc-result.gsc-imageResult:focus {
    border: none;
}

/* line 95, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result:hover {
    border: none;
    border-bottom: dotted 1px #A9ADB0;
}

/* line 100, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result .gsc-thumbnail-inside,
.search-panel .gsc-control-cse .gsc-results .gsc-result .gsc-url-top {
    padding: 0;
}

/* line 104, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result .gsc-thumbnail-inside .gs-title {
    height: auto;
    margin: 0 0 10px;
    text-decoration: none;
}

/* line 108, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result .gsc-thumbnail-inside .gs-title * {
    color: #636365;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
    font-weight: 700;
    text-decoration: none;
}

/* line 116, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result .gsc-thumbnail-inside .gs-title a {
    text-decoration: none;
}

/* line 119, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result .gsc-thumbnail-inside .gs-title a:hover,
.search-panel .gsc-control-cse .gsc-results .gsc-result .gsc-thumbnail-inside .gs-title a:focus {
    color: #f58219;
    text-decoration: underline;
}

/* line 122, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result .gsc-thumbnail-inside .gs-title a:hover *,
.search-panel .gsc-control-cse .gsc-results .gsc-result .gsc-thumbnail-inside .gs-title a:focus * {
    color: #f58219;
}

/* line 130, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result .gsc-url-top .gs-visibleUrl {
    color: #636365;
}

/* line 134, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result .gsc-table-result {
    margin: 5px 0 0;
    border: none;
    font-size: 14px;
}

/* line 139, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result .gsc-table-result tr td {
    font-size: 14px;
    color: #636365;
}

/* line 142, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-result .gsc-table-result tr td * {
    font-size: 14px;
    color: #636365;
}

/* line 150, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-cursor-box {
    margin: 20px 8px;
}

/* line 152, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
    line-height: 20px;
    padding: 0;
    color: #bdc3c7;
    font-size: 16px;
    font-weight: 700;
    margin: 0 10px 0 0;
}

/* line 159, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    color: #000;
}

/* line 163, ../scss/views/_search.scss */

.search-panel .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
.search-panel .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:focus {
    color: #f58219;
}

.gsst_a .gscb_a {
    color: #bcc1c3;
    cursor: pointer;
    padding-top: 5px;
}

.gsst_a:hover .gscb_a,
.gsst_a:focus .gscb_a {
    color: #f58220;
}

/* Service Link Styles */

.service-links li,
.service-links-facebook-share,
.service-links-twitter-widget,
.service-links-google-plus-one {
    display: inline;
}

.service-links-facebook-share {
    position: relative;
}

#___plusone_0 {
    position: relative;
    top: 4px;
}

.views-field-service-links ul {
    padding: 10px 0px;
}

.views-field-service-links .links li {
    padding-right: 5px;
}

.article {
    border-bottom: 2px dotted #cccccc;
    margin-top: 10px;
}

.views-row-last.article {
    border: none;
}

.view-news .view-header hr {
    border-bottom: 2px dotted #cccccc;
    margin-top: 10px;
}

.view-news .article .panel-2col .panel-col-first {
    float: left;
    width: 90px;
    margin-right: 10px;
}

.view-news .article .panel-2col .panel-col-last {
    float: left;
    max-width: 840px;
    width: 100%;
}

.blockleft .view-news .article .panel-2col .panel-col-last,
.blockright .view-news .article .panel-2col .panel-col-last {
    float: left;
    max-width: 350px;
    width: 100%;
}

.view-news .panel-2col .panel-col-last {
    float: right;
    max-width: 200px;
    width: 100%;

}

.view-news .panel-2col .panel-col-first {

    float: left;
    max-width: 700px;
    width: 100%;
    margin-right: 10px;
}

/* .view-events-teaser h3 span {
    font-family: "Squada One", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    border-top: dashed 1px black;
    border-bottom: dashed 1px black;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;

} */

.ui-accordion .ui-accordion-header {
    font-family: "Squada One", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    border-top: dashed 1px black;
    border-bottom: dashed 1px black;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
    position: relative;
}

.view-partners .ui-accordion .ui-accordion-header {
    font-family: Helvetica, Arial, sans-serif;
    text-transform: none;
    border: none;
    font-size: 14px;
    text-align: left;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    position: relative;
}



.article .panel-2col .panel-col-last .field-content a {
    background: #f58220;
    border-radius: 2px;
    border: none;
    margin-left: 5px;
    font-family: "Squada One", sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px;

}

.article .panel-2col .panel-col-last .field-content a:hover {
    background: #636466;
}

/* Adoptables Search Styles */

.search_image {
    float: left;
    max-width: 510px;
    position: relative;
    top: -32px;
    left: -20px;
    max-height: 175px;
}

.search_options {
    float: left;
    width: 100%;
    max-width: 470px;
    padding: 0px;
    margin-top: 25px;
}

.rescue-groups-pet {
    width: 320px;
    padding-right: 25px;
    margin-top: 20px;
    text-align: center;
    vertical-align: top;
}

.view-rescue-group-list-nkla .rescue-groups-pet {
    min-height:380px;
}

.partner-pet {
    height: 265px;
}

.partner-pet img {
    max-height: 205px;
    max-width: 270px !important
}

.pet-search-bar {}

.pet-search-bar .views-exposed-form label {
    color: #000000;
    float: left;
    text-align: right;
    margin: 4px;
    width: 55px;
    font-size: 14px;
}

.pet-search-bar .form-item,
.pet-search-bar .form-text {
    width: 155px;
    float: left;

}

#edit-animalsex,
#edit-animalspecies,
#edit-animalgeneralage,
#edit-animalgeneralsizepotential,
#edit-animalbreed,
#breeds_ajax_wrapper select,
.rg-nk-pets select {
    height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 155px;
    font-size: 14px;
}

.pet-search-bar .views-exposed-widget {

    width: 235px;
    padding: 0px;
}

.views-exposed-form .views-exposed-widget {

    padding: 2px;
}

.views-exposed-form input {
    margin: 0px;
}

.views-exposed-widgets {
    margin-bottom: 0px;
}

.pet-search-bar .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0px;
    float: left;
    margin-left: 65px;
}

.rescue-groups-pet .panel-2col .panel-col-first {
    width: 115px;
}

.rescue-groups-pet .panel-2col .panel-col-last {
    width: 150px;
    color: #3e3e3f;
}

.rescue-groups-pet .orngbtn a {
    color: #FFFFFF;

}

.rescue-groups-pet .views-field-locationName {

    margin-bottom: 10px;
}

.rescue-groups-pet .views-field-animalName a {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.rescue-groups-pet h4 {
    font-size: 18px;
}

.rescue-groups-pet-details {
    color: #3e3e3f;
    font-size: 12px;
}

.rescue-groups-pet-details .views-field-animalName {
    font-size: 18px;
    font-weight: bold;
}


/* social module alignment fix for IE */

.ie .fb_iframe_widget {
    top: 0px !important;
}

/* Accordion override for + sign */

.ui-icon-triangle-1-e {
    background-position: -16px -128px !important;
    float: left;

}

.ui-icon-triangle-1-s {
    background-position: -48px -128px !important;
    float: left;
}

.spread_left {
    float: left;
    max-width: 220px;
    width: 100%;
    margin-right: 10px;
}

.spread_right {
    float: right;
    max-width: 220px;
    width: 100%;
    margin-right: 10px;
}

.featured_content_links {
    list-style: none;
    font-family: Squada One;
    text-transform: uppercase;
    font-size: 17px;
}

.panels-flexible-events_list_layout {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: dashed 1px black;
}

.views-row-last .panels-flexible-events_list_layout {
    border-bottom: none;
}

/*TODO: switch to page specific css and remove the following and put into UI*/

#events_checkboxes .form-type-checkbox {
    width: 100%;
}

.margin-top-5 {
    margin-top: 5px;
}

/* AdToAny social media buttons sidebar with responsive expando style overrides */

.region-social {
    position: fixed;
    top: 50%;
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -75px;
    z-index: 99999;
    border-right: solid 1px lightgray;
    padding: 5px !important;
    background: #fff !important;
    background-repeat: no-repeat !important;
    overflow: visible !important;
}

@media screen and (max-width: 1039px) {
    .region-social {
        max-width: 8px !important;
        min-width: 8px !important;
        padding: 4px !important;
        background: #fff radial-gradient(circle 6px, lightgray 40%, transparent 60%) !important;
        background-size: 8px 24px !important;
        background-repeat: repeat-y !important;
        overflow: hidden !important;
    }
}

.region-social:hover,
.region-social:active {
    max-width: 50px !important;
    min-width: 50px !important;
    padding: 5px !important;
    background: #fff !important;
    overflow: visible !important;
}

/* Pets search and results page content. */

.rg-nk-pets {
    display: inline-block;
}

/* Results H2 in template file. */

.rg-nk-pets-results-title {
    text-align: center;
    max-width: 100%;
    white-space: nowrap;
}

/* Search bar is View Header with dog image left/above search Filter controls. */

.rg-nk-pets .view-header,
.rg-nk-pets .view-header>div {
    display: inline-block;
    max-width: 502px;
    width: auto;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.rg-nk-pets .view-filters {
    display: inline-block;
    margin: 0 0 20px -3px;
    background-color: white;
    vertical-align: top;
    padding: 10px;
    clear: both;
    max-width: 100%;
}

/* Search controls. */

.rg-nk-pets .view-filters .views-exposed-widget {
    float: left;
    display: inline-block;
    margin:10px 3px 0px 0px;
}

.rg-nk-pets .view-filters .views-exposed-widget label {
    display: inline;
    float: left;
    text-align: right;
    width: 75px;
    margin: 4px 5px 0px 0px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.rg-nk-pets .view-filters .views-exposed-widget .views-widget {
    display: inline;
    height: 25px;
}

.rg-nk-pets .view-filters .views-exposed-widget .views-widget .form-item,
.rg-nk-pets .view-filters .views-exposed-widget .views-widget .form-item input {
    float: left;
    max-width: 155px;
}

#edit-submit-rescue-groups-nkut-view {
    margin-top: 0 !important;
    width: 53px;
    height: 21px;
    margin-left: 61px;
}

/* adopt a pet styling */

.field-name-field-animal-image {
    display: inline-block;
    width: 510px;
    max-width: 100% !important;
    margin-right: 30px;
    width: 510px;
}

.animal-info {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    width: 410px;
    max-width: 100%;
}

.animal-details {
    display: inline;
    margin-right: 40px;
    float: left;
}

.shelter-details {
    display: inline;
    float: left;
}

.node-type-animal .submitted,
.node-type-partner-animal .submitted {
    display: none;
}


.image-thumb {
    max-width: 140px;
    display: inline-block;
}

.bx-pager a:hover img,
.bx-pager a.active img {
    border: solid 1px #f58220 !important;
}

.bx-pager a img {
    border: solid 1px #3d3d3e !important;
}

.bx-wrapper .bx-viewport img {
    border: none;
}



.animal-info .heading-3 {
    font-size: 32px;
    line-height: 40px;
    font-family: Squada One;
    color: #000000;
    padding: 0px;
    margin-bottom: 6px;
}

.animal-description {
    padding-top: 20px;
}

.node-animal p {
    margin: 30px 10px 10px 10px;
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3e;
}

.rgDescription p,
.node-animal .field-type-text-with-summary p {
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3e;
    display: inline-block;

}

.rgDescription,
.node-animal .field-type-text-with-summary {
    margin: 30px 0px 10px 0px;
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3e;
    display: inline-block;


}


#form-item-animalbreed {
    display: none;
}

#breeds_ajax_wrapper {
    display: none;
}

.form-item input {
    display: inline;
}


/* Search bar responsiveness */

/*

@media screen and (max-width: 500px) {
    .rg-nk-pets-results-title {
        max-width: 66%;
        white-space: normal;
    }
    .rg-nk-pets .view-filters {
        min-width: 240px;
        width: 100%;
        max-width: 100%;
        min-height: 190px;
        max-height: 340px;
    }
    .rg-nk-pets .view-filters .views-exposed-widgets {
        min-height: 312px;
        max-height: 312px;
        width: 90%;
        margin: 10px 0 0 5px;
    }
    .rg-nk-pets .view-filters .views-exposed-widget {
        width: 235px;
        margin: 0 5px 10px 0;
    }

    .animal-info {
        width: auto;

    }

    .animal-details,
    .shelter-details {
        display: block;
        margin-right: 0px;
        float: none;
        width: auto;
    }

    .field-name-field-animal-image {
        margin-right: 0px;
    }


}


@media screen and (min-width: 501px) and (max-width: 960px) {
    .rg-nk-pets .view-filters {
        min-width: 240px;
        width: 100%;
        max-width: 505px;
        min-height: 190px;
        max-height: 221px;
    }
    .rg-nk-pets .view-filters .views-exposed-widgets {
        min-height: 160px;
        max-height: 160px;
        margin: 10px 0 0 5px;
    }
    .rg-nk-pets .view-filters .views-exposed-widget {
        width: 225px;
        margin: 0 2px 10px 0;
    }
}


@media screen and (min-width: 961px) and (max-width: 1040px) {
    .rg-nk-pets .view-filters {
        min-width: 240px;
        width: 100%;
        max-width: 505px;
        min-height: 221px;
        max-height: 221px;
    }
    .rg-nk-pets .view-filters .views-exposed-widgets {
        min-height: 160px;
        max-height: 160px;
        margin: 20px 0 0 10px;
    }
    .rg-nk-pets .view-filters .views-exposed-widget {
        width: 225px;
        margin: 0 2px 10px 0;
    }
}
*/

@media screen and (min-width: 1041px) {
    .rg-nk-pets .view-filters {
        min-width: 300px;
        width: 521px;
        max-width: 521px;
        min-height: 221px;
        max-height: 221px;
    }
    .rg-nk-pets .view-filters .views-exposed-widgets {
        min-height: 160px;
        max-height: 160px;
        margin: 20px 15px 10px 0px;
    }
   
}



/* Search results Content of pet images and summaries. */

.rg-nk-pets .view-content {
    display: inline-block;
    width: 100% !important;
    background-color: white;
    padding: 10px 10px 0 20px;
}

.rg-nk-pets .view-content>div {
    display: inline-block;
}

.rg-nk-pets .view-content .views-field-animalName a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.rg-nk-pets .item-list {
    background-color: white;
}

/* Pet "row" is cell containing pet image on left, traits on right.  */

.rg-nk-pets-row {
    vertical-align: top;
    max-width: 330px;
    height: 225px;
    overflow-y: hidden;
    margin: 20px -2px 0 -2px;
    padding: 0 10px 10px 0;
    border-bottom: 1px solid #cccccc;
}

.rg-nk-pets-row>div:first-child {
    float: left;
    width: 153px;
    height: 202px;
    overflow-y: hidden;
    margin: 0 15px 0 0;
    clear: right;
}

.rg-nk-pets-row>div:not(first-child) {
    float: right;
    display: block;
    width: 150px;
}

/* Override pet bio border separator */

.pane-rescue-groups-nkut-view-panel-pane-1 .views-field-nothing {
    max-width: 420px;
    margin-left: 20px;
}

/* Fix reluctant results containers' heights */

.view-id-rescue_groups.view-display-id-panel_pane_1,
.view-id-rescue_groups.view-display-id-panel_pane_2 {
    height: auto !important;
    overflow: auto !important;
    clear: both !important;
}

.rescue-groups-pet .views-label {
    font-weight:bold;
    display:inline;
}

.views-field-field-animal-breed .field-content {
    display:inline;
}

.view-rescue-group-list-nkut .rescue-groups-pet {
    text-align:left;
    display: inline-block;
    min-height: 180px;
}

.view-rescue-group-list-nkut .views-submit-button {
        margin-left: 30px !important;
}