/*** BUTTON STYLES ************************************************************/

/*a.btn-primary:link,
a.btn-primary:visited,
a.btn-primary:active,
input.btn-primary {
    text-align: center;
    text-transform:uppercase;
    display: inline-block;
    color: #FFF !important;
    font-weight: bold;
    padding: 3px 25px;
    text-decoration: none;
    font-size: 1.25em;
    background-color: #F59517;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #f6b019), color-stop(1, #f59517));
    background: -moz-linear-gradient(center top, #f6b019 2%, #f59517 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #BEA47F;
}*/

/* -------- START REMOVING OLD STYLES in progress... */
/*
.button {
    background-colour: #7AC143;
    color: #203312 !important;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    line-height: 1.25em;
}
a.btn-primary,
a.btn-secondary,
a.btn-tertiary {
    text-transform: lowercase;
    white-space: nowrap;
     line-height: 1.25em;
}
a.btn-primary:first-letter,
a.btn-secondary:first-letter,
a.btn-tertiary:first-letter {
    text-transform: capitalize;
}

a.btn-primary:link,
a.btn-primary:visited,
a.btn-primary:active,
input.btn-primary,
a.btn-secondary:link,
a.btn-secondary:visited,
a.btn-secondary:active,
a.btn-tertiary:link,
a.btn-tertiary:visited,
a.btn-tertiary:active
a.btn-tertiary:link,
a.btn-tertiary:visited,
a.btn-tertiary:active {
    text-align: center;
    display: inline-block;
    font-weight: bold;
    padding: 7px 21px;
    text-decoration: none;
    font-size: 13px;
}

a.btn-primary:link,
a.btn-primary:visited,
a.btn-primary:active,
input.btn-primary {
    color: #203312 !important;
    background-color: #7AC143;
}

a.btn-primary:hover
{
    background-color: #89DA4C;
}

a.btn-secondary:link,
a.btn-secondary:visited,
a.btn-secondary:active {
    color: #FFF;
    background-color: #007BC3;
}

a.btn-secondary:hover
{
    background-color: #005E93;
}

a.btn-tertiary:link,
a.btn-tertiary:visited,
a.btn-tertiary:active {
    color: #FFF;
    background-color: #6A737B;
}

a.btn-tertiary:hover
{
    background-color: #5B646B;
}*/

/* -------- END REMOVING OLD STYLES in progress... */

/* START taking out sliced buttons

a.btn-primary-sliced:link,
a.btn-primary-sliced:hover,
a.btn-primary-sliced:visited,
a.btn-primary-sliced:active
.btn-primary-sliced {
    cursor: pointer;
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    width: 150px;
}
    
.btn-primary-sliced .top-left {
    height: 4px;
    width: 146px;
    overflow: hidden;
    position: relative;
    float: left;
    background: url('/img/global-elements/btn-primary-top-left.gif') no-repeat left -4px;
}
a.btn-primary-sliced:hover .top-left {
    background-position: top left;
}

.btn-primary-sliced .top-right {
    float: right;
    height: 4px;
    width: 4px;
    overflow: hidden;
    background: url('/img/global-elements/btn-primary-top-right.gif') no-repeat right -4px;
}
a.btn-primary-sliced:hover .top-right {
    background-position: top right;
}

.btn-primary-sliced .bottom-right {
    position: absolute;
    height: 100%;
    width: 4px;
    top: 0;
    background: url('/img/global-elements/btn-primary-bottom-right.gif') no-repeat bottom right;
}

.btn-primary-sliced .bottom-left {
    clear: both;
    width: 100%;
    background: url('/img/global-elements/btn-primary-bottom-right.gif') no-repeat bottom right;
}
a.btn-primary-sliced:hover .bottom-left {
    background: url('/img/global-elements/btn-primary-bottom-right-over.gif') no-repeat bottom right;
}

.btn-primary-sliced span {
    padding: 0 0 2px 0;
    text-align: center;
    display: block;
    width: 146px;
    background: url('/img/global-elements/btn-primary-bottom-left.gif') no-repeat bottom left;
}
a.btn-primary-sliced:hover span {
    background-position: -300px bottom;
}

END taking out sliced buttons */

.btn-search {
    background: url('/img/global-elements/header-search-btn.jpg') no-repeat 0 3px;
    display: inline-block;
    height: 21px;
    margin: 0 0 0 3px;
    padding: 0;
    width: 21px;
}

.btn-search:hover {
    background-image: url('/img/global-elements/header-search-btn-over.jpg');
}

.btn-search span {
    display: none;
}



/*NEW BUTTON STYLES*/

.call-to-action.primary, a.btn-primary {
    background: #203364;
    border-radius: 3px;
    color: #ffffff !important;
    display: inline-block;
    font-family: "Trebuchet MS", Arial,Sans-Serif;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding: 7px 21px;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    max-width: 301px;
    text-transform: lowercase;
    /*min-width: 105px;*/
}

.call-to-action.primary:first-letter, a.btn-primary:first-letter {
    text-transform: uppercase;
}

.call-to-action.primary:hover, a.btn-primary:hover {
    background: #005E93;
    color: #fff !important;
}

.call-to-action.primary:disabled, a.btn-primary:disabled {
    background: #CAE7B4 ;
    color: #A6AEA1;
}

.call-to-action.secondary {
    display: inline-block;
    font-size: 14px;
    margin: 7px 0;
    text-decoration: none;
}

.call-to-action.secondary:hover {
    color: #005E93;
    text-decoration: none;
}

.call-to-action.secondary:after {
    content: "\e62a";
    display: inline;
    font-family: wj-glyphs;
    padding: 0 0 0 7px;
    position: relative;
    text-decoration: none;
    top: 2px;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.call-to-action.tertiary {
    color: #6A737B;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
}

.call-to-action.tertiary.alternate {
    color: #007BC3;
}

.call-to-action.tertiary:after {
    content: "\00a0>";
    display: inline;
    padding: 0 7px 0 0;
    text-decoration: none;
}

.call-to-action.tertiary:hover {
    color: #5B646B;
    text-decoration: underline;
}

.call-to-action.tertiary.alternate:hover {
    color: #005E93;
}

.call-to-action.tertiary:hover:after {
    text-decoration: underline;
}

.call-to-action.reverse {
    color: #ffffff!important;
}