article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

:hover, :focus, :active {
    outline: none;
}

html, button, input, select, textarea {
    font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", "Helvetica", "Arial", "sans-serif";
    font-weight: normal; /* normal */
    color: #000000;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body {
    margin: 0;
    font-size: 12px;
    line-height: 1.25;
    background-color: #FFFFFF;
}

/*
	link color: #0078CF 
	link hover color: #8A3638
*/
a {
    color: #0078CF;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}

a:hover {
    color: #8A3638;
    text-decoration: underline;
    background: rgba(0, 0, 0, .025);
}

::-moz-selection {
    background: #0078CF;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #0078CF;
    color: #fff;
    text-shadow: none;
}

p {
    margin: 0 0 1em;
}

p:last-child {
    margin-bottom: 0;
}

a:visited {
    opacity: 0.9;
}

a:active, a:focus {
    position: relative;
    top: 1px;
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 12px
}

q {
    quotes: none
}

q:before, q:after {
    content: none
}

blockquote {
    margin: 1em 1em 1em 0;
    padding: 1em;
    border-left: 1px solid #DDD;
    font-style: italic;
    color: #999;
}

blockquote p {
    font-size: 13px;
    line-height: 2em;
    margin-bottom: 0;
}

blockquote small {
    display: block;
    font-size: 12px;
    line-height: 1.25em;
    color: #bfbfbf;
    text-align: right;
}

blockquote small:before {
    content: '\2014 \00A0';
}

b, strong {
    font-weight: 700
}

small {
    font-size: 85%;
    color: #999;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dd {
    margin: 0 0 0 40px
}

dt {
    font-weight: 700;
}

ul, ol {
    list-style: none 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: 10px;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
    *overflow: visible
}

table button, table input {
    *overflow: auto
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box
}

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 {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    vertical-align: top
}

.chromeframe {
    margin: 1em 0;
    background: red;
    color: black;
    padding: 1em;
}

/* -------------------------------------------------------------
======	STYLES
------------------------------------------------------------- */

/* -------------------------------------------------------------
======  ERROR-INFO-MESSAGES
------------------------------------------------------------- */

.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 10px 0;
    padding: 12px;
}

.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}

.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
}

.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin: 10px 22px;
    font-size: 12px;
    vertical-align: middle;
}

/* -------------------------------------------------------------
======  FORMS 
------------------------------------------------------------- */
form {
    margin-top: 2em;
}

form li {
    margin-bottom: 1.5em;
}

label {
    display: block;
    margin-bottom: 1em;
    font-weight: 700;
}

input, select, textarea {
    border: 1px solid #666666;
    color: #000000;
    font-size: inherit;
    /* padding: 0.25em; */
    /* width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;*/
}

.input-edit-field-small {
    font-size: inherit;
    padding: 0.25em;
}

.input-small {
    font-size: inherit;
    padding: 0.25em;
}

.input-small-w {
    font-size: inherit;
    padding: 0.25em;
    width: 100%;
}

textarea {
    width: 100%;
}

input:hover, textarea:hover, input:focus, textarea:focus, input:active, textarea:active {
    border: 1px solid #000000;
}

input[type="text"], textarea {
    cursor: text;
}

input[type="radio"], input[type="checkbox"] {
    display: inline;
    width: auto;
    height: auto;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline;
}

input[type="file"] {
    border: none;
}

input[type="date"] {
    width: auto;
}

select {
    height: auto;
}

/* Placeholders */
::-webkit-input-placeholder {
    color: #BBB;
}

:-moz-placeholder {
    color: #BBB;
}

:-ms-input-placeholder {
    color: #BBB;
}

/* validate.js */
label.error {
    color: #0078CF;
    margin: 0.5em 0 0 0.5em;
    font-weight: normal;
    font-style: italic;
}

/* LRM 06.13.2017 -- Hides the up and down arrows for any type="number" form fields */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* LRM 06.14.2017 -- Will give a glow when a field is selected in forms */
input[type=text], input[type=number], input[type=email], input[type=date], input[type=checkbox], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=date]:focus, input[type=checkbox]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

select:focus, option:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

/* -------------------------------------------------------------
======  BUTTONS 
------------------------------------------------------------- */
.button, input[type="submit"], button, .toggle-title {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    padding: 0.6em 1.2em;
    text-shadow: 0 1px 0 #fff;
    border: solid 1px #666666;
    text-decoration: none;
    cursor: pointer;

    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #f6f6f6 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6f6 0%, #efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f6f6 0%, #efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f6f6f6 0%, #efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#efefef', GradientType=0); /* IE6-9 */

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.button:hover, input[type="submit"]:hover, button:hover, .toggle-title:hover {
    color: #000000;
    text-decoration: none;
    border-color: #000000;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: 0 100%;
}

.button:focus, input[type="submit"]:focus, button:focus, .toggle-title:focus {
    color: #333;
    border-color: #BBB;
}

.button:active, input[type="submit"]:active, button:active, .toggle-title:active {
    color: #000;
    background: #F5F5F5;
    border-color: #444;
    position: relative;
    top: 1px;
}

.button, .home-menu-navigation-button {
    /* This class is used for menu buttons in the home module. */
    border-radius: 30px;
    background: #8A3638;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    align-content: center;
    font-size: 12px;
    padding: 0.25em 0.25em; /* Do not change this as it is the perfect fit for 3 buttons per row */
    width: 10.8em; /* Do not change this as it is the perfect fit for 3 buttons per row */
}

.button, .home-menu-navigation-button-main {
    /* This is to differentiate the HERD MANAGER button from the rest */
    border-radius: 10px;
    background: #8A3638;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    align-content: center;
    font-size: 12px;
    padding: 0.25em 0.25em;
    width: 11em;
}

.button, .registry-button {
    text-transform: uppercase;
    text-align: center;
    align-content: center;
    font-size: 10px;
    padding: 0.25em 0.25em;
    font-weight: 600;
    color: #000000;
}

/* -------------------------------------------------------------
======  TYPO
------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em;
    font-weight: normal;
}

h1 {
    font-size: 18px;
    letter-spacing: -0.075em;
    text-transform: uppercase;
    line-height: 0.9;
    margin: 0 0 0.5em;
    font-weight: normal;
    color: #8A3638;
}

h2 {
    font-size: 17px;
    margin: 0 0 20px;
    letter-spacing: -0.05em;
    color: #8A3638;
    line-height: 1;
}

/* color previously #555 - Brandon Calabro */
h3 {
    font-size: 16px;
    color: #8A3638;
}

h4 {
    font-size: 14px;
    color: #8A3638;
}

h5 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    color: #8A3638
}

/* color previously #555 - Brandon Calabro */
h6 {
    font-size: 12px;
    margin-bottom: 2px;
    font-weight: 700;
    color: #8A3638;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #0078CF;
    text-decoration: underline;
}

/* -------------------------------------------------------------
======   GRID  https://github.com/mattberridge/Proportional-Grids/
------------------------------------------------------------- */
body {
    width: 100%;
}

.container {
    width: 90%;
    margin: 5em auto;
    max-width: 1100px;
    min-width: 300px;
}

.grid-wrap {
    margin-left: -3em; /* the same as your gutter */
    *zoom: 1;
}

.grid-wrap:before, .grid-wrap:after {
    content: "";
    display: table
}

.grid-wrap:after {
    clear: both
}

.grid {
    float: left;
    padding-left: 3em; /* this is your gutter between columns */
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.half-gutter {
    margin-left: -1.5em;
}

.half-gutter .grid-col {
    padding-left: 1.5em;
}

.col-full {
    width: 100%;
}

.col-one-half {
    width: 50%;
}

.col-one-third {
    width: 33.333%;
}

.col-two-thirds {
    width: 66.666%;
}

.col-one-quarter {
    width: 25%;
}

.col-three-quarters {
    width: 75%;
}

.divide-top {
    border-top: 1px solid #ccc;
    padding-top: 2em;
    margin-top: 1.5em;
}

.mright {
    margin-right: 3em;
}

.mleft {
    margin-left: 3em;
}

.mtop {
    margin-top: 3em;
}

.mbottom {
    margin-bottom: 3em;
}

.halfmright {
    margin-right: 1.5em;
}

.halfmleft {
    margin-left: 1.5em;
}

.halfmtop {
    margin-top: 1.5em;
}

.halfmbottom {
    margin-bottom: 1.5em;
}

.fright, .fleft {
    display: block;
    overflow: hidden
}

.fright {
    float: right
}

.fleft {
    float: left
}

.alignleft {
    float: left;
    clear: left;
    margin: 0.38em 1.62em 0.38em 0;
}

.alignright {
    float: right;
    clear: right;
    margin: 0.38em 0 0.38em 1.62em;
}

.aligncenter {
    margin: 0 auto 1.62em;
    display: block;
}

/* -------------------------------------------------------------
======   MISC
------------------------------------------------------------- */
figure {
    max-height: 100%;
    overflow: hidden;
}

figure figcaption {
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

a img {
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

a img:hover {
    *zoom: 1;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: alpha(opacity=70);
}

/* -------------------------------------------------------------
======   HEADER
------------------------------------------------------------- */
/*


	link color: #0078CF 
	link hover color: #8A3638
*/
header#navtop {
    clear: both;
    overflow: hidden;
}

header nav ul {
    float: left;
    overflow: hidden;
}

nav a, menu a {
    text-decoration: none;
    color: #0078CF;
}

nav a:hover, menu a:hover {
    color: #8A3638;
}

.navactive {
    color: #8A3638
}

.logo {
    margin-bottom: 1em;
}

.logo:hover {
    background: none;
}

/* -------------------------------------------------------------
======   GENERAL 
------------------------------------------------------------- */
.main > section {
    margin-bottom: 7em;
}

.main header {
    color: #555;
    margin-bottom: 3em;
}

.main header hr {
    border-top-color: #999;
}

.arrow:after {
    content: " \27F6"; /* html unicode: &#10230; */
}

header .arrow {
    color: #999;
    font-style: italic;
}

.arrow:hover {
    color: #0078CF;
}

/* -------------------------------------------------------------
======   FOOTER
------------------------------------------------------------- */
footer {
    color: #555;
    margin-bottom: 7em;
}

footer nav ul {
    float: right;
    overflow: hidden;
}

footer a {
    color: #999;
}

footer li {
    float: left;
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid #DDD;
    font-size: 10px;
}

footer li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.up a {
    display: block;
    text-align: center;
    margin: 0 auto;
}

/* -------------------------------------------------------------
======   NAVIGATION MENU STYLE
------------------------------------------------------------- */
#navwrapper {
    width: 100%;
    text-align: center;
}

#nav {
    position: relative;
    width: auto;
    text-align: center;
    display: inline-block;
}

#nav ul {
    width: auto;
    display: inline-block;
    text-align: center;
    list-style-type: none;
}

ul#navigation {
    margin: 0 auto;
    position: relative;
    float: left;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
}

ul#navigation li {
    display: inline;
    font-weight: bold;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    border-top: 1px solid #808080;
    border-bottom: 2px solid #808080;
}

ul#navigation li a {
    padding: 10px 25px;
    color: #000000;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-decoration: none;
    display: inline-block;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #C2C2C2;
    border-top: 1px solid #FFFFFF;
    background: #F5F5F5;
    font-weight: 600;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

ul#navigation li a:hover {
    background: #F8F8F8;
    color: #8A3638;
}

ul#navigation li:hover > a {
    background: #FFFFFF;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul {
    visibility: visible;
    opacity: 1;
}

ul#navigation ul, ul#navigation ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99999;
    width: 180px;
    background: #F8F8F8;
    box-shadow: 1px 1px 3px #ccc;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear;
    transition: opacity 0.2s linear, visibility 0.2s linear;
}

ul#navigation ul {
    top: 43px;
    left: 1px;
}

ul#navigation ul li ul {
    top: 0;
    left: 181px;
}

ul#navigation ul li {
    clear: both;
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #808080;
}

ul#navigation ul li a {
    background: none;
    font-weight: 600;
    padding: 7px 15px;
    color: #000000;
    text-shadow: 1px 1px 0 #fff;
    text-decoration: none;
    display: inline-block;
    border: 0 none;
    float: left;
    clear: both;
    width: 150px;
}

ul#navigation li a.first {
    border-left: 0 none;
}

ul#navigation li a.last {
    border-right: 0 none;
}

/* The side navigation menu */

/*
Need to add in the nav bar to the right right here and make sure it is pushed to the left
 */

/* -------------------------------------------------------------
======	SWITCHES
------------------------------------------------------------- */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D8000C;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #4F8A10;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4F8A10;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* A.Hawley
    -- added a button class for red button
 */
.db_btn {
    background-color: #8A3638;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 3px 3px;
}
/* -------------------------------------------------------------
======	END
------------------------------------------------------------- */
.slogan
{
    COLOR: #C7BB9F;
    FONT-SIZE: 14px;
    FONT-WEIGHT: 700;
    TEXT-DECORATION: none;
    padding-right: 15px;
}
.sloganbg
{
    COLOR: #8A3638;
    FONT-SIZE: 12px;
    background-color:#666666;
    text-align:left;
    width:100%;
}
.antislogan
{
    /* use #C7BB9F for the background */
    COLOR: #000000;
    FONT-SIZE: 14px;
    FONT-WEIGHT: 700;
    TEXT-DECORATION: none;
    padding-right: 15px;
}
.smslogan
{
    COLOR: #C7BB9F;
    FONT-SIZE: 14px;
    FONT-WEIGHT: 700;
    TEXT-DECORATION: none;
    padding-right: 15px;
}