@charset "utf-8";

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    background-color: #f5f5f5 !important;
    background: url(../images/bg4a.png) repeat-x;
    top: 0;
    left: 0;
}

a {
    color: #0066cc;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

.jcbg {
    background: url(../images/bubbles5.png);
    background-size: contain;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
}

.jcbg2 {
    background: url(../images/trim2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; /* Do not repeat the image */
}

/* spacing */


.boxmargin {
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
}

    .boxmargin p {
        line-height: 1.6;
    }

.boxmargin2 {
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
}


.JurorStyleSheet .umbraco-forms-field-wrapper h2 {
    font-size: 1rem !important;
    font-weight: bold !important;
}

/*position*/

div.parent {
    position: relative;
}

img.bottom {
    position: absolute;
    width: 90%;
    bottom: 10px;
}

/*text*/

.textmenu-darkgray, a.nav-link.textmenu-darkgray {
    color: #666666 !important;
    font-weight: bolder;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

.textmenu-orange, a.nav-link.textmenu-orange {
    color: #e25e23 !important;
    font-weight: bolder;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

.text-purple {
    color: #38006b !important;
    font-weight: bolder;
    padding-left: 15px;
    padding-right: 15px;
}

.textbody {
    /*	font-color: #666666 !important;*/
    color: #333333 !important;
}

p.textbody {
    overflow: hidden;
}

p.gray1 {
    background-color: #e0e0e0 !important;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    margin-top: 2px;
}

p.gray2 {
    background-color: #f8f9fa !important;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    margin-top: 2px;
}

.language {
    display: inline-block;
    float: right;
    padding-right: 25px;
    padding-left: 25px;
}

.anountext {
    color: #444444;
    margin: 0;
    font-weight: 500;
    font-size: 1.10rem;
    letter-spacing: 0.0025em;
    padding: 5px;
}

.pdflink {
    color: #008bff;
}

p.anountext {
    line-height: 1.2 !important;
    
}

.anountext2 {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2
}

.text-secondary2 {
    color: #333333 !important;
}

.readmoretext {
    margin: 0;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.2
}

.courttext {
    position: relative;
    z-index: 3000;
    top: 0px;
}

h6.text-dark5 {
    color: #002060 !important;
    /*	text-transform: uppercase;*/
    font-family: 'Overpass', sans-serif;
    font-weight: 800;
    white-space: normal;
    text-align: left;
    /*	overflow-wrap: break-word;*/
    /*	margin-left: .5rem;*/
    /*	font-size: 2em;*/
}



.text-black {
    color: #000000 !important;
    font-weight: 600;
    font-size: 18px;
}

.textorange {
    color: #e25e23;
}

h4.text-black-50 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; 
    color: #444444 !important;
    font-weight: 600;
}

.text-black-50-2 {
    color: #002060 !important;
    font-weight: 600;
}

.textvalue {
    /*    margin-left: 20px;*/
    /*    display: block;*/
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.3
}

.librefont {
    font-family: 'Libre Baskerville', serif;
}


/*color and styling of boxes*/



.boxcolor {
    background-color: #ffffff !important;
    border-top: #002060 solid 2px !important;
    border-left: 1px solid #e1e6ea;
    border-right: 1px solid #e1e6ea;
    border-bottom: 1px solid #e1e6ea;
    border-radius: 0.25rem;
}

.vertdivider {
    border-top: none !important;
    border-left: 4px solid #002060;
    border-right: none;
    border-bottom: none;
    margin-left: 20px;
    margin-top: 30px;
    /*	margin-bottom: 10px;*/
}

.vertdividernocolor {
    border-top: none !important;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-left: 20px;
    margin-top: 10px;
}

.boxcolorgreen {
    background-color: #E8F5E9 !important;
    border-top: #004D40 solid 2px !important;
    border-left: 1px solid #e1e6ea;
    border-right: 1px solid #e1e6ea;
    border-bottom: 1px solid #e1e6ea;
    border-radius: 0.25rem;
    margin-bottom: 25px;
    /*	box-shadow: 0 0.125rem 0.25rem rgba(0, 77, 64, 0.25) !important;*/
    /*    box-shadow: 0 .125rem 1rem rgba(0, 77, 64, 0.25) !important;*/
}

    .boxcolorgreen:hover {
        background-color: #bbd0c0 !important;
    }


.boxcoloralert {
    background-color: #f8d7da !important;
    color: #721c24;
    font-size: 12px;
    border-top: 1px solid #e1e6ea !important;
    border-left: 1px solid #e1e6ea;
    border-right: 1px solid #e1e6ea;
    border-bottom: 1px solid #e1e6ea;
    border-radius: 0.25rem;
    margin-bottom: 25px;
    /*	box-shadow: 0 0.125rem 0.25rem rgba(0, 77, 64, 0.25) !important;*/
    /*    box-shadow: 0 .125rem 1rem rgba(0, 77, 64, 0.25) !important;*/
}

.boxcolorcasa {
    background-color: #ffffff !important;
    border-top: #ffffff solid 2px !important;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-radius: .25rem;
}

.boxcolornoborder {
    background-color: transparent !important;
    border-top: 0px !important;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    border-radius: .25rem;
}

.boxcolornoborderwhitebg {
    background-color: #ffffff !important;
    border-top: 0px !important;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    border-radius: .25rem;
}





.boxcolorpurple {
    background-color: #5c6bc0 !important;
    color: #000000;
    border: 0px;
    border-radius: 0.5rem;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.boxcolor2 {
    background-color: #ffffff !important;
    border-left: 1px solid #e1e6ea;
    border-left: 1px solid #e1e6ea;
    border-right: 1px solid #e1e6ea;
    border-bottom: 1px solid #e1e6ea;
}

.boxcolor3 {
    border-top: #f26b26 solid 3px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.boxcolor4 {
    background-color: #403d99 !important;
    border: 0px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 0.5rem;
}

    .boxcolor4:hover {
        background-color: red !important;
    }

.boxcolor5 {
    background-color: #db921d !important;
    color: #000000;
    border: 0px;
    border-radius: 0.5rem;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.boxcolor6 {
    background-color: transparent !important;
    border: 0px;
    box-shadow: 4px 10px 10px 1px rgba(34, 35, 58, 0.2);
    border-radius: 20px;
    /*
	padding-left: 15px !important;
	padding-right: 15px !important;
*/
}

.boxcolor7 {
    background-color: #db921d !important;
    border: 0px;
    border-radius: 0.5rem;
}

.boxcolor8 {
    background-color: transparent !important;
    border: 0px;
    box-shadow: 4px 10px 10px 1px rgba(34, 35, 58, 0.2);
    border-radius: 25px;
}

.boxcolor9 {
    background-color: #000051 !important;
    color: #000000;
    border: 0px;
    border-radius: 0.5rem;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.boxcolor10 {
    background-color: #1a237e !important;
    color: #000000;
    border: 0px;
    border-radius: 0.5rem;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.boxcolorjuvenile {
    background-color: #000051 !important;
    color: #ffffff;
    padding-top: 15px;
    border-radius: 0.25rem;
    margin-bottom: 15px;
}

.boxradius5 {
    border-radius: 0.5rem;
}

/*color of quick links*/

.bg-primary {
    background-color: #000051 !important;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.bg-lltools {
    background-color: #5d1049 !important;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.bg-officertitle {
    /*  background-color: #1a237e !important;*/
    background-color: #1a237e !important;
}

.bg-officertitle3 {
    /*  background-color: #1a237e !important;*/
    background-color: #1a237e !important;
    border-radius: 0.5rem;
    background: url(../images/cb3.png) no-repeat;
    top: 0;
    /*	background-size: 300px 100px;*/
    background-size: 100%;
}

.bg-officertitle2 {
    /*  background-color: #1a237e !important;*/
    background-color: #0277bd !important;
}

.bg-officertitle4 {
    /*  background-color: #1a237e !important;*/
    background-color: #26498c !important;
    border-radius: 0.5rem;
    top: 0;
    /*	background-size: 300px 100px;*/
    background-size: 100%;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404 !important;
    background-color: #fce1c8 !important;
}

.list-group-item-warning {
    color: #343a40;
    background-color: #fbd0a9;
    border: 1px solid transparent !important;
    border-radius: 0.25rem !important;
}

.list-group-item-lltools {
    color: #856404;
    background-color: #fadcf2;
    border: 1px solid transparent !important;
    border-radius: 0.25rem !important;
}




/*mark quatation*/

mark,
.mark {
    background-color: #000051 !important;
    background: url(../images/mb.png) no-repeat;
    top: 0;
    /*	background-size: 300px 100px;*/
    background-size: 1239px 74px;
    color: white;
    line-height: 1.7em;
    padding: 3px 5px 3px 10px;
    font-family: 'Noto Serif SC', serif;
}

mark3 {
    background-color: #26772a !important;
    color: white;
    line-height: 2em;
    padding: 3px 5px 3px 10px;
    font-family: 'Special Elite', cursive;
    /*	transform: rotate(-5deg);*/
}

mark4 {
    background-color: #4a148c !important;
    color: white;
    line-height: 2em;
    padding: 3px 5px 3px 10px;
    font-family: 'Special Elite', cursive;
}

mark5 {
    background-color: #000000 !important;
    color: white;
    line-height: 2em;
    padding: 3px 5px 3px 10px;
}

.rotate1 {
    transform: rotate(-1deg);
}

.rotate2 {
    transform: rotate(-2deg);
}

.rotate-2 {
    transform: rotate(2deg);
}


.index_q {
    font-family: 'Fredericka the Great', cursive;
    color: #000051;
    font-weight: 700;
    letter-spacing: 0.0625em;
}

/*Navigation Styling*/

.navbar-dark {
    color: #070d22 !important;
}

.navbar-gray {
    /*   background-color: #e2e5ea !important;*/
    background-color: #e8e6e6 !important;
}

.bg-dark {
    background-color: #070d22 !important;
    /*	background-color: #011137 !important;*/
}

.navbar-dark .navbar-search-icon {
    background-image: url(" xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)'  ");
}

a.nav-link, .navbar-brand {
    text-decoration: none;
    color: #ffffff !important;
}

a.nav-link2 {
    text-decoration: none;
    color: #666666 !important;
}

a.nav-linkselected {
    text-decoration: none;
    color: #e25e23 !important;
    display: block;
    padding: 0.5rem 0.5rem;
    font-weight: bold
}



.navbar {
    background-color: #000000;
    padding: 0rem 1rem !important;
    /*  height: 37px;*/
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: .9rem !important;
    line-height: inherit;
    white-space: nowrap;
    height: 37px !important;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
    color: #e25e23 !important;
}

.icon-bar {
    /*    width: 100%;*/
    background-color: transparent !important;
    /*    overflow: auto;*/
}

    .icon-bar i {
        float: left;
        width: auto;
        text-align: center;
        /*
   padding: 0px 4;
    transition: all 0.3s ease;
*/
        color: #ffffff;
        font-size: 28px;
    }

    .icon-bar a {
        float: left;
        width: auto;
        text-align: center;
        padding: 0px 4;
        transition: all 0.3s ease;
        color: #ffffff;
        font-size: 28px;
    }

        .icon-bar a:hover {
            color: #e25e23;
        }

.navbar-toggler {
    /*
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
	color: #ffffff !important;
  background-color: transparent;
*/
    border: none !important;
 /* The following 3 lines move the icon to the right.  MSilvas 5/2020 */
	position: absolute;
	top: -37px !important;
	right: 0px;

    /*  border-radius: 0.25rem;*/
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-gray .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(7, 13, 35, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.vertical-menu {
    /*    width:100%;*/
    /* Set a width if you like */
}

    .vertical-menu a {
        background-color: #e8e6e6;
        /* Grey background color */
        color: #000000; /* Black text color */
        /*	color:#464646;  Black text color */
        display: block; /* Make the links appear below each other */
        padding: 5px 5px; /* Add some padding */
        text-decoration: none; /* Remove underline from links */
        margin: 0px !important;
        /*
	border-top: #cccccc solid 1px !important;
	border-left: #cccccc solid 1px !important;
	border-right: #cccccc solid 1px !important;
*/
        font-size: 14px;
        font-weight: bold;
    }



        .vertical-menu a.submenu {
            color: #616161;
            border-top: 1px solid #ffffff;
        }

        .vertical-menu a.submenu2 {
            color: #ffffff;
        }

a.submenu:hover {
    color: #002060;
}

a.submenu2:hover {
    color: #002060;
}


.vertmenu.submenu {
    /*
	margin-top:1px;
	margin-bottom: 1px;
*/
    border-top: 1px solid #e8e6e6 !important;
}


.submenu2 {
    /*
	margin-top:1px;
	margin-bottom: 1px;
*/
    border-top: 1px solid #616161;
}

.vertical-menu a.submenu2 {
    color: #616161;
}

a.submenu2:hover {
    color: #002060;
}


.submenu2 {
    /*
	margin-top:1px;
	margin-bottom: 1px;
*/
    border-top: 1px solid #e8e6e6;
}



.vertmenu {
    background-color: #ffffff !important; /* white background color */
}


.vertical-menu a:hover {
    background-color: #ccc !important; /* Dark grey background on mouse-over */
    /*	border-right: #f46233 solid 4px !important;*/
}

.vertical-menu a.active {
    /*    border-right: #f46233 solid 4px !important; */
    color: #e25e23;
}


/*borders*/
.border2 {
    border-top: #002060 solid 2px !important; /* left navigation */
}

.botborder {
    border-bottom: #cccccc solid 1px !important;
}


/*Logo Styling*/

.stamp {
    /*	background-size: cover;*/
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    left: 80px;
    top: 75px;
    z-index: 1002;
}

/*alert*/
.alert {
    position: relative;
    /*  padding: 0.25rem .75rem !important;*/
    margin-bottom: 1rem;
    border: 0px solid transparent;
    border-radius: 0.5rem;
    text-align: center;
}

    .alert:hover {
        background-color: red;
    }

/*breadcrumbs*/

.breadcrumb {
    flex-wrap: nowrap !important;
    padding: 0rem 0rem !important;
    margin-bottom: 0rem !important;
    background-color: transparent !important;
}

ul.breadcrumb a {
    color: #666666 !important;
}
ul.breadcrumb li {
    display: inline;
    white-space: nowrap;
}


.jumbotron {
    /*	background-image: url(../images/flag3.png);*/
    /*	background-size: cover;*/
    /*background-position: 0% 0%;*/
    /*	background-repeat: repeat-x;*/
    border-top-color: transparent !important;
    /*	border-top: solid 1px;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    /*	margin-top: -3rem;*/
}

hr.style3 {
    border-top: 1px dashed #8c8b8b;
}

hr.style4 {
    border: none;
    border-left: 1px dashed #8c8b8b;
    height: 80vh;
    width: 1px;
}

hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: double rgba(0, 0, 0, 0.1);
    /*    color: rgba(0, 0, 0, 0.1);*/
    text-align: center;
}

    hr.style-eight:after {
        content: url(../images/values.jpg);
        width: 60px;
        height: 60px;
        display: inline-block;
        position: relative;
        top: -0.7em;
        font-size: 1.5em;
        padding: 0 0.25em;
        background: white;
    }

.carousel-inner img {
    margin: auto;
}

.carousel-caption2 {
    position: absolute;
    right: 15%;
    top: 60px;
    left: 15%;
    z-index: 5;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #cddd09;
    text-align: center;
    /*background: rgba(0, 0, 0, 0.5);  Black see-through */
}

.carousel-indicators {
    bottom: -13px !important;
}

* {
    box-sizing: border-box;
}

.container2 {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    /*  transition: .5s ease;*/
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.overlay2 {
    position: absolute;
    left: 580px;
    top: 42px;
    width: 400px;
    /*  transition: .5s ease;*/
    color: white;
    font-size: 36px;
    padding: 20 0px;
    text-align: center;
    z-index: 9000;
}

.pushtop {
    position: absolute;
    /*  padding-top: -300px;*/
    margin-top: -110px;
    z-index: 9000;
}

.pushtop2 {
    position: absolute;
    /*  padding-top: -300px;*/
    margin-top: -80px;
    z-index: 9000;
}


.container2 .overlay {
    opacity: 1;
}

.rounded {
    border-radius: 4px;
}

.picoverlay {
    position: relative;
    margin: 0 auto;
    /*Center it */
}

    .picoverlay .pictext {
        position: absolute; /* Position the background text */
        bottom: 0; /* At the bottom. Use top:0 to append it to the top */
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(13, 0, 39, 0.8); /* Black background with 0.5 opacity */
        width: 100%; /* Full width */
        color: white;
        font-size: 24px;
        font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
        padding: 10px 0px 10px 0px;
        text-align: center;
    }


* {
    box-sizing: border-box;
}

/* Polaroid Styles */
.polaroid {
    position: relative;
    /*
  margin: 0 auto;
  padding-top: 12px;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.3), inset 0 0px 2px rgba(0, 0, 0, 0.45);
  border-radius: 2px;
*/
}

    .polaroid .pic {
        /*
  margin: 0 12px 0 12px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), inset 0 10px 50px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
*/
    }

    .polaroid .text-container {
        height: 12px;
        width: 100%;
    }

/* Slideshow  */

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.slidetext {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #f5f5f5;
    }

/* Fading animation */
.fade1 {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

/* endSlideshow  */








@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }

    .overlay4 {
        position: absolute;
        left: 25px;
        top: 20px;
        width: 250px;
        transition: .5s ease;
        color: white;
        font-size: 18px;
        padding: 20 0px;
        text-align: center;
        z-index: 9000;
    }
}



.courtjumbotext.h5 {
    text-align: justify;
    z-index: 9999;
    font-weight: 400;
    color: #ffffff !important;
}

.JurorStyleSheet .ui-grid-coluiGrid-0004 {
    background-color: #042868 !important;
    text-align: center;
    color: #ffffff !important;
}

.JurorStyleSheet .ui-grid-coluiGrid-0005 {
    background-color: #034e28 !important;
    text-align: center;
    color: #ffffff !important;
}

.JurorStyleSheet .ui-grid-coluiGrid-0006 {
    background-color: #590412 !important;
    text-align: center;
    color: #ffffff !important;
}

.JurorStyleSheet .ui-grid-header-cell .sortable {
    cursor: pointer;
    background-color: white;
    text-align: center;
    color: black;
}

ul .b {
    list-style-type: disc;
    padding-left: 20px;
}

ul li p.anountext {
    margin: 0 !important;
    padding: 0 !important;
}

.highlight {
    background: rgba(1,17,55,0.8) !important;
    padding: 3px 5px;
    margin: -3px -5px;
    line-height: 1.7;
    border-radius: 3px;
    display: inline-block;
}





.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }

#map {
    padding: 0;
    height: 450px;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    border: 1px solid #666;
}

/*footer*/

.footer {
    background-color: rgba(0,0,0,0.9) !important;
    margin-top: 50px !important;
}

@media (max-width: 1024px) {
    .footer {
        background-color: #000000 !important;
    }
}




.footertext {
    color: #8c8b8b !important;
}

    .footertext a {
        color: #8c8b8b !important;
    }

.list-group-item {
    position: relative;
    display: block;
    /*padding: 0.75rem 1.25rem;*/
    padding: 0rem .5rem !important;
    margin-bottom: -1px;
    background-color: none !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item2 {
    position: relative;
    display: block;
    padding: 0rem .5rem;
    margin-bottom: -1px;
    background-color: none !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item-show {
    display: block;
    /*  padding: 0.75rem 1.25rem;*/
    margin-bottom: -1px;
    background-color: none !important;
    /*  border: 1px solid rgba(0, 0, 0, 0.125);*/
}


/*accordion styling*/
.card-header {
    padding: .01rem .25rem;
    margin-bottom: 0;
    /*  background-color: #b6c4bc !important;*/
    background-color: #d7d7d7 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.card-header2 {
    padding: .25rem .0rem;
    margin-bottom: 0;
    /*  background-color: #b6c4bc !important;*/
    background-color: #ffffff !important;
}

.card-body2 {
    width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*  padding: .5rem 1.25rem .5rem 1.25rem;*/
    /*  margin-left: 2rem;*/
}


.card-header:hover {
    background-color: #b3b3b3 !important;
}

.btn-link {
    font-weight: 600 !important;
    color: #0066cc !important;
    background-color: transparent !important;
    text-decoration: none;
}

a.btn-link {
    font-weight: 600 !important;
    color: #000000 !important;
    background-color: transparent !important;
    text-decoration: none;
}

.btn-link2 {
    font-weight: 600 !important;
    color: #000000 !important;
    font-size: 22px;
    text-decoration: none;
}

.btn-link:hover, .btn-link:focus {
    color: #0056b3;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.btn-linkwhite {
    /*  font-weight: 600 !important;*/
    color: #ffffff;
    background-color: transparent !important;
    text-decoration: none;
}

    .btn-linkwhite:hover, .btn-linkwhite:focus {
        color: #F3F3F3;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
    }

.bgtab {
    background-color: #403d99;
}

.cardform {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    border: 1px solid #b6c4bc !important;
    border-bottom: 1px solid #b6c4bc !important;
    border-radius: 0.25rem;
    margin-bottom: 25px;
}

.cardform2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    /*  word-wrap: break-word;*/
    background-color: #ffffff;
    border: 0px solid #b6c4bc !important;
    border-bottom: 0px solid #b6c4bc !important;
    color: black;
    /*	font-size: 18px;*/
    border-radius: 0.25rem;
    margin-bottom: 5px;
}


.tab-links {
    font-weight: 600 !important;
    color: #000000 !important;
    background-color: transparent !important;
    text-decoration: none;
}

a.tab-links-color {
    font-weight: 600 !important;
    color: #000000 !important;
    padding-left: 5px !important;
    padding-right: 7px !important;
}


.cardbg {
    background-color: #ffffff !important;
}

#effect {
    transform: translate(-50%, -50%);
}




@media (min-width: 1200px) {
    .container {
        max-width: 1350px !important;
    }
}

@media (min-width: 576px) {
    .jumbotron {
        padding-top: 1rem !important;
        padding-bottom: 0rem !important;
    }
}





@media screen and (min-width: 768px) and (max-width: 1023px) {
    .overlay2 {
        position: absolute;
        left: 415px;
        top: 58px;
        width: 300px;
        transition: .5s ease;
        color: white;
        font-size: 28px;
        padding: 20 0px;
        text-align: center;
        z-index: 9000;
    }
}

@media (max-width: 767.98px) {
    .stamp {
        left: 5%;
        top: 60px;
        z-index: 1002;
    }

    .breadcrumb {
        margin-top: 30px;
    }

    body {
        background: url(../images/bg22.png) repeat-x;
    }

    .overlay4 {
        position: absolute;
        left: 220px;
        top: 20px;
        width: 250px;
        transition: .5s ease;
        color: white;
        font-size: 24px;
        padding: 20 0px;
        text-align: center;
        z-index: 9000;
    }
}

@media (max-width: 768px) {
    img {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .date {
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #888888 !important;
        /* padding-left: 5px !important;*/
        /*padding-right: 5px !important;	*/
    }

    .picoverlay .pictext {
        font-size: 18px;
        padding: 5px 5px 5px 5px;
        text-align: center;
    }
}



/*cardshorz*/
.bgwrapper3 {
    background-color: #9ba7ed;
    border-radius: 7px 7px 7px 7px;
}

.wrapper3 {
    margin: 0px;
    /*  margin-bottom: 15px;*/
    padding: 0px;
    border-radius: 7px 7px 7px 7px;
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.wrapper4 {
    height: 320px;
    width: 654px;
    margin: 50px auto;
    border-radius: 7px 7px 7px 7px;
    background-color: #aaba9d;
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.product-img {
    float: left;
    /*  height: 420px;*/
    width: 327px;
}

    .product-img img {
        border-radius: 7px 0 0 7px;
    }

.product-info {
    float: left;
    height: 320px;
    width: 327px;
    border-radius: 0 7px 10px 7px;
    background-color: #ffffff;
}

.product-text {
    /*  height: 300px;*/
    width: 327px;
}

    .product-text h1 {
        margin: 0 0 0 38px;
        padding-top: 52px;
        font-size: 34px;
        color: #474747;
    }



    .product-text h2 {
        margin: 0 0 47px 38px;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        color: #d2d2d2;
        letter-spacing: 0.2em;
    }

    .product-text p {
        height: 125px;
        margin: 0 0 0 18px;
        color: #8d8d8d;
        line-height: 1.7em;
        font-size: 15px;
        font-weight: lighter;
    }

/*
.list-group-item {
    display: list-item !important;
	
}
*/

.list-group-item-nolines {
    display: list-item !important;
    border: 0px;
    padding-bottom: 10px;
}

ol .list-group-item {
    display: list-item !important;
}

ol {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.text-dark1 hr {
    margin-top: .5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    /*    margin-right: auto;*/
    text-align: left;
    color: #e25e23 !important;
    border-top: 3px solid #d16139 !important;
    width: 10%;
}

.large_icon {
    font-size: 20pt;
}

.casadivider hr {
    margin-top: .5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    /*    margin-right: auto;*/
    text-align: left;
    color: #e25e23 !important;
    border-top: 3px solid #d1002a !important;
    width: 10%;
}


.text-dark1 {
    /*color: #002060 !important;*/
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #002060 !important;
}


.text-dark2-B {
    /*color: #800020 !important;*/
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #800020 !important;
}




h6.text-dark1 a {
    /*color: #002060 !important;*/
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #444444 !important;
}

h6.lltools {
    text-transform: uppercase;
    color: #002060 !important;
    text-align: center;
    margin-bottom: 2px;
    font-weight: 800;
    font-size: .75em;
}

h5.text-dark1 {
    font-size: 20px;
    color: #002060;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.0025em;
    /*	overflow: hidden;*/
}

h5.text-brown {
    color: #ce8916;
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: 0.0025em;
    /*	overflow: hidden;*/
}

h5.text-dark1 a, a:hover {
    color: #002060;
}

h6.text-dark1 a, a:hover {
    color: #002060;
}

.fonttitleh5 {
    font-family: 'Fjalla One', sans-serif;
}

h6.text-dark3 {
    color: #002060;
    text-transform: uppercase;
    font-weight: 700;
}

h5.text-darkgreen {
    color: #004D40;
    /*    text-transform: uppercase;*/
    font-weight: 700;
    /*	font-size: 1.25em;*/
    /*	 letter-spacing: 0.0625em;*/
}

h6.nobottommargin {
    margin-bottom: 0.0rem !important;
}

.fa-15x {
    font-size: 1.75em !important;
    opacity: 0.5;
}

.fa-15x-no {
    font-size: 1.75em !important;
}

ul, p.text-dark2 {
    color: #444444;
    font-weight: 400;
    font-size: 18px;
}

p.text-dark3 {
    color: #444444;
    font-weight: 400;
    font-size: .95em;
    letter-spacing: 0.0325em;
}

.table th, .table td {
    padding-top: 0.75rem;
    padding-bottom: 0rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}





/*plus Formatting*/

/*.box-header>*/
.box-tools {
    position: absolute;
    right: 20px;
    top: 15px;
    /*	color: #BCBBBB;*/
    font-weight: lighter;
    font-size: 16px;
}


.box-tools2 {
    right: 20px;
    /*	color: #BCBBBB;*/
    font-weight: lighter;
    font-size: 16px;
}

.box-toolsform {
    position: absolute;
    right: 15px;
    top: 12px;
    margin-left: 5px;
    padding-left: 5px;
    font-weight: lighter;
    font-size: 16px;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.divider hr {
    margin-top: .5em;
    margin-bottom: 1.75em;
    margin-left: 0;
    /*    margin-right: auto;*/
    text-align: left;
    color: #e25e23 !important;
    border-top: 2px solid #d16139 !important;
    width: 10%;
}


.alert-danger {
    color: #721c24;
    background-color: #f57f17;
}

@media only screen and (max-width: 480px) {
}

/*table formatting for max-width 480px*/
@media(max-width: 480px) {
    td {
        display: block;
    }

    .large_icon {
        font-size: 16pt;
    }

    h5.text-darkgreen {
        color: #004D40;
        /*    text-transform: uppercase;*/
        font-weight: 600;
        font-size: 16px;
        /*	 letter-spacing: 0.0625em;*/
    }

    .language {
        display: inline-block;
        float: right;
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 10px;
    }

    .date {
        font-size: 12px !important;
        font-weight: 400 !important;
        color: #888888 !important;
    }

    .borderless td, .borderless th {
        border: none;
    }

    .picoverlay .pictext {
        font-size: 14px;
        padding: 3px 3px 3px 3px;
        text-align: center;
    }

    /*
.polaroid {
  position: relative;
  margin: 0px 5px 0px 5px;
  padding-top: 5px;
  box-shadow: none;
  border-radius: 2px;
}
.polaroid .pic {
  margin: 5px;
  box-shadow: none;
  border-radius: 2px;
}
.polaroid .text-container {
  height: 0px;
  width: 100%;
}
*/


    .overlay4 {
        position: absolute;
        left: 110px;
        top: 20px;
        width: 250px;
        transition: .5s ease;
        color: white;
        font-size: 24px;
        padding: 20 0px;
        text-align: center;
        z-index: 9000;
    }
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 360px) {


    .overlay4 {
        position: absolute;
        left: 90px;
        top: 20px;
        width: 250px;
        transition: .5s ease;
        color: white;
        font-size: 22px;
        padding: 20 0px;
        text-align: center;
        z-index: 9000;
    }
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 320px) {


    .overlay4 {
        position: absolute;
        left: 60px;
        top: 20px;
        width: 250px;
        transition: .5s ease;
        color: white;
        font-size: 22px;
        padding: 20 0px;
        text-align: center;
        z-index: 9000;
    }

    .picoverlay .pictext {
        font-size: 10px;
        padding: 1px 1px 1px 1px;
        text-align: center;
    }
}


.badge {
    /*
  display: inline-block;
  padding: 0.25em 0.4em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline
*/
    font-size: 100% !important;
    ;
    border-radius: 0.35rem !important;
}

.badge-warning a {
    color: #ffffff;
}

.badge-warning {
    color: #ffffff;
    background-color: #ec2131;
}

.badge-success a {
    color: #ffffff;
}

.badge-success {
    background-color: #01467b;
}

.bg-casaapply {
    color: #ffffff;
    background-color: #00325f;
    font-family: 'Permanent Marker', cursive;
}


.casainfo {
    /*
  color: #212529;
  background-color: #ffc107;
*/
    /*	color: #1a682c;*/
    color: #ec2131;
    background-color: transparent;
    font-family: 'Permanent Marker', cursive;
    /*	transform: rotate(-5deg);*/
}


/*quatation*/

blockquote {
    border: none;
    color: #b47214 !important;
    margin-bottom: -30px;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    padding-left: 0.4em;
}

    blockquote h3 {
        font-size: 21px;
        letter-spacing: 0.0025em;
        line-height: 1.2;
    }

        blockquote h3:before {
            content: "\201C";
            font-weight: bold;
            font-size: 100px;
            /*    color:#2fb07f;*/
            color: #c79a00;
            position: absolute;
            top: -0.2em;
            left: -0.5em;
            font-family: 'Georgia';
        }

        blockquote h3:after {
            content: "\201D";
            font-weight: bold;
            font-size: 100px;
            color: #c79a00;
            position: absolute;
            bottom: -0.6em;
            right: -0.5em;
            font-family: 'Georgia';
        }

.trimbg {
    margin: 0;
    background: url("../images/trim3.png");
    background-size: cover;
    top: 0;
    left: 0;
    /*	z-index: 1;*/
    opacity: .8;
}




.hero-section {
    background: url(../images/hero3.jpg) no-repeat;
    background-size: cover;
    height: 300px;
    border: 0px;
    box-shadow: 4px 10px 10px 1px rgba(34, 35, 58, 0.2);
    border-radius: 25px;
    text-align: center;
    /*
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
*/
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

    .hero-section .hero-section-text {
        color: #fefefe;
        text-shadow: 1px 1px 2px #0a0a0a;
    }

/*search*/
.searchterm input[type=text] {
    width: 130px;
    margin-top: 5px;
    padding: 3px;
    font-size: 14px;
    border: 1px solid gray;
    float: left;
    border-radius: 5px;
    width: 80%;
    background: #000000;
    color: white;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.searchresults input[type=text] {
    /*  width: 130px;*/
    margin-top: 0px;
    padding: 6px;
    font-size: 18px;
    border: 1px solid gray;
    float: left;
    border-radius: 5px;
    width: 70%;
    background: #ffffff;
    color: white;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

/*.forminput input[type=text] {
    width: 230px;
    margin-top: 5px;
    padding: 3px;
    font-size: 14px;
    border: 1px solid gray;
    float: left;
    border-radius: 5px;
    width: 80%;
    background: #000000;
    color: white;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}*/

/* When the input field gets focus, change its width to 100% */
/*.forminput input[type=text]:focus {
        width: 100%;
    }*/


/* go to the top */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 32, 96, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 32, 96, 0.9);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }


h3.text-white {
    color: #000000 !important;
    max-width: 50%;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    margin: auto;
    text-shadow: none;
}

p.text-q {
    color: #000000 !important;
    font-weight: 400;
    font-size: 18px;
    max-width: 100%;
    padding-left: 20px;
    /*	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"*/
}

.mission {
    color: white;
    line-height: 1.7em;
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
}

h1 .small {
    color: #474747;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
    /*	font-family: 'PTSansNarrowBold';*/
    font-family: 'PT Sans Narrow', sans-serif;
}

h1 .big {
    color: #00519d;
    text-transform: uppercase;
    line-height: 50px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bolder;
    font-size: 48px;
    border-bottom: 1px solid #c2c2c2;
}

h1 .big2 {
    /*	  color: #fdc029;*/
    color: #43692d;
    text-transform: uppercase;
    line-height: 50px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bolder;
    font-size: 42px;
    /*  border-bottom:1px solid #43692d;*/
}