/*=========================CSS SETTING=========================*/

h1 {
    font-size: 50px;
}

h2 {
    font-size: 30px;
}

h4, .h4, h5, .h5, h6, .h6 {
    line-height: 15pt;
    margin-top: 0px;
    margin-bottom: 0px;
}

a, a:hover, a:active, a:visited {
    color: #333;
}

    a:hover {
        cursor: pointer;
    }

input, select, textarea {
    outline: none;
}


/*div.custom-select {
    display: inline-block;
    position: relative;
}

.to-be-changed {
    color: black;
}

div.custom-select:before {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 6px;
    left: 179px;
    z-index: -1;
}
*/
select {
    -webkit-appearance: none !important; /*Removes default chrome and safari style*/
    -moz-appearance: none !important; /* Removes Default Firefox style*/
    text-indent: 0.01px !important; /* Removes default arrow from firefox*/
    text-overflow: '' !important; /*Removes default arrow from firefox*/
}

select {
    padding: 0 15px;
    border: 0;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
        display: inline-block;
    }

::-webkit-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: black;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: black;
}
/* ie */
input:-moz-placeholder {
    color: black;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

/*@media print {
    @page {
        size: A4 portrait;
        max-height: 100%;
        max-width: 100%
    }
}*/

/*=========================HEADER=========================*/
#header {
    position: relative;
}

    #header hr {
        margin-bottom: 10px;
        margin-top: 10px;
    }

.zindex-99 {
    position: relative;
    z-index: 99;
}

#header .d-flex-center {
    display: inline-flex;
    align-items: center;
    height: 134px;
}

.top-menu {
    display: inline-flex;
    align-items: center;
}

    .top-menu ul li {
        font-size: 14px;
        font-weight: 400;
        color: black;
        cursor: pointer;
    }

        .top-menu ul li:hover {
            color: #f2aa32;
        }

    .top-menu form {
        display: inline-flex;
        align-items: center;
    }

        .top-menu form input[type=text],
        .top-menu form input[type=text]:focus {
            position: relative;
            z-index: 10;
            border: 0;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
            font-size: 15px;
            color: black;
            margin: 0;
            /*font-size: 14px;*/
            padding: 10px 10px 10px 30px;
            background: url('../png/search-icon.png') no-repeat left center;
        }

/* .navbar */
#header .navbar-collapse {
    padding: 0;
}

.navbar {
    border-radius: 0;
    position: relative;
    margin-bottom: 0;
    border: none;
    background: transparent;
    width: 820px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.navbar-nav > li > a {
    padding: 15px 15px 15px 0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.dropdown-menu li a {
    color: black;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 15px 20px 15px 0;
}

.navbar-collapse {
    font-weight: 600;
}

.navbar-default .navbar-nav > li > a img {
    margin-left: 6px;
}

.navbar-default .navbar-toggle {
    border: 0;
    border-radius: 2px;
    position: relative;
    z-index: 99;
}


    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        border: 0;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: black;
    }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #f4ab32;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #f4ab32;
    background-color: inherit;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    max-width: 600px;
    min-width: 600px;
    padding: 20px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border-radius: 0px;
    border-top: solid 6px #f3aa32;
}

    .dropdown-menu li {
        width: calc(100%/2);
    }
/* for desktop */
@media (min-width: 991px) {
    .dropdown:hover .dropdown-menu {
        display: inline-flex;
    }
}

@media (min-width: 991px) {
    #defaultBuyingADog {
        display: inline-flex !important;
    }

    #clickBuyingADog {
        display: none;
    }

    .open > .dropdown-menu {
        display: inline-flex !important;
    }
}

.dropdown-menu li:hover {
    color: #f4ab32;
}

.dropdown-menu li a {
    padding: 10px 15px 10px 0;
    margin: 0 15px;
    clear: both;
    font-size: 14px;
    line-height: 1.42857143;
    white-space: normal;
    background: url("../png/arrow-menu.png") no-repeat center right;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
    .dropdown-menu li a:hover, .dropdown-menu li a:focus {
        color: #f4ab32 !important;
        text-decoration: none;
    }


.dropdown-menu .active > a, .dropdown-menu .active a:hover, .dropdown-menu .active a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu .disabled a, .dropdown-menu .disabled a:hover, .dropdown-menu .disabled a:focus {
    color: #777;
}

    .dropdown-menu .disabled a:hover, .dropdown-menu .disabled a:focus {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }

.dropdown a.selected {
    color: #f9b940 !important;
}

.alone-menu {
    min-width: 300px;
    flex-direction: column;
}

    .alone-menu li {
        width: 100%;
    }

.half-menu {
    min-width: 720px;
    flex-wrap: wrap;
}

    .half-menu li {
        width: calc(100%/2);
    }

.three-menu {
    min-width: 720px;
}

    .three-menu li {
        width: calc(100%/3);
    }

/* menu-owners */
.menu-owners {
    min-width: 1032px;
    left: -147px;
}

    .menu-owners li {
        width: calc(100%/5);
    }

        .menu-owners li a {
            display: flex;
            flex-direction: column;
            align-items: flex-start !important;
            padding: 0 !important;
            background: none !important;
            position: relative;
            height: 230px;
        }

            .menu-owners li a .icon {
                height: 38px;
                display: flex;
                align-items: flex-end;
            }

            .menu-owners li a .title {
                font-size: 22px;
                font-weight: 600;
                color: #f4ab32;
                line-height: 22px;
                margin: 10px 0;
            }

            .menu-owners li a .sort-description {
                font-size: 14px;
                font-weight: 500;
                color: black;
                line-height: 22px;
                margin-bottom: 10px;
            }

            .menu-owners li a .go-arrow {
                position: absolute;
                bottom: 0;
                left: 0;
            }
/*hide on desktop */
@media (min-width: 1340px) {
    .hide-on-desktop {
        display: none;
    }
}
/* hide on mobile */
@media (max-width: 575.98px) {
    .hide-on-mobile {
        display: none;
    }
}
/* hide on tablet */
@media (min-width: 0) and (max-width: 1340px) {
    .hide-on-mobile {
        display: none !important;
    }
}
/* menu-owners for mobile and tablet */
@media (max-width: 1340px) {
    .menu-owners {
        left: 0;
        position: absolute !important;
        background: white !important;
        height: 310px;
        flex-direction: column;
    }

    .dropdown-toggle {
        justify-content: space-between;
    }

    .back-button span {
        font-size: 14px;
        font-weight: 500;
    }

    .back-button {
        justify-content: flex-start;
    }

        .back-button img {
            margin-left: 0 !important;
            margin-right: 10px;
            transform: none !important;
        }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        border-color: transparent;
    }

    .menu-owners li {
        padding: 15px;
        border-top: solid 1px #f0f0f0;
    }

        .menu-owners li a {
            height: auto;
            margin: 0 !important;
        }

            .menu-owners li a .icon, .menu-owners li a .sort-description,
            .menu-owners li a .go-arrow {
                display: none;
            }

            .menu-owners li a .title {
                font-size: 16px;
                color: black;
                line-height: 16px;
                margin: 0;
            }

    .menu-owners .dropdown-menu {
        box-shadow: none !important;
        border: 0 !important;
    }

        .menu-owners .dropdown-menu li a {
            margin: 0 !important;
            border-bottom: solid 1px #f0f0f0;
        }

    .dropdown:hover .dropdown-menu {
        box-shadow: none !important;
        border: 0 !important;
    }

    .navbar-default .navbar-nav > .open > a {
        color: black !important;
    }

    .navbar-default .navbar-nav > li > a img {
        transform: rotate( -90deg);
    }

    .navbar-default .navbar-nav > li > a {
        padding: 15px;
        border-bottom: solid 1px #f0f0f0;
    }
}


/* user-login */
.user-login {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

    .user-login .item {
        display: inline-flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 134px;
        height: 134px;
        cursor: pointer;
    }

        .user-login .item span {
            font-size: 15px;
            font-weight: 500;
            margin-top: 15px;
        }

    .user-login .owners {
        background: #ffbe3e;
        color: #173e69;
    }

    .user-login .members {
        background: #173e69;
        color: white;
    }
/* nav for mobile */
@media (max-width: 575.98px) {
    .user-login {
        position: inherit;
        top: inherit;
        right: inherit;
        width: 100%;
    }

        .user-login .item {
            width: calc(100%/2);
            /*height: 124px;*/
        }
}
/* nav for mobile */
@media (max-width: 575.98px) {
    #header .d-flex-center {
        flex-direction: column;
        position: relative;
        display: inherit;
        height: auto;
    }

    #header .col-sm-3 img {
        width: 30% !important;
        z-index: -1;
        margin: 15px 0;
    }

    .navbar {
        position: absolute;
        top: 0 !important;
        right: 0 !important;
        width: 100% !important;
        min-height: auto;
    }

    .navbar-default .navbar-collapse {
        top: 80px !important;
        right: 0 !important;
        max-height: 400px;
    }

    .navbar-default .navbar-collapse {
        margin-top: 0 !important;
    }
}
/* for smaller desktop */
@media (min-width: 0) and (max-width: 1340px) {
    #header .col-md-3, #header .col-sm-12,
    #header .col-md-9 {
        position: initial;
    }

    .navbar {
        position: absolute;
        min-height: auto;
        top: 24px;
        right: 278px;
        width: 60%;
    }

    .navbar-header {
        position: absolute;
        top: 15px;
        right: 0;
    }

    .navbar-default .navbar-collapse {
        z-index: 999;
        position: absolute;
        top: 110px;
        right: -10px;
        width: 100%;
        background: white;
    }

        .navbar-default .navbar-collapse input {
            border-radius: 0;
            border: 0;
            margin: 0 !important;
            padding: 25px 15px 25px 50px;
            border-bottom: solid 1px #f0f0f0;
            opacity: 1;
            background: url('../png/search-icon.png') no-repeat 15px center transparent;
        }

    .dropdown-menu li {
        width: 100%;
    }

    .navbar-toggle {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px;
        width: 100%;
    }

        .navbar-toggle .icon-bar {
            display: block;
            width: 100%;
            height: 2px;
            border-radius: 0;
        }

    .sr-only {
        position: inherit;
        width: inherit;
        height: inherit;
        padding: 0;
        margin: 0;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
        display: flex;
        color: black;
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 5px;
    }

    .top-menu {
        width: 100%;
    }

    .mbu-15 {
        margin-bottom: -15px;
    }

    .top-menu ul {
        margin-top: 0;
        flex-direction: row;
        width: 100%;
    }

        .top-menu ul li a {
            font-weight: 500 !important;
            font-size: 14px !important;
            background: none;
        }

    .top-menu form {
        width: 100%;
    }

    #header hr {
        display: none;
    }

    .navbar-nav {
        /*overflow-y: auto;*/
        background: white;
        padding: 0;
        margin: 0;
        border-top: 0;
    }
}

/*=========================CUSTOM SCREEN=========================*/

@media (max-width:768px) {
    #header img.bg {
        display: none;
    }
}
/**/
#herding-judge-filter #btnFilter,
#group-or-breed-judge-filter #btnFilter {
    margin-top: 15px;
}

/*=========================NAVBAR DISABLE RESPONSIVE=========================*/
/*.navbar-header {
    float: left;
}*/

/*.navbar {
    border-radius: 4px;
    min-width: 400px;
}*/

.nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
}

.nav-justified > li {
    display: table-cell;
    width: 1%;
}

    .nav-justified > li > a {
        margin-bottom: 0;
    }

/*=========================BODY=========================*/
/* left */
.left-content {
    margin-top: 60px;
    margin-right: 30px;
    max-width: 25%;
}

    .left-content h5 {
        color: #173e69;
        font-size: 15px;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    .left-content ul {
        margin-top: 20px;
    }

        .left-content ul li {
            padding: 18px 20px 18px 0;
            border-top: 1px solid #f0f0f0;
            background: url("../png/arrow-menu.png") no-repeat center right;
            width: 100%;
            font-weight: 500;
            font-size: 15px;
        }

            .left-content ul li span {
                color: #f4af3c;
                font-weight: 600;
            }

        .left-content ul.sub-items li {
            padding-left: 25px !important;
        }

/* .right-content */
.right-content {
    margin-top: 60px;
    /*margin-left: 30px;*/
    /*width: calc(75% - 30px);*/
    flex-grow: 1;
}

    .right-content h3 {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 40px;
        font-weight: 500;
    }

    .right-content h4 {
        font-size: 15px;
        margin: 20px 0 30px 0;
        padding: 0;
        font-weight: 400;
        line-height: 26px;
    }

    .right-content h5 {
        font-size: 20px;
        margin: 0;
        padding: 0;
        font-weight: 500;
    }

    .right-content h6 {
        font-size: 16px;
        margin: 15px 0;
        padding: 0;
        font-weight: 600;
    }

.flex-column {
    display: flex;
    flex-direction: column;
}

.contact-img {
    height: 80px;
    display: flex;
    align-items: flex-end;
}

.right-content a, .right-content a:hover {
    color: #f6b335;
    text-decoration: underline;
}

.right-content .col-sm-4 {
    width: 42.22%;
}

.right-content input[type=text] {
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
}

.right-content .main-list ul li {
    padding: 15px 0 !important;
}

.right-content .breed-name {
    font-size: 30px;
    font-weight: 500;
    display: block;
}

.right-content .last-update {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 30px 0;
    display: block;
}

.right-content .sort-description {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
}

.right-content .img-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .right-content .img-detail img {
        width: 200px;
    }

    .right-content .img-detail span {
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        margin-top: 10px;
    }
/* content */
.content {
    width: 100%;
    font-size: 15px;
    color: black;
    margin-top: 30px;
}

    .content img {
        max-width: 50px;
    }

    .content h6 {
        color: #f6b335;
        font-size: 15px;
        font-weight: 600;
    }

    .content p {
        margin: 0 !important;
    }

    .content ul li {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 15px 0 !important;
        border-bottom: 1px solid #F5F5F5;
    }

        .content ul li:last-of-type {
            border-bottom: 0;
        }

        .content ul li:first-child {
            border-top: 1px solid #F5F5F5;
        }

        .content ul li .col-xs-4 {
            text-align: right;
        }

/**/
span.functions {
    line-height: 2.6666;
    color: #868686;
    font-size: 13px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

div.paging-filter:before {
    left: 130px !important;
}

.select-paging-filter {
    width: 150px;
    background-color: rgba(255, 255, 255, 0);
}

.justify-end {
    display: flex;
    justify-content: end;
}

.paging ul {
    float: left;
    line-height: 2.222;
    margin: 0;
}

    .paging ul li {
        float: left;
    }
/**/
.li-menu-active {
}

    .li-menu-active a {
        color: #f4ab32;
    }

    .li-menu-active .active {
        color: #f4ab32;
        text-decoration: none;
    }
/**/
#herding-judge-filter .ms-parent {
    margin-right: 5px !important;
}

.testOrTrials {
    width: 100px !important;
}

    .testOrTrials .ms-drop {
        width: auto;
    }

    .testOrTrials .ms-choice > div, .testOrTrials .ms-choice > div.open {
        right: -62px;
    }

.startCourses, .noviceCourses {
    width: 130px !important;
}

    .startCourses .ms-choice > div, .startCourses .ms-choice > div.open,
    .noviceCourses .ms-choice > div, .noviceCourses .ms-choice > div.open {
        right: -92px;
    }

.intermediateCoures {
    width: 165px !important;
}

    .intermediateCoures .ms-choice > div, .intermediateCoures .ms-choice > div.open {
        right: -127px;
    }

.advancedCourses {
    width: 150px !important;
}

    .advancedCourses .ms-choice > div, .advancedCourses .ms-choice > div.open {
        right: -111px;
    }

#herding-judge-filter .stateAndTerritories select {
    width: 185px !important;
    margin-right: 0;
}

div.stateAndTerritories:before {
    left: 164px;
}

#sporting-agility-judge .ms-parent {
    margin-right: 5px !important;
}

.listCheckboxAGL {
    width: 80px !important;
    margin-top: 7px;
    float: left;
}

    .listCheckboxAGL .ms-drop {
        width: auto;
    }

    .listCheckboxAGL .ms-choice > div, .listCheckboxAGL .ms-choice > div.open {
        right: -42px;
    }

.listCheckboxJUM {
    width: 90px !important;
    margin-top: 7px;
    float: left;
}

    .listCheckboxJUM .ms-choice > div, .listCheckboxJUM .ms-choice > div.open {
        right: -52px;
    }

.listCheckboxSTP {
    width: 130px !important;
}

    .listCheckboxSTP .ms-choice > div, .listCheckboxSTP .ms-choice > div.open {
        right: -90px;
    }

.listCheckboxGAM, .listCheckboxSNK {
    width: 100px !important;
}

    .listCheckboxGAM .ms-choice > div, .listCheckboxGAM .ms-choice > div.open,
    .listCheckboxSNK .ms-choice > div, .listCheckboxSNK .ms-choice > div.open {
        right: -60px !important;
    }

.listCheckboxSNK {
    margin-right: 0px !important;
}

#LstStates {
    float: left;
    margin-top: 7px;
}

#sporting-agility-judge #btnFilter {
    float: left;
    margin-top: 7px;
}

#gameGroup {
    background: #E3E4E6;
    padding: 7px;
    float: left;
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-left: 14px;
    margin-right: 19px;
}

    #gameGroup span#title {
        font-family: 'OpenSans-ExtraBold', sans-serif;
        font-size: 14px;
    }

    #gameGroup .ms-parent {
        margin-right: 0px !important;
    }

#group-or-breed-judge-filter .ms-parent {
    margin-right: 1px !important;
}

.listCheckboxToys {
    width: 60px !important;
}

    .listCheckboxToys .ms-choice > div, .listCheckboxToys .ms-choice > div.open {
        right: -23px;
    }

.listCheckboxTerriers {
    width: 80px !important;
}

    .listCheckboxTerriers .ms-choice > div, .listCheckboxTerriers .ms-choice > div.open {
        right: -42px;
    }

.listCheckboxGundogs {
    width: 90px !important;
}

    .listCheckboxGundogs .ms-choice > div, .listCheckboxGundogs .ms-choice > div.open {
        right: -52px;
    }

.listCheckboxHounds {
    width: 85px !important;
}

    .listCheckboxHounds .ms-choice > div, .listCheckboxHounds .ms-choice > div.open {
        right: -46px;
    }

.listCheckboxWorkingDogs {
    width: 120px !important;
}

    .listCheckboxWorkingDogs .ms-choice > div, .listCheckboxWorkingDogs .ms-choice > div.open {
        right: -82px;
    }

.listCheckboxUtility {
    width: 65px !important;
}

    .listCheckboxUtility .ms-choice > div, .listCheckboxUtility .ms-choice > div.open {
        right: -27px;
    }

.listCheckboxNonSporting {
    width: 115px !important;
}

    .listCheckboxNonSporting .ms-choice > div, .listCheckboxNonSporting .ms-choice > div.open {
        right: -77px;
    }

.listCheckboxOther {
    width: 67px !important;
}

    .listCheckboxOther .ms-choice > div, .listCheckboxOther .ms-choice > div.open {
        right: -29px;
    }

    .listCheckboxOther .ms-drop {
        width: auto;
    }

        .listCheckboxOther .ms-drop ul {
            width: 165px;
        }

.listStateSelected {
    width: 185px !important;
}

    .listStateSelected .ms-choice > div, .listStateSelected .ms-choice > div.open {
        right: -146px;
    }

    .listStateSelected .ms-drop {
        width: auto;
    }

#group-or-breed-judge-filter .stateAndTerritories select {
    width: 185px !important;
    margin-right: 0px;
}

#group-or-breed-judge-filter .notes span {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 13px;
    color: #ccc;
}

#group-or-breed-judge-filter .notes {
    margin-top: 10px;
    margin-bottom: 10px;
}

.listCheckboxUTL {
    width: 90px !important;
}

    .listCheckboxUTL .ms-drop {
        width: auto;
    }

    .listCheckboxUTL .ms-choice > div, .listCheckboxUTL .ms-choice > div.open {
        right: -52px;
    }

.listCheckboxSAR {
    width: 180px !important;
}

    .listCheckboxSAR .ms-choice > div, .listCheckboxSAR .ms-choice > div.open {
        right: -141px;
    }

.listCheckboxPAS {
    width: 160px !important;
}

    .listCheckboxPAS .ms-choice > div, .listCheckboxPAS .ms-choice > div.open {
        right: -121px;
    }

.listHM {
    width: 160px !important;
}

    .listHM .ms-choice > div, .listHM .ms-choice > div.open {
        right: -121px;
    }

.listObedienceObedience {
    width: 130px !important;
}

    .listObedienceObedience .ms-choice > div, .listObedienceObedience .ms-choice > div.open {
        right: -90px;
    }

    .listObedienceObedience .ms-drop {
        width: auto;
    }

.listObedienceOther {
    width: 95px !important;
}

    .listObedienceOther .ms-choice > div, .listObedienceOther .ms-choice > div.open {
        right: -55px;
    }

    .listObedienceOther .ms-drop {
        width: auto;
    }

.custom-btn {
    color: #fff !important;
    background-color: #000;
    font-family: 'OpenSans-ExtraBold', sans-serif;
}

    .custom-btn:hover {
        color: #E6E6E6 !important;
    }

ul.news-content > li {
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #F5F5F5;
}

    ul.news-content > li:first-child {
        border-top: 1px solid #F5F5F5;
    }

ul.sub-content {
    margin-left: 10px;
}

    ul.sub-content li {
        width: 100%;
    }

        ul.sub-content li h2 {
            font-size: 26px;
            margin: 5px 0;
        }

        ul.sub-content li h2 {
            color: #6eab59;
        }

        ul.sub-content li a {
            color: #6eab59;
            font-weight: bold;
        }

            ul.sub-content li a:hover {
                color: #000;
                text-decoration: underline;
            }

ul.sub-content {
    border: none;
}

.go-back {
    font-weight: bold;
    font-size: 9pt;
}

.text-content p, .text-content h5 {
    float: left;
    margin-top: 15px;
    width: 100%;
}

.slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #E8D655;
    display: table;
}

    .slideshow .slides {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .slideshow .slides li {
            position: relative;
            display: block;
        }

        .slideshow .slides .welcome {
            width: 100%;
            background: #EFE48B;
            margin-top: -1px;
        }

            .slideshow .slides .welcome h4 {
                font-family: 'Raleway-Light', sans-serif;
                margin: 15px 0;
                font-size: 17.8px;
            }

        .slideshow .slides .slider-item-wrapper {
            height: 408px;
            background-size: auto 100%;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .slideshow .slides .container .slider-item-cotainer {
            height: 401px;
            display: table;
            padding: 0 15px;
        }

            .slideshow .slides .container .slider-item-cotainer .item-content {
                display: table-cell;
                vertical-align: middle;
                margin: 0 -15px;
            }

                .slideshow .slides .container .slider-item-cotainer .item-content ul li h1,
                .slideshow .slides .container .slider-item-cotainer .item-content ul li p {
                    width: 340px;
                    color: #000;
                }

        .slideshow .slides .slider-item-wrapper .slider-item-cotainer .item-content ul li h1 {
            margin-left: -5px;
            font-size: 60px;
        }

        .slideshow .slides .container .slider-item-cotainer .item-content ul li p {
            line-height: 1.3;
        }

    .slideshow img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        min-height: 408px;
    }



.flex-control-nav {
    display: none;
}

.flex-direction-nav {
    margin: -29px 0 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
}

    .flex-direction-nav .next,
    .flex-direction-nav .prev {
        position: absolute;
        width: 61px;
        height: 61px;
        text-indent: -9999px;
        overflow: hidden;
        left: 6%;
    }

    .flex-direction-nav .next {
        right: 6%;
        left: auto;
        background: url("../png/btn_next.png") no-repeat;
    }

        .flex-direction-nav .next:hover {
            right: 6%;
            left: auto;
            background: url("../png/btn_next_hover.png") no-repeat;
        }

    .flex-direction-nav .prev {
        background: url("../png/btn_back.png") no-repeat;
    }

        .flex-direction-nav .prev:hover {
            background: url("../png/btn_back_hover.png") no-repeat;
        }

.img-des p {
    margin: 0;
}

/*=========================FOOTER=========================*/

#footer form {
    position: relative;
}

#wrapper-content-1 {
    /* background: #FBF7DE;
    width: 100%;
    display: inline-table;*/
}

    #wrapper-content-1 ul li {
        width: 100%;
    }

    #wrapper-content-1 h5, .h5 {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    #wrapper-content-1 .container {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #wrapper-content-1 input[type=text] {
        border: none;
    }

    #wrapper-content-1 .submit-wrapper {
        width: 100%;
        float: left;
        background: #FBF7DE;
        /*margin-bottom: 30px;
        margin-bottom: 10px;*/
    }

        #wrapper-content-1 .submit-wrapper .left-content {
            float: left;
            display: inline-block;
        }

            #wrapper-content-1 .submit-wrapper .left-content img {
                float: left;
                margin-right: 10px;
            }

        #wrapper-content-1 .submit-wrapper .right-content {
            float: left;
            display: inline-block;
            margin-top: 3px;
        }

            #wrapper-content-1 .submit-wrapper .right-content h5 {
                margin: 0 !important;
                font-family: 'OpenSans-ExtraBold', sans-serif;
                width: 100%;
                color: #6eab59;
            }

            #wrapper-content-1 .submit-wrapper .right-content h2 {
                color: #333;
                font-size: 26px;
                margin: 0 !important;
            }

    #wrapper-content-1 form {
        /*position: relative;*/
    }

        #wrapper-content-1 form input[type=submit] {
            /*left: 266px;*/
        }

#wrapper-content-breeder-check {
    background: #FBF7DE;
    width: 100%;
    display: inline-table;
}

    #wrapper-content-breeder-check ul li {
        width: 100%;
    }

    #wrapper-content-breeder-check h5, .h5 {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    #wrapper-content-breeder-check .container {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #wrapper-content-breeder-check input[type=text], #wrapper-content-breeder-check button {
        border: none;
    }

    #wrapper-content-breeder-check .submit-wrapper {
        width: 100%;
        float: left;
        background: #FBF7DE;
        /*margin-bottom: 30px;
        margin-bottom: 10px;*/
    }

        #wrapper-content-breeder-check .submit-wrapper .left-content {
            float: left;
            display: inline-block;
        }

            #wrapper-content-breeder-check .submit-wrapper .left-content img {
                float: left;
                margin-right: 10px;
            }

        #wrapper-content-breeder-check .submit-wrapper .right-content {
            clear: both;
            float: left;
            display: inline-block;
            margin-top: 3px;
        }

            #wrapper-content-breeder-check .submit-wrapper .right-content h5 {
                margin: 0 !important;
                font-family: 'OpenSans-ExtraBold', sans-serif;
                width: 100%;
                color: #6eab59;
            }

            #wrapper-content-breeder-check .submit-wrapper .right-content h2 {
                color: #333;
                font-size: 26px;
                margin: 0 !important;
            }

    #wrapper-content-breeder-check form {
        position: relative;
    }

        #wrapper-content-breeder-check form button[type=submit] {
            /*left: 266px;*/
        }

        #wrapper-content-breeder-check form button {
            background-color: #e9d661;
            width: 100%;
            padding: 6.5px 10px;
            font-size: 13px;
            border-radius: 20px;
            opacity: 1;
            /*border: 1px solid #ccc;*/
            border: none;
            position: relative;
            background-image: none;
            top: 0px;
            outline: none;
        }

        #wrapper-content-breeder-check form input[type=text] {
            width: 100%;
            padding: 6.5px 10px;
            font-size: 13px;
            border-radius: 20px;
            opacity: 1;
            /*border: 1px solid #ccc;*/
        }


#wrapper-content-2 {
    padding: 15px 0;
}

    #wrapper-content-2 h6 {
        float: left;
        margin: 0;
        font-size: 12px;
    }

    #wrapper-content-2 a {
        font-size: 12px;
    }

.user-content ul {
    float: left;
    margin-left: 35px;
}

    .user-content ul li {
        width: 100%;
        display: list-item !important;
        list-style-type: disc;
    }

/*=========================CUSTOM DEFINE=========================*/

.color-red {
    color: #b51218;
}

.border-radius-5 {
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

.border-radius-3 {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

.border-radius-0 {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.nav-common {
    min-width: 960px;
}

.field-validation-error {
    color: #F22613;
    clear: both;
    display: block;
    /*margin-top: -5px;*/
}

.field-validation-success {
    color: Green;
}

.forgot-password input {
    margin: 0;
}

.select-padding-1 {
    padding: 6px 6px;
}

.select-border-radius-none {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.custom-width-45 {
    width: 45% !important;
}

.custom-width-58 {
    width: 58% !important;
}

.custom-width-70 {
    width: 70% !important;
}

.custom-padding-left-5 {
    padding-left: 50px;
}

.custom-padding-left-20 {
    padding-left: 20px !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.custom-margin-top-40 {
    margin-top: 40px !important;
}

.custom-margin-top-35 {
    margin-top: 35px !important;
}

.custom-margin-top-30 {
    margin-top: 30px !important;
}

.custom-margin-top-25 {
    margin-top: 25px !important;
}

.custom-margin-top-20 {
    margin-top: 20px !important;
}

.custom-margin-top-15 {
    margin-top: 15px !important;
}

.custom-margin-top-10 {
    margin-top: 10px !important;
}

.custom-margin-left-40 {
    margin-left: 40px !important;
}

.custom-margin-left-20 {
    margin-left: 20px;
}

.custom-margin-left-15 {
    margin-left: 15px;
}

.custom-margin-top-5 {
    margin-top: 5px;
}

.custom-margin-top-3 {
    margin-top: 3px;
}

.custom-margin-left-negative-30 {
    margin-left: -30px;
}

.m-left-3 {
    margin-left: 30px;
}

.m-top-13 {
    margin-top: 13px;
}

.m-right-1 {
    margin-right: 10px;
}

.m-right-2 {
    margin-right: 20px;
}

.m-right-3 {
    margin-right: 30px;
}

.m-bottom-3 {
    margin-bottom: 35px !important;
}

.custom-margin-bottom-35 {
    margin-bottom: 35px !important;
}

.custom-margin-bottom-20 {
    margin-bottom: 20px !important;
}

.custom-margin-bottom-10 {
    margin-bottom: 10px !important;
}

.cutom-margin-bottom-negative-11 {
    margin-bottom: -11px !important;
}

.col-w-3 {
    width: 35.33333%;
}

.col-w-8 {
    width: 80% !important;
}

.module-info .title, .border-set .title {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #E5E5E5;
    color: #333;
    font-weight: lighter;
    margin: 0;
    padding: 15px 20px;
}

.module-info select,
.module-info input[type=text] {
    width: 235px;
    margin-right: 21px;
    border: 1px solid #ccc;
}

.module-info .form-control {
    border-radius: 20px;
    box-shadow: none;
}

.back-end-quiz-select {
    width: 100% !important;
    background-image: url(../png/select-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: right;
}

.module-info select {
    color: #555;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: none;
    height: 34px;
}

.d-flex {
    display: inline-flex !important;
    align-items: center;
}

.label-item {
    padding: 0 0 0 20px;
}

.search-no-result {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    color: #f9b940;
}

.form-offset {
    padding-left: 0px !important;
}

.col-sm-2-custom {
    width: 14.893617021276595%;
    margin-right: 33px;
}

.form-horizontal label.custom-padding-right-1 {
    padding-right: 30px;
}

.form-horizontal label.custom-padding-right-2 {
    padding-right: 20px;
}

.form-horizontal label.custom-padding-left-2 {
    padding-left: 20px;
}

.page-title {
    color: black;
    font-size: 32px;
    /*font-weight: 500;*/
    margin: 0px;
}

.utilities span, .utilities a {
    font-weight: bold;
    font-size: 9pt;
}

.pdf-printing {
    background-image: url(../png/icon_pdf.png);
    background-position: left 0px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .pdf-printing a {
        color: black;
    }

        .pdf-printing a span {
            margin-left: 10px;
        }

.ml10 {
    margin-left: 10px !important;
}

.pdf-printing, .pdf-printing a {
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none;
}


/* table */
.main-table {
    border: 1px solid #f0f0f0;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

    .table a {
        color: #f6b335 !important;
    }

    .table > tbody > tr > th,
    .table > tbody > tr > td {
        border: 1px solid #f0f0f0;
        background: transparent;
        font-size: 14px;
    }

.main-table .align-left {
    text-align: left;
}

.main-table td {
    text-align: center;
}

.main-table span {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 13px;
}

    .main-table span.align-center {
        text-align: center;
    }

    .main-table span.full-name {
        font-weight: bold;
        width: 100%;
    }

.main-table th.img-row {
    text-align: center;
    vertical-align: middle;
}

.main-table .img-row img:last-of-type {
    vertical-align: middle;
    margin-left: 6px;
}

.main-table .img-row span {
    text-align: center;
}

.main-table ul li {
    width: 100%;
    display: inline-block;
    margin-left: 10px;
}

.main-table .title {
    padding: 15px;
    background: #f9f9f9 !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

/*=========================BOOTSTRAP CUSTOM=========================*/

.border-set {
    border: 1px solid #E5E5E5 !important;
}

.form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-inline {
    position: relative;
    float: left;
    /*width: 100%;*/
}

.width-100 {
    width: 100%;
}

.form-group label {
    margin-right: 3px;
}


.navbar-brand {
    height: 40px;
}

/*=========================AWESOME FONT CUSTOM=========================*/

.fa-print {
    font-size: 15pt;
}

/*=========================FILTER=========================*/

.filter-wrapper {
    border-bottom: none;
    margin-top: 30px;
}

    .filter-wrapper .title {
        font-size: 15px;
        font-weight: 600;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .filter-wrapper .key {
        display: flex;
        margin-top: 10px;
        margin-bottom: 20px;
    }

        .filter-wrapper .key .group {
            display: flex;
            align-items: center;
            margin-right: 30px;
        }

@media (max-width: 575.98px) {
    .filter-wrapper .key {
        flex-direction: column;
    }

        .filter-wrapper .key .group {
            margin-bottom: 15px;
            margin-right: 0;
        }
}

.filter-wrapper .key .group span {
    color: black;
    font-size: 15px;
    line-height: 15px;
    margin-left: 10px;
}

.filter-wrapper ul {
    float: left;
    margin-left: 20px;
}

.filter-wrapper label {
    font-size: 13px;
}

.filter-wrapper input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .filter-wrapper input[type=checkbox].css-checkbox + label.css-label {
        /* 
            padding-left: 20px;
            height: 18px;
            display: inline-block;
            line-height: 18px;
            background-repeat: no-repeat;
            background-position: 0 1px;
            vertical-align: middle;
            cursor: pointer;
            font-weight: bold;
            background-size: 16px;
            */
    }

    .filter-wrapper input[type=checkbox].css-checkbox:checked + label.css-label {
        /*background: url('/Content/images/cycle_green.png');
                background-position: 0px 0px;
                line-height: 18px;
                padding-left: 22px;
            background-repeat: no-repeat;
            */
        background: #f6b335;
        color: white;
    }

.filter-wrapper label.css-label {
    /*background: url('/Content/images/cycle_gray.png');
        margin-right: 20px;
        margin-bottom: 2px;
         background-position: 0px 0px;
        */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black;
    font-size: 15px;
    line-height: 15px;
    padding: 0 8px;
    margin-right: 4px;
    margin-bottom: 4px;
    min-width: 38px;
    height: 38px;
    border-radius: 20px;
    background: #f8f9fa;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}

.filter-wrapper select {
    width: 200px !important;
    margin-right: 20px;
}

.filter-wrapper select, input[type=button], input[type=submit], button {
    /* font-family: 'OpenSans-Regular', sans-serif !important;
        font-weight: bold;*/
}

.filter-wrapper input[type=button], input[type=submit], button {
    width: 45%;
    color: #000;
    background: #eee;
    border: none;
    border-radius: 4px;
    padding: 6px 17px;
    cursor: pointer;
}

.btn-admin-search {
    width: 100px;
}

/*=========================FILTER BY ALPHABET=========================*/
.filter {
    display: flex;
    align-items: center;
    position: relative;
    margin: 20px 0 30px 0;
    flex-wrap: wrap;
}

    .filter a {
        position: relative;
        line-height: 1.428571429;
        text-decoration: none;
        border: none;
        color: black;
        font-size: 15px;
        line-height: 15px;
        padding: 0 8px;
        margin-right: 4px;
        margin-bottom: 4px;
        min-width: 38px;
        height: 38px;
        border-radius: 20px;
        background: #f8f9fa;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .filter span {
        display: none;
    }

    .filter .active,
    .filter a.active,
    .filter a:hover,
    /*.filter a:visited,*/
    .filter a:focus {
        color: white;
        background: #f6b335;
    }

.back-end-table {
    border: 1px solid #f5f5f5;
}

/*=========================MULTI SELECT=========================*/
.dflex-column {
    display: flex;
    flex-direction: column;
}

    .dflex-column .ms-parent {
        width: 100% !important;
    }

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice, select, input {
    height: 42px;
    line-height: 42px;
    text-align: left;
    white-space: nowrap;
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    background-color: #f8f9fa;
    color: black;
    border: 0;
    border-radius: 20px;
    box-sizing: border-box;
    outline: none;
    margin-left: 0 !important;
    padding: 0 15px;
    font-size: 15px !important;
    font-weight: 500;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}

select {
    background-image: url(../png/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    cursor: default;
}

.ms-choice > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

    .ms-choice > span.placeholder {
        color: black;
        font-weight: 500;
    }

.ms-choice > div, .ms-choice > div.open {
}

    .ms-choice > div:before {
        content: "\f078";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
    }

    .ms-choice > div.open:before {
        content: "\f077";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
    }

.ms-drop {
    width: inherit;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: black;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    padding: 10px;
    border-radius: 4px;
}

    .ms-drop.top, .ms-drop.bottom {
        top: 100%;
    }

        .ms-drop.top li {
        }

            .ms-drop.top li label {
                display: inline-flex;
            }

                .ms-drop.top li label input {
                    width: 20px;
                    height: 20px;
                    margin-right: 20px !important;
                }

/*.ms-drop.top {
        bottom: 100%;
    }*/

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

    .ms-search input {
        width: 100%;
        height: auto !important;
        min-height: 24px;
        padding: 0 20px 0 5px;
        margin: 0;
        outline: 0;
        font-family: sans-serif;
        font-size: 1em;
        border: 1px solid #aaa;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: #fff url('../multiple-select.html') no-repeat 100% -22px;
        background: url('../multiple-select.html') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
        background: url('../multiple-select.html') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
        background: url('../multiple-select.html') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
        background: url('../multiple-select.html') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
        background: url('../multiple-select.html') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
        background: url('../multiple-select.html') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    }

    .ms-search, .ms-search input {
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

.ms-drop ul {
    overflow: auto;
    margin: 0;
}

    .ms-drop ul > li {
        list-style: none;
        display: list-item;
        background-image: none;
        position: static;
        margin: 5px 0;
    }

        .ms-drop ul > li .disabled {
            opacity: .35;
            filter: Alpha(Opacity=35);
        }

        .ms-drop ul > li.multiple {
            display: block;
            float: left;
        }

        .ms-drop ul > li.group {
            clear: both;
        }

        .ms-drop ul > li.multiple label {
            width: 100%;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .ms-drop ul > li label {
            font-weight: normal;
            /*display: block;
                white-space: nowrap;
            */
            display: inline-flex;
            align-items: center;
        }

            .ms-drop ul > li label input {
                width: 22px;
                height: 22px;
                margin-right: 10px !important;
            }

            .ms-drop ul > li label.optgroup {
                font-weight: bold;
            }

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
    margin: 0;
}

.ms-drop .ms-no-results {
    display: none;
}

/*Sponsors*/
.sponsor-introduction {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
}

.sponsor-item {
    margin: 20px 0;
}

    .sponsor-item > div {
        margin: 15px 0;
    }

    .sponsor-item > .sponsor-image {
        margin: 20px 0;
    }

    .sponsor-item a {
        color: #6eab59;
    }

/*=========================CSS ON SAFARI=========================*/

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /* Safari only override */
    ::i-block-chrome, .submit-wrapper {
        width: 100%;
        display: inline-block;
        background: #FFF7EC;
        margin-top: 30px;
        margin-bottom: 20px;
    }

        .submit-wrapper input[type="submit"] {
            margin: 15px auto;
            display: inline-block;
            margin-left: 44% !important;
        }
}

/*=========================CSS ON FIREFOX=========================*/
@-moz-document url-prefix() {
    #header {
        padding: 20px 0 14px 0;
    }

        #header form input[type=submit] {
            background: url("../png/search-icon.png") no-repeat scroll 0 0 / 85% auto rgba(0, 0, 0, 0);
            border: 5px none;
            box-shadow: none;
            outline: medium none;
            position: relative;
            left: 181px;
            top: -24px;
            z-index: 15;
        }

    .main-table th {
        font-weight: normal;
    }

    .ff-main-table .col-1 {
        width: 177px !important;
    }

    .ff-main-table .col-2 {
        width: 110px !important;
    }

    .ff-main-table .col-3 {
        width: 143px !important;
    }

    .ff-main-table .col-4 {
        width: 137px !important;
    }

    .ff-main-table .col-5 {
        width: 115px !important;
    }

    .ff-main-table .col-6 {
        width: 170px !important;
    }

    .ff-main-table .col-7 {
        width: 126px !important;
    }

    @media screen and (min-width: 260px) {
        #header form input[type="submit"] {
            left: -30px;
            top: 6px;
        }
    }

    @media screen and (min-width: 360px) {
        #header form input[type="submit"] {
            left: 273px;
            top: -24px;
        }
    }

    @media screen and (min-width: 690px) {
        #header form input[type="submit"] {
            left: 276px;
            top: -24px;
        }
    }

    @media screen and (min-width: 726px) {
        #header form input[type="submit"] {
            left: 480px;
            top: -24px;
        }
    }

    @media screen and (min-width: 938px) {
        #header form input[type="submit"] {
            left: 480px;
            top: -24px;
        }
    }

    @media screen and (min-width: 980px) {
        #header form input[type="submit"] {
            left: 831px;
            top: -24px;
        }
    }

    div.paging-filter:before,
    div.custom-select:before {
        display: none;
    }
}


/*=========================CSS ON IE=========================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    input[type=text]::-ms-clear {
        display: none;
    }

    #header form input[type=text],
    #header form input[type=text]:focus {
        margin-top: 28px;
    }

    #header form, #header form input {
        padding: 7.5px 10px;
    }

        #header form input[type=submit] {
            top: 43px;
        }

    /*hide dropddown arrow ie*/
    select::-ms-expand {
        display: none;
    }

    .ms-choice > div, .ms-choice > div.open {
        right: -173px;
    }
}

/* Hoa add */
body {
    font-family: 'avertaregular', 'Spartan', sans-serif !important;
    color: black;
    font-size: 16px;
    font-weight: 400;
}
/* custom scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f5f7f7;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 10px;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #f4ab32;
    }
/**/
.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.p2 {
    padding: 20px;
}


@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.justify-end {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

.all-copy {
    font-size: 14px;
    color: white;
}

    .all-copy ul {
        margin-top: 20px;
    }

        .all-copy ul li {
            cursor: pointer;
            align-items: center;
            margin-bottom: 20px;
        }

            .all-copy ul li img {
                margin:  0 10px;
                

            }

            .all-copy ul li span {
                margin: 0 10px;
            }

            .all-copy ul li a {
                color: white;
            }
@media (max-width: 575.98px) {
    .mar-left-63 {
        margin-left: 63px;
    }
}
/* welcome, buying a dog */
.welcome {
    padding: 50px 0;
}

    .welcome h2 {
        margin: 0;
        padding: 0;
        color: #173e69;
        font-size: 40px;
        font-weight: 500;
        text-align: center;
    }

        .welcome h2 span {
            color: #f4ab32;
        }

    .welcome p {
        margin: 20px 0 40px 0;
        /*font-weight: 400;*/
        text-align: center;
        font-size: 17px;
        line-height: 24px;
    }

    .welcome .item-welcome {
        display: flex;
        flex-direction: column;
        position: relative;
        height: 450px
    }

    .welcome .item-buying {
        height: 520px
    }

    .welcome .item-welcome .wraper-img {
        position: relative;
        width: 200px;
    }

        .welcome .item-welcome .wraper-img span:first-of-type img {
            align-self: center;
        }

        .welcome .item-welcome .wraper-img .start1 {
            position: absolute;
            bottom: 10px;
            left: -20px;
        }

        .welcome .item-welcome .wraper-img .start2 {
            position: absolute;
            bottom: 0;
            left: 30px;
        }

        .welcome .item-welcome .wraper-img .start3 {
            position: absolute;
            top: 70px;
            right: -10px;
        }

        .welcome .item-welcome .wraper-img .start4 {
            position: absolute;
            top: 0;
            right: 0;
        }

    .welcome .item-welcome .header {
        font-size: 23px;
        font-weight: 500;
        margin: 30px 0 40px 0;
        padding: 0;
    }

    .welcome .item-welcome .sort-desc {
        color: black;
        font-size: 15px;
        line-height: 22px;
    }

    .welcome .item-welcome button, .welcome .item-welcome a {
        border-radius: 20px;
        background: #f4ab32;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: 500;
        font-size: 16px;
        line-height: 14px;
        margin-top: 30px;
        width: 200px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
/* for mobile */
@media (max-width: 575.98px) {
    .welcome {
        padding: 30px 0;
    }

        .welcome h2 {
            font-size: 28px;
        }

        .welcome p {
            margin: 15px 0 30px 0;
            font-size: 15px;
        }

        .welcome .item-welcome {
            align-items: center;
            margin-bottom: 30px;
            height: auto;
            text-align: center;
        }

            .welcome .item-welcome .header {
                font-size: 20px;
                margin: 20px 0 30px 0;
                padding: 0;
            }

            .welcome .item-welcome button {
                position: inherit;
                font-size: 14px;
            }

        .welcome img {
            width: 100%;
        }
}
/* for tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    .welcome {
        padding: 30px 0;
    }

        .welcome h2 {
            font-size: 30px;
        }

        .welcome p {
            margin: 15px 0 30px 0;
            font-size: 15px;
        }

        .welcome .item-welcome {
            align-items: center;
            margin-bottom: 30px;
            text-align: center;
            height: 410px;
        }

        .welcome .item-buying {
            height: 440px;
            ;
        }

        .welcome .item-welcome .header {
            font-size: 19px;
            margin: 20px 0 30px 0;
            padding: 0;
        }

        .welcome .item-welcome button {
            font-size: 14px;
            left: inherit;
        }
}
/* latest-news, Quick-links */
.latest-news {
    background: #f5f7f7;
    padding: 50px 0 0 0;
}

.one-line {
    padding: 0 0 50px 0;
}

    .one-line .row {
        flex-wrap: nowrap;
        display: inline-flex;
        overflow-x: auto;
        max-width: 1370px;
        width: 1370px;
    }
/* paging */
.paging-latest {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 100px;
    flex: 1;
}

    .paging-latest button {
        background: transparent;
        cursor: pointer;
        padding: 10px 5px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .paging-latest .prev {
        transform: rotate(180deg);
    }
/**/
.latest-news .col-md-3, .latest-news .col-md-4 {
    padding-right: 1px;
    padding-left: 1px;
    width: 293px;
    min-width: 293px;
}

.latest-news .row {
    margin-right: -1px;
    margin-left: -1px;
}

.latest-news h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.latest-news ul {
    margin: 30px 0 20px 0;
}

    .latest-news ul li {
        border-bottom: solid 2px transparent;
        cursor: pointer;
        font-size: 20px;
        line-height: 20px;
        color: black;
        margin-right: 40px;
        padding-bottom: 2px;
        font-weight: 400;
    }

    .latest-news ul .active {
        border-bottom: solid 2px #f4ab32;
        color: #173e69;
        font-weight: 500;
    }

.aboutus, .umbraco {
}

    .latest-news .item-card, .umbraco .item-card {
        background: white;
        margin: 0 2px 10px 2px;
        height: 450px;
        position: relative;
    }

    .umbraco .item-card {
        margin-bottom: 30px;
    }

        .latest-news .item-card .thumb, .umbraco .item-card .thumb {
            width: 100%;
            height: 200px;
        }

    .umbraco .news {
        height: 500px;
    }

        .umbraco .news .thumb {
            height: 200px;
        }

            .umbraco .news .thumb img {
                height: 200px;
            }

    .umbraco .item-card-youtube {
        height: 550px;
    }
/*
.height-youtube div:nth-of-type(2) .item-card-youtube {
    height: 555px;
}

.height-youtube div:nth-of-type(4) .item-card-youtube {
    height: 695px;
}*/
/* for tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    .height-youtube div:nth-of-type(2) .item-card-youtube {
        height: 575px;
    }

    .height-youtube div:nth-of-type(4) .item-card-youtube {
        height: 735px;
    }
}
/* for mobile */
@media (max-width: 575.98px) {
    .height-youtube div:nth-of-type(2) .item-card-youtube {
        height: auto;
    }

    .height-youtube div:nth-of-type(4) .item-card-youtube {
        height: auto;
    }
}

.latest-news .item-card .thumb img, .latest-news .item-card .thumb video,
.umbraco .item-card .thumb img, .umbraco .item-card .thumb video {
    width: 100%;
    min-height: 170px;
    object-fit: cover;
}

.latest-news .item-card .body-item {
    padding: 10px 15px;
}

.umbraco .item-card .body-item {
    padding: 10px 0 0 0;
}

.height-auto {
    height: auto !important;
}

.training-dog {
}

    .training-dog .item-card .body-item {
        height: 180px;
    }

.latest-news .item-card .category, .umbraco .item-card .category {
    text-transform: uppercase;
    color: #f4ab32;
    font-size: 13px;
    font-weight: 400;
}

.latest-news .item-card .header, .umbraco .item-card .header {
    color: black;
    font-size: 22px;
    line-height: 26px;
    margin: 15px 0;
    padding: 0;
    font-weight: 500;
}

.header-youtube {
    color: #173e69 !important;
}

.latest-news .item-card .description,
.latest-news .item-card .description p,
.umbraco .item-card .description {
    color: black;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 140px;
}

.umbraco .item-card .description {
    -webkit-line-clamp: 3;
}

.umbraco .item-card .description-youtube {
    color: black;
    font-size: 14px;
    line-height: 22px;
}

.youtube h4 {
    color: #173e69 !important;
}

.latest-news .item-card aside {
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.umbraco .item-card .readnow, .latest-news .item-card .readnow {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    color: #173e69;
    font-size: 17px;
    font-family: 'Roboto Slab', serif;
    text-decoration: none;
}

.latest-news .item-card .readnow {
    bottom: 20px;
}

.umbraco .item-card .readnow:hover, .umbraco .item-card a:hover {
    text-decoration: underline;
}

.latest-news .item-card .readnow span, .umbraco .item-card .readnow span {
    color: #173e69;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.latest-news .item-card .readnow img, .umbraco .item-card .readnow img {
    margin-left: 10px;
    width: 60%;
}
/* for mobile */
@media (max-width: 575.98px) {
    .latest-news {
        padding: 30px 0 0 0;
    }

    .one-line .row {
        width: 100%;
    }

    .latest-news h3 {
        font-size: 30px;
    }

    .paging-latest {
        padding-right: 0;
    }

    .latest-news ul {
        margin: 20px 0 10px 0;
    }

        .latest-news ul li {
            font-size: 17px;
            line-height: 17px;
            margin-bottom: 20px;
        }

    .latest-news .item-card {
        height: 450px;
        margin-bottom: 15px;
    }

    .umbraco .item-card {
        /*height: auto;*/
        height: 440px;
        margin-bottom: 15px;
    }

    .umbraco .news {
        height: 500px;
    }

    .umbraco .item-card aside {
        position: inherit;
    }

    .latest-news .item-card .header, .umbraco .item-card .header {
        font-size: 20px;
    }
}
/* for tabelt */
@media (min-width: 768px) and (max-width: 991.98px) {
    .latest-news {
        padding: 30px 0 0 0;
    }

    .one-line .row {
        width: 100%;
    }

    .paging-latest {
        padding-right: 0;
    }

    .latest-news h3 {
        font-size: 30px;
    }

    .latest-news ul {
        margin: 20px 0 10px 0;
    }

        .latest-news ul li {
            font-size: 17px;
            line-height: 17px;
            margin-bottom: 20px;
        }

    .latest-news .item-card, .umbraco .item-card {
        margin-bottom: 15px;
    }

        .latest-news .item-card .header, .umbraco .item-card .header {
            font-size: 20px;
        }
}
/* newsletter */
.newsletter {
    border-top: solid 1px #f5f7f7;
    padding: 50px 0;
}

.align-center {
    display: inline-flex;
    align-items: center;
}

.align-center100 {
    display: inline-flex;
    align-items: center;
    width: 100%;
}


.newsletter-content {
    display: inline-flex;
    align-items: center;
}

.newsletter h2 {
    font-size: 54px;
    line-height: 54px;
    color: #173e69;
    font-family: 'Roboto Slab', serif;
    margin: 0;
    font-weight: 400;
    padding: 0;
}

.newsletter span {
    font-size: 17px;
}

.js-cm-form {
    display: inline-flex;
    align-items: center;
    background: #f5f7f7;
    padding: 0 20px;
    width: 100%;
}

    .js-cm-form input, .js-cm-form .form-control {
        border: 0;
        background: transparent;
        box-shadow: none;
        color: #173e69;
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        padding: 0;
        height: 70px;
    }

    .js-cm-form button {
        background: transparent;
        width: auto;
        padding: 10px;
    }

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: transparent !important;
}

.js-cm-form .form-control::placeholder {
    color: #173e69;
}
/* for mobile */
@media (max-width: 575.98px) {
    .newsletter {
        padding: 30px 0;
    }

        .newsletter .align-center {
            flex-direction: column;
        }

        .newsletter h2 {
            font-size: 36px;
            line-height: 40px;
            text-align: center;
            margin-bottom: 15px;
        }

        .newsletter .decs {
            margin: 15px 0;
            text-align: center;
        }

        .newsletter span {
            font-size: 15px;
            display: block;
            margin: 15px 0;
        }

    .newsletter-content {
        flex-direction: column;
        display: inherit;
    }

    .newsletter .js-cm-form {
        margin-top: 15px;
    }
}
/* for tabelt */
@media (min-width: 768px) and (max-width: 991.98px) {
    .newsletter {
        padding: 30px 0;
    }

        .newsletter h2 {
            font-size: 44px;
            line-height: 44px;
        }

        .newsletter span {
            font-size: 15px;
            display: block;
            margin: 15px 0;
        }
}
/* state-logo */
.state-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    text-align: center;
}

    .state-logo img {
        margin: 0 15px;
    }

    .state-logo span:nth-last-of-type(2) {
        margin: 30px 0;
        padding: 0 20px;
    }
/* for mobile */
@media (max-width: 575.98px) {
    .state-logo {
        padding: 30px 0;
    }
}
/* for tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    .state-logo {
        padding: 30px 0;
    }
}

#footer {
    background: #f4ab32;
    padding: 50px 0;
}

#footer-admin {
    background: #ff;
    padding: 50px 0;
}

.social img {
    margin-left: 20px;
}

@media (max-width: 575.98px) {

    #footer {
        padding: 15px 0;
    }

    .social img {
        margin: 15px 10px;
    }
}

/* header-banner */
.owners {
    background: #ffbe3e;
}

.members {
    background: #173e68;
}

.header-banner .row {
    display: flex;
    align-items: center;
}

.header-banner .item-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.header-banner .line {
    border-right: solid 1px white;
    padding-right: 20px;
}

.header-banner .item-column .title {
    font-size: 39px;
    line-height: 39px;
    font-weight: 600;
    color: white;
    margin: 25px 0;
}

.header-banner .item-column .sort {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    color: white;
    width: 280px;
}

.owners .item-column .sort {
    color: black;
}

.header-banner .item-column button,
.header-banner .item-column select {
    padding: 0 20px;
    border: 0;
    border-radius: 20px;
    font-size: 16px;
    text-align: left;
    line-height: 44px;
    font-weight: 500;
    width: 240px;
    height: 44px;
    color: black;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    /*background: url('/Content/images/button-arrow.png') white right no-repeat !important;*/
}

.header-banner .item-column select {
    background: url('../png/select-arrow.png') white right no-repeat !important;
    width: 260px;
}

.header-banner .item-column button img {
}
/* for mobile */
@media (max-width: 575.98px) {
    .header-banner .row {
        flex-direction: column;
        margin: 0;
    }

    .header-banner .item-column {
        margin-bottom: 10px;
        padding: 20px;
    }

    .header-banner .line {
        border-right: 0;
        padding-right: 0;
    }

    .header-banner .item-column .title {
        font-size: 30px;
        line-height: 30px;
        margin: 25px 0;
    }

    .header-banner .item-column .sort {
        font-size: 14px;
        line-height: 22px;
        width: 80%;
    }

    .header-banner .item-column button {
        width: 80%;
    }
}
/* for tablet */
@media (min-width: 768px) and (max-width: 991.98px) {

    .header-banner .row {
        flex-direction: row;
        align-items: flex-end;
        margin-left: 0;
        margin-right: 0;
    }

    .header-banner .item-column {
        margin-top: 10px;
        padding: 0 15px 15px 15px;
    }

        .header-banner .item-column .img-responsive {
            width: 20%;
        }

        .header-banner .item-column .title {
            font-size: 20px;
            line-height: 20px;
            margin: 15px 0;
        }

        .header-banner .item-column .sort {
            font-size: 14px;
            line-height: 18px;
            width: 80%;
            margin-bottom: 15px;
        }

        .header-banner .item-column button {
            width: 100%;
            font-size: 14px;
        }
}
/**/

/* sub-header*/
.sub-header {
    background: #edf1f2;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 363px;
    justify-content: center;
}

.sub-background {
    background: url('../png/star.png') center right no-repeat #edf1f2;
    display: flex;
    height: 363px;
    flex-direction: column;
    justify-content: center;
}

.sub-img {
    background: url('../png/sub-img.png') center right no-repeat #edf1f2;
    height: 363px;
    flex-direction: column;
    justify-content: center;
}

/* for mobile */
@media (max-width: 575.98px) {
    .sub-img {
        background: #edf1f2;
        height: 200px;
    }
}

.sub-header aside {
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

    .sub-header aside span {
        margin-right: 10px;
    }

.sub-header .sub-title {
    font-size: 52px;
    line-height: 52px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
}

/* for mobile */
@media (max-width: 575.98px) {
    .sub-header .sub-title {
        font-size: 36px;
        line-height: 42px;
    }
}
/*Breed Matcher*/
.breed-matcher {
}

    .breed-matcher h3, .umbraco h3, .container h3 {
        font-size: 36px;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

    .breed-matcher h4, .container h4, .container p {
        font-size: 16px;
        font-weight: 500;
        margin: 15px 0;
        line-height: 26px;
    }

.umbraco {
    margin-top: 40px;
}

    .umbraco ul li {
        list-style: disc;
        margin-left: 20px;
        padding-left: 15px;
        padding-bottom: 10px;
        display: list-item;
    }

    .umbraco h3 {
        color: #173e69;
        font-weight: 600;
    }

    .umbraco h4 {
        color: black;
        font-size: 30px;
        font-weight: 500;
        line-height: 38px;
    }

    .umbraco h5 {
        color: black;
        font-size: 24px;
        line-height: 25px;
        margin: 20px 0;
        font-weight: 500;
    }

    .umbraco p {
        color: black;
        font-size: 16px;
        font-weight: 500;
        margin: 15px 0;
        line-height: 28px;
    }

    .umbraco a {
        color: #f6b335;
    }

.try-btn {
    width: 200px;
}

.find-my-breed-question {
    margin-top: 40px;
}

    .find-my-breed-question hr.blue {
        border-color: #1b85be;
        width: 130px;
        margin: 5px 0;
    }

    .find-my-breed-question hr.white {
        border-color: #fff;
        width: 130px;
        margin: 8px 0;
    }

    .find-my-breed-question .tab-pane > .row {
        background-color: #edf1f2;
        margin: 0;
    }

@media (max-width: 575.98px) {
    .find-my-breed-question .tab-pane > .row {
        flex-direction: column;
    }
}

.find-my-breed-question .tab-pane > .d-flex > div:last-child {
    background: #173e69;
}

.find-my-breed-question .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 570px;
}

.p-7 {
    padding: 70px;
}

@media (max-width: 575.98px) {
    .find-my-breed-question img {
        width: 100%;
    }

    .find-my-breed-question .col-md-6 {
        min-height: auto;
    }

    .find-my-breed-question .p-7 {
        padding: 30px;
    }
}

.find-my-breed-question .big-img {
    padding: 0;
}

    .find-my-breed-question .big-img img {
        height: 570px;
        width: 100%;
        object-fit: cover;
    }

.find-my-breed-question .title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #173e69;
}

.find-my-breed-question .white {
    color: white;
}

.find-my-breed-question .question {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: black;
    text-align: center;
}

.find-my-breed-question .dog-name {
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
    color: white;
    text-align: center;
}

.p-3 {
    padding: 30px;
}

.find-my-breed-question .desc {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: white;
    text-align: center;
    margin: 30px 0 40px 0;
}

.find-my-breed-question .my-3 {
    margin: 30px 0;
}

/* list-answer */
.find-my-breed-question ul.list-answer {
    margin-top: 40px;
}

    .find-my-breed-question ul.list-answer li {
        font-size: 20px;
        color: white;
        font-weight: 500;
        min-height: 90px;
        padding: 30px;
        width: 100%;
        display: inline-flex;
        align-items: center;
        margin-bottom: 1rem;
        cursor: pointer;
        background-size: 100% 200%;
        background-image: linear-gradient(to bottom, #ffffff1a 50%, #ffffff 50%);
        -webkit-transition: background-position 1s;
        -moz-transition: background-position 1s;
        transition: background-position 1s;
    }

        .find-my-breed-question ul.list-answer li:last-of-type {
            margin-bottom: 0;
        }

        .find-my-breed-question ul.list-answer li.selected {
            background: #ffffff;
            color: #173e69;
        }

        .find-my-breed-question ul.list-answer li:hover {
            background-position: 0 -100%;
            color: #173e69;
        }

        .find-my-breed-question ul.list-answer li .img {
            display: none;
            text-align: right;
            width: 26px;
            vertical-align: middle
        }

            .find-my-breed-question ul.list-answer li .img img {
                width: 100%;
            }

        .find-my-breed-question ul.list-answer li.selected .img, .find-my-breed-question ul.list-answer li:hover .img {
            display: flex;
        }

        .find-my-breed-question ul.list-answer li span {
            width: calc(100% - 26px);
            padding-right: 1rem;
        }
/* group button navigation */
.nav-group-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.justify-center {
    justify-content: center;
}

.nav-group-button button, .nav-group-button button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #f6b335;
    border-radius: 50px;
    height: 60px;
    width: 180px;
    color: white;
    font-weight: 600;
    font-size: 18px;
}

    .nav-group-button button img {
        height: 14px;
        width: 10px;
    }

.btn-disabled {
    background-image: linear-gradient(45deg, grey, grey) !important;
    cursor: default !important;
}
/**/
.list-sub-breed > h2 {
    font-size: 20px;
    margin: 30px 0;
    font-weight: 600;
}


.subbred-item {
    display: flex;
    flex-direction: column;
}

    .subbred-item img {
        width: 100%;
        height: 196px;
    }

    .subbred-item button {
        background: #173e69;
        font-size: 18px;
        font-weight: 500;
        color: white;
        padding: 0;
        border-radius: 0;
        min-height: 64px;
        width: 100%;
    }

    .subbred-item:hover .btn-subbreed {
        background-position: 0 -100%;
    }
/* auto file */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px transparent inset;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: black;
    caret-color: black;
}

/* Browse Breeds */
.browse-breeds {
    margin-top: 40px;
}

    .browse-breeds .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
        cursor: pointer;
    }

        .browse-breeds .item img {
            width: 100%;
            height: 190px;
            background-color: #edf1f2;
            object-fit: cover;
        }

        .browse-breeds .item .dog-breed-name {
            font-size: 16px;
            margin-top: 10px;
            min-height: 46px;
            text-align: center;
        }

    .browse-breeds h1 {
        font-size: 42px;
        color: #173e69;
        line-height: 30px;
        font-weight: 500;
        margin: 20px 0;
    }
    /* 
    .browse-breeds h2 {
        font-size: 30px;
        color: #173e69;
        line-height: 30px;
        font-weight: 500;
        margin:0;
    }*/
    .browse-breeds .title {
        font-size: 29px;
        color: #173e69;
        line-height: 36px;
        font-weight: 500;
        margin: 0;
    }

    .browse-breeds h2 {
        font-size: 20px;
        color: black;
        line-height: 20px;
        font-weight: 600;
        margin: 30px 0;
    }

    /* .browse-breeds h3 {
        font-size: 20px;
        color: black;
        line-height: 20px;
        font-weight: 600;
        margin: 0 0 20px 0;
    }*/
    .browse-breeds .under-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        margin-top: 10px;
        display: block;
    }

    .browse-breeds .note {
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
    }

    .browse-breeds .select-state {
        display: flex;
        align-items: center;
        margin: 30px 0;
    }

        .browse-breeds .select-state select {
        }

        .browse-breeds .select-state button {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: #f4ab32;
            border-radius: 40px;
            height: 42px;
            width: 110px;
            color: white;
            font-weight: 600;
            font-size: 14px;
            padding: 0 15px;
            margin-left: 15px;
        }

    .browse-breeds .description {
        font-size: 12px;
        line-height: 14px;
        color: black;
        line-height: 30px;
        font-weight: 500;
        margin: 0 0 20px 0;
    }

    .browse-breeds .sorry {
        font-size: 14px;
        color: black;
        line-height: 24px;
        font-weight: 500;
        margin: 20px 0;
    }

    .browse-breeds a {
        color: #f6b335;
    }

    .browse-breeds .content-body p:first-of-type {
        text-align: left !important;
    }

.breeder-prefix-name {
    border-bottom: solid 1px #edf1f2;
    padding: 15px 0;
    position: relative;
}

.find-a-breeder-result {
    border-top: solid 1px #edf1f2;
    border-bottom: 0;
    padding: 30px 0;
}


.breeder-prefix-name .right-tag {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.breeder-prefix-name .right-tag-big {
    top: 30px;
}

.breeder-prefix-name .right-tag .tag {
    background: #edf1f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px 2px 8px;
    border-radius: 4px;
    margin-right: 10px;
    width: 46px;
}

.breeder-prefix-name .right-tag .tag-big {
    font-size: 15px;
    width: 68px;
}

.breeder-prefix-name .name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #173e69;
    display: block;
    margin-bottom: 5px;
}

.breeder-prefix-name .name-big {
    font-size: 22px;
    line-height: 22px;
}

.breeder-prefix-name .desc {
    font-size: 14px;
    font-weight: 500;
    color: black;
    display: flex;
    flex-direction: column;
}

.breeder-prefix-name .desc-big {
    font-size: 16px;
    line-height: 30px;
}

.breeder-prefix-name .email a {
    font-size: 14px;
    font-weight: 500;
    color: #f6b335;
}

.breeder-prefix-name .email-big a {
    font-size: 16px;
}

/* find a Breeder */
.find-a-breeder {
    margin-top: 40px;
}

    .find-a-breeder .logo-box {
        background: #f8f9fa;
        border-radius: 30px;
        height: 250px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .find-a-breeder .green-box {
        padding: 40px;
        border-radius: 40px;
        background: #173e69;
        color: white;
    }

        .find-a-breeder .green-box .row {
            display: flex;
            align-items: flex-end;
        }

        .find-a-breeder .green-box label {
            margin-bottom: 15px;
            font-size: 14px;
            font-weight: 600;
        }

        .find-a-breeder .green-box button {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f6b335;
            border-radius: 40px;
            height: 42px;
            width: 100%;
            color: white;
            font-weight: 600;
            font-size: 14px;
        }

        .find-a-breeder .green-box P {
            font-size: 13px;
            line-height: 20px;
            margin: 30px 0 0 0;
        }

    .find-a-breeder .showing-results {
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        margin: 40px 0;
    }

/* contact-us */
.contact-us {
    margin-top: 0;
}

    .contact-us h4 {
        margin-top: 0 !important;
    }

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px;
}

.contact-us .group-info {
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.contact-us ul li {
    display: inline-flex;
    margin-bottom: 20px;
}

    .contact-us ul li .dot {
        width: 10px;
        height: 10px;
        background: #f4ab32;
        border-radius: 100%;
        margin-right: 20px;
        margin-top: 5px;
    }

    .contact-us ul li span:last-of-type {
        width: calc(100% - 10px - 20px);
    }

.contact-us select, .contact-us .select {
    background-color: #f4ab32;
    color: white;
    height: 62px;
    line-height: 62px;
    text-align: left;
    white-space: nowrap;
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 40px;
    padding: 0 30px;
    font-family: 'Spartan' !important;
    font-size: 18px;
    font-weight: 600;
    background-image: url(../png/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    margin: 30px 0;
}

.visibility {
    display: block !important;
}

.hidden {
    display: none !important;
}

.contact-us .box-select {
    background: #f8f9fa;
    color: black;
    border-radius: 40px;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

    .contact-us .box-select .title-box {
        font-size: 18px;
        font-weight: 600;
    }


    .contact-us .box-select .group {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    .contact-us .box-select .desc {
        font-size: 16px;
        font-weight: 500;
    }


    .contact-us .box-select .title-group {
        font-size: 16px;
        font-weight: 600;
    }
/**/

/* banner-youtube */
.youtube-landing {
    margin-top: 40px;
}

    .youtube-landing img {
        width: 100%;
        height: auto;
    }
/* mobile */
@media (max-width: 575.98px) {
    .youtube-landing {
        margin-top: 15px;
    }
}

/*registered-breeder-check*/
.registered-breeder-check {
    padding: 20px 0 40px 0;
}

    .registered-breeder-check p {
        font-size: 17px;
    }

    .registered-breeder-check .form-control {
        background: #f8f9fa;
        border-radius: 20px;
        height: 40px;
        padding: 0 20px;
        border: 0;
        box-shadow: none;
    }

    .registered-breeder-check button {
        border-radius: 40px !important;
        background: #173e69 !important;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: 500;
        font-size: 16px;
        width: 100%;
    }

    .registered-breeder-check .yes, .registered-breeder-check .no {
        margin: 20px 0;
        display: block;
    }

        .registered-breeder-check .yes span,
        .registered-breeder-check .no span {
            font-weight: 500;
            font-size: 16px !important;
            margin-left: 10px;
            line-height: 16px;
            vertical-align: middle;
        }

    .registered-breeder-check .yes {
        color: #61d854;
    }

    .registered-breeder-check .no {
        color: #e00808;
    }

    .registered-breeder-check span {
        font-size: 14px;
        line-height: 22px;
    }

@media (max-width: 575.98px) {
    .registered-breeder-check {
        padding: 0 0 10px 0;
    }
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* search*/
.search-page {
}

    .search-page li {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .search-page .page-title {
        margin-bottom: 30px;
    }

    .search-page .search-group {
        display: flex;
    }

    .search-page .search-link {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }

    .search-page .search-link {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }

        .search-page .search-link .headerDetail {
            color: #ffbe3e !important;
        }

        .search-page .search-link a {
            color: #ffbe3e !important;
        }

    .search-page input[type=submit] {
        width: auto;
        color: white;
        background: #ffbe3e;
        border: none;
        border-radius: 20px;
        padding: 0 40px;
        cursor: pointer;
        line-height: 42px;
        margin-top: 10px;
    }

.margi-left-10 {
    margin-left: 10px;
}
/* find a breed standard */
.three-find {
    border-top: solid 1px #f2f2f2;
    background: white;
    display: flex;
    padding: 20px 0 30px 0;
}

    .three-find .align-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .three-find .align-center h4 {
            font-size: 24px;
            line-height: 24px;
            margin: 0;
        }

        .three-find .align-center p {
            font-size: 14px;
            line-height: 20px;
            color: #4b4b4b;
        }

        .three-find .align-center form {
            display: flex;
            align-items: center;
        }

            .three-find .align-center form input[type=text] {
                border-radius: 20px;
                background: #f8f9fa;
                height: 40px;
                width: 230px;
                color: #4b4b4b;
            }

                .three-find .align-center form input[type=text]::placeholder {
                    color: rgba(0, 0, 0, .5);
                }

                .three-find .align-center form input[type=text]:focus {
                    color: #4b4b4b;
                }

            .three-find .align-center form input[type=submit] {
                border-radius: 20px;
                background: #173e69;
                height: 40px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                line-height: 40px;
                color: white;
                padding: 0 15px;
                margin-left: 10px !important;
                width: 90px;
            }

@media (min-width: 768px) and (max-width: 1024px) {
    .three-find .align-center {
        margin: 15px 0;
    }

        .three-find .align-center p {
            width: 60%;
        }
}

@media (max-width: 575.98px) {
    .three-find .col-xs-4 {
        border-top: 0 !important;
    }

    .three-find .align-center form {
        width: 100%;
    }
}


/*modal*/
.model-forgotpass .modal-header .close {
    width: 40px;
    height: 40px;
    font-size: 32px;
}

.model-forgotpass .modal-header .close {
    width: 40px;
    height: 40px;
}

.model-forgotpass .modal-body .form-inline {
    float: none;
}

.model-forgotpass .modal-body input[type=text] {
    width: 300px;
    margin-right: 10px !important;
}

.model-forgotpass .modal-footer {
    text-align: center;
}

/* updateDiv */
#updateDiv {
}

    #updateDiv .container {
        display: flex;
    }
