/* -----------------------------------------------------------------------------

    0.  Reset & Clearfix
    1.  Document Setup
    2.  Wrap
    3.  Header
    4.  Content
    5.  Homepage
    7.  Services
    9.  Shortcodes
    14. Footer
*/
/* ----------------------------------------------------------------------------- */
/*  0.  Reset & Clearfix (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,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,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,input,textarea,select{margin:0;padding:0;outline:0;border:0;background:transparent;vertical-align:baseline;font-size:100%;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{§ght:1;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}del{text-decoration:line-through;}hr{clear:both;margin:0;padding:0;height:1px;border:0;background:transparent;color:transparent;}mark{background-color:#ffffb3;font-style:italic;}input,select{vertical-align:middle;}ins{background-color:red;color:white;text-decoration:none;}ol,ul{list-style:none;}table{border-spacing:0;border-collapse:collapse;}

.clear{display:block;visibility:hidden;clear:both;overflow:hidden;width:0;height:0;}.clearfix:after{display:block;visibility:hidden;clear:both;width:0;height:0;content:' ';font-size:0;line-height:0;line-line-line-line-line-line-;}* html .clearfix,:first-child+html .clearfix{zoom:1;}


/* ----------------------------------------------------------------------------- */
/*  1.  Document Setup
/* ----------------------------------------------------------------------------- */
@font-face {
	font-family: 'Bariol';
	src: url('../fonts/bariol/bariol_regular-webfont.eot');
	src: url('../fonts/bariol/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/bariol/bariol_regular-webfont.woff2') format('woff2'),	/*	Version 2 of the WOFF file format, which has better compression (and thus requires less bandwith) and has better performance	*/
		 url('../fonts/bariol/bariol_regular-webfont.woff') format('woff'),
		 url('../fonts/bariol/bariol_regular-webfont.otf') format('opentype'),
		 url('../fonts/bariol/bariol_regular-webfont.svg#bariol_regularregular') format('svg');
}

    html {
        overflow-x: hidden;
        width: 100%;
        height: 100%;
    }
    body {
        overflow-x: hidden;
        overflow-y: auto;
        /*color: #333;*/
        font: 14px/1.7 "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
		color:#5c5d5e;
    }
    a, a > * {
        /*color: #333;*/
		color:#6bc052;
        text-decoration: none;
        -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    }
	#content a:hover {
		/*text-decoration:none;*/
		/*color:#5686DA !important;*/
	}
	a:visited {
		/*color:#663366;*/
		color:#6bc052;
	}

    ::-moz-selection { background: #333; color: #fff; text-shadow: none; }
    ::selection { background: #333; color: #fff; text-shadow: none; }
	
	h1, .flex-caption h3 {
		font-family: "Bariol", "Helvetica Neue", Helvetica, Arial;
	}

    h1 { font-size: 30px; }
    h2 { font-size: 36px; }
    h3 { font-size: 24px; }
    h4 { font-size: 16px; }
    h5 { font-size: 14px; }
    h6 { font-size: 12px; }

    h1, h2, h3, h4, h5, h6 {
        color: #333;
        line-height: 1.3em;
    }
    h1.headline, h2.headline, h3.headline {
        margin-bottom: 25px;
    }
    h4.headline, h5.headline, h6.headline {
        margin-bottom: 15px;
    }
    .inline-border {
        position: relative;
        display: block;
        margin: 0 0 40px;
        color: #959595;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 200;
    }
    .inline-border:before, .inline-border:after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 25%;
        height: 1px;
        background: #ececec;
        content: '';
    }
    .inline-border:after {
        right: 0;
        left: auto;
    }

    small {
        font-size: 11px;
    }

    p,
    pre,
    dl,
    dd,
    blockquote,
    address,
    table,
    fieldset,
    form {
        margin-bottom: 10px;
    }

    img {
        display: block;
        max-width: 100%;
        height: auto;
        -webkit-backface-visibility: hidden;
    }

    object, video {
        display: block;
        height: auto;
    }


    /*  Forms  -----------------------------------------------------*/

    label {
        font-weight: 600;
    }
    label.error {
        display: block;
        margin-top: -15px;
        margin-bottom: 20px;
        background: none;
        color: red;
        font-weight: 400;
    }

    input[type="text"], textarea {
        display: block;
        margin-bottom: 20px;
        padding: 7px 8px;
        max-width: 100%;
        width: 240px;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        color: #959595;
        font: 12px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-weight: 500;
        -webkit-transition: border linear .3s, box-shadow linear .3s;
           -moz-transition: border linear .3s, box-shadow linear .3s;
            -ms-transition: border linear .3s, box-shadow linear .3s;
             -o-transition: border linear .3s, box-shadow linear .3s;
                transition: border linear .3s, box-shadow linear .3s;
    }
    textarea {
        min-width: 97%;
        max-width: 97%;
        resize: none;
        -webkit-resize: none;
        -moz-resize: none;
        -webkit-resize: none;
        -moz-resize: none;
    }
    input[type="submit"], input[type="reset"], input[type="button"], button, .button {
        display: inline-block;
        margin: 0 5px 15px 0;
        padding: 7px 20px 8px;
        border-radius: 3px;
        color: #fff;
        /*font-weight: 800;*/
        font-size: 12px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.5;
        cursor: pointer;
        -webkit-transition: background .2s ease-out;
           -moz-transition: background .2s ease-out;
            -ms-transition: background .2s ease-out;
             -o-transition: background .2s ease-out;
                transition: background .2s ease-out;
        -webkit-font-smoothing: antialiased;
    }
    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
        color: #fff;
    }




/* ------------------------------------------------------------------------------- */
/*  2.  Wrap
/* ------------------------------------------------------------------------------- */


    #body-wrapper {
        position: relative;
        background: #fff;
    }
    .container {
        position: relative;
        margin: 0 auto;
        padding: 0;
        /*max-width: 980px;*/
		max-width:950px;
    }
    .container:after {
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        content: "\0020";
    }

    .fullwidth {
        margin-right: -70px !important;
        margin-left: -70px !important;
    }
    .fullwidth-padding {
        margin-right: -70px !important;
        margin-left: -70px !important;
        padding-right: 70px !important;
        padding-left: 70px !important;
    }


    /*  Columns  --------------------------------*/

    #main {
        float: left;
        width: 71.5%;
    }
    #sidebar {
        float: right;
        width: 23.5%;
    }

    .one-half       { width: 49%; }
    .one-third      { width: 31.9%; }
    .two-third      { width: 64%; }
    .one-fourth     { width: 23.5%; }
    .three-fourth   { width: 74.5%; }
    .one-fifth      { width: 18.4%; }
    .two-fifth      { width: 38.8%; }
    .three-fifth    { width: 59.2%; }
    .four-fifth     { width: 79.6%; }

    .one-half,
    .one-third,
    .two-third,
    .three-fourth,
    .one-fourth,
    .one-fifth,
    .two-fifth,
    .three-fifth,
    .four-fifth {
        position: relative;
        float: left;
        margin-right: 2%;
    }

    .column-last {
        clear: right;
        margin-right: 0!important;
    }

    hr {
        display: block;
    }

    .sep10   { height: 10px; }
    .sep20   { height: 20px; }
    .sep30   { height: 30px; }
    .sep40   { height: 40px; }
    .sep50   { height: 50px; }
    .sep60   { height: 60px; }
    .sep70   { height: 70px; }
    .sep80   { height: 80px; }
    .sep90   { height: 90px; }
    .sep100  { height: 100px; }





/* ------------------------------------------------------------------------------- */
/*  3.  Header
/* ------------------------------------------------------------------------------- */
	#header {
        position: relative;
        margin: 0 auto;
        min-height: 91px;
    }
		#header a {
			text-decoration: none;
		}
		
    #logo {
        float: left;
        /*margin-top: 45px;*/
        color: #333;
        letter-spacing: -0.06em;
        font-weight: 800;
        font-size: 36px;
        line-height: 1.2em;
    }
	
	
    /*  Navigation  --------------------------------*/
	#util-nav {
		/*display:inline-block;*/
		margin-top: 5px;
		float:right;
	}	
	
		#util-nav a {
			color:#5686da;
			margin:0 0 0 20px;
		}
		
		#util-nav a:hover {
			color:#959595;
		}

    #navigation {
        display: inline-block;
        float: right;
		clear: both;
		margin-top:-33px;
		
        /*margin-top: 60px;
		margin-top:30px;*/
    }
    #navigation li, #util-nav li {
        position: relative;
        float: left;
    }
	
	#navigation li:before {
		content: '\2022';
		color:#60bb46;
		float:left;
		margin-left:12px;
	}	
	#navigation li ul li:before,
	#navigation li:first-child:before {
		content:'';	
	}
	
    #navigation a {
        position: relative;
        display: block;
        margin: 0 0 0 30px;
        color: #959595;
        font-weight: 500;
		font-size: 14px;
    }
    #navigation > li > a {
        height: 30px;
    }
    #navigation a:hover, #navigation .hover > a, #navigation .current > a {
        color: #333;
    }


    /*  Dropdown  --------------------------------*/

    #navigation ul {
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 9999;
        display: none;
        margin: 0 0 0 30px;
        padding: 0;
        width: 200px;
        border-radius: 3px;
        background: #333;
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
                box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
    }
    #navigation ul li {
        float: none;
        border-bottom: 1px solid #3d3d3d;
    }
    #navigation ul li:last-child {
        border-bottom: none;
    }
    #navigation ul li i {
        position: absolute;
        right: 10px;
    }
    #navigation ul li i:before {
        margin-top: 5px;
        color: #c2c2c2;
        content: "\f054";
        font-size: 9px;
        font-family: 'FontAwesome';
    }
    #navigation ul a {
        display: block;
        margin: 0;
        padding: 7px 20px;
        color: #c2c2c2;
        font-size: 12px;
    }
    #navigation ul a:hover, #navigation ul .hover > a, #navigation ul .current > a, #navigation ul .current > a:hover {
        color: #fff;
    }


    /*  Sub Dropdown  --------------------------------*/

    #navigation ul ul {
        top: 0;
        left: 200px;
        margin: 0;
    }


    /*  Responsive Nav  --------------------------------*/

    .selectnav {
		margin-top: 7px;
        display: none;
        padding: 12px 30px;
        border: none;
        border-radius: 0;
        background: #333;
        color: #959595;
        font-size: 14px;
        -webkit-appearance: none;
    }





/* ------------------------------------------------------------------------------- */
/*  4.  Content
/* ------------------------------------------------------------------------------- */


    /*  Page Title  --------------------------------*/
    
    .page-title {
        display: block;
        margin: 0 0 50px;
       /*text-shadow:0px 0px 6px rgba(0, 0, 0, 1.0);*/
        font-weight:normal;
        font-size: 53px;
        line-height: 53px;
		background:#5686DA;
    }
		/* need to apply this to the container to position background graphic properly */
		.page-title .container {
			background:url(../images/bg-page_title.png) no-repeat bottom right;
			 padding: 35px 0 30px 0;
		}

    .intro {
        font-size: 18px;
    }

	#content h2 {
		color: #4b4c4d;
		font-weight: normal;
		font-size: 25px;
		margin-bottom:10px;
	}
	
	#content h3, #content h5 {
		font-weight:normal;
		color:#6bc052;
		font-size:18px;	
	}
	#content h3 {
		margin-bottom:10px;
	}
	
	#content ul {
		margin-left:40px;
		list-style-type:disc;
		margin-bottom:20px;	
	}
	
	#content ol {
		margin-left:40px;
		list-style-type:decimal;
		margin-bottom:20px;	
	}
	

/* ------------------------------------------------------------------------------- */
/*  5.  Homepage
/* ------------------------------------------------------------------------------- */

	
	/*  Flexslider --------------------------------------*/
	
	.flexslider a {
		text-decoration:none;
		color:#FFF;
		font-weight:bold;
	}	
	
	.flex-caption {
		top:0;
		background:none;
		margin-top: 12px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 10px;
		width: 525px;
	}
	
	.flex-direction-nav .flex-prev {
		left:0px;	
	}
	
	.flex-direction-nav .flex-next {
		right:0px;	
	}
	
	
	.flex-caption h3 {
		font-size: 54px;
		line-height: 54px;
		letter-spacing: 1px;
		margin-bottom:20px;	
	}

	.flex-caption p {
		color:#FFF;
		font-size:18px;
		line-height:24px;
	}
	
	
	h4.heading-clients {
		color:#5686da;
		font-size:22px;
		font-weight:normal;
	}
 

    /*  Logo List  --------------------------------*/
	
	.logo-list {
		margin-left:0 !important;
		margin-bottom:0 !important;	
	}
	
    .logo-list li {
        float: left;
		list-style-type:none;
		
    }
    .logo-list li a {
        position: relative;
        display: block;
        overflow: hidden;
        height: 100px;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
    }
    .logo-list li a:hover {
        border: 1px solid transparent;
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
                box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
        opacity: 1;
    }
    .logo-list img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        opacity: .5;
        -webkit-transition: all .3s ease;
    }
    .logo-list li:hover img {
        opacity: 1;
    }



/* ------------------------------------------------------------------------------- */
/*  7.  Services
/* ------------------------------------------------------------------------------- */

	.service h3 {
		font-size:24px;
	}	

    .service-icon {
        display: block;
        float: left;
        margin: 0 6px 6px 0;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #333;
        vertical-align: middle;
        text-align: center;
        line-height: 38px;
    }
    .service-description h3 {
/*      margin: 0 0 0 48px;*/
		padding: 5px 0 10px 48px;
        margin-top: 0px;
        font-weight: 500 !important;
        font-size: 18px !important;
		color:#333 !important;
		background:url(../images/icon-corner_arrow.png) top left no-repeat;
    }
	.service-description h3 a {
		font-weight: 500 !important;
        font-size: 18px !important;
		color:#333 !important;
		text-decoration:none;
	}
	.service-description h3 a:hover {
		color:#60BB46;
		-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	}
	.service p {
		margin:10px 0 15px 0;
        color: #959595;
        font-size: 12px;
	}
	
	.service-description {
		float:left;
	}
	
    .service-description p {
        margin:-2px 0 15px 48px;
        color: #959595;
        font-size: 12px;
    }
    .service-description .more {
        float: right;
        opacity: 0;
        -webkit-transition: all .3s ease;
		
    }
	.service-description .more a.button {
		text-decoration:none;
		color:#FFF;
		font-weight:bold;
	}
    .service:hover .more {
        opacity: 1;
    }
    .service li {
        display: block;
        padding: 7px 0;
        border-bottom: 1px solid #ececec;
    }
    .service li:last-child {
        border: none;
    }




/* ------------------------------------------------------------------------------- */
/*  9.  Shortcodes
/* ------------------------------------------------------------------------------- */


    /*  Buttons  --------------------------------*/

    .gray-yellow            { background: #ccc; }
    .gray-yellow:hover      { background: #ffd800; }

    .yellow-gray            { background: #ffd800; }
    .yellow-gray:hover      { background: #ccc; }

    .yellow-darkgray        { background: #ffd800; }
    .yellow-darkgray:hover  { background: #333; }

    .darkgray-yellow        { background: #333; }
    .darkgray-yellow:hover  { background: #ffd800; }


    .gray-blue            { background: #ccc; }
    .gray-blue:hover      { background: #78B9F7; }

    .blue-gray            { background: #78B9F7; }
    .blue-gray:hover      { background: #ccc; }

    .blue-darkgray        { background: #78B9F7; }
    .blue-darkgray:hover  { background: #333; }

    .darkgray-blue        { background: #333; }
    .darkgray-blue:hover  { background: #78B9F7; }


    .gray-cream            { background: #ccc; }
    .gray-cream:hover      { background: #EEE9DA; color: #333; }

    .cream-gray            { background: #EEE9DA; color: #333; }
    .cream-gray:hover      { background: #ccc; }

    .cream-darkgray        { background: #EEE9DA; color: #333; }
    .cream-darkgray:hover  { background: #333; }

    .darkgray-cream        { background: #333; }
    .darkgray-cream:hover  { background: #EEE9DA; color: #333; }


    .gray-green            { background: #ccc; }
    .gray-green:hover      { background: #9BCC45; }

    .green-gray            { background: #9BCC45; }
    .green-gray:hover      { background: #ccc; }

    .green-darkgray        { background: #9BCC45; }
    .green-darkgray:hover  { background: #333; }

    .darkgray-green        { background: #333; }
    .darkgray-green:hover  { background: #9BCC45; }


    .gray-orange            { background: #ccc; }
    .gray-orange:hover      { background: #FE9601; }

    .orange-gray            { background: #FE9601; }
    .orange-gray:hover      { background: #ccc; }

    .orange-darkgray        { background: #FE9601; }
    .orange-darkgray:hover  { background: #333; }

    .darkgray-orange        { background: #333; }
    .darkgray-orange:hover  { background: #FE9601; }


    .gray-pink            { background: #ccc; }
    .gray-pink:hover      { background: #FF9DBC; }

    .pink-gray            { background: #FF9DBC; }
    .pink-gray:hover      { background: #ccc; }

    .pink-darkgray        { background: #FF9DBC; }
    .pink-darkgray:hover  { background: #333; }

    .darkgray-pink        { background: #333; }
    .darkgray-pink:hover  { background: #FF9DBC; }


    .gray-red            { background: #ccc; }
    .gray-red:hover      { background: #D73300; }

    .red-gray            { background: #D73300; }
    .red-gray:hover      { background: #ccc; }

    .red-darkgray        { background: #D73300; }
    .red-darkgray:hover  { background: #333; }

    .darkgray-red        { background: #333; }
    .darkgray-red:hover  { background: #D73300; }


    .gray-tan            { background: #ccc; }
    .gray-tan:hover      { background: #D7AD7C; }

    .tan-gray            { background: #D7AD7C; }
    .tan-gray:hover      { background: #ccc; }

    .tan-darkgray        { background: #D7AD7C; }
    .tan-darkgray:hover  { background: #333; }

    .darkgray-tan        { background: #333; }
    .darkgray-tan:hover  { background: #D7AD7C; }


    .white-darkgray         { background: #fff; color: #333; }
    .white-darkgray:hover   { background: #333; color: #fff; }

    .darkgray-white         { background: #333; }
    .darkgray-white:hover   { background: #fff; color: #333; }


    .button.small {
        padding: 5px 8px 6px;
        font-size: 11px;
        line-height: 11px;
    }
    .button.big {
        padding-right: 30px;
        padding-left: 30px;
        font-size: 16px;
    }




    /*  Accordion  --------------------------------*/

	h4.accordion-heading {
		color:#4b4c4d;
		font-weight:normal;
		font-size:25px;	
	}
	
    .accordion-button {
        position: relative;
        display: block;
        margin: 0;
        padding: 7px 0 7px 17px;
        border-top: 1px solid #ececec;
        font-weight: 600;
        line-height: auto;
        cursor: pointer;
    }
    .accordion-button:first-child {
        border: none;
    }
    .accordion-content {
        margin: 5px 0 10px !important;
        padding: 0 0 8px 17px;
    }
    .accordion-button span.ui-icon {
        position: absolute;
        left: 0;
        margin: 0;
    }
    .accordion-button span.ui-icon:before {
        color: #959595;
        content: "\f055";
        font-family: FontAwesome;
    }
    .accordion-button.ui-state-active span.ui-icon:before {
        content: "\f056";
    }



    /*  Alert Boxes  --------------------------------*/

    .alert {
        position: relative;
        margin-bottom: 15px;
        padding: 6px 15px;
        border-radius: 3px;
        color: #FFF;
    }
    .alert.success {
        background: #9BCC45;
    }
    .alert.notice {
        background: #78B9F7;
    }
    .alert.warning {
        background: #FEC901;
    }
    .alert.error {
        background: #D73300;
    }


    /*  Blockquote  --------------------------------*/
    
    blockquote {
        position: relative;
        margin: 30px 0;
        padding: 15px 30px;
        color: #636363;
        font-style: italic;
    }
    blockquote p:last-of-type {
        margin-bottom: 0;
    }
    blockquote .person {
        display: block;
        margin-top: 10px;
        color: #333;
        font-weight: 600;
        font-style: normal;
    }


    /*  Lists  --------------------------------*/

    ul.circle, ul.disc, ul.square {
        margin-bottom: 25px;
    }
    ul.circle li, ul.disc li, ul.square li {
        margin: 0 30px 5px;
        color: #636363;
    }
    ul.disc li {
        list-style-type: disc;
    }
    ul.circle li {
        list-style-type: circle;
    }
    ul.square li {
        list-style-type: square;
    }




/* ------------------------------------------------------------------------------- */
/*  13.  Widgets
/* ------------------------------------------------------------------------------- */
	
	/* Accordion */
	
	.ui-accordion .ui-accordion-header {
		display: block; 
		cursor: pointer; 
		position: relative; 
		zoom: 1; 
	}
	
	.accordion h4 {
		padding:10px 20px;
		margin-bottom:4px;
	}
	
	.accordion p {
		padding:13px 17px;
		margin-bottom:4px;
	}
	
	.accordion .icon-plus, .accordion .icon-minus  {
		margin-top: 8px;
	}
	
	.ui-accordion .ui-accordion-content {
		overflow: hidden;
		zoom: 1; 
	}
	
	/* style 2 */
	.accordion.style2 h4, .accordion.style2 p {
		background:none !important;
	}
	
	.accordion.style2 h4 {
		margin-bottom:0;
		font-size:20px;
		font-weight:normal;
		color:#4b4c4d;
		padding:16px 20px 16px 0;
		border-bottom:1px solid #F0F0F0;
		position:relative;
	}
	
	.accordion.style2 h4 a {
		position:relative;
		left:46px;
		color:#4b4c4d;
		text-decoration:none;
	}
	
	.accordion.style2 h4.ui-state-active {
		border-bottom:0 !important;
	}
	
	.accordion.style2 div.ui-accordion-content-active {
		border-bottom:1px solid #F0F0F0;	
	}
	
	.accordion.style2 p {
		padding:0px 0 20px 0;
		margin-bottom:0;
	}
	
	.accordion.style2 .icon-plus, .accordion.style2 .icon-minus  {
		margin-top: 0;
		margin-right:-34px;
		padding:7px 9px;
		border-radius:2px;
		color:#FFF;
	}
	
	.accordion.style2 .icon-plus {background:#9f9f9f;}
	.accordion.style2 .icon-minus {background:#6bc052;}
	
	
	
	/* Testimonials */
	
	
	.testimonials .testimonial-item {
		margin-bottom:20px;
	}
	
	.testimonial-item  p {
		padding:18px 20px 25px 20px;
		margin-bottom:0;
		background-color:#5686da;
		border-radius:3px;
		color:#FFF;
	}
	
	.testimonials-arrow {
		background:url(../images/icon-testimonials_arrow.png) no-repeat;
		width:26px;
		height:26px;
		margin:0 0 0 30px;
	}
	
	.testimonial-item .author {
		margin: -18px 0 0 77px;
		
	}
	
	.testimonial-item .author .color {
		color:#6bc052;
		font-weight:bold;
	}
	
	
	
	
	/* Subnav */
	
	#subnav {
		list-style:none outside none !important;
		margin-left:0 !important;
		margin-bottom:0 !important;	
	}
	
	.arrow-list li {
		margin-bottom: 7px;
    	padding: 2px 5px 7px 18px;
		border-bottom: 1px solid #F0F0F0;
		font-size:16px;	
	}
	
	.arrow-list li,
	.arrow-list li a {
		color:#4b4c4d !important;
		text-decoration:none;	
	}
	
		.arrow-list li a {
			display:block;
		}
		
		.arrow-list li a:hover {
			color:#6bc052 !important;
		}
		
		.arrow-list li ul {
			/*margin-left:0 !important;
			margin-top:10px !important;
			margin-bottom:*/
			margin:10px 0 0 0 !important;
		}
		.arrow-list li li {
			list-style:none; 
			font-size:14px;
		}
	.arrow-list li:before {
		content: '\f054'; 
		font-family: FontAwesome; 
		font-style: normal; 
		font-weight: normal; 
		text-decoration: inherit;
		font-size: 11px; 
		position: absolute; 
		/*top: 6px; */
		margin-top:4px;
		left: 0;
	}
	.arrow-list li li:before {
		margin-left:15px;	
	}
	
	.arrow-list li:last-child {
		margin-bottom:0;
		border-bottom:0 none;
	}
	
	
    

/* ------------------------------------------------------------------------------- */
/*  14.  Footer
/* ------------------------------------------------------------------------------- */

    #footer {
        margin-top: 35px;
        padding-top: 35px;
        background: #60bb46;
        color: #FFF;
        font-size: 12px;
    }
    #footer .logo {
        display: block;
        
        margin-bottom: 20px;
        color: #fff;
        letter-spacing: -0.05em;
        font-weight: 800;
        font-size: 28px;
        line-height: 1.2em;
    }
    #footer h3 {
        margin-bottom: 20px;
        color: #636363;
        font-weight: 700;
        font-size: 14px;
    }
    #footer a {
        color: #FFF;
		text-decoration:none;
    }
	
	#footer-navigation {
		margin-top:6px;
		font-size:14px;	
	}
		#footer-navigation {
			display:inline-block;	
		}
		
		#footer-navigation li {
			float:left;
			position:relative;
			/*margin:0px 9px 5px 9px;*/
			margin:0 3px 5px 9px;
			max-width:128px;
				
		}
			
			#footer-navigation li a {
				font-weight:bold;
				color:#FFF;		
			}
			
				#footer-navigation li a:hover {
					color:#FFF;
					text-decoration:underline;	
				}
		
		#footer-navigation li ul {
			font-size:13px;
			margin-top:8px;	
		}
		
		#footer-navigation li ul li {
			float:none;
			margin:0 0 6px 0;	
		}
			#footer-navigation li ul li a {
				font-weight:normal;	
			}
	
	#footer-navigation-mobile {
		display:none;	
	}
		
		#footer-navigation-mobile li a {
				color:#FFF;		
			}
			
				#footer-navigation-mobile li a:hover,
				#footer-navigation-mobile li a:active {
					color:#FFF;
					text-decoration:underline;	
				}

    /*  Copyright & Social Links  --------------------------------*/

    #footer .info {
        margin: 20px auto 0;
        padding: 15px 0;
        width: 100%;
        background: #529f3c;
		color:#FFF;
		font-size:12px;
    }
	#footer .info a {
		color:#FFF;
		text-decoration:underline;
	}
	#footer .info a:hover {
		color:#000;
		text-decoration:none;	
	}
	
    .copyright {
        float: left;
    }
    .copyright li {
        float: left;
        margin-right: 30px;
        line-height: 26px;
    }
     .social-links {
        float: right;
    }
    .social-links li {
        float: left;
        margin-left: 8px;
        border-radius: 3px;
        background: #fff;
        text-align: center;
    }
    .social-links li a {
        display: block;
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        text-decoration:none !important;
        color:#529f3c !important;
    }
    .social-links li a i {
        color: #529f3c;
        text-decoration:none;
    }
    .social-links li a:hover {
        opacity: 1;
        text-decoration:none;
    }
    #requestDemo {
        background: #ec008c url(/assets/images/btn_requestDemo_magenta.png) no-repeat scroll top right;
        height:246px;
        left:0;
        position:fixed;
        top: 195px;
        width:53px;
		opacity: 0.85;
    }
      div#requestDemo:hover
      {
        //background-position:0px -100px;
        //width:58px;
        padding-left:10px;
		opacity: 1;
      }
      #requestDemo a
      {
        display:block;
        height:246px;
        width:53px;
        text-indent:-9999px;
      }




