/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/**
 * Slick Sliders Base
 */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/**
 * General Template Styles
 *
 * Dark Blue: #193145;
 * Medium Blue: #2a4964;
 * Light Blue: #325674;
 * Yellow: #d6de23;
 * Links Blue: #03727c; #03818c;
 * Green: #5b6916;
 * Dark Green: #465017; //green hover
 *
 * Title Font 'Quattrocento', serif;
 * Body Font: 'Lato', sans-serif;
 */


/**
 * Site Container
 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container:before, .container:after{
    content: ' ';
    display: table;
}

@media only screen and (min-width : 992px) {
    .container {
        width: 960px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width : 1240px) {
    .container {
        width: 1200px;
    }
}


/**
 * Base Styles
 */
body {
    position: relative;
    color: #1a1a1a;
    background-color: #f1f1f1;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

body.zoom-one {
    font-size: 16px;
}

body.zoom-two  {
    font-size: 18px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: #03727c;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Quattrocento', serif;
}

h1 {
    font-weight: normal;
    font-size: 2em; /* 24px */
    text-transform: uppercase;
    margin: 0.45em 0;
}

h2 {
    font-weight: bold;
    font-size: 1.58em; /* 22px */
    text-transform: uppercase;
    margin: 0.45em 0;
}

h3 {
    color: #5b6916;
    font-weight: bold;
    font-size: 1.29em; /* 18px */
    margin: 0.45em 0;
}

h4 {
    color: #5b6916;
    font-weight: normal;
    font-size: 1.29em; /* 18px */
    margin: 0.45em 0;
}

h5 {
    font-weight: bold;
    font-size: 1em; /* 14px */
    text-transform: uppercase;
    margin: 0.45em 0;
}

h6 {
    color: #5b6916;
    font-weight: normal;
    font-size: 1em; /* 14px */
    margin: 0.45em 0;
}


/**
 * Lists
 */
ul, ol {
    padding: 0;
    list-style-position: inside;
}

ul {
    list-style: none;
}

ul > li {
    display: block;
    margin: 0;
}

li > ul, li > ol {
    padding-left: 1em;
}

ul.bold > li, ol.bold > li {
    font-weight: bold;
}

ul.bold > li ul > li,
ul.bold > li ol > li {
    font-weight: normal;
}

ul.bold > li ul.bold > li,
ul.bold > li ol.bold > li {
    font-weight: bold;
}


/**
 * Tables
 */
table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tbody > tr > th {
    padding: 5px 16px;
    text-align: left;
    vertical-align: top;
    line-height: 1.42857143;
}

table > thead > tr > th,
table > thead > tr > td {
    font-family: 'Quattrocento', serif;
    background-color: #193145;
    color: #fff;
}

table > tbody > tr > td,
table > tbody > tr > th {
    font-size: .85em;
    padding: 7px 16px;
}

table > thead > tr > th {
    vertical-align: bottom;
    font-size: 1em;
}

table > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}


@media only screen and (max-width : 767px) {
    .table-responsive {
        width: 100%;
        min-height: .01%;
        overflow-x: auto;
    }

    .table-responsive table {
        margin-bottom: 0;
    }

    .table-responsive table > thead > tr > th,
    .table-responsive table > thead > tr > td,
    .table-responsive table > tbody > tr > td,
    .table-responsive table > tbody > tr > th {
        white-space: nowrap;
    }
}


/**
 * Buttons
 */
.button {
    display: inline-block;
    padding: 3px 16px;
    margin-bottom: 0;
    font-size: 1.14em;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #325674;
    font-family: 'Quattrocento', serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.14em;
}

.button.active,
.button:hover {
    background-color: #2a4964;
}

.button.small {
    font-size: .86em;
    padding: .5px 14px;
}

.button.alt {
    background-color: #5b6916;
}

.button.alt:hover {
    background-color: #465017;
}

.inline-with-button,
.inline-with-button,
.inline-with-button,
.inline-with-button,
.inline-with-button,
.inline-with-button {
    display: inline-block;
    vertical-align: middle;
}

.inline-with-button + .button {
    display: inline;
    vertical-align: middle;
    margin-left: 10px;
}


/**
 * Forms and Inputs
 */
button, input, select, textarea {
    font-family: inherit;
    line-height: inherit;
}

label, legend {
    font-weight: bold;
    line-height: 1.6em;
}

legend {
    line-height: 2em;
    font-size: 1.29em;
    font-family: 'Quattrocento', serif;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: #1a1a1a;
    opacity:  1;
}

.input {
    display: block;
    width: 100%;
    height: 2.14em;
    padding: 4px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #1a1a1a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
}


textarea.input {
    height: auto;
}

.checkbox [type="checkbox"],
.radio [type="radio"] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 1.43em;
    width: 1.43em;
    margin-right: 5px;
}

.checkbox [type="checkbox"]:checked:after,
.radio [type="radio"]:checked:after  {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    height: 1.35em;
    width: 1.35em;
    color: #1a1a1a;
    text-align: center;
    top: -1.5px;
    left: .5px;
}

.radio [type="radio"] {
    border-radius: .71em;
}

.radio [type="radio"]:checked:after {
    content: '\f111';
    font-size: .8em;
    left: 1.5px;
}

.checkbox label {
    line-height: 1.6em;
}

.input-wrap {
    margin-bottom: 1em;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    margin-right: 10px;
}

.qty-buttons [type="number"] {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.qty-buttons .button {
    padding: .5px 5px;
    font-size: .86em;
    margin-top: .5em;
}

/**
 * Aside Sidebar
 */
.content-wrap.content-with-sidebar .sidebar {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin-top: -20px;
    margin-bottom: -40px;
    background-color: #193145;
    padding-top: 40px;
}

@media only screen and (min-width : 992px) {

    .content-wrap.content-with-sidebar .container {
        position: relative;
        padding-left: 222px;
    }

    .content-wrap.content-with-sidebar .sidebar {
        display: block;
        width: 172px;
    }
}

@media only screen and (min-width : 1240px) {
    .content-wrap.content-with-sidebar .container {
        padding-left: 270px;
    }

    .content-wrap.content-with-sidebar .sidebar {
        width: 220px;

    }
}

/**
 * Sidebar color bars
 */
.sidebar .colors-wrap .color {
    height: 10px;
}

.sidebar .color.brown {
    background-color: #4e3524;
}

.sidebar .color.cyan {
    background-color: #038a91;
}

.sidebar .color.yellow {
    background-color: #d6de23;
}

.sidebar .color.green {
    background-color: #5b6916;
}

.sidebar .color.blue {
    background-color: #5daeed;
}

@media only screen and (min-width : 992px) {
    .colors-bar .colors-wrap {
        margin-left: -10px;
        margin-right: -10px;
    }
}


/**
 * Sidebar nav menus
 */
.sidebar {
    overflow: hidden;
}
.sidebar .navigation {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar .navigation li:before {
    display: none;
}

.sidebar .navigation > li {
    margin-bottom: 15px;
    line-height: 1.2em;
}

.sidebar .navigation > li:last-child {
    margin-bottom: 0;
}

.sidebar .navigation > li > a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Quattrocento', serif;
    font-size: 1.14em;
}

.sidebar .navigation > li > a:hover,
.sidebar .navigation > li.active > a {
    color: #d6de23;
}


/**
 * Top and Bottom Color Bar
 */
.colors-bar {
    background-color: #325674;
}

.colors-bar .colors-wrap .color {
    width: 20%;
    height: 10px;
    float: left;
}

.colors-bar .color.brown {
    background-color: #4e3524;
}

.colors-bar .color.cyan {
    background-color: #038a91;
}

.colors-bar .color.yellow {
    background-color: #d6de23;
}

.colors-bar .color.green {
    background-color: #5b6916;
}

.colors-bar .color.blue {
    background-color: #5daeed;
}

@media only screen and (min-width : 992px) {
    .colors-bar .colors-wrap {
        margin-left: -10px;
        margin-right: -10px;
    }
}


/**
 * Breadcrumbs
 */
.breadcrumbs {
    margin-top: 0;
}

.breadcrumbs li:before {
    display: none;
}

.breadcrumbs > li {
    display: inline;
}

.breadcrumbs > li:after {
    content: ' > ';
}

.breadcrumbs > li:last-child:after {
    display: none;
}


/**
 * General Content
 */
#linkSkipper {
    position: absolute;
    top: -100px;
}

.content-wrap {
    padding-top: 20px;
    padding-bottom: 40px;
}

.content-wrap ul > li:before {
    content: " • ";
    color: #325674;
}

.content-wrap .align-left {
    margin-right: 0;
    margin-bottom: 20px
}

.content-wrap .align-right {
    margin-left: 0;
    margin-bottom: 20px
}

.content-wrap .image-with-caption {
    position: relative;
    display: inline-block;
    clear: both;
}

.content-wrap .align-middle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.content-wrap .image-with-caption .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: 'Quattrocento', serif;
    padding: 10px 0
    font-size: .79em;
    text-transform: uppercase;
    background-color:  rgba(26,26,26, .7) /* #1a1a1a */
}

.content-wrap .page-title {
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: .45em;
}

.content-wrap .inner-page-banner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-wrap .inner-page-banner img {
    max-width: 100%;
    width: 100%;
}

.content-wrap .content-inner {
    min-height: 500px;
}

@media only screen and (min-width : 992px) {
    .content-wrap .align-left {
        float: left;
        margin-right: 20px;

    }

    .content-wrap .align-right {
        float: right;
        margin-left: 20px;
    }

    .content-wrap .image-with-caption {
        position: relative;
        display: inline-block;
        clear: both;
    }
}


/**
 * Callouts
 */
.callout {
    padding: 20px;
    background-color: #325674;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.callout:before, .callout:after{
    content: ' ';
    display: table;
}

.callout a {
    color: #fff;
}


/**
 * Team listing areas
 */
.team-items-wrap .team-item {
    width: 140px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}
.team-items-wrap .team-item:nth-child(5n+1) {
    clear left;
}

.team-items-wrap .team-item .image-wrap {
    margin-bottom: 15px;
}

.team-items-wrap .team-item .name {
    margin-bottom: .1em;
}

.team-items-wrap .team-item .position {
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    margin-top: 0;
    font-size: .86em;
    font-weight: bold;
}


/**
 * Contact dept area
 */
.contact-dept-wrap .image-wrap {
    margin-bottom: 20px;
}

.contact-dept-wrap ul.info li {
    font-family: 'Quattrocento', serif;
    font-weight: bold;
    line-height: 1.6em;
}

.contact-dept-wrap ul.info li:before {
    display: none;
}

.contact-dept-wrap ul.info li .value {
    color: #325674;
}

/**
 * Header Template Styles
 */

/**
 * Header Top Bar
 */
.top-actions-bar {
    background-color: #325674;
    height: 65px;
}

.top-actions-bar a {
    color: #fff;
}

.top-actions-bar .top-actions-wrap {
    float: right;
    margin-right: -20px;
}

.top-actions-bar .contact {
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 64px;
    font-size: 16px;
    display: inline;
    vertical-align: top;
}

.top-actions-bar .contact:after {
    content: '\f003';
    font-family: 'FontAwesome';
    border-bottom: 1px solid #5c7991;
    border-left: 1px solid #5c7991;
    border-right: 1px solid #5c7991;
    display: inline-block;
    width: 65px;
    margin-left: 10px;
    font-size: 32px;
    text-align: center;
}

.top-actions-bar .top-search-wrap {
    width: 150px;
    position: relative;
    display: none;
    vertical-align: top;
    margin: 0 10px;
    float: left;
}

.top-actions-bar .top-search-wrap .input {
    font-family: 'Quattrocento', serif;
    padding-right: 20px;
    font-size: 14px;
    height: 20px;
    border-radius: 3px;
    padding: 2px 12px;
}

.top-actions-bar .top-search-wrap .submit {
    border: none;
    background: none;
    position: absolute;
    width: 25px;
    height: 20px;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 14px;
    color: #03727c;
    line-height: 1px;
    text-align: center;
}

.top-actions-bar .sizer {
    float: left;
    display: none;
    font-size: 0;
}

.top-actions-bar .sizer a {
    text-decoration: none;
    vertical-align: baseline;
    font-size: 12px;
    display: inline-block;
    margin: 0 1px;
}

.top-actions-bar .sizer a.large {
    font-size: 16px;
}

.top-actions-bar .sizer a.largest {
    font-size: 18px;
}

.top-actions-bar .sizer a.active,
.top-actions-bar .sizer a:hover {
    color: #d6de23;
}

@media only screen and (min-width : 992px) {

    .top-actions-bar {
        background-color: #193145;
        height: 40px;
        padding: 10px 0;
    }

    .top-actions-bar .top-actions-wrap {
        margin-right: 0;
    }

    .top-actions-bar .contact {
        font-size: 12px;
        line-height: 20px;
        vertical-align: top;
        display: block;
        float: left;
        margin-top: 1px;
        color: #fff;
        height: auto;
    }

    .top-actions-bar .contact:after {
        display: none;
    }

    .top-actions-bar .top-search-wrap {
        display: block;
    }

    .top-actions-bar .sizer {
        display: table-cell;
    }
}

/**
 * Top Navigation Bar
 */
.top-navigation-bar {
    position: relative;
    z-index: 100;
    background-color: #325674;
    color: #fff;
}

.top-navigation-bar a {
    color: #fff;
}

.top-navigation-bar .logo-wrap {
    position: relative;
    background-color: #193145;
    display: block;
    float: left;
    vertical-align: top;
    padding: 20px;
    margin-top: -65px;
    margin-bottom: -10px;
}

.top-navigation-bar .logo-wrap img {
    max-width: 100px;
    height: auto;
    display: block;
}

.top-navigation-bar .mobile-menu-toggle-wrap {
    float: right;
    position: absolute;
    right: 0;
}

.top-navigation-bar .toggle {
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 65px;
    font-size: 16px;
    display: inline;
    vertical-align: top;
}

.top-navigation-bar .toggle:after {
    content: '\f0c9';
    font-family: 'FontAwesome';
    border-left: 1px solid #5c7991;
    border-right: 1px solid #5c7991;
    display: inline-block;
    width: 65px;
    margin-left: 10px;
    font-size: 32px;
    text-align: center;
}

.top-navigation-bar .toggle.open:after {
    content: '\f00d';
}

.top-navigation-bar .navigation {
    list-style: none;
    display: none;
    float: left;
    margin: 0 -10px 0 10px;
}

.top-navigation-bar .navigation > li {
    float: left;
    display: block;
    border-left: 1px solid #5c7991;
    border-right: 1px solid #5c7991;
}

.top-navigation-bar .navigation > li:first-child {
    border-left-color: #325674;
}

.top-navigation-bar .navigation > li:last-child {
    border-right-color: #325674;
}

.top-navigation-bar .navigation > li > a {
    position: relative;
    float: left;
    display: block;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    padding: 40px 0;
    width: 238px;
    text-decoration: none;
    color: #fff;
}

.top-navigation-bar .navigation > li:hover > a,
.top-navigation-bar .navigation > li.current > a {
    color: #d6de23;
}

.top-navigation-bar .navigation > li.with-child > a:after {
    content: '\f0dd';
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: #869cae;
}

.top-navigation-bar .navigation > li:hover > a:after,
.top-navigation-bar .navigation > li.current > a:after {
    color: #d6de23;
}

.top-navigation-bar .navigation > li.with-child .children-menu-wrap {
    border-top: 1px solid #869cae;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    z-index: 110;
}
.top-navigation-bar .navigation li.with-child:hover .children-menu-wrap,
.top-navigation-bar .navigation li.with-child.open .children-menu-wrap{
    display: block;
}

@media only screen and (min-width : 992px) {

    .top-navigation-bar .logo-wrap {
        padding: 20px 20px 24px;
        margin-top: -40px;
        margin-bottom: -35px;
    }

    .collapsed .top-navigation-bar .logo-wrap {
        padding: 44px 20px 0px;
    }

    .top-navigation-bar .logo-wrap img {
        max-width: none;
        width: 100%;
    }

    .top-navigation-bar .mobile-menu-toggle-wrap {
        display: none;
        margin-right: 0;

    }

    .top-navigation-bar .navigation {
        display: block;
    }

    .top-navigation-bar .navigation > li > a {
        width: 190px;
    }


}

@media only screen and (min-width : 1240px) {
    .top-navigation-bar .logo-wrap {
        padding: 20px 44px 24px;
    }

    .collapsed .top-navigation-bar .logo-wrap {
        padding: 44px 44px 0px;
    }

    .top-navigation-bar .navigation > li > a {
        width: 238px;
    }
}

/**
 * Top Banner Bar
 */
.top-banner {
    background-image: url('../images/hero-image.jpg');
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    color: #fff;
    z-index: 90;
}

/**
 * Top Banner Search
 */
.top-banner .top-banner-search-bar {
   max-width: 700px;
   width: 100%;
   margin: 110px auto 140px;
   position: relative;
}

.top-banner .top-banner-search-bar .input {
    width: 100%;
    font-family: 'Quattrocento', serif;
    padding-left: 50px;
    font-size: 14px;
    height: 50px;
    border: none;
}

.top-banner .top-banner-search-bar .submit {
    border: none;
    background: none;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 24px;
    color: #03727c;
    text-align: center;
}

/**
 * Top Sub Navigation Bar (part of top banner)
 */
.top-banner .top-sub-navigation-bar {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 130px;
    background-color: #2a4964;
    position: relative;
}

.top-banner .top-sub-navigation-bar .navigation {
    list-style: none;
    display: none;
    vertical-align: top;
    margin: 0 auto;
}

.top-banner .top-sub-navigation-bar .navigation > li {
    float: left;
    display: block;
    border-left: 1px solid #5c7991;
    border-right: 1px solid #5c7991;
}

.top-banner .top-sub-navigation-bar .navigation > li:first-child {
    border-left-color: #2a4964;
}

.top-banner .top-sub-navigation-bar .navigation > li:last-child {
    border-right-color: #2a4964;
}

.top-banner .top-sub-navigation-bar .navigation > li > a {
    position: relative;
    display: block;
    line-height: 20px;
    text-align: center;
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    padding: 35px 0 25px;
    text-decoration: none;
    color: #fff;
}

.top-banner .top-sub-navigation-bar .navigation > li:hover > a,
.top-banner .top-sub-navigation-bar .navigation > li.current > a {
    color: #d6de23;
}

.top-banner .top-sub-navigation-bar .navigation > li.with-child > a:after {
    content: '\f0de';
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: #869cae;
}

.top-banner .top-sub-navigation-bar .navigation > li:hover > a:after,
.top-banner .top-sub-navigation-bar .navigation > li.current > a:after {
    color: #d6de23;
}

.top-banner .top-sub-navigation-bar .navigation > li.with-child .children-menu-wrap {
    border-bottom: 1px solid #869cae;
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    right: 0;
    display: none;
    z-index: 110;
}

.top-banner .top-sub-navigation-bar .navigation li.with-child:hover .children-menu-wrap,
.top-banner .top-sub-navigation-bar .navigation li.with-child.open .children-menu-wrap {
    display: block;
}

@media only screen and (min-width : 992px) {

    .top-banner .top-banner-search-bar {
        margin: 180px auto 160px;
    }

    .top-banner .top-banner-search-bar .input {
        font-size: 20px;
    }

    .top-banner .top-sub-navigation-bar .navigation {
        display: block;
    }

    .top-banner .top-sub-navigation-bar .navigation > li > a {
        width: 190px;
        font-size: 16px;
    }
}

@media only screen and (min-width : 1240px) {
    .top-banner .top-sub-navigation-bar .navigation > li > a {
        width: 238px;
        font-size: 18px;
    }
}


/**
 * Top Banner - Collapsed version for interior
 */
.collapsed .top-banner  {
   background-image: none;
   background-color: #2a4964;
   overflow: visible;
}

.collapsed .top-banner .top-banner-search-bar {
    display: none;
}

.collapsed .top-banner .colors-bar {
    display: none;
}

.collapsed .top-banner .top-sub-navigation-bar {
    margin-bottom: 0;
    position: static;
}

.collapsed .top-banner .top-sub-navigation-bar .navigation > li {
    float: left;
    display: block;
    border-left: none;
    border-right: none;
}

.collapsed .top-banner .top-sub-navigation-bar .navigation > li > a {
    line-height: 20px;
    width: auto;
}

.collapsed .top-banner .top-sub-navigation-bar .navigation > li.with-child > a:after {
    content: '\f0dd';
    position: static;
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    margin-left: 5px;
    margin-top: -3px;
}

.collapsed .top-banner .top-sub-navigation-bar .navigation > li.with-child .children-menu-wrap {
    border-bottom: none;
    border-top: 1px solid #869cae;
    width: 100%;
    top: 35px;
    bottom: auto;
    left: 0;
    right: 0;
    display: none;
    z-index: 110;
}

.collapsed .top-banner .top-sub-navigation-bar .navigation li.with-child:hover .children-menu-wrap {
    display: block;
}

@media only screen and (min-width : 992px) {

    .collapsed .top-banner .top-sub-navigation-bar .navigation {
        padding-left: 192px;
        display: inline-block;
    }

    .collapsed .top-banner .top-sub-navigation-bar .navigation > li > a {
        font-size: 14px;
        padding: 7px 16px 8px;
    }
}

@media only screen and (min-width : 1240px) {
    .collapsed .top-banner .top-sub-navigation-bar .navigation {
        padding-left: 240px;
    }

    .collapsed .top-banner .top-sub-navigation-bar .navigation > li > a {
        font-size: 16px;
        padding: 7px 28px 8px;
    }
}

/**
 * Mobile Menu Dropdown
 */
.top-mobile-menu-wrap {
    border-top: 1px solid #869cae;
    background-color: rgba(50, 86, 116, 0.95) ; /* #325674; */
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    display: none;
}

.top-mobile-menu-wrap.open {
    display: block;
}

.top-mobile-menu-wrap .mobile-navigation {
    width: 50%;
    float: left;
}

.top-mobile-menu-wrap .mobile-navigation.right {
    text-align: right;
}

.top-mobile-menu-wrap .mobile-navigation > li {
    margin-bottom: 0;
}

.top-mobile-menu-wrap .mobile-navigation > li > a {
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    line-height: 28px;
}

.top-mobile-menu-wrap .mobile-navigation > li > a:hover {
    color: #d6de23;;
}

@media only screen and (min-width : 992px) {
    .top-mobile-menu-wrap,
    .top-mobile-menu-wrap.open {
        display: none;
    }
}

/**
 * Mobile Search in dropdown
 */
.top-mobile-search-wrap {
    position: relative;
    display: none;
}

.top-mobile-search-wrap.open {
    display: block;
}

.top-mobile-search-wrap .input {
    width: 100%;
    font-family: 'Quattrocento', serif;
    padding-left: 35px;
    font-size: 14px;
    height: 35px;
    border: none;
}

.top-mobile-search-wrap .submit {
    border: none;
    background: none;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 20px;
    color: #03727c;
}

/**
 * Mega Menus
 */
.children-menu-wrap {
    background-color: rgba(50, 86, 116, 0.95) ; /* #325674; */
    padding-top: 20px;
    padding-bottom: 20px;
}

.children-menu-wrap .nav-row {
    margin-left: -10px;
    margin-right: -10px;
}

.children-menu-wrap .nav-row .column {
    width: 20%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.children-menu-wrap .nav-row .child-heading {
    font-size: 18px;
    text-transform: uppercase;
    color: #d6de23;
    margin: 0 0 10px;
}

.children-menu-wrap .nav-row .child-navigation {
    margin: 0 0 15px;
}

.children-menu-wrap .nav-row .child-navigation > li {
    list-style: none;
}

.children-menu-wrap .nav-row .child-navigation > li > a {
    color: #fff;
    font-family: 'Quattrocento', serif;
    text-decoration: none;
}

.children-menu-wrap .nav-row .child-navigation > li > a:hover,
.children-menu-wrap .nav-row .child-navigation > li.current > a {
    color: #d6de23;
}

/**
 * Top and Bottom Color Bar
 */
.colors-bar {
    background-color: #325674;
}

.colors-bar .colors-wrap .color {
    width: 20%;
    height: 10px;
    float: left;
}

.colors-bar .color.brown {
    background-color: #4e3524;
}

.colors-bar .color.cyan {
    background-color: #038a91;
}

.colors-bar .color.yellow {
    background-color: #d6de23;
}

.colors-bar .color.green {
    background-color: #5b6916;
}

.colors-bar .color.blue {
    background-color: #5daeed;
}

@media only screen and (min-width : 992px) {
    .colors-bar .colors-wrap {
        margin-left: -10px;
        margin-right: -10px;
    }
}

/**
 * Footer Template Styles
 */


/**
 * Bottom Navigation Bar
 */
.bottom-navigation-bar {
    background-color: #325674;
    color: #fff;
    text-align: center;
}

.bottom-navigation-bar a {
    color: #fff;
    text-decoration: none;
}

.bottom-navigation-bar .navigation {
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
    padding: 15px 0;
}

.bottom-navigation-bar .navigation > li {
    padding: 0 12px;
    border-right: 2px solid #869cae;
    display: inline-block;
}

.bottom-navigation-bar .navigation > li:last-child {
   border-right: none;
}

.bottom-navigation-bar .navigation > li > a {
    line-height: 20px;
    font-size: 14px;
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
}


/**
 * Bottom Information Bar
 */
.bottom-information-bar {
    background-color: #193145;
    color: #fff;
    text-align: center;
}

.bottom-information-bar a {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bottom-information-bar .address {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding: 15px 0 10px;
}

.bottom-information-bar .address > li {
    line-height: 20px;
    font-size: 14px;
    font-family: 'Quattrocento', serif;
    padding: 0 10px;
    border-right: 2px solid #869cae;
    display: inline-block;
}

.bottom-information-bar .address > li:last-child {
   border-right: none;
}

.bottom-information-bar .copyright {
    font-family: 'Quattrocento', serif;
    line-height: 20px;
    font-size: 12px;
    margin: 0 0 25px;
}



/**
 * News pages
 */
.content-news {
    padding-bottom: 0;
}

.content-wrap.content-news.content-with-sidebar .sidebar{
    margin-bottom: 0;
}

/**
 * News Listing Items Global
 */

.news-items-wrap .news-item {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.news-items-wrap  .news-item {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2em;
    padding-bottom: 20px;
}

.news-items-wrap .news-item .top-info-wrap {
    float: left;
    width: 130px;
    margin-right: 20px;
}

.news-items-wrap .news-item .bottom-info-wrap {
    padding-left: 150px;
}

.news-items-wrap .news-item .image-wrap {
    margin-bottom: 15px;
}

.news-items-wrap .news-item .image-wrap .image {
    display: none;
}

.news-items-wrap .news-item .image-wrap img {
    width: 100%;
    height: auto;
}

.news-items-wrap .news-item .title {
    line-height: 1.2em;
}

.news-items-wrap .news-item .date {
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: .2em;
    line-height: 1em;
}

.news-items-wrap .news-item .excerpt p {
    margin-top: .15em;
    margin-bottom: .3em;
}

@media only screen and (min-width : 992px) {

    .news-items-wrap .news-item .top-info-wrap {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .news-items-wrap .news-item .bottom-info-wrap {
        padding-left: 0;
    }

    .news-items-wrap .news-item .image-wrap .image {
        display: block;
    }

    .news-items-wrap .news-item .image-wrap .mobile-image {
        display: none;
    }

    .news-items-wrap .news-item.news-item-inline .top-info-wrap {
        width: 320px;
        margin-right: 20px;
        float: left;
    }

    .news-items-wrap .news-item.news-item-inline .bottom-info-wrap {
        padding-left: 340px;
    }
}


/**
 * News listing page
 */
.content-news-listing .news-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-news-listing .news-section .news-items-wrap .news-item:nth-child(2n) {
    margin-right: 0;
}

.content-news-listing .news-section .news-items-wrap .news-item:nth-child(2n+1) {
    clear: left;
}

@media only screen and (min-width : 992px) {
    .content-news-listing .news-section .news-items-wrap .news-item {
        float: left;
        width: 344px;
        margin-right: 40px;
    }
}

@media only screen and (min-width : 1240px) {
    .content-news-listing .news-section .news-items-wrap .news-item {
        width: 440px;
    }
}


/**
 * Single News Item Section
 */
.content-news-single .single-news-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-news-single .single-news-section .news-items-wrap .news-item {
    border: none;
    padding: 0;
    margin: 0;
}

.content-news-single .single-news-section .news-items-wrap .news-item .top-info-wrap {
    float: none;
    width: 100%;
    margin-right: 0;
}

.content-news-single .single-news-section .news-items-wrap .news-item .top-info-wrap .image {
    display: block;
}

.content-news-single .single-news-section .news-items-wrap .news-item .bottom-info-wrap {
    padding-left: 0;
}

@media only screen and (min-width : 992px) {
    .content-news-single .content-inner {
        float: left;
        width: 468px;
        margin-right: 40px;
    }
    .content-news-single .other-news-sidebar {
        float: left;
        width: 220px;
    }
}

@media only screen and (min-width : 1240px) {
    .content-news-single .content-inner {
        width: 660px;
    }

    .content-news-single .other-news-sidebar {
        width: 220px;
    }
}


/**
 * Other News Sidebar Items
 */
.content-news-single .other-news-sidebar {
    padding-bottom: 20px;
}

.content-news-single .other-news-sidebar .news-items-wrap {
    padding-top: 20px;
}

.content-news-single .other-news-sidebar .news-items-wrap .news-item:nth-child(2n) {
    margin-right: 0;
}

.content-news-single .other-news-sidebar .news-items-wrap .news-item:nth-child(2n+1) {
    clear: left;
}

.content-news-single .other-news-sidebar .news-items-wrap .news-item .info-wrap {
    padding: 0;
}

.content-news-single .other-news-sidebar .news-items-wrap  .news-item .top-info-wrap {
    float: left;
    width: 130px;
    margin-right: 20px;
}

.content-news-single .other-news-sidebar .news-items-wrap  .news-item .bottom-info-wrap {
    padding-left: 150px;
}

.content-news-single .other-news-sidebar .news-items-wrap  .news-item .image-wrap {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
    float: none;
}

.content-news-single .other-news-sidebar .news-items-wrap  .news-item .image-wrap .image {
    display: none;
}

.content-news-single .other-news-sidebar .news-items-wrap .news-item .date {
    margin-bottom: 15px;
    font-family: 'Quattrocento', serif;
    font-weight: bold;
}

@media only screen and (min-width : 992px) {
    .content-news-single .other-news-sidebar .news-items-wrap .news-item .top-info-wrap {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .content-news-single .other-news-sidebar .news-items-wrap .news-item .bottom-info-wrap {
        padding-left: 0;
    }

    .content-news-single .other-news-sidebar .news-items-wrap .news-item .image-wrap .image {
        display: block;
    }

    .content-news-single .other-news-sidebar .news-items-wrap .news-item .image-wrap .mobile-image {
        display: none;
    }
}

/**
 * Hot Topics
 */
.content-news .hot-topics-section {
    background-color: #e6e5e5;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.content-news .hot-topics-section .topic-items-wrap .topic-item {
    line-height: 1.6em;
}

@media only screen and (min-width : 992px) {
    .content-news .hot-topics-section {
        margin-left: -40px;
        margin-right: -10px;
        margin-top: 20px;
        padding-left: 40px;
        padding-right: 10px;
    }

    .content-news.content-news-single .hot-topics-section {
        padding-left: 20px;
        margin-right: -20px;
        padding-right: 20px;
    }

    .content-news .hot-topics-section .title-wrap {
        background-color: #1a1a1a;
        color: #fff;
        float: left;
        width: 76px;
        text-align: center;
        padding: 0 5px;
        margin-right: 20px;
        height: 66px;
        line-height: 66px;
    }

    .content-news .hot-topics-section .title-wrap .title {
        font-weight: normal;
        font-size: 1em;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

    .content-news .hot-topics-section .topic-items-wrap {
        float: left;
        border-top: 1px solid #1a1a1a;
        border-bottom: 1px solid #1a1a1a;
        width: 632px;
    }

    .content-news.content-news-single .hot-topics-section .topic-items-wrap {
        width: 392px;
    }

    .content-news .hot-topics-section .topic-items-wrap .topic-item {
        padding-right: 20px;
        width: 114px;
        float: left;
        padding-top: .6em;
        padding-bottom: 1.2em;
        height: 76px;
    }

    .content-news.content-news-single .hot-topics-section .topic-items-wrap .topic-item {
        width: 125px;
    }
}

@media only screen and (min-width : 1240px) {
    .content-news .hot-topics-section .title-wrap {
        width: 100px;
    }

    .content-news .hot-topics-section .title-wrap .title {
        font-size: 1.28em;
    }

    .content-news .hot-topics-section .topic-items-wrap {
        width: 800px;
    }

    .content-news.content-news-single .hot-topics-section .topic-items-wrap {
        width: 560px;
    }

    .content-news.content-news-single .hot-topics-section .topic-items-wrap .topic-item {
        width: 112px;
    }
}


/**
 * Social Feed Tabs
 */

.social-feed-wrap {
    width: 100%;
}

.social-feed-wrap .social-buttons-bar .social-tab {
    width: 25%;
    max-width: 60px;
    float: left;
}

.social-feed-wrap .social-buttons-bar .social-button {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}

.social-feed-wrap .social-buttons-bar .social-button.facebook {
    background-color: #36609f;
}

.social-feed-wrap .social-buttons-bar .social-button.twitter {
    background-color: #2aa9e0;
}

.social-feed-wrap .social-buttons-bar .social-button.linkedin {
    background-color: #066c9a;
}

.social-feed-wrap .social-buttons-bar .social-button.youtube {
    background-color: #ed3437;
}

.social-feed-wrap .social-sections-wrap .social-section.not-active {
    display: none;
}

.social-feed-wrap .social-sections-wrap .social-section.facebook {
    border-top: 10px solid #36609f;
}

.social-feed-wrap .social-sections-wrap .social-section.twitter {
    border-top: 10px solid #2aa9e0;
}

.social-feed-wrap .social-sections-wrap .social-section.linkedin {
    border-top: 10px solid #066c9a;
}

.social-feed-wrap .social-sections-wrap .social-section.youtube {
    border-top: 10px solid #ed3437;
}


/**
 * Social Connect - Social Items
 */
.social-feed-wrap .social-sections-wrap .social-section .viewing  {
    font-size: .71em;
    margin-top: 5px;
    margin-bottom: 20px;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2em;
    padding-bottom: 20px;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .thumbnail {
    float: left;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .title {
    padding-left: 45px;
    font-size: 1.29em;
    margin-bottom: 0;
    margin-top: .1em;
    line-height: 1.2em;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .date-wrap {
    padding-left: 45px;
    font-size: 1em;
    color: #5b6916;
    margin-bottom: 5px;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .excerpt {
    clear: left;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .excerpt p {
    margin-top: .5em;
    margin-bottom: .5em;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .image {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
}


@media only screen and (min-width : 992px) {
    .social-feed-wrap .social-sections-wrap .social-section .social-item .title {
        font-size: 1em;
    }

    .social-feed-wrap .social-sections-wrap .social-section .social-item .date-wrap {
        font-size: .86em;
    }

    .social-feed-wrap .social-sections-wrap .social-section .social-item .image {
        display: block;
    }
}


/**
 * Social Feeds Page
 */
.content-social-feed .social-feed-tabs-section  {
    padding-top: 20px;
}

@media only screen and (min-width : 992px) {
    .content-social-feed .social-feed-tabs-section .social-items-wrap .social-item {
        float: left;
        width: 340px;
        margin-right: 20px;
    }

    .content-social-feed .social-feed-tabs-section .social-items-wrap .social-item:nth-child(2n) {
        margin-right: 0;
    }

    .content-social-feed .social-feed-tabs-section .social-items-wrap .social-item:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (min-width : 1240px) {
    .content-social-feed .social-feed-tabs-section .social-items-wrap .social-item {
        float: left;
        width: 340px;
        margin-right: 160px;
    }
}


/**
 * Social Share Buttons
 */
.social-share-bar {
     margin: 1em 0;
}

.social-share-bar .social-button {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    width: 30px;
    line-height: 30px;
    margin-right: 5px;
    font-size: 1.2em;
}

.social-share-bar .social-button.facebook {
    background-color: #36609f;
}

.social-share-bar .social-button.twitter {
    background-color: #2aa9e0;
}

.social-share-bar .social-button.linkedin {
    background-color: #066c9a;
}

.social-share-bar .social-button.youtube {
    background-color: #ed3437;
}

.social-share-bar .social-button.email {
    background-color: #706f6f;
    font-size: 1.6em;
}

.social-share-bar .social-button.print {
    background-color: #1a1a1a;
    font-size: 1.6em;
}

.content-homepage {
    padding-top: 0;
}

/**
 * Whats Up Items
 */
.content-homepage .whats-up-bar {
    background-color: #e6e5e5;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
}

.content-homepage .whats-up-bar .whats-up .title-wrap {
    background-color: #1a1a1a;
    color: #fff;
    float: left;
    text-align: center;
    padding: 0 5px;
    height: 80px;
    line-height: 80px;
    width: 25%;
}

.content-homepage .whats-up-bar .whats-up .title-wrap .title {
    font-weight: normal;
    font-size: 1.28em;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.content-homepage .whats-up-bar .whats-up .news-items-wrap {
    float: left;
    width: 75%;
    overflow: hidden;
    position: relative;
}

.content-homepage .whats-up-bar .whats-up .slick-arrow {
    background: url('../images/slider-arrows.gif') top center no-repeat;
    text-indent: -9999px;
    position: absolute;
    z-index: 110;
    border: none;
    width: 16px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.content-homepage .whats-up-bar .whats-up .slick-arrow.slick-disabled {
    display: none;
    cursor: not-allowed;
}

.content-homepage .whats-up-bar .whats-up .slick-prev {
    left: 5px;
}

.content-homepage .whats-up-bar .whats-up .slick-next {
    background-position: bottom center;
    right: 5px;
}

.content-homepage .whats-up-bar .whats-up .news-item {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    margin-bottom: 0;
    border-bottom: none;
}

.content-homepage .whats-up-bar .whats-up .news-item:last-child {
    margin-right: 0;
}

.content-homepage .whats-up-bar .whats-up .news-item:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    top: 1px;
    left: 4px;
    font-size: 1.71em;
    display: none;
}


.content-homepage .whats-up-bar .whats-up .news-item .title {
    line-height: 1.2em;
    font-size: 1.14em;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.content-homepage .whats-up-bar .whats-up .news-item .title a {
    color: #5b6916;
    text-decoration: none;
}

.content-homepage .whats-up-bar .whats-up .news-item .permalink {
    display: none;
}

@media only screen and (min-width : 992px) {
    .content-homepage .whats-up-bar {
        padding-top: 55px;
        padding-bottom: 55px;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .content-homepage .whats-up-bar .whats-up .title-wrap {
        width: 76px;
        margin-right: 20px;
        margin-left: 0;
        height: auto;
    }

    .content-homepage .whats-up-bar .whats-up .title-wrap .title {
        font-size: 1em;
    }

    .content-homepage .whats-up-bar .whats-up .news-items-wrap {
        width: 844px;
        margin-bottom: 20px;
    }

    .content-homepage .whats-up-bar .whats-up .news-item {
        border-top: 1px solid #1a1a1a;
        width: 268px;
        float: left;
        margin-right: 20px;
        padding-left: 20px;
        padding-right: 0;
        text-align: left;
        height: auto;
        line-height: 1.4;
    }

    .content-homepage .whats-up-bar .whats-up .news-item:after {
        display: block;
    }

    .content-homepage .whats-up-bar .whats-up .news-item .permalink {
        display: inline;
    }

    .content-homepage .whats-up-bar .whats-up .news-item .title {
        font-size: 1.29em;
        font-weight: bold;
        vertical-align: top;
    }
}

@media only screen and (min-width : 1240px) {
    .content-homepage .whats-up-bar .whats-up .title-wrap {
        width: 100px;
    }

    .content-homepage .whats-up-bar .whats-up .title-wrap .title {
        font-size: 1.28em;
    }

    .content-homepage .whats-up-bar .whats-up .news-items-wrap {
        width: 1060px;
    }

    .content-homepage .whats-up-bar .whats-up .news-item {
        width: 340px;
    }
}


/**
 * Hot Topics
 */
.content-homepage .whats-up-bar .hot-topics {
    display: none;
}

.content-homepage .whats-up-bar .hot-topics .title-wrap {
    background-color: #1a1a1a;
    color: #fff;
    float: left;
    width: 76px;
    text-align: center;
    padding: 0 5px;
    margin-right: 20px;
    height: 66px;
    line-height: 66px;
}

.content-homepage .whats-up-bar .hot-topics .title-wrap .title {
    font-weight: normal;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.content-homepage .whats-up-bar .topic-items-wrap {
    float: left;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.content-homepage .whats-up-bar .topic-items-wrap .topic-item {
    margin-right: 20px;
    width: 76px;
    float: left;
    padding-top: .6em;
    padding-bottom: 1.2em;
}
.content-homepage .whats-up-bar .topic-items-wrap .topic-item:last-child {
    margin-right: 0;
}

@media only screen and (min-width : 992px) {
    .content-homepage .whats-up-bar .hot-topics {
        display: block;
    }
}

@media only screen and (min-width : 1240px) {
    .content-homepage .whats-up-bar .hot-topics .title-wrap {
        width: 100px;
    }

    .content-homepage .whats-up-bar .hot-topics .title-wrap .title {
        font-size: 1.28em;
    }

    .content-homepage .whats-up-bar .topic-items-wrap .topic-item {
        width: 100px;
    }
}

/**
 * Main Sections Tabs
 */
.content-homepage .main-sections-buttons-bar {
    margin-left: -20px;
    margin-right: -20px;
}

.content-homepage .main-sections-buttons-bar .main-sections-tab {
    float: left;
    width: 25%;
}

.content-homepage .main-sections-buttons-bar .main-sections-button {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    background-color: #325674;
    font-family: 'Quattrocento', serif;
    font-size: 1em;
    text-decoration: none;
    line-height: 2em;
    border-right: 1px solid #5c7991;
}
.content-homepage .main-sections-buttons-bar .main-sections-tab:last-child .main-sections-button {
    border-right: none;
}

.content-homepage .main-sections-buttons-bar .main-sections-button.selected,
.content-homepage .main-sections-buttons-bar .main-sections-button:hover {
    background-color: #193145;
}

@media only screen and (min-width : 768px) {
    .content-homepage .main-sections-buttons-bar .main-sections-button {
        font-size: 1.14em;
    }
}

@media only screen and (min-width : 992px) {
    .content-homepage .main-sections-buttons-bar {
        display: none;
    }
}

/**
 * Main Sections
 */
.content-homepage .main-sections-wrap .main-section.not-active {
    display: none;
}

@media only screen and (min-width : 992px) {
    .content-homepage .main-sections-wrap .main-section.not-active {
        display: block;
    }
}


/**
 * Latest News
 */
.content-homepage .main-sections-wrap .latest-news {
    width: 100%;
}

.content-homepage .main-sections-wrap .latest-news .button {
    float: right;
    margin-top: 1em;
}

@media only screen and (min-width : 992px) {
    .content-homepage .main-sections-wrap .latest-news {
        float: left;
        width: 364px;
        margin-right: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width : 1240px) {
    .content-homepage .main-sections-wrap .latest-news {
        width: 460px;
    }
}


/**
 * Latest Events
 */
.content-homepage .main-sections-wrap .upcoming-events {
    width: 100%;
}

.content-homepage .main-sections-wrap .upcoming-events .button {
    float: right;
    margin-top: 1em;
}

.content-homepage .main-sections-wrap .upcoming-events .event-item .date {
    font-size: 1.58em;
}

@media only screen and (min-width : 992px) {
    .content-homepage .main-sections-wrap .upcoming-events {
        float: left;
        width: 364px;
        margin-right: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width : 1240px) {
    .content-homepage .main-sections-wrap .upcoming-events {
        width: 460px;
    }
}


/**
 * Social Connect Tab Sections
 */
.content-homepage .main-sections-wrap .social-connect {
    width: 100%;
}

@media only screen and (min-width : 992px) {
    .content-homepage .main-sections-wrap .social-connect {
        float: left;
        width: 172px;
    }
}

@media only screen and (min-width : 1240px) {
    .content-homepage .main-sections-wrap .social-connect {
        width: 220px;
    }
}


/**
 * Hot Topics - Mobile Tab version
 */
.content-homepage .main-sections-wrap .hot-topics {
    width: 100%;
}

.content-homepage .main-sections-wrap .hot-topics .topic-item {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.29em;
}

.content-homepage .main-sections-wrap .hot-topics .topic-item:last-child {
    border-bottom: none;
}

@media only screen and (min-width : 992px) {
    .content-homepage .main-sections-wrap .hot-topics,
    .content-homepage .main-sections-wrap .hot-topics.not-active {
        display: none;
    }
}



/**
 * Accordion
 */
.content-want-to .iwant-accordion-wrap {

}

.content-want-to .iwant-accordion-wrap .accordion-panel {
    border-bottom: 1px solid #1a1a1a;
}

.content-want-to .iwant-accordion-wrap .accordion-panel .title-wrap .title {
    text-transform: uppercase;
    margin: 0;
    font-size: 1.23em;
    font-weight: bold;
}

.content-want-to .iwant-accordion-wrap .accordion-panel .title-wrap .title a {
    display: block;
    text-decoration: none;
    color: #1a1a1a;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-want-to .iwant-accordion-wrap .accordion-panel .title-wrap .title a:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #869cae;
}

.content-want-to .iwant-accordion-wrap .accordion-panel.open .title-wrap .title a:before {
    content: '\f0dd';
    position: static;
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    margin-top: -3px;
    margin-right: 5px;
}

.content-want-to .iwant-accordion-wrap .accordion-panel .panel-content-wrap {
    display: none;
}

.content-want-to .iwant-accordion-wrap .accordion-panel.open .panel-content-wrap {
    display: block;
}

.content-want-to .iwant-accordion-wrap .panel-content-wrap {
    padding-bottom: 20px;
}

.content-want-to .iwant-accordion-wrap .panel-content-wrap .nav-row .column {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.content-want-to .iwant-accordion-wrap .panel-content-wrap .nav-row .child-heading {
    font-size: 1.23em;
    font-weight: normal;
}

.content-want-to .iwant-accordion-wrap .panel-content-wrap .nav-row .child-navigation > li {
    font-family: 'Quattrocento', serif;
    font-size: 1.14em;
    line-height: 1.4em;
    padding-right: 10px;
}

.content-want-to .iwant-accordion-wrap .panel-content-wrap .nav-row .child-navigation > li:before {
    display: none;
}

@media only screen and (min-width : 992px) {
    .content-want-to .iwant-accordion-wrap .panel-content-wrap .nav-row .column {
        width: 25%;
    }
}


/**
 * Procurement page css
 */


/**
 * Our mission section
 */
.content-procurement .mission-section {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.content-procurement .mission-section .mission-info-wrap .subtext {
    font-size: 1.23em;
    color: #325674;
    line-height: 1.2em;
}

.content-procurement .mission-section .contact-dept-wrap {
    padding-top: 20px;
    border-top: 1px solid #1a1a1a;
    margin-top: 20px;
}

@media only screen and (min-width : 992px) {
    .content-procurement .mission-section .mission-info-wrap {
        float: left;
        width: 368px;
        margin-right: 40px;
    }

    .content-procurement .mission-section .contact-dept-wrap {
        float: left;
        width: 320px;
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }
}

@media only screen and (min-width : 1240px) {
    .content-procurement .mission-section .mission-info-wrap {
        width: 560px;
    }
}

/**
 * Team section
 */
.content-procurement .team-section {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/**
 * Prosecutor page css
 */


/**
 * Bio Section
 */
.content-prosecuter .prosecuter-bio-section {
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 20px;
    padding-top: 20px;
}

.content-prosecuter .prosecuter-bio-section .prosecuter-bio-wrap .name {
    margin-bottom: .1em;
}

.content-prosecuter .prosecuter-bio-section .prosecuter-bio-wrap .role {
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: .2em;
    line-height: 1em;
}

.content-prosecuter .prosecuter-bio-section .contact-dept-wrap {
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


@media only screen and (min-width : 992px) {
    .content-prosecuter .prosecuter-bio-section .prosecuter-bio-wrap {
        padding-left: 340px;
    }

    .content-prosecuter .prosecuter-bio-section .contact-dept-wrap {
        float: left;
        width: 320px;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

/**
 * News Sections
 */
.content-prosecuter .news-section {
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 20px;
}

.content-prosecuter .news-section:last-child {
    border-bottom: none;
}


/**
 * Procurement page css
 */


/**
 * Welcome section
 */
.content-weed-control .welcome-section {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.content-weed-control .welcome-section .welcome-info-wrap {
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.content-weed-control .welcome-section .welcome-info-wrap .subtext {
    font-size: 1.23em;
    color: #325674;
    line-height: 1.2em;
}

.content-weed-control .welcome-section .contact-dept-wrap {
    padding-top: 20px;
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.content-weed-control .welcome-section .news-items-wrap {
    clear: left;
}

@media only screen and (min-width : 992px) {
    .content-weed-control .welcome-section .welcome-info-wrap {
        float: left;
        width: 438px;
        margin-right: 40px;
    }

    .content-weed-control .welcome-section .contact-dept-wrap {
        float: right;
        width: 250px;
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .content-weed-control .welcome-section .news-items-wrap {
        float: left;
        width: 438px;
        margin-right: 40px;
    }

}

@media only screen and (min-width : 1240px) {
    .content-weed-control .welcome-section .welcome-info-wrap {
        width: 560px;
    }

    .content-weed-control .welcome-section .contact-dept-wrap {
        width: 320px;
    }

    .content-weed-control .welcome-section .news-items-wrap {
        width: 560px;
    }
}

/**
 * News section
 */
@media only screen and (min-width : 992px) {
    .content-weed-control .welcome-section .news-items-wrap .news-item .top-info-wrap {
        width: 220px;
        margin-right: 20px;
        float: left;
    }

    .content-weed-control .welcome-section .news-items-wrap .news-item .bottom-info-wrap {
        padding-left: 240px;
    }
}

/**
 * Team section
 */
.content-weed-control .team-section {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
