/*

Theme Name: ParkCollege
Theme URI: http://themes.quitenicestuff.com/parkcollege
Description: A Premium HTML Template for Learning Organizations
Version: 1.0
Author: quitenicestuff
Author URI: http://themeforest.net/user/quitenicestuff
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, one-column, two-columns, left-sidebar, right-sidebar, custom-colors

*/





/* Style Index * /

1.0 - Global
2.0 - Header
        2.1 - Header Navigation
        2.2 - Header Logo
        2.3 - Social Icons
        2.4 - Header blocks
3.0 - Navigation
        3.1 - Navigation Search
4.0 - Slideshows
        4.1 - Header Slideshow
        4.2 - Page Slideshow
        4.3 - Block Slideshow
5.0 - Typography
        5.1 - Lists
        5.2 - Forms
                5.2.1 - Course Finder Form
                5.2.2 - Select Option
        5.3 - Buttons
        5.4 - Tables
        5.5 - Alerts & Messages
        5.6 - Other
6.0 - JS Elements
        6.1 - Accordion
        6.2 - Toggle
        6.3 - Tabs
7.0 - Content
        7.1 - Events
        7.2 - Blog
                7.2.1 - Blog Listing Page
                7.2.2 - Blog Social Links
                7.2.3 - Blog Comments
        7.3 - Photo Gallery
        7.4 - Portfolio
                7.4.1 - Portfolio 2 Columns
                7.4.2 - Portfolio 3 Columns
                7.4.3 - Portfolio 4 Columns
                7.4.4 - Portfolio Single
        7.5 - Pagination
        7.6 - Course Finder
        7.7 - Teachers
8.0 - Columns
        8.1 - 2 Columns
        8.2 - 3 Columns
        8.3 - 4 Columns
9.0 - Widgets
        9.1 - Flickr
        9.2 - Tags
        9.3 - Twitter
        9.4 - Latest Posts Widget
        9.5 - Contact Widget
10.0 - Footer
11.0 - IE8 Fixes





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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background-color:#dcddd9;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    background-image: url('../images/slider-background.png');
    background-repeat: no-repeat;
}

ul {
    list-style: none;
}
textarea:focus, input:focus,
textarea::-moz-focus-inner, input::-moz-focus-inner,
a:focus, button:focus,button::-moz-focus-inner,
a::-moz-focus-inner,
input::-moz-focus-inner
{

    outline-width: 1px;
    outline-style: solid;
    outline-color: gold;
}
button:focus,button::-moz-focus-inner
{
    border: 0;
}
textarea:focus, input:focus,
a:focus, button:focus
{

    outline-width: 1px;
    outline-style: solid;
    outline-color: gold;
}
blockquote, q {
    quotes: none;
}

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

table {
    border-spacing: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix, .wp-tag-cloud {
    zoom: 1;
}

li#vyna-tabs, li#vyna-accordion, li#vyna-faq-accordion {
    list-style: none;
}

.clearfix:before, .clearfix:after,
.wp-tag-cloud:before, .wp-tag-cloud:after {
    content: "";
    display: table;
}

.clearfix:after,
.wp-tag-cloud:after {
    clear: both;
}

.clearboth {
    clear: both;
}

/* 1.0 - Global */
body {
    color: #424242;
    -webkit-font-smoothing: subpixel-antialiased;
}

body, .event-info h4, .news-content h4, textarea, .widget .latest-posts-list li .lpl-content h6 {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .slides .flex-caption p, .page-content blockquote, .event-full .event-info h4, .page-content table th {
    font-family: 'Lato', sans-serif;
}

.quicklink ul li a {
    color: #eee;
}


a {
    color: #014e77;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.content-blockCal ul li a{
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.content-blockQuick ul li a {
    color: #fffbf1;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* 2.0 - Header */
#header-wrapper {
    width: 100%;
    background: #fff;
    /* position: absolute; */
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    z-index: 999;
    box-shadow: 0 0.07em 0.14em 0.07em rgba(0, 0, 0, 0.2);
}
#header-content-wrapper {
    width: 100%;
    margin: 0 auto;
    background: url(../images/header-bluepx-bk3.png) repeat;

}

.header-holder {
    width: 100%;
    margin: 0 auto;
}
.header-holder ul li a
{
    font-size: .75em;
}
#header-top {
    font-size: 1.29em;
    font-weight: 400;
    line-height: 2;
    color: #033951;
}

#header-top a {
    color: #033951;
}

/* 2.1 - Header Navigation */
.top-left-nav {
    float: left;
}

.top-left-nav li {
    float: left;
}

.top-left-nav li span {
    margin: 0 0.29em;
}

.top-left-nav li:last-child span {
    display: none;
}

.top-right-nav {
    float: right;
}

.top-right-nav li {
    float: left;
    position: relative;
}
.current_page_item{
    background: url(../images/icon-home.png) center left no-repeat;
    padding: 0 0em 0 1.07em;
    min-height: 1em;
}

.phone-icon {
    background: url(../images/phone_icon_01.png) center left no-repeat;
    padding: 0 1.43em 0 1.07em;
    min-height: 1em;
}

.email-icon {
    background: url(../images/email_icon_01.png) center left no-repeat;
    padding: 0 0 0 1.43em;
}

/* 2.2 - Header Logo */
#logo {
    margin: 1.43em 0 0 0;
    float: left;
    width:40%;
}

content-block {
    clear: both;
}

#logo h1 {
    font-size: 2.14em;
}

#caduceus {
    float: right;
    height: auto;
    margin-top: 0.29em;
    margin-right: 0;
    margin-bottom: 0em;
    margin-left: 0em;
}
/* 2.3 - Social Icons */
.social-icons {
    float: right;
    margin: 2.86em 2.14em 0 0;
}

.social-icons li {
    float: left;
    margin: 0 0.29em 0 0;
}

.twitter-icon,
.facebook-icon,
.gplus-icon,
.pinterest-icon,
.flickr-icon,
.youtube-icon,
.vimeo-icon,
.skype-icon,
.rss-icon {
    width: 2.21em;
    height: 2.21em;
    -webkit-border-radius: 99%; 
    -moz-border-radius: 99%;
    -o-border-radius: 99%;
    border-radius: 99%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #c5c5c5;
}

.twitter-icon {
    background-image: url(../images/social_twitter.png);
}

.facebook-icon {
    background-image: url(../images/social_facebook.png);
}

.gplus-icon {
    background-image: url(../images/social_gplus.png);
}

.pinterest-icon {
    background-image: url(../images/social_pinterest.png);
}

.flickr-icon {
    background-image: url(../images/social_flickr.png);
}

.youtube-icon {
    background-image: url(../images/social_youtube.png);
}

.vimeo-icon {
    background-image: url(../images/social_vimeo.png);
}

.skype-icon {
    background-image: url(../images/social_skype.png);
}

.rss-icon {
    background-image: url(../images/social_rss.png);
}

/* 2.4 - Header blocks */
.header-block-wrapper {
    width: 73.14em;
    position: relative;
    margin: 0 auto;
    z-index: 99;
}

.header-block-inner {
    position: absolute;
    top: -6.07em;
    width: 100%;
}

.header-block-5 {
    float: left;
    width: 20%;
    background: #ccc;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.header-block-5 {
    padding: 3.5% 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 1.29em;
}

.header-block-5:hover {
    padding: 2.5% 0 7% 0;
    margin: -2.5% 0 0 0;
}

.header-block-5 img {
    margin: 0 0 1.07em 0;
}

/* 3.0 - Navigation */

#main-menu-wrapper {
    background-color:#FFFCF2;
    width:100%;
    overflow:hidden;
    position:relative;
}
#main-menu-wrapper ul {
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:50%;
    text-align:center;
}
#main-menu-wrapper ul li {
    font-weight: 600;	
    padding: 0 0.36em;
    display: block;
    float: left;
    list-style: none;

    padding: 0em;
    position: relative;
    right: 50%;
    border-right: 0.07em solid #004773;
}
#main-menu-wrapper ul li:last-child {
    font-weight: 600;	
    padding: 0 0.36em;
    display: block;
    float: left;
    list-style: none;

    padding: 0em;
    position: relative;
    right: 50%;
    border-right: 0;
}
#main-menu-wrapper ul li:first-child {
    height: 1.86em;
    width: 2.86em;
    margin-right: -0.5em;
    margin-top: 0.45em;
    padding: 0;
    display: block;
    list-style: none;
    position: relative;
    border-right: 0;
    background-repeat: no-repeat;
    cursor: pointer;
}
#main-menu li:first-child a {
    background-repeat: no-repeat;
    height: 1.57em;
    width: 1.79em;
    display: inline-block;
    background-image: url('../images/menu-icon.png');
    height: 1.57em;
    padding: 0.71em 0.36em;
    font-size: 1.14em;
    background-color: #FFFCF2;
}
#main-menu li a {
    display: inline-block;
    height: 1.57em;
    padding: 0.71em 0.71em 0.3em;
    font-size: 1.14em;
}
#main-menu li a:hover{
    color:#ffffff;
    background-color: #014E77;
}
#main-menu li:first-child a:hover{
    color:#ffffff;
    background-color: #FFFCF2;
}
#main-menu li a:active, #main-menu li a.active  {
    color:#ffffff;
    background-color: #014E77;

}



#main-menu li:first-child a:active,  #main-menu li:first-child a.active {
    background-image: url("../images/menu-icon-active.png");
    background-color: #FFFCF2;

}

/*
#main-menu {
        z-index: 999;
        width: 100%;
}	

#main-menu ul {
        margin: -0.07em 0 0 0;
}

#main-menu ul ul {
        margin: 0;
}

#main-menu li {
        line-height: 1 #00C;
        font-size: 1.29em;
        font-weight: 600;
        border-top: transparent 0.21em solid;
        color:#3300FF;
}

#main-menu li a {
        padding: 0em 0.93em;
}

#main-menu li.current_page_item,
#main-menu li:hover {
        border-top: 0.21em solid;
}

#main-menu-wrapper {
        background-color:#FFFCF2;
        position: relative;
}

#main-menu li li {
        background: url(../images/dot_border_h.png) #fff repeat-x bottom left;
        border-top: none;
        font-size: 1em;
        font-weight: 400;
}

#main-menu li li li:first-child {
        background: #fff;
}

#main-menu li li li:first-child:hover {
        background: #fbfbfb;
}

#main-menu li li:hover,
#main-menu li li li:hover {
        background: url(../images/dot_border_h.png) #6691a6 repeat-x bottom left;
        border-top: none;
}

#main-menu li li a {
        padding: 1.07em 2.14em 1.07em 2.14em;
}

#main-menu li ul {
        box-shadow: 0 0.21em 0.21em 0.07em rgba(0, 0, 0, 0.2);
}

#main-menu li a.sf-with-ul {
        padding-right: 0.14em ;

}

#main-menu li a.sf-with-ul:after {
        content: '';
        position: absolute;
        top: 40%;
        right: 1em;
        height: 3.36em;
        width: 100%;
        
}

#main-menu li li a.sf-with-ul:after {
        top: 40%;
        background: url(../images/arrow_right.png) no-repeat left center;
        height: 0.71em;
}

#main-menu li:last-child {
        background: none;
}

#main-menu li li:last-child {
        background: url(../images/dot_border_h.png) #fff repeat-x top left;
}

#main-menu li li:last-child:hover {
        background: url(../images/dot_border_h.png) #fbfbfb repeat-x top left;
}*/

/* 3.1 - Navigation Search */
.menu-search-button {
    background: url(../images/search_icon.png),url(../images/dot_border_v.png);
    background-position: center -1.29em, top left;
    background-repeat: no-repeat, repeat-y;
    background-color: #fff;
    width: 5.71em;
    height: 3.79em;
    position: absolute;
    right: 0.07em;
    top: 0.07em;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-search-button:hover {
    background: url(../images/search_icon.png),url(../images/dot_border_v.png);
    background-position: center -7.57em, top left;
    background-repeat: no-repeat, repeat-y;
    background-color: #fff;
    cursor: pointer;
}

.menu-search-form {
    width: 19.1%;
    float: right;
}

.menu-search-field {
    background: url(../images/dot_border_v.png) top left repeat-y #f8f8f8 !important;
    width: 0%;
    height: 3.71em;
    margin-right: 3.64em;
    border: none !important;
    float: right;
    padding: 0.07em 0em;
    color: #b0b0b0;
    font-size: 0.86em;
    opacity: 0;
    position: absolute;
    top: 0.07em;
    right: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.menu-search-focus {
    width: 20.00em;
    padding: 0.07em 0 0 0.71em;
    opacity: 10;
}

/* 4.0 - Slideshows */

/* 4.1 - Header Slideshow */
.slider, .page-slider {
    position: relative;
}

.loading .slide-loader {
    background: url(../images/loader_01.gif) #fbfbfb !important;
    background-repeat: no-repeat !important;
    background-position: 50% 54% !important;
    min-height: 42.86em;
}

.loading .slide-page-loader {
    background: url(../images/loader_01.gif) #fbfbfb !important;
    background-repeat: no-repeat !important;
    background-position: 50% 54% !important;
    min-height: 21.43em;
}

.loading .slide-loader2,
.video-wrapper {
    background: url(../images/loader_02.gif) no-repeat center #fff;
    min-height: 7.14em;
}

.slides li {
    margin: 0 !important;
    list-style: none !important;
}

.slider .slides li {
    margin: 0 !important;
    list-style: none !important;
    /*	height: 60.71em;*/
    background-position: bottom center;
    background-repeat: no-repeat;
}

.slider .slides li {
    margin: 0 !important;
    list-style: none !important;
}

.slider .flex-direction-nav .flex-prev,
.slider .flex-direction-nav .flex-next {
    position: absolute;
    top: 50%;
    z-index: 999;
    text-indent: -714.21em;
    width: 3.93em;
    height: 8.57em;
}

.slider .flex-direction-nav .flex-prev {
    border-right: 0.21em solid;
    background-image: url(../images/arrow_prev_02.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
}

.slider .flex-direction-nav .flex-next {
    border-left: 0.21em solid;
    background-image: url(../images/arrow_next_02.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
}

/* 4.2 - Page Slideshow */
.page-slider .flex-direction-nav li {
    list-style: none !important;
}

.page-slider .flex-direction-nav .flex-prev,
.page-slider .flex-direction-nav .flex-next {
    position: absolute;
    bottom: 2.14em;
    z-index: 99;
    text-indent: -714.21em;
    width: 3em;
    height: 3em;
}

.page-slider .flex-direction-nav .flex-prev {
    border-left: 0.21em solid;
    background-image: url(../images/arrow_prev_03.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 5.71em;
}

.page-slider .flex-direction-nav .flex-next {
    border-right: 0.21em solid;
    background: url(../images/arrow_next_03.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 2.14em;
}

.page-slider .slides li img {
    width: 100%;
}

.page-slider .slides .flex-caption {
    position: absolute;
    top: 35%;
}

.page-slider .slides .flex-caption p {
    color: #fff;
    font-size: 1.29em;
    margin: 0;
    padding: 0.79em 1em;
    line-height: 1;
    float: left;
}

.slider .slides .flex-caption p {
    color: #fff;
    font-size: 2.14em;
    margin: 0;
    padding: 1.07em 2.14em;
    line-height: 1;
    float: left;
}

.slider .slides .flex-caption-wrapper {
    width: 73.14em;
    margin: 0 auto;
    position: relative;
    top: 50%;
}

/* 4.3 - Block Slideshow */
.slider-blocks {
    position: relative;
    width: 100%;
}

.slider-blocks .flex-direction-nav .flex-prev,
.slider-blocks .flex-direction-nav .flex-next {
    position: absolute;
    top: -3.71em;
    z-index: 99;
    text-indent: -714.21em;
    width: 1.43em;
    height: 1.43em;
}

.slider-blocks .flex-direction-nav .flex-prev {
    right: 2.36em;
    background: url(../images/arrow_prev_01.png) no-repeat top left;
}

.slider-blocks .flex-direction-nav .flex-next {
    right: 0.71em;
    background: url(../images/arrow_next_01.png) no-repeat top left;
}

.slider-blocks .flex-direction-nav li {
    list-style: none !important;
}

/* 5.0 - Typography */
p {
    font-size: 0.86em;
    margin: 0em 0.50em 0.50em 0.50em;
    line-height:120%;
}

.page-content h1 {
    font-size: 2.14em;
    color: #033951;
    font-weight: 700;
    margin: 0 0 1.07em 0;
}

.page-content h2 {
    font-size: 1.71em;
    color: #033951;
    font-weight: 700;
    margin: 0 0 1.07em 0;
}

.page-content h3 {
    font-size: 1.29em;
    color: #033951;
    font-weight: 700;
    margin: 1.43em 0 0.36em 0;
}

.page-content h4 {
    font-size: 1.14em;
    color: #033951;
    font-weight: 700;
    margin: 0 0 1.07em 0;
}

.page-content h5 {
    font-size: 1.14em;
    color: #033951;
    font-weight: 700;
    margin: 0 0 1.07em 0;
    text-transform: uppercase;
}

.page-content h6 {
    font-size: 1em;
    color: #033951;
    font-weight: 700;
    margin: 0 0 1.07em 0;
    text-transform: uppercase;
}

.page-content blockquote {
    border-left: 0.36em solid;
    padding: 1.43em 1.43em 0.07em 1.43em;
    margin: 0 0 2.14em 1.43em;
    color: #aeaeae;
    text-align: center;
}

.dropcap {
    font-size: 3.36em;
    line-height: 1.2;
    display: block;
    float: left;
    margin: 0 0.71em 0 0;
}

/* 5.1 - Lists */
div.content-blockQuick ul li {
    list-style-image: url(../images/box-cream.png);
    font-size: 1.36em;
    margin: 0 0 0.29em 1.07em;
}
div.content-blockMission p {
    font:#009;
    line-height:116%;
    /* margin: -1.07em 0.14em 0em 0.57em; */
    /* width:15.71em; */
}

div.content-blockCS p {
    margin-top: -1.21em;
}

div.content-blockCS p {
    margin: -1.21em -0.36em 0em 0.57em;
    width:15.71em;
}
div.content-blockCal ul {
    margin-top: -1.21em;
}

div.content-blockCal ul li {
    list-style-image: url(../images/box-blue.png);
    font-size: 1em;
    margin: 0 0 0.29em 1.07em;
}
.page-content ul, .list, .list2, .list3, .list4 {
    margin: 0.57em;
}

.list1 li, .list2 li, .list3 li, .list4 li {
    margin: 0 0 1em 0 !important;
}

.list1 li {
    list-style-image: url(../images/list_01.png) !important;
    list-style-position: inside;
}

.list2 li {
    list-style-image: url(../images/list_02.png) !important;
    list-style-position: inside;
}

.list3 li {
    list-style-image: url(../images/list_03.png) !important;
    list-style-position: inside;
}

.list4 li {
    list-style-image: url(../images/list_04.png) !important;
    list-style-position: inside;
}

.list-fail {
    margin: 0 !important;
}

.list-fail li {
    list-style-image: url(images/list-fail.png) !important;
    border-bottom: #f3d0cf 0.07em solid;
}

ol ol {
    margin: 0 0 0 1.07em;
}

/* 5.2 - Forms */
select, input[type="text"], input[type="email"], textarea {
    border: #e3e3e3 0.07em solid;
    background: #fff;
    color: #000;
    font-size: 0.86em;
    margin: 0 0 0em 0.71em;
}
input.search[type="text"]{
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    background: none repeat scroll 0 0 transparent;
    border: medium none !important;
    color: #000000;
    display: inline;
    font-size: 0.86em;
    left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -1em;
    position: inherit;
    top: 0;
    vertical-align: middle;
    width: 12.9em;
}

input.search {
    border: #ff0000 0.07em solid !important;
}

.page-content select, .page-content input[type="text"], .page-content textarea {
    padding: 0.71em;
}

input[type="submit"] {
    border: #e3e3e3 0.07em solid;
    background: url(../images/button_bg.png) #fff repeat-x bottom left;
    color: #424242;
    padding: 0.57em 0.86em;
    font-size: 0.86em;
    font-weight: 600;
    cursor: pointer;
}

/* 5.2.1 - Course Finder Form */
.course-finder-form input[type="submit"] {
    float: right;
}

.course-finder-form .selector {
    width: 15.14em !important;
}

.course-finder-form span {
    width: 13.29em !important;
}

.course-finder-form input[type="text"] {
    width: 90%;
}

/* 5.2.2 - Select Option */
#uniform-tinynav1 {
    visibility: hidden;
    position: absolute;
}

div.selector, 
div.selector span {
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

div.selector {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

div.selector:focus {
    outline: 0;
}

div.selector, 
div.selector * {
    margin: 0;
    padding: 0;
}

div.selector {
    background-position: -0.71em -240.29em;
    line-height: 2.57em;
    height: 2.57em;
    padding: 0 0 0 0.71em;
    position: relative;
    overflow: hidden;
    font-size: 0.86em;
    color: #c5c5c5;
    margin: 0 0 0.71em 0;
}

div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right -1.43em;
    height: 2.57em;
    line-height: 2.57em;
    padding-right: 1.79em;
    cursor: pointer;
    width: 100%;
    display: block;
}

div.selector.fixedWidth {
    width: 13.57em;
}

div.selector.fixedWidth span {
    width: 11.07em;
}

div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 2.00em;
    top: 0.14em;
    left: 0em;
    width: 100%;
}

div.selector.active {
    background-position: 0 -5.43em;
}

div.selector.active span {
    background-position: right -5.43em;
}

div.selector.hover, div.selector.focus {
    background-position: -0.71em -21.43em;
}

div.selector.hover span, div.selector.focus span {
    background-position: right -5.43em;
}

div.selector.hover.active, div.selector.focus.active {
    background-position: -0.71em -21.43em;
}

div.selector.hover.active span, div.selector.focus.active span {
    background-position: right -5.43em;
}

div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -5.43em;
}

div.selector.disabled span, div.selector.disabled.active span {
    background-position: right -5.43em;
}

/* 5.3 - Buttons */
.button1 {
    font-size: 0.86em;
    font-weight: bold;
    color: #424242;
    padding: 0.57em 0.93em 0.57em 0.93em;
    line-height: 1 !important;
    background: url(../images/button_bg.png) #fff repeat-x center bottom;
    border: 0.07em solid;
    float: left;
    text-decoration: none;
    border-color: #e3e3e3;
}

.button2 {
    font-size: 0.86em;
    font-weight: bold;
    color: #424242;
    padding: 0.79em 1.07em 0.79em 1.07em;
    line-height: 1 !important;
    background: url(../images/button_bg.png) #fff repeat-x center bottom;
    border: 0.07em solid;
    float: left;
    text-decoration: none;
    border-color: #e3e3e3;
}

.button3 {
    font-size: 1em;
    font-weight: bold;
    color: #424242;
    padding: 1em 1.36em 1em 1.36em;
    line-height: 1 !important;
    background: url(../images/button_bg.png) #fff repeat-x center bottom;
    border: #e3e3e3 0.07em solid;
    text-decoration: none;
    float: left;
}

.button4 {
    font-size: 1.29em;
    color: #424242;
    padding: 1em 1.43em 1em 1.43em;
    line-height: 1 !important;
    background: url(../images/button_bg.png) #fff repeat-x center bottom;
    border: #e3e3e3 0.07em solid;
    text-decoration: none;
    float: left;
}

.button1:hover, .button2:hover, .button3:hover, .button4:hover {
    cursor: pointer;
}

.rounded-button {
    border-radius: 2.14em;
}

.colour-button {
    background: #209b60; 
    color: #fff; 
    border: none;
}

/* 5.4 - Tables */
.page-content table {
    width: 100%;
    margin: 0 0 2.14em 0;
    font-size: 1em;
    color: #1c1c1c;
}

.page-content table th {
    color: #fff;
    border-bottom: #e9e9e9 0.07em solid;
    text-align: left;
    vertical-align: top;
}

.page-content table td {
    border-right: #e9e9e9 0.07em solid;
    border-bottom: #e9e9e9 0.07em solid;
    text-align: left;
    vertical-align: top;
}

.page-content table tr td:last-child {
    border-right: none;
}

.page-content table th {
    padding: 1em 1.43em 1em 1.43em;
    font-size: 1em;
    font-weight: 400;
}

.page-content table td {
    padding: 0.63em 1.43em;
    line-height: 160%;
}

.page-content table tr:nth-child(2n) {
    background: #e8e4dc;
}

table.mark {
  border-spacing: 2px;
  border-color: #AAAAAA #000000 #000000 #AAAAAA;
  border-style: solid;
  border-width: 4px;
}

table.mark td {
  border: 1px solid #000000 !important;
}

/* 5.5 - Alerts & Messages */
.msg {
    padding: 0.63em 0.71em 0.63em 1.43em;
    margin: 0 0 1.07em 0;
}

.msg p, .blog-content .msg p {
    margin: 0 !important;
}

.default {
    background: #fff;
    color: #424242;
    border: #dee0e0 0.07em solid;
}

.default a {
    color: #424242;
    text-decoration: underline;
}

.notice {
    background: #fff5af;
    color: #b3a437;
}

.notice a {
    color: #b3a437;
    text-decoration: underline;
}

.success {
    background: #dff7ca;
    color: #64ae23;
}

.success a {
    color: #64ae23;
    text-decoration: underline;
}

.fail {
    background: #ffe2e1;
    color: #c83f39;
}

.fail a {
    color: #c83f39;
    text-decoration: underline;
}

/* 5.6 - Other */
.video-wrapper {
    margin: 0 0 1.43em 0;
}

.video-wrapper iframe {
    width: 100%;
}

.content-img {
    margin: 0 0 1.43em 0;
}

.center-images {
    text-align: center;
}

.spacer1 {
    height: 1.43em;
}

.spacer2 {
    clear: both;
    height: 1.43em;
    margin: 0;
    display: block;
}

/* 6.0 - JS Elements */

/* 6.1 - Accordion */
.accordion h4, .faq-accordion h4 {
    font-size: 1em;
    font-weight: 600;
    border-top: #e5e5e5 0.07em solid;
    border-left: none;
    border-right: none;
    margin: 0 0 0 0 !important;
    padding: 2.14em 0 2.14em 3.93em;
    cursor: pointer;
    line-height: 160%;
    outline: none;
}

.accordion, .faq-accordion {
    border-bottom: #e5e5e5 0.07em solid;
    margin: 0 0 2.14em 0;
    line-height: 160%;
    display: block;
    font-size: 1em;
}
span.accordion, span.faq-accordion {
    border-bottom: #e5e5e5 0.07em solid;
    margin: 0 ;
    line-height: 160%;
    display: block;
    font-size: 0.86em;
}
span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s{
    display:none;
}
.accordion .ui-widget-content, .faq-accordion .ui-widget-content {
    border: none;
}

.accordion .ui-accordion-content, .faq-accordion .ui-accordion-content {
    padding: 0.71em 3.57em 1.43em 3.57em;
}

.accordion h4, .toggle .title, .faq-accordion h4, .toggle .title {
    background: url(../images/toggle_plus.png) no-repeat 1.43em center !important;
}

.accordion h4:hover, .faq-accordion h4:hover  {
    background: url(../images/toggle_plus.png) #fff no-repeat 1.43em center !important;
}

.accordion h4.ui-state-active, .faq-accordion h4.ui-state-active, .toggle .active {
    background: url(../images/toggle_minus.png) no-repeat 1.43em center !important;
}

/* 6.2 - Toggle */
.toggle {
    border: #e5e5e5 0.07em solid;
    margin: 0 0 1.43em 0;
    background: #fff;
    font-size: 1em;
}

.toggle h4 {
    margin: 0 0 0 0 !important;
    line-height: 160%;
    font-size: 1em;
    font-weight: 700;
}

.toggle .title {
    margin: 0 0 0 0;
    padding: 1.43em 0 1.43em 3.93em;
    cursor: pointer;
}

.toggle .inner {
    margin: 0 1.43em 2.14em 3.93em !important;
    line-height: 160%;
}

/* 6.3 - Tabs */
#tabs .nav {
    margin: 0;
}

#tabs .nav li {
    list-style: none;
    padding: 0;
}

#tabs .nav li a {
    color: #424242;
}

#tabs .nav li a:hover {
    text-decoration: none;
}

.ui-tabs { 
    position: relative; 
    zoom: 1;
    margin: 0 0 0 0;
}

.ui-tabs .ui-tabs-nav { 
    margin: 0;
    position: relative;
    top: -0.07em;
}

.ui-tabs .ui-tabs-nav li { 
    list-style: none; 
    float: left; 
    position: relative; 
    top: 0.07em; 
    border-bottom: #e5e5e5 0.07em solid; 
    padding: 0; 
    white-space: nowrap;
    font-size: 1em;
}

.ui-tabs .ui-tabs-nav li:first-child a {
    border-left: #e5e5e5 0.07em solid;
}

.ui-tabs .ui-tabs-nav li a { 
    float: left; 
    padding: 0.86em 1.43em 0.86em 1.43em; 
    text-decoration: none;
    border-right: #e5e5e5 0.07em solid;
    background-color: #ccd8d9;
}

.ui-tabs .ui-tabs-nav li {
    border-top: #e5e5e5 0.21em solid;
    border-bottom: #e5e5e5 0.07em solid;
    background: #FFFBF1;
    margin: 0 !important;
}

.ui-tabs .ui-tabs-nav li:last-child {
    background: #FFFBF1;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
    border-top: 0.21em solid;
    margin-bottom: 0;
    border-bottom: #fff 0.07em solid !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel { 
    display: block;
    padding: 0 1.43em 1.43em 1.43em;
    background: #FFFBF1;
    clear: both;
}

.ui-tabs .ui-tabs-hide { 
    display: none !important;
}

/* 7.0 - Content */
.content-wrapper {
    background-position: top left, top right;
    background-repeat: repeat-y;
    width: 82.86em;
    margin: 0.71em auto 0.36em auto;
    position: relative;
}

.sidebar-left {
    float: left;
}

.sidebar-right {
    float: right;
    position: relative;
}

.center-content {
    float: left;
    position: relative;
    margin-left: 1.07em;
    width: 47.14em;
}
.center-content.width100 { margin-left: 0;}

.sidebar-left .content-block:last-child,
.sidebar-right .content-block:last-child,
.center-content .content-block:last-child {
    /*background: none;*/
}

.main-content {
    width: 73%;
    float: left;
    position: relative;
    min-height: 0.71em;
}

.main-content-right {
    width: 73%;
    float: right;
    position: relative;
    min-height: 0.71em;
}

.main-content-full {
    width: 100%;
    position: relative;
    min-height: 0.71em;
}



.block-title a {
    color: #fff;
}

.content-block {
    margin: 0.71em;
    border: 0.07em #EEEEEE solid;
}
.content-blockHid {
    height:0em;
    width:0.07em;
    border: 0.07em #EEEEEE solid;
}
.content-blockLis {
    background-image:url(../images/blocktitle2-bk.png);
    /* height:7.57em; */
    width:16.79em;
    margin: 0em 0em 1.07em 0;
    border: 0.07em #EEEEEE solid;
}
.content-blocknewsletter {
    background-image:url(../images/blocktitle7-bk3.png);
    /* height:8.93em; */
    width:16.79em;
    margin: 0em 0em 1.07em 0;
    border: 0.07em #EEEEEE solid;
}


.content-blockCS {
    background-color:#fffbf1;
    /* height:8em; */
    width:16.79em;
    margin: 0em 0em 1.07em 0;
    border: 0.07em #EEEEEE solid;
}
.content-blockCal {
    background-color:#fffbf1;
    /* height:8.29em; */
    width:16.79em;
    margin: 0em 0em 1.07em 0;
    border: 0.07em #EEEEEE solid;
}


.content-blockNews {
    background-color:#fffbf1;
    /* height: 39.29em; */
    width:35.71em;
    margin: 0em 0em 1.07em 0.71em;
    border: 0.07em #EEEEEE solid;
}
.content-blockQuick {
    background-color:#9e231a;
    width:16.79em;
    margin: 0em 0em 1.07em 0;
    border: 0.07em #EEEEEE solid;
}

.content-blockMission {
    background-color:#fffbf1;
    /*height: 11.64em;*/
    width:16.79em;
    margin: 0em 0em 1.07em 0;
    border: 0.07em #EEEEEE solid;
}

.vyna-widget {
    margin: 0em 0em 1.07em 0;
    border: 0;
    background-color: #fffbf1;
}

.center-content .vyna-widget {
    margin-bottom: 0;
}

.vyna-widget2 {
    margin: 0;
    border: none;
    background-color: transparent;
}

.vyna-widget ol {
    padding: 0;
    margin: 0;
    font-size: 0.86em;
    margin-left: 2.14em;
}

.vyna-widget ol li {
    /*list-style-image: url(../images/list_05.png);
    font-size: 1em;*/
    margin: 0 0 0.86em 1.07em;
}

.vyna-widget ul {
    padding: 0;
    margin: 0;
    font-size: 0.86em;
    margin-left: 2.14em;
}

.vyna-widget ul li {
    list-style-image: url(../images/list_05.png);
    /*font-size: 1em;*/
    margin: 0 0 0.86em 1.07em;
}

.vyna-widget ul li:last-child {
    margin: 0 0 0.86em 1.07em;
}

.vyna-widget .slider {
    /*	background-image: url('/themes/tmb.state.tx.us/images/slider-background.png');
            background-repeat: no-repeat;*/
    padding-top: 0.71em;
}

.vyna-widget .flexslider {
    /*	width: 73.14em;*/ margin: 0 auto; margin: 0 auto 3.57em;
}

.block-title {
    color: #fff;
    font-size: 1em !important;
    padding: 0.71em;
}

.sidebar-left, .sidebar-right {
    width:16.79em;
}

.vyna-widget .titlexxl {
    color: #fff;
    display: inline-block;
    margin: 2.86em 0;
    font-size: 1.57em !important;
    text-align: center;
    background-color: #428bac;
    width: 100%;
    padding: 0 0;
}

.vyna-widget .title {
    color: #fff;
    font-size: 1em !important;
    padding: 0.71em;
}

.vyna-widget .content {
    margin: 0;
    padding: 0.71em;
}

.vyna-home-icon:before {
    content: url(../images/home.gif);
}	

.page-header {
    position: relative;
    width: 100%;
    height: 26.79em;
    background: url(../images/05_page_head_image.png) top center #fbfbfb;
}

.page-header-inner {
    width: 68.57em;
    margin: 19.64em auto 0 auto;
}

.page-content-wrapper {
    margin: 0 auto;
}

.page-title {
    float: left;
}

.page-title .page-title-block {
    width: 3.57em;
    height: 0.21em;
    margin: 1.07em 0 2.14em 0;
}

.page-title h2 {
    font-size: 1.71em;
}

.breadcrumbs {
    float: right;
    padding: 0.71em 0 0 0;
}

.breadcrumbs p {
    margin: 0;
    font-size: 0.86em;
}

.inner-content-wrapper {
    padding: 2.14em;
}

/* 7.1 - Events */
.event-list {
    margin: 0 !important;
}

.event-list li {
    list-style: none !important;
    margin: 0 0 0 0 !important;
}

.event-list-full li {
    margin: 0 0 1.79em 0 !important;
    list-style: none !important;
}

.event-list li:last-child {
    margin: 0 !important;
}

.event-date {
    float: left;
    width: 3.57em;
    margin: 0 1.07em 0 0;
}

.event-info {
    float: left;
    width: 10.00em;
}

.event-m {
    color: #fff;
    text-align: center;
    font-size: 0.93em;
    text-transform: uppercase;
    padding: 0.36em 0;
}

.event-d {
    background: #fff;
    color: #424242;
    text-align: center;
    font-size: 1.71em;
    border-left: #e3e3e3 0.07em solid;
    border-right: #e3e3e3 0.07em solid;
    border-bottom: #e3e3e3 0.07em solid;
    padding: 0.43em 0;
}

.event-info h4 {
    font-size: 1.07em !important;
    margin: 0 0 0.43em 0 !important;
    font-weight: 600;
    line-height: 120%;
}

.event-full {
    background: url(../images/dot_border_h.png) repeat-x bottom left;
    padding: 0 0 1.43em 0;
    margin: 0 0 1.07em 0 !important;
}

.event-full .event-info {
    width: 90%;
}

.event-full .event-info h4 {
    font-size: 1.14em !important;
    font-weight: 400;
}

.event-full .event-info p {
    color: #424242;
    font-size: 1em;
}

.event-image {
    max-width: 100%;
    margin: 2.14em 0 0 0;
}

.event-full p {
    margin: 0 0 1.43em 0 !important;
}

.event-info p {
    font-size: 0.86em;
    color: #999;
}

.event-meta p {
    margin: 0 !important;
}

.event-single {
    background: none;
}

.event-content {
    margin: 2.14em 0 0 0;
}

/* 7.2 - Blog */
.news-image {
    width: 4.93em;
    height: 4.93em;
    float: left;
    margin: 0 1.43em 0 0;
}

.news-image img {
    width: 100%;
    -webkit-border-radius: 99%; 
    -moz-border-radius: 99%;
    -o-border-radius: 99%;
    border-radius: 99%;
}

.news-content {
    float: left;
    width: 21.43em;
}

.news-content h4 {
    font-size: 1.07em !important;
    margin: 0 0 0.14em 0 !important;
    font-weight: 600;
    line-height: 120%;
}

.news-date {
    font-size: 0.86em;
    color: #999;
    margin: 0 0 0.71em 0;
}

.news-items li:last-child .news-excerpt {
    margin: 0;
}

/* 7.2.1 - Blog Listing Page */
.blog-entry .blog-info {
    float: left;
    width: 20%;
}

.blog-entry .blog-content {
    float: right;
    width: 75%;
    background: url(../images/dot_border_h.png) repeat-x bottom left;
    padding: 0 0 0.71em 0;
    margin: 0 0 2.14em 0;
}

.blog-entry .blog-info .blog-date {
    border-radius: 99%;
    width: 5.21em;
    height: 5.21em;
    float: right;
    margin: 0 0 1.07em 0;
}

.blog-entry .blog-info .blog-meta {
    clear: both;
}

.blog-entry .blog-info .blog-date h3 {
    color: #fff;
    font-size: 2.00em;
    text-align: center;
    padding: 1.07em 0 0 0;
}

.blog-entry .blog-info ul li {
    list-style: none;
    font-size: 0.93em;
    font-style: italic;
    text-align: right;
}

.blog-entry .blog-info .blog-date h3 span {
    font-size: 0.86em;
    display: block;
    text-transform: uppercase;
    margin: 0.21em 0 0 0;
}

.blog-entry .blog-content .blog-image {
    max-width: 100%;
    margin: 0 0 1.79em 0;
}

/* 7.2.2 - Blog Social Links */
.news-social-links {
    background: url(../images/dot_border_h.png) bottom left repeat-x;
    padding: 1.07em 0 0.36em 0;
    margin: 0 0;
    width: 75%;
    float: right;
}

.news-social-links ul {
    width: 28.21em;
    margin: 0 auto !important;
}

.news-social-links ul li {
    float: left;
    list-style: none;
    border-bottom: none;
    font-size: 0.79em;
    height: 1.43em;
    margin: 0 1.43em 0.86em 0 !important;
}

.news-social-links ul li a {
    color: #1c1c1c;
    text-decoration: none;
}

.news-social-links ul li.tweet-link {
    background: url(../images/share_tweet.png) left center no-repeat;
    padding: 0.57em 0 0 1.93em;
    margin: 0 2.14em 0 0;
}

.news-social-links ul li.facebook-link {
    background: url(../images/share_facebook.png) left center no-repeat;
    padding: 0.57em 0 0 1.07em;
    margin: 0 2.14em 0 0;
}

.news-social-links ul li.pinterest-link {
    background: url(../images/share_pinterest.png) left center no-repeat;
    padding: 0.57em 0 0 1.43em;
}

.blog-content-single {
    margin: 0 !important;
    padding: 0 0 2.86em 0 !important;
}

/* 7.2.3 - Blog Comments */
.comment-image {
    width: 4.29em;
    height: 4.29em;
    background: #f2f2f2;
    border-radius: 2.14em;
}

.comment-info {
    color: #1c1c1c;
    font-weight: 700;
    margin: 0 0 0.71em 0;
}

.comment-text {
    line-height: 160%;
    margin: 0 0 0.71em 0;
}

.comment-info span {
    font-weight: 400;
    color: #989898;
}

.comment-left {
    float: left;
}

.comment-right {
    float: right;
    width: 83%;
    padding: 0 0 0.71em 0;
    margin: 0 0 1.43em 0;
    background: url(../images/dot_border_h.png) repeat-x bottom left;
}

.comment-entry {
    clear: both;
}

.comments,
.comments ul {
    margin: 0 !important;
}

.comments li {
    list-style: none !important;
    border-bottom: none;
    margin: 0 !important;
}

.comments li li {
    margin: 0 0 0 2.86em !important;
}

.comments li:last-child .comment-right {
    background: none;
}

.comments li li:last-child .comment-right {
    background: url(../images/dot_border_h.png) repeat-x bottom left;
}

.comments li li {
    margin: 0 0 0 2.86em;
}

.reply a {
    text-decoration: underline;
}

#respond {
    width: 75%;
    float: right;
    margin: 4.29em 0 1.43em 0;
}

#respond input[type="text"],
#contactform input[type="text"] {
    width: 50%;
    margin: 0 0 1.43em 0;
}

#respond textarea,
#contactform textarea {
    width: 95%;
    margin: 0 0 1.43em 0;
}

label {
    font-size: 0.86em;
    font-weight: 700;
    display: block;
    color: #424242;
    margin: 0 0 0.71em 0;
}

label span {
    color: #aaa;
}

/* 7.3 - Photo Gallery */
.gallery-caption {
    font-size: 0.86em;
    padding: 5% 10%;
    text-align: center;
    font-style: italic;
    line-height: 160%;
}

.gallery .gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    margin: 0 0 3% 0;
}

.gallery-columns-2 .gallery-item {
    width: 48.1%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-2 .gallery-item:nth-child(2n) {
    margin: 0 0 3% 0;
}

.gallery-columns-3 .gallery-item {
    width: 31.1%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-3 .gallery-item:nth-child(3n) {
    margin: 0 0 3% 0;
}

.gallery-columns-4 .gallery-item {
    width: 22.7%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-4 .gallery-item:nth-child(4n) {
    margin: 0 0 3% 0;
}

.gallery-columns-5 .gallery-item {
    width: 17.5%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-5 .gallery-item:nth-child(5n) {
    margin: 0 0 3% 0;
}

.gallery-columns-6 .gallery-item {
    width: 14%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-6 .gallery-item:nth-child(6n) {
    margin: 0 0 3% 0;
}

.gallery-columns-7 .gallery-item {
    width: 11.6%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-7 .gallery-item:nth-child(7n) {
    margin: 0 0 3% 0;
}

.gallery-columns-8 .gallery-item {
    width: 9.7%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-8 .gallery-item:nth-child(8n) {
    margin: 0 0 3% 0;
}

.gallery-columns-9 .gallery-item {
    width: 8.3%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-9 .gallery-item:nth-child(9n) {
    margin: 0 0 3% 0;
}

/* 7.4 - Portfolio */
.portfolio-2 .page-slider,
.portfolio-3 .page-slider,
.portfolio-4 .page-slider {
    margin: 0 0 1.36em 0;
}

/* 7.4.1 - Portfolio 2 Columns */
.portfolio-2 .col {
    width: 48.5%;
    margin: 0 3% 2% 0;
    float: left;
    list-style: none !important;
}

.portfolio-2 .col:nth-child(2n) {
    margin: 0 0 2% 0;
}

.portfolio-2 .col .portfolio-image {
    width: 100%;
    margin: 0 0 1.43em 0;
}

/* 7.4.2 - Portfolio 3 Columns */
.portfolio-3 .col {
    width: 31.2%;
    margin: 0 3% 2% 0;
    float: left;
    list-style: none !important;
}

.portfolio-3 .col:nth-child(3n) {
    margin: 0 0 2% 0;
}

.portfolio-3 .col:nth-child(3n+1) {
    clear: both;
}

.portfolio-3 .col .portfolio-image {
    width: 100%;
    margin: 0 0 1.43em 0;
}

/* 7.4.3 - Portfolio 4 Columns */
.portfolio-4 .col {
    width: 22.6%;
    margin: 0 3% 2% 0;
    float: left;
    list-style: none !important;
}

.portfolio-4 .col:nth-child(4n) {
    margin: 0 0 2% 0;
}

.portfolio-4 .col:nth-child(4n+1) {
    clear: both;
}

.portfolio-4 .col .portfolio-image {
    width: 100%;
    margin: 0 0 1.43em 0;
}

/* 7.4.4 - Portfolio Single */
.portfolio-single-cols li {
    list-style: none !important;
}

.portfolio-single-cols .col-1 {
    float: left;
    width: 65%;
    margin: 0 3% 3% 0;
}

.portfolio-single-cols .col-2 {
    float: left;
    width: 30%;
}

.portfolio-slider {
    margin: 0 0 2.5em 0;
}

.portfolio-details li {
    background: url(../images/dot_border_h.png) repeat-x bottom left;
    padding: 0 0 1em 0;
    margin: 0 0 1em 0 !important;
}

.portfolio-details li strong {
    font-size: 0.79em;
    text-transform: uppercase;
    color: #aaa;
    font-weight: 600;
    width: 4.64em;
    display: inline-block;
    float: left;
}

.portfolio-details li span {
    float: left;
    width: 15.36em;
}

/* 7.5 - Pagination */
.pagination-wrapper {
    float: right;
    margin: 0.71em 0 0.71em 0;
}

.pagination-wrapper .selected,
.pagination-wrapper a:hover {
    border: 0.07em solid;
    color: #fff;
}

.pagination-wrapper a {
    border: #e3e3e3 0.07em solid;
    font-size: 1em;
    padding: 0.36em 0.71em;
}

.dotted-pagination {
    background: url(../images/dot_border_h.png) top left repeat-x;
    width: 100%;
    text-align: right;
    padding: 2.86em 0 2.14em 0;
}

.courses-page .pagination-wrapper {
    margin: 1.43em 0 3.57em 0;
}

.events-page .pagination-wrapper {
    margin: 0.71em 0 3.57em 0;
}

.portfolio-3-col-page .pagination-wrapper,
.portfolio-4-col-page .pagination-wrapper,
.portfolio-page .pagination-wrapper {
    margin: 0 0 0.71em 0;
}

.teachers2-page .pagination-wrapper {
    margin: 0.71em 0 0.71em 0;
}

/* 7.6 - Course Finder */
.course-finder-full {
    margin: 0 0 2.14em 0;
}

.course-finder-full .course-finder-icon {
    background: url(../images/course_search.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 7.14em;
    height: 7.14em;
    float: left;
}

.course-finder-full .course-finder-full-form {
    float: left;
    width: 36.71em;
    padding: 2.29em 2.00em;
    max-height: 2.57em;
}

.course-finder-full .course-finder-full-form .selector {
    width: 13.57em !important;
    margin: -0.14em 0.71em 0 0;
}

.course-finder-full .course-finder-full-form .selector option {
    background: #fff;
}

.course-finder-full .course-finder-full-form span {
    width: 12.50em !important;
}

.course-finder-full .course-finder-full-form input[type="text"] {
    width: 13.57em;
    margin: 0 0.71em 0 0;
    padding: 0.71em 0.71em 0.63em 0.71em;
}

.course-finder-full .course-finder-full-form input[type="submit"] {
    padding: 0.63em 0.86em 0.57em 0.86em;
}

.course-image {
    float: left;
    margin: 0 4% 0 0;
    width: 20%;
}

.course-desc {
    float: left;
    width: 76%;
}

.course-desc-wrapper {
    margin: 0 0 2.14em 0;
}

/* 7.7 - Teachers */
.teacher-entry {
    margin: 0 0 2.14em 0;
}

.teacher-entry .teacher-image {
    width: 15%;
    float: left;
    margin: 0 5% 0 0;
}

.teacher-entry .teacher-image img {
    width: 100%;
    border-radius: 99%;
}

.teacher-entry .teacher-content {
    width: 80%;
    float: left;
    background: url(../images/dot_border_h.png) repeat-x bottom left;
}

.title1 h4 {
    margin: 0;
}

.title-block {
    width: 3.57em;
    height: 0.21em;
    margin: 0.86em 0 1.29em 0;
}

.teacher-contact li {
    margin: 0 0 0.86em 0 !important;
    list-style: none !important;
    padding: 0;
}

.teacher-contact li:last-child {
    margin: 0 !important;
    padding: 0;
}

.teacher-contact .contact-phone {
    background: url(../images/phone_icon_03.png) no-repeat center left;
    display: block;
    padding: 0 0 0 1.79em;
}

.teacher-contact .contact-email {
    background: url(../images/email_icon_03.png) no-repeat center left;
    display: block;
    padding: 0 0 0 1.79em;
}

.teacher-4 li {
    list-style: none !important;
    width: 22.6%;
    float: left;
    margin: 0 3% 2% 0 !important;
}

.teacher-4 li:nth-child(4n) {
    margin: 0 0 3% 0 !important;
}

.teacher-4 li img {
    width: 100%;
    margin: 0;
}

.teacher-4 li h3.teacher-title {
    color: #fff;
    text-align: center;
    padding: 1.21em 0;
    font-size: 1.14em;
    margin: -0.14em 0 1.21em 0;
}

.teacher-4 li h3.teacher-title span {
    display: block;
    font-size: 1em;
    margin: 0.57em 0 0 0;
    color: #71c69d;
}

.teacher-4 li p {
    background: url(../images/dot_border_h.png) bottom left repeat-x;
    padding: 0 0 1.43em 0;
}

.teacher-4 li .teacher-contact li {
    float: none;
    width: 100%;
    margin: 0 0 0.86em 0 !important;
}

.teacher-4 li .teacher-contact {
    margin: 0 !important;
}

/* 8.0 - Columns */

/* 8.1 - 2 Columns */
.page-content .columns-2 {
    margin: 0 0 1.43em 0;
}

.page-content .columns-2 li.col {
    list-style: none !important;
}

.page-content .columns-2 li.col {
    width: 47%;
    margin: 0 6% 0 0;
    float: left;
}

.page-content .columns-2 li.col:nth-child(2n) {
    margin: 0;
}

/* 8.2 - 3 Columns */
.page-content .columns-3 {
    margin: 0 0 1.43em 0;
}

.page-content .columns-3 li.col {
    list-style: none !important;
}

.page-content .columns-3 li.col {
    width: 29%;
    margin: 0 6% 0 0;
    float: left;
}

.page-content .columns-3 li.col:nth-child(3n) {
    margin: 0;
}

/* 8.3 - 4 Columns */
.page-content .columns-4 {
    margin: 0 0 1.43em 0;
}

.page-content .columns-4 li.col {
    list-style: none !important;
}

.page-content .columns-4 li.col {
    width: 20.5%;
    margin: 0 6% 0 0;
    float: left;
}

.page-content .columns-4 li.col:nth-child(4n) {
    margin: 0;
}

/* 9.0 - Widgets */
.widget-title-block {
    width: 3em;
    height: 0.21em;
    margin: 1.07em 0 2.14em 0;
}

/* 9.1 - Flickr */
.flickr_badge_wrapper .flickr_badge_image {
    float: left;
    margin: 0 0.57em 0.57em 0;
    height: 4.43em;
}

.flickr_badge_wrapper .flickr_badge_image:nth-child(3n+1) {
    margin: 0 0 0.57em 0;
}

.flickr_badge_wrapper .flickr_badge_image img {
    width: 4.43em;
    height: 4.43em;
}

/* 9.2 - Tags */
.wp-tag-cloud {
    margin: 0 !important;
}

.wp-tag-cloud li {
    float: left;
    line-height: 100%;
    list-style: none !important;
    margin: 0 0.63em 0.63em 0 !important;
    padding: 0.71em;
}

.sidebar-right .wp-tag-cloud li,
.sidebar-left .wp-tag-cloud li {
    background: #fff;
    border: #efefef 0.07em solid;
}

/* 9.3 - Twitter */
#twitter_update_list {
    margin: 0 !important;
}

#twitter_update_list li {
    list-style: none !important;
    font-style: italic;
    color: #fff;
    line-height: 160%;
    font-size: 1em;
    margin: 0 0 1.43em 0 !important;
}

#twitter_update_list li,
.sidebar-left #twitter_update_list li {
    color: #fffbf1;
}


.sidebar-right
{
    color: #014e77;
    font-size:1em;
}
/* 9.4 - Latest Posts Widget */
.widget .latest-posts-list li {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0 0 0.93em 0 !important;
    background: url(../images/dot_border_h.png) repeat-x bottom left;
    list-style: none !important;
}

.widget .latest-posts-list li a {
    color: #1c1c1c;
}

.widget .latest-posts-list li:last-child {
    background: none;
    padding: 0 !important;
    margin: 0 !important;
}

.widget .latest-posts-list li .lpl-img {
    float: left;
}

#footer .widget .latest-posts-list li .lpl-img {
    width: 20%;
}
#footer-bottom.clearfix
{
    content: normal;
    display: inline;
}
#footer .widget .latest-posts-list li .lpl-img img {
    width: 100%;
}

.widget .latest-posts-list li .lpl-content {
    float: left;
    width: 60%;
    margin: 0 0 0 0.86em;
}

.widget .latest-posts-list li .lpl-content h6 {
    line-height: 1.2;
    text-transform: none;
    font-size: 1em !important;
    font-weight: 600;
    margin: 0 !important;
}

.widget .latest-posts-list li .lpl-content h6 a {
    text-decoration: none;
}

.widget .latest-posts-list li .lpl-content h6 span {
    font-size: 0.86em;
    color: #999;
    font-weight: normal;
    display: block;
    margin: 0.36em 0 0 0;
}

#footer .widget .latest-posts-list li {
    list-style: none;
    margin: 0 0 0.50em 0;
    padding: 0.29em 0 0.29em 0;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-img img {
    width: 3.57em;
    height: 3.57em;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-content {
    width: 10.36em;
}

#footer .lpl-content h6 {
    text-transform: capitalize;
}

/* 9.5 - Contact Widget */
.contact-widget li {
    margin: 0 0 0.71em 0 !important;
    background: url(../images/dot_border_h.png) repeat-x bottom left;
    list-style: none !important;
    padding: 0 0 0.71em 0;
}

.contact-widget li:last-child {
    background: none;
    margin: 0 !important;
    padding: 0;
}

.contact-widget .contact-phone {	
    background: url(../images/phone_icon_02.png) no-repeat center left;
    display: block;
    padding: 0.93em 0 0.79em 3.36em;
}

.contact-widget .contact-email {
    background: url(../images/email_icon_02.png) no-repeat center left;
    display: block;
    padding: 0.93em 0 0.79em 3.36em;
}

/* 9.6 - Google Map */
#google-map {
    width:100%;
    height:14.29em;
}

/* 10.0 - Footer */
#footer-wrapper {
    width: 100%;
    background-image: url('../images/footer-arrow.png') !important;
    background-repeat: no-repeat !important;
    background-position-x: 50% !important;
    display: block;
}

#footer {
    width: 82.86em;
    margin: 0 auto;
}

#footer h4 {
    font-size: 1em;
}

#footer p {
    font-size: 1em;
    line-height: 160%;
}

#footer a {
    color: #F2EFDD;
}

#footer .columns-4 li.col {
    list-style: none !important;
}

#footer .columns-4 li.col {
    width: 30.0%;
    margin: 0 3% 0 0;
    float: left;
}

#footer .columns-4 li.col:last-child {
    margin: 0;
}

#footer .columns-4 {
    padding: 1.79em 0 0.71em 0;
}

#footer li {
    font-size: 0.86em;
}

#footer .col li {
    line-height: 140%;
}

#footer .col ul {
}

#footer-bottom {
    padding-bottom: 0.71em;
}

#footer-bottom p {
    margin: 0;
    font-size: 0.86em;
}

.go-up {
    background: url(../images/arrow_up.png) no-repeat right center;
    padding: 0 1.07em 0 0;
}

/* 11.0 - IE8 Fixes */
.ie8 .content-wrapper {
    background: url(../images/dot_border_v.png) repeat-y top left;
}

.ie8 .content-wrapper-inner {
    background: url(../images/dot_border_v.png) repeat-y top right;
}

.ie8 .menu-search-button {
    background: url(../images/search_icon.png);
    background-position: center -1.29em;
    background-repeat: no-repeat;
    background-color: #fff;
}

.ie8 .menu-search-button:hover {
    background: url(../images/search_icon.png);
    background-position: center -7.57em;
    background-repeat: no-repeat;
    background-color: #fff;
}

.ie8 .menu-search-field {
    height: 2.5em;
    padding: 1.21em 0 0 0.71em;
}

/* Must go at bottom of file */
.page-content .slider-blocks .flex-direction-nav,
.page-content .slider-blocks .slides,
.page-content .news-items {
    margin: 0;
}

.sidebar-right ul {
    margin: 0.57em 0.57em 0 0.57em;
}
.sidebar-left ul {
    margin: 0.57em;

}

.page-content .page-slider .slides,
.page-content .page-slider .flex-direction-nav,
.page-content .page-slider .flex-direction-nav li {
    margin: 0;
}

.width33 { width: 33%; }
.width34 { width: 34%; }
.width63 { width: 63%; }
.width64 { width: 64%; }
.width65 { width: 65%; }
.width75 { width: 75%; }
.width100 { width: 100%; }
.margin0 { margin: 0 0; }

.sidebar-left.width34 { width: 20%; }
.center-content.width64 { width: 78.5%; margin-left: 1.5% }

.center-content.width65 { width: 79%; }
.sidebar-right.width34 { width: 20%; }

.ui-tabs .ui-tabs-nav li.ui-state-active { border-top: 0.21em solid #033951 !important; border-bottom: 0.07em solid #185D81 !important }

/** ACCORDION **/
.ui-accordion { border: 0.07em solid #bbb;/* background: #fcfcfc;*/ overflow: hidden; }
.ui-accordion-header, h3.ui-accordion-header { background-color: #267497; border-top: 0.07em solid #bbb; position: relative; }
.ui-accordion-header, h3.ui-accordion-header { font-size: 1em; text-shadow: 0.07em 0.07em rgba(255,255,255,0.3);  cursor: pointer; color:#FFFFFF;font-weight: normal; margin: 0em 0em 0.14em}
.ui-accordion-header:first-child, h3.ui-accordion-header:first-child { border-top: 0; }
.ui-accordion-header a, h3.ui-accordion-header a { color: #333; padding: 0.36em 0.71em; display: block; }
.ui-accordion-header span, h3.ui-accordion-header span { padding: 0.36em 0.71em; display: block; }
.ui-accordion-header a:hover, h3.ui-accordion-header a:hover {/*background: #e7e7e7;*/ text-decoration: none; }
.ui-accordion-content, h3.ui-accordion-content { padding: 0.71em; border-top: 0.07em solid #bbb; color: #666; overflow: hidden; background: #fffbf1; }
.ui-accordion-header .ui-icon, h3.ui-accordion-header .ui-icon { 
    position: absolute; display: inline-block; background: url(../img/accordinarrow.png) no-repeat 0 0; top: 0.93em; 
    right: 0.71em; width: 0.71em; height: 0.71em; 
}
.ui-state-active a { background: #014e77 url(../img/thead.png) repeat-x 0 0 !important; text-shadow: none; color: #FFFCF2;}
.ui-state-active span { background: #014e77 url(../img/thead.png) repeat-x 0 0 !important; text-shadow: none; color: #fff  }
.ui-state-active .ui-icon { background-position: 0 -0.71em; }

.accordion2.ui-accordion { border: 0; padding-bottom: 0.14em; }
.accordion2.ui-accordion .ui-accordion-header { background: #333; border-top: 0.07em solid #222; }
.accordion2.ui-accordion .ui-accordion-header a { color: #fff; text-shadow: 0.07em 0.07em rgba(0,0,0,0.5); }
.accordion2.ui-accordion .ui-accordion-header a:hover { background: #272727; }
.accordion2.ui-accordion .ui-state-active { background-image: none !important; }
.accordion2.ui-accordion .ui-accordion-content { border: 0.07em solid #bbb; border-top: 0; border-bottom: 0; }
.accordion2.ui-accordion .ui-accordion-content:last-child { border-bottom: 0.07em solid #bbb; }

.ui-accordion-content p { margin: 0.71em; font-size: 1em;}



/*** LEFT PANEL ***/

.leftpanel { width: 18.57em; color: #fff; float: left; }

.leftmenu .nav-header {
    font-weight: normal; font-size: 0.79em; padding: 0.36em 1.43em; text-shadow: none; background: #232323;
    border-bottom: 0.07em solid #222; }
.leftmenu .nav-tabs.nav-stacked a { color: #999; padding: 0.71em 1.43em; font-size: 1em; }
.leftmenu .nav-tabs.nav-stacked a span { margin-right: 0.71em; }
.leftmenu .nav-tabs.nav-stacked > li > a { border: 0; border-bottom: 0.07em solid #232323; }
.leftmenu .nav-tabs.nav-stacked > li > a:hover,
.leftmenu .nav-tabs.nav-stacked > li > a:focus { background-color: #2c2c2c; color: #fff; border-bottom-color: #232323; }
.leftmenu .nav-tabs.nav-stacked > li.active > a { background-color: #014E77; color: #fff; border-bottom-color: rgba(0,0,0,0.2); }
.leftmenu.active-white .nav-tabs.nav-stacked > li.active > a {   background-image: url("/admin/images/droparrow2.png");
                                                                 background-position: right 1.36em;
                                                                 background-repeat: no-repeat;
                                                                 background-color: white;
                                                                 color: #999999;
                                                                 font-size: 1em;
                                                                 padding: 0.71em 1.43em;
}
.leftmenu .nav-tabs.nav-stacked > li.active > a:hover { background-color: #0866c6; }
.leftmenu .nav-tabs > li { margin-bottom: 0; }


.leftmenu .nav-tabs.nav-stacked > li.dropdown ul { background: #eee; display: none; }
.leftmenu .nav-tabs.nav-stacked > li.dropdown ul li { border-bottom: 0.07em solid #ddd; border-right: 0.07em solid #ddd; }
.leftmenu .nav-tabs.nav-stacked > li.dropdown > a {
    background-image: url(/admin/images/droparrow.png); background-repeat: no-repeat; background-position: right 1.36em; }

.leftmenu .nav-tabs.nav-stacked .dropdown ul li a  {
    display: block; font-size: 0.93em; padding: 0.50em 0.71em 0.50em 1.43em; color: #333; background-position: 0.36em 0.63em;
    background-image: url(/admin/images/menuarrow.png); background-repeat: no-repeat;  
}
.leftmenu .nav-tabs.nav-stacked .dropdown ul li.active a { background-color: #fff; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul li a:hover { text-decoration: none; background-color: #fff; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul ul li { border-right: 0; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul ul li a { padding-left: 2.14em; background-position: 1.07em 0.63em; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul ul li:first-child a { border-top: 0.07em solid #ddd; } 
.leftmenu .nav-tabs.nav-stacked .dropdown ul ul ul li { border-right: 0; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul ul ul ul li { border-right: 0; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul ul ul ul li a { padding-left: 3.57em; background-position: 2.5em 0.63em; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul ul ul li a { padding-left: 2.86em; background-position: 1.79em 0.63em; }


/*** Internal Nav ***/

.internalnav .dark a:focus { background-color: #868686; color: #fff; border-bottom-color: #232323; }
.internalnav .badge { float: right; }
.internalnav .nav-tabs.nav-stacked > li.dropdown > a {
    background-image: url(/admin/images/droparrow2.png); background-repeat: no-repeat; background-position: right 1.36em; }

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus { background-color: #0866c6; color: #fff; }

.nav{margin-left:0;margin-bottom:1.43em;list-style:none;}
.nav>li>a{display:block;}
.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee;}
.nav>li>a>img{max-width:none;}
.nav>.pull-right{float:right;}


/*
.nav-tabs.nav-stacked > li:first-child > a,
.nav-tabs.nav-stacked > li:last-child > a { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.nav-tabs.nav-stacked > li > a,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus { border-color: #0866c6; }

.nav-tabs { border-color: #0866c6; }
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus { border-color: #0866c6; }
.nav-tabs > li > a { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus { border-color: #0866c6; background: #0866c6; color: #fff; }
*/

/*** FONT ROBOTO LIGHT ***/

strong, .headmenu .nav-header,
.nav-list .nav-header, .peoplelist .peopleinfo h4,
.peoplelist .peopleinfo ul li span { font-family: 'RobotoBold', 'Helvetica Neue', Helvetica, sans-serif; }
.headmenu > li, .internalnav, .leftmenu .nav-tabs.nav-stacked a,
.pagetitle h1, .shortcuts li { font-family: 'RobotoLight', 'Helvetica Neue', Helvetica, sans-serif; }
.pagetitle h5, .subtitle { font-family: 'RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif; }


/*** TRANSITION ***/

.headmenu-label, .headmenu-icon, .headmenu .count,
.internalnav .nav-tabs a, .leftmenu .nav-tabs a, .dropdown-menu a,
.shortcuts li a, .userloggedinfo ul li a,
.inputwrapper input, .inputwrapper button {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; 
}

.drop {
    /*position: absolute;
    top: 15.57em;
    left: 50%;
    margin-left: -35.71em;
    height: 17.86em;*/
    margin: 0 auto;
    z-index: 10;
    text-align: center;
    color: #fff;
    font-size: 0.86em;
    line-height: 1.07em;
    overflow: hidden;
    border: 0.07em solid black;
    border-top: 0 none;
    background-color: #014E77;
    -webkit-filter: opacity(0.9);
}

.drop div.quicklink ul {
    /*width:54.29em;*/
    /*	
      margin-bottom:1.43em;
      overflow:hidden;
      border-top:0.07em solid #ccc;*/
}

.drop div.quicklink {
    margin: 0.71em 0.71em;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    text-align: left;
    zoom: 1;
}
/*
li{
  line-height:1.5em;
  border-bottom:0.07em solid #ccc;
  float:left;
  display:inline;
}*/

.drop div.quicklink li {
    padding-left: 1.36em;
    line-height: 1.43em;
    background-position: 0em;
    background-image: url(/themes/tmb.state.tx.us/images/bullet.png);
    background-repeat: no-repeat;
    /*float:left;
    display:inline;*/
}
.quicklink .double li.quicklink-active{
    padding-left: 1.36em;
    line-height: 1.43em;
    background-position: 0em;
    background-image: url(/themes/tmb.state.tx.us/images/bullet-active.png);
    background-repeat: no-repeat;
}
/*
.drop div.quicklink ul.double li  { width:50%;} 
.triple li  { width:33.333%; } 
.quad li    { width:25%; } 
.six li     { width:16.666%; } 
*/

.drop div.quicklink h2 a, .drop div.quicklink h2 a:hover, .drop div.quicklink h2 a:visited {
    color: #fff;	
}

.antique a {
    color: #F00;
}

.drop div.quicklink h2 {
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 0.14em solid #fff;
    margin-bottom: 0.36em;
}

.drop::before {
    content: "";
    z-index: 1;
    background: rgba(255,255,255,.5);	
}

.drop .content-wrapper {
    -webkit-filter: blur(0.29em);
}

a span { margin-right: 0.71em; }

.badge {
    float: right;
    font-size: 0.71em; text-shadow: none; font-weight: normal; line-height: 1.36em;
    -moz-border-radius: 3.57em; -webkit-border-radius: 3.57em; border-radius: 3.57em; 
}

.label,.badge{display:inline-block;padding:0.14em 0.29em;font-size:0.85em;font-weight:bold;line-height:1em;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -0.07em 0 rgba(0, 0, 0, 0.25);background-color:#999999;}
.badge{padding-left:0.63em;padding-right:0.63em;-webkit-border-radius:0.63em;-moz-border-radius:0.63em;border-radius:0.63em;}

.span4 { float: left; }
.span8 { float: right; width: 42.86em; }

.span8.faq-accordian { width: 69%; }

/* Tabs */
/*.tabbedwidget { background-color: #fffbf1; }*/
.tabbedwidget .ui-tabs-panel { background-color: #fffbf1; }

/* Paganator */
.paginationControl span.default { color: red; }

/* SEARCH */
.searchresults .booking-blocks { margin-bottom: 1.43em; }
.searchresults .booking-blocks div h2 { margin-bottom: 0.36em; }
.searchresults .highlight { background-color: #add8e6; margin-right: 0em; }
.searchresults .readmore { margin-top: 0.36em; font-size: 0.86em; }
.searchresults .readmore a { color: red; }
.searchresults .readmore a:hover { color: blue; }
.advanced div.refinement label { weight: bold; }
.advanced div.refinement input { float: left; }

/* Modal */
.modal {
    background-color: #fff;
    border: 0.07em solid rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0.21em 0.50em rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0.21em 0.50em rgba(0,0,0,0.3);
    box-shadow: 0 0.21em 0.50em rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;

    color: #000;
    font-family: 'Open Sans';
    font-size: 0.93em;
    direction: ltr;	

    left: 1%;
    right: 1%;
}

/* Wiget Tabs */
/*  #dialog label, #dialog input { display:block; }
  #dialog label { margin-top: 0.5em; }
  #dialog input, #dialog textarea { width: 95%; } */
/*  .tabbedwidget { margin-top: 1em; }*/
.ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
#add_tab { cursor: pointer; }
.close-thik:after {
    content: '✖'; /* UTF-8 symbol */
}
[class*='close-'] {
    color: #777;
    font: 1em/100% arial, sans-serif;
    position: absolute;
    right: 0.36em;
    text-decoration: none;
    text-shadow: 0 0.07em 0 #fff;
    top: 0.36em;
}	



.modal h3 { font-size: 1.75em; }

.modal-scrollable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.modal-header {
    padding: 0.63em 1.07em;
    border-bottom: 0.07em solid #eee;
}
.modal-body {
    position: relative;
    max-height: 28.57em;
    padding: 1.07em;
    overflow-y: auto;
}
.modal-body p {
    color: #000;
    font-family: 'Open Sans';
    font-size: 0.93em;
    direction: ltr;	
}
.modal-footer {
    padding: 1em 1.07em 1.07em;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 0.07em solid #ddd;
    -webkit-border-radius: 0 0 0.43em 0.43em;
    -moz-border-radius: 0 0 0.43em 0.43em;
    border-radius: 0 0 0.43em 0.43em;
    -webkit-box-shadow: inset 0 0.07em 0 #fff;
    -moz-box-shadow: inset 0 0.07em 0 #fff;
    box-shadow: inset 0 0.07em 0 #fff;
}

#footer {
    color: #F2EFDD;
    -webkit-filter: opacity(0.9);
}

#footer-bottom section {
    border-top: 0.07em solid #F2EFDD;
    padding-top: 0.71em;	
    line-height: 1.32em;
    font-size: 1em;
    text-align: center;
}

#footer-bottom section a, #footer-bottom section a:visited {
    color: #F2EFDD;
}

#footer div.quicklink {
    margin: 0.71em 0em;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#footer div.quicklink li {
    line-height: 1.43em;
}
#footer div.quicklink h2 a, #footer div.quicklink h2 a:hover, #footer div.quicklink h2 a:visited {
    color: #fff;	
}

#footer div.quicklink h2 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.36em;
}

#footer::before {
    content: "";
    z-index: 1;
    background: rgba(255,255,255,.5);	
}



#footer .content-wrapper {
    -webkit-filter: blur(0.29em);
}

/* #footer li.column1 { margin-left: 0em; }
#footer li.column2 { margin-left: 10em; }
#footer li.column3 { margin-left: 20em; }
*/
.no-title{

    display: none;

}

.creamtext{

    color: #fffbf1;

}
#breadcrumbs {
    background-color: #014E77;
    clear: both;
    font-size: 0.86em;
    line-height: 1.57em;
    overflow: hidden;
    padding: 0.36em;
    margin-top: 0em;
    color:#FFFCF3; 
    margin-bottom: 0.36em;    

}
div.breadcrumbs-1 {
    background: url("../images/breadcrumbs_bg.png") no-repeat scroll 100% -4.29em rgba(0, 0, 0, 0);
    padding: 0 0.71em;
}

#breadcrumbs a, #breadcrumbs span {
    display: block;
    float: left;
    margin-left: 0.57em;
}

#breadcrumbs a, #breadcrumbs span.separator {
    color: #FFFCF3;
}
#breadcrumbs a:hover, #breadcrumbs span.current {
    color: gold;
    text-decoration: none;
    text-shadow: 0 0.07em 0 rgba(0, 0, 0, 0.5), 0 0.07em 0.14em rgba(0, 0, 0, 0.5);
}

#date {
    float: right;
    margin: 0 0.36em 0 0;
    color: #FFFCF2;
}

.breadcrumbs-2 div.breadcrumbs{
    float:left;
    padding: 0em;
}
a.active{
    color: red;
}


.quicklink ul li a.quicklink-active{
    font-weight: bold ;
    color: gold;
}

div.center-content div.vyna-widget div.title{
    font-size: 2.00em !important;
    font-weight: 700;
    font-family: 'Lato',sans-serif;
    color: #FFFCF2;
}

div.content   a{
    color: #6B991F;

}
div.sidebar-left ul a, div.sidebar-left ul a, div.sidebar-left table a, div.sidebar-left table a{
    font-weight: normal;
    text-decoration: none;
    font-size: 1em;
}
div.ui-accordion-content.ui-widget-content.ui-accordion-content-active a{
    color: #6B991F;
}
div.center-content div.content  a, div.ui-accordion-content.ui-widget-content.ui-accordion-content-active a{

    font-weight: bold;
    text-decoration: underline;

}
div.vyna-widget div.wrapper div.content p a:active{
    color: #014E77;
}

div.vyna-widget div.wrapper div.content p a:hover{
    color: #FFD700;
}
div.content.background.red a{
    color: #fffcf2;
}
div.content.background.red a.active{
    color: gold;
    font-size:  110%;
}
div#accordion2 h3 a{
    color: #FFFCF2;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
}
div.content.background.blue, div.content.background.red{
    color: #FFFFFF;
    font-size: 1em !important;
    padding: 0.71em;
    font-weight: normal;
}

div.content.background.blue h2, div.content.background.red h2{
    color: #FFFFFF;
    font-size: 2.00em !important;
    font-weight: normal;
}
div.content.background.blue h3, div.content.background.red h3{
    color: #FFFFFF;
    font-size: 1.29em !important;
    font-weight: normal;
}

div.content.background.blue a, div.content.background.red a{
    color: #FFFFFF;
    font-size: 1.29em !important;
}
div.content.background.blue ul , div.content.background.red ul {
    color: #FFFFFF;
    font-size: 1em !important;
}
div.content.background.blue ul a, div.content.background.red ul a{
    color: #FFFFFF;
    font-size: 1em !important;
}



button.magnifier {
    background-color: #FFFFFF;
    background-image: url("../images/magnifier_icon.png");
    border: medium none;
    cursor: none;
    vertical-align: middle;
    height: 20px;
    margin: -20px -0.71em 0.07em 0.21em;
    padding: 0;
    position: static;
    top: -0.50em;
    width: 20px;

}

div.background-element-li{
    position: relative;
    display: inline-block;
    height: 1.36em;
    width: 13em;
    margin: 0.4em 0.4em 0 0;
    top: 0em;
    left: 0em;
}
.white-background{
    background-color: white;
}
.red-border{
    border: 0.07em solid red;
}
span.lvl2menu{
    display: block;
    font-size: 120%;
    font-weight: 700;
    border-bottom: 0.14em solid white;
    margin-bottom: 0.57em;
    padding-bottom: 0.21em;
}
span.lvl2menu a{
    color: #FFFBF1;
}
#top.loading div.drop div.quicklink ul.double li a{
    color: #FFFBF1;
}
span.lvl2menu a:hover{
    color: #FFF;
}
#top.loading div.drop div.quicklink ul.double li a:hover{
    color: #FFF;
}
span.lvl2menu a:active, span.lvl2menu a.active{
    color: gold;
}

#top.loading div.drop div.quicklink ul.double li a.active{
    color: gold;
}
quicklink-active active
div.width30percent{
    width: 30%;
}

div.admin-logged{
    width: 100%;
    height: 1.43em;
    border: 0.07em solid red;
    color: red;
    text-align: center;
    position: fixed;
    left:0em;
    top:0em;
    background-color: white;
    z-index: 10000;
}
span.unpublished{
    color: red;
}

div.admin-public-content{
    font-style: italic;
    font-size: 0.71em;
}
div.admin-page-message{
    width: 100%;
    height: 1.43em;
    border: 0.07em solid red;
    color: red;
    text-align: center;
    background-color: white;
    z-index: 10000;
}
.public-render-menu, .public-render-group, .public-render-link{
    margin: 0.71em 1.43em;

}
div.footer-background{
    background-color:  #FFFBF1;
    padding: 0.71em 0;
}

ul.footer-menu{
    padding:  1.43em 0em 0em 0em;

}
/*
li.footer-menu{
    border-bottom: 0.07em solid #FFFBF1;
    line-height: 1.14em;
    margin-top: 1.43em;
}

li.footer-menu .widget-title h4{
    font-size: 1em;
}

li.footer-menu .widget-title{
    margin-bottom: 0.36em;
}
*/
div#bottom{
    border: none;
}
li.footer-seccond-level{
    display: block;
}
div.content-wrapper{
    display: block;
    overflow: hidden;
    position: relative;
}
div.content-wrapper-inner{
    overflow: visible;
}

ul.top-right-nav.clearfix{
    margin-right: 0%;
}
div.footer-bottom{
    width: 100%;
    display: block;
}

/* borroved from IE8*/
#limheight{
    display: inline;
    position: inherit;
    text-align: center;


}
#limheight li{
    font-size: 1em;
    display: inline-block;
    border-right: 0.14em solid #fffbf1;
    padding-left: 0.14em;
    padding-right: 0.36em;

}
li.footer-seccond-level:last-child{
    border-right:  none !important;

}
li.footer-menu{
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: 0em auto;
    margin-bottom: 1.07em;
}
li.footer-menu div.widget-title, li.footer-menu div.widget-title h4{
    display: inline;
    position: inherit;
    float: left;
    margin-right: 0.71em;
    font-weight: bold;
}

.mobile-faq-form-publication{
    display: none;
    background-color: #FFFBF1;
    color: #424242;
    margin-top: -5px;
    padding: 10px 10px;
    min-height: 20px;
}
@media only screen and (min-width: 34.30em) {
    div.width30percent{
        width: 30%;
        overflow: hidden;
    }
}

div.ui-accordion-content-active ul li {
    list-style-type: disc;
    margin-left: 50px;
}

