/*
Theme Name: Sherpa Software Child Theme
Author: GandCoDesigns
Author URI: http://gandcodesign.com/
Description: Sherpa Software   
Tags: Sherpa
Template: azure-basic
Version: 2.6

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

 *
 *
 *
 * CSS resets and layout uses modified version of the Blueprint CSS Framework 1.0.1
 * http://blueprintcss.org
 * Copyright (c) 2007-Present. See LICENSE for more info.
 *
 *
 *
*/

/*    BlurePrint Reset and Framework        */
/*------------------------------------------*/

@import url("../azure-basic/style.css"); /* DO NOT REMOVE! */

/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { height: 100%; }

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background: none repeat 0 0 scroll #fff;
    padding: 0;
    margin: 0;
    color: #144a78;
    font-size: 18px;
}
p {
color: #144a78;
 font-size: 18px;
}
:focus { outline: 0; }

ol, ul { list-style: none; }
ul li {
    color: #144a78;
    font-size: 18px;
    list-style: disc;
    margin-left: 1px;
}
ol li {
    color: #144a78;
    font-size: 18px;
    list-style: decimal;
    margin-left: 1px;
}
 
a { text-decoration: none; }

table { border-collapse: separate;
        border-spacing: 0; }

img { clear: both; }



/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}

.bypostauthor {}


/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary { float: left;
           overflow: hidden;
           width: 100%; }

/*
.page-id-9129 #primary, .page-id-8909 #primary, .page-id-9108 #primary, .page-id-9122 #primary, .page-id-9125 #primary, .page-id-7595 #primary, .page-id-7637 #primary, .page-id-7633 #primary, .page-id-7635 #primary, .page-id-7631 #primary {
	width: 70%;
	float: left;
	background-image: url("http://sherpasoftware.com/wp-content/uploads/2015/10/sidedivider.png") !important;
	background-position: right center !important;
  	background-repeat: no-repeat !important;
}
.page-id-9129 #sidebar, .page-id-8909 #sidebar, .page-id-9108 #sidebar, .page-id-9122 #sidebar, .page-id-9125 #sidebar, .page-id-7595 #sidebar, .page-id-7637 #sidebar, .page-id-7633 #sidebar, .page-id-7635 #sidebar, .page-id-7631 #sidebar {
	width: 30%;
	float: right;
}
*/
#content {
    width: 100%;
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/09/shadow-mid.png') center bottom no-repeat;
}

#sidebar { overflow: hidden;
           float: left;
           width: 100%; }

#footer-bottom { clear: both;
                 width: 100%; }



/*    Framework Styles        */
/*---------------------------*/

#top-header { padding: 0 0 0px 0; }

#main { padding: 0 0 15px 0; 
  }

#footer-bottom {
    padding: 0;
}

.entry-header { margin: 0 0 15px 0; }

article { padding: 0 0 15px 0; }




/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/

#access { padding: 15px 10px 5px 18px; 
          z-index: 500; }

nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul { margin: 0 0 0 0;
                            padding: 0 0 0 0; 
						    display: block; }

nav[role="navigation"] ul li { height: 2em; clear: both; display: inline-block; }
nav[role="navigation"] ul li a { padding: 4px 8px; }

nav[role="navigation"] ul li ul  { display: none; } 
nav[role="navigation"] ul li:hover ul  { display: block; } 
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important; 
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; } 


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }



/*    Navigation       */
/*--------------------*/


.nav-next { float: left; }
.nav-previous { float: right; }



/*    Theme Credit Text      */
/*--------------------------*/

#theme-credit { text-align: center; }


/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { font-size: 2.5em; }

#container-full {
    padding: 0;
    float: left;
    display: block;
    width: 100%;
    padding-bottom: 200px;
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/09/btm-mountain-bg.png')left bottom no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 999;
}

#top-header { float:left; display:block; width:100%; }
			  

/* Top Navigation */

#access { }
		  
#access a { color: #fff; 
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

#access a:hover { color: #01152a; }

#access ul li:hover ul  { background: url('images/azurebg.png') repeat scroll 100% 0 #6da0d3; }


/* Header Title Section */

#top-header-section { 
    background: #fff;
    box-shadow: 0 1px 4px 2px rgba(0,0,0, 0.5);
    float: left;
    display: block;
    width: 100%;
}

#main-title { float: left;
              position: relative;
              width: 350px;
		      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		      padding-left: 1.5em;
			  padding-top: 10px;
              z-index: 25; }

#site-title { text-transform: uppercase;
              margin-bottom: 10px; 
              font-size: 48px; }

#site-description { font-variant: small-caps; 
                    font-size: 14px; 
					margin-bottom: 20px; }

#header-sidebar-section {
    float: none;
    text-align: right;
    position: relative;
    padding-right: 0px;
    width: 70%;
    padding-top: 0;
    z-index: 35;
    margin: 0 auto;
}
#header-sidebar-section ul {
    list-style-type: none;
    margin: 0;
    text-align: right;
    width: auto;
    padding-left: 0;
}
#header-sidebar-section ul li {
  display:inline-block;
}
#header-sidebar-section ul ul li { display: inline; 
                                   padding-right: 15px; }

#header-sidebar-section .widget-header {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    float: right;
}
.orangeboldtxt {
    color: #D97804;
    font-weight: 800;
    font-size: 18px;
    padding: 5px 15px 3px 0;
}
.orangeboldtxt a {
    color: #D97804;
  }
  .orangetxtbold a {
    color: #ff9200;
	}
.topheadmenu ul li {
    color: #164977;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 18px 0 15px;
    margin-top: 0;
    /* display: block; */
}
.topheadmenu ul li.iglogin {
    background-color: #949496;
}
.orangeboldtxt .textwidget {
    line-height: 24px;
}
.topheadmenu ul li a {
    line-height: 30px;
  color:#164977;
}

.topheadmenu ul li.altitude-ig-login a {
    color: #fff;
    padding: 3px 10px;
    display: block;
}
.topheadmenu ul li.altitude-ig-login:hover {
  opacity:.7;
  }
.searchicon {
    padding: 8px 11px 1px 11px;
}
/* Header Image */
#top-header-section {
    background: #fff;
    box-shadow: 4px 2px 19px 7px rgba(0,0,0,0.3);
    float: left;
    display: block;
    width: 100%;
    z-index: 2;
    position: relative;
}
.blueheader {
    float: left;
    display: block;
    width: 100%;
    background-color: #164977;
    background-image: url('http://sherpasoftware.com/wp-content/uploads/2015/09/mountains-header.png');
    padding-bottom: 235px;
    background-repeat: repeat-x;
    background-size: 100% auto;
    background-position: center bottom;
    margin-bottom: -207px;
    overflow: hidden;
}
.blueheaderinner {
    margin: 0 auto;
    width: 70%;
    padding: 40px 0;
}
.logonav {
    float: left;
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 10000;
}
.logonavinner {
    float: left;
    display: block;
    width: 100%;
    clear: both;
}
.logo {
    float: left;
    display: inline-block;
    width: auto;
    padding-right: 20px;
}
#access {
    float: right;
    display: inline-block;
    width: auto;
    padding: 0;
    padding-top: 20px;
}
#access a {
    color: #fff;
    text-shadow: none;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Open Sans';
}
#access ul li a:hover {
    color: #81B7DB;
}
#access ul li:hover {
    padding-bottom: 20px;
}
#access ul li:hover, #access ul li.current-menu-item {
    padding-bottom: 0px;
    border-bottom: 10px solid #D97804;
    box-shadow: 0px 5px 3px -2px rgba(0,0,0,.4);
}
#access ul li:last-child a {
    color: #FF8B00;
}
#access ul li:last-child:hover {
  color:#89BBDF;
  padding-bottom: 20px;
  border-bottom:none;
  box-shadow: none;
}
#access ul li:last-child a:hover {
    color: #81B7DB;
}
#header-image { width: 100%; 
                height: auto;
 }
#header-rotator {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    padding: 80px 0 20px 0;
    color: #fff;
    font-size: 31px;
    overflow: hidden;
    max-height: 321px;
}
.whiteline {
    border-bottom: 2px solid #fff;
    margin: 0 auto;
    margin-bottom: 37px;
    width: 80%;
}
.toptxt {
    font-size: 55px;
    font-weight: 200;
}
.subtoptxt {
    font-size: 28px;
    font-weight: 700;
}
.whiteline span.drkbg {
    margin-bottom: -23px;
    display: block;
    background-color: #164977;
    width: 42%;
    margin: 0 auto -23px auto;
    letter-spacing: 10px;
    font-size: 30px;
    font-weight: 700;
    padding-left: 1%;
}
#header-sub-section {
    float: left;
    display: block;
    width: 100%;
}
#header-sub-section-inner {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 77px;
    background-color: #fff;
    padding-top: 20px;
    background-image: url('http://sherpasoftware.com/wp-content/uploads/2015/09/shadow-mid.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 29px;
}
 
.subtextsmall {
    font-size: 39px;
    text-align: center;
    width: 100%;
    float: left;
    display: block;
    color: #164977;
    font-weight: 400;
    line-height: 20px;
}
.subtextbold {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0px 0 20px 0;
    font-size: 52px;
    font-weight: 700;
    color: #164977;
}
.submediasection {
    float: none;
    display: block;
    width: 1266px;
    margin-top: 32px;
    margin: 32px auto 0 auto;
}
.submedialeft {
    width: 30%;
    float: left;
    display: block;
    clear: none;
}
.submediavideo {
    float: right;
    display: block;
    width: 70%;
}
.submediavideo img {
  width:100%;
  height:auto;
}
.submedialeft ul {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
}
.submedialeft ul li {
    float: left;
    width:100%;
    display: block;
}
.submedialeft ul li a {
    background-color: #DDE5EB;
    margin: 0 2% 10px 0;
    display: block;
    float: left;
    width: 96%;
    padding: 1.5px 0;
}
.submedialeft ul li a span {
    font-size: 29px;
    font-weight: 900;
    color: #164977;
    float: left;
    display: block;
    padding: 30px 3% 30px 33%;
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/09/icon-home-head1.png') 8% center no-repeat;
    background-size: 80px auto;
}
  .submedialeft ul li:nth-child(2) a span { 
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/09/icon-home-head2.png') 8% center no-repeat;
    background-size: 80px auto;
}
  .submedialeft ul li:nth-child(2) a span { 
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/09/icon-home-head3.png') 8% center no-repeat;
    background-size: 80px auto;
}
 .submedialeft ul li:nth-child(1) a {
    padding: 20px 0;
}
 .submedialeft ul li a:hover {
    opacity: .7;
}
 .submediavideo {
    float: left;
    display: block;
    width: 67%;
}
#blue-banner-section {
    float: left;
    display: block;
    background-color: #164977;
    width: 100%;
    margin: 73px 0;
    border-top: 12px solid #F4F6F8;
    border-bottom: 12px solid #F4F6F8;
    background-image: url('http://sherpasoftware.com/wp-content/uploads/2015/09/bluebanner-topbg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
#blue-banner-section-inner {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
    background-image: url('http://sherpasoftware.com/wp-content/uploads/2015/09/bluebanner-btmbg.gif');
    background-repeat: no-repeat;
    background-position: center bottom;
}
.leftbluetxt { 
    float: right;
    color: #fff;
    font-size: 29px;
    font-style: italic;
    font-weight: 700;
    padding: 31px 0 5px 0;
    text-shadow: 2px 3px 4px rgba(0,0,0,0.5);
}
.rightblue {
    margin: 0 0 0 2%;
    padding-left: 2%;
    border-left: 1px solid #D97804;
}
#blue-banner-section-inner .su-row { 
    margin-bottom: 0;
}
.rightbluetxt {
    float: left;
    display: block;
    color: #fff;
    font-size: 22px;
    width: 65%;
    padding: 19px 0 26px 0;
    font-weight: 700;
}
a.requestdemobut {
    background-color: #D97804;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 19px;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 2px 3px rgba(0,0,0,0.5);
    margin-top: 29px;
    display: block;
    float: right;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
}
a.requestdemobut:hover {
  background-color:#72A4CA;
}
#footer-content a.newsletterbut {
    background-color: #D97804;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 2px 3px rgba(0,0,0,0.5);
    margin-top: 29px;
    display: block;
    float: right;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
}
#footer-content a.newsletterbut:hover {
  background-color:#72A4CA;
}
/* Main Content Section */

#main {
    background: none repeat scroll 0 0 #fff;
    box-shadow: none;
    width: 1143px;
    margin: 0 auto;
    display: block;
}
.page-id-7599 #main, .page-id-7601 #main, .page-id-7609 #main, .page-id-7592 #main, .page-id-7607 #main, .page-id-7603 #main {
    width: 990px;
} 

.featured-thumb { margin-bottom: 10px; }
 
article { margin-bottom: 25px;
	      padding-top: 10px;
	      padding-left: 25px; }
		  
.entry-content { padding-top: 5px; }

.entry-title { font-size: 28px; 
               text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.entry-meta { font-size: 10px; 
	          color: #8E8C84; }

.entry-meta a:hover { text-decoration: underline; }

.entry-content a:hover { text-decoration: underline; }

.entry-content embed { width: 675px; }

.page-link { margin-bottom: 10px; }

/* Sidebar Section */

#sidebar { color: #545350; 
           padding-right: 25px; 
		   padding-left: 10px; }

#sidebar-widget-title { color: #545350; }

.screen-reader-text[for="s"] { display: none; }

#wp-calendar { width: 100%; }

#calendar_wrap #wp-calendar caption { text-align: center; }

#wp-calendar #prev, #wp-calendar #next { font-style: normal;
                                         font-size: 9pt; }

#wp-calendar #next { text-align: right; }



/* Single Page and Comments */

.assistive-text { color: #545350; }

#nav-single { padding-left: 25px; }

#comments { padding-left: 25px; }

#comments #respond { padding-left: 25px; }

.comment-meta { margin-bottom: 10px; }

.comment-author img { padding-right: 5px; }

#nav-below { padding-left: 25px; }

.pingback .edit-link { margin-left: 10px; }

.comment-author a { color: #6fa2d6; }

.comment-author a:hover { color: #28598A; 
                          text-decoration: underline; }

.comment-author img { margin: 0 10px 0 0; }

.comment-form-author input[type="text"] { margin-left: 27px; 
                                          background: none repeat scroll 0 0 #FFFFFF;
                                          color: #7E7E7E;
                                          outline: 0 none;
                                          padding: 5px 10px;
                                          position: relative;
                                          width: 175px; }

.comment-form-email input[type="text"] { margin-left: 30px; 
                                         background: none repeat scroll 0 0 #FFFFFF;
                                         color: #7E7E7E;
                                         outline: 0 none;
                                         padding: 5px 10px;
                                         position: relative;
                                         width: 175px; }

.comment-form-url input[type="text"] { margin-left: 25px; 
                                       background: none repeat scroll 0 0 #FFFFFF;
                                       color: #7E7E7E;
                                       outline: 0 none;
                                       padding: 5px 10px;
                                       position: relative;
                                       width: 175px; }

.comment-form-comment label { float: left; 
                              clear: both; }

.comment-form-comment textarea { margin-left: 15px;
                                 margin-top: 0; 
                                 background: none repeat scroll 0 0 #FFFFFF;
                                 color: #7E7E7E;
                                 outline: 0 none;
                                 padding: 5px 10px;
								 width: 500px;
                                 position: relative; }

#commentform p.form-allowed-tags { font-size: 9pt; }

#comment-nav-above, #comment-nav-below { margin-bottom: 15px; }


/* Footer Section */

#footer-bottom {
    background: none repeat scroll 0 0 #164977;
}

.column { float: left;
          margin: 0 80px 0 0;
          width: 170px; }

.column.last { margin: 0; }

#footer-content {
    padding-top: 73px;
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    margin: 0 auto;
    color: #fff;
}
#footer-content .column {
    float: left;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
#footer-content .column h4 { color: #000;
                             font-size: 10.5pt; 
                             border-bottom: 1px solid #000; }

#footer-content .column ul { font-size: 9pt;  
                             padding-left: 0 !important;}
#footer-content .column ul li {
    padding-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    list-style: none;
}
#footer-content .column ul li ul li {
    padding-bottom: 10px;
}
#footer-content .column ul li ul li a {
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}
#footer-content .column ul li a {
    color: #fff;
}
#footer-content .column ul li a:hover {
    color: #89BBDF;
}
#footer-content .widget-footer-one {
    width: 14%;
    float: left;
    display: block;
    margin: 0 .75%;
}
#footer-content .footmenu4.widget-footer-one {
    width: 21%;
    float: left;
    display: block;
    margin: 0 .75%;
}

#footer-content .widget-footer-two {
    width: 23%;
    float: left;
    display: block;
    margin: 0 .75%;
}
#footer-content .foottwoleft  {
    font-size: 16px;
    line-height: 27px;
}
#footer-content .column ul li a:hover { color: #00F; }
#footer-content .footerthreediv  {
    border-top: 1px solid #fff;
    padding-top: 30px;
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/09/centerdwnarrow.png') center top no-repeat;
}
#site-credits { border-top: 1px solid #eaf8ff; 
                padding: 15px 0 0 0; }

#theme-credit { padding: 0 0 5px 0; }

#theme-credit p { margin: 0 0 0 0; }
.orangetxtbold {
    color: #ff9200;
    font-weight: bold;
    font-size: 18px;
}
.foottworight .textwidget strong:nth-child(1) {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
#footer-content .foottwomiddle .textwidget strong , #footer-content .foottworight .textwidget strong {
    font-size: 16px;
}
#footer-content .foottworight.widget-footer-two  {
    float: right;
    width: 29%;
}
img.wp-image-7730 {
    margin: 0 auto;
    display: block;
}
.homeicon {
    display: inline-block;
    float: left;
    margin-right: 25px;
}
h3 {
    font-size: 41px;
    line-height: 1;
    margin-bottom: 20px;
    color: #144a78;
}
.homeicon1 p, .homeicon2 p, .homeicon3 p, .homeicon4 p {
    color: #144a78;
    font-size: 18px;
}
.homeicon1, .homeicon2, .homeicon3, .homeicon4 {
    margin-bottom: 0 !Important;
}
#footer-carousel-section #wonderplugincarousel-1 .amazingcarousel-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#footer-carousel-section #wonderplugincarousel-1 .amazingcarousel-title {
    position: relative;
    font: 14px "Open Sans", sans-serif;
    color: #333333;
    margin: 6px;
    text-align: center;
    display: none;
}
#footer-carousel-section #wonderplugincarousel-1 .amazingcarousel-item-container {
    text-align: center;
    padding: 0 !Important;
    margin: 0 !Important;
}
#clientcarouseldiv {
    float: right;
    display: block;
    width: 845px;
    padding-right: 108px;
    margin-top: -50px;
    position: relative;
    z-index: -999;
}
#awardscarouseldiv {
    float: right;
    display: block;
    width: 50%;
    padding-right: 19%;
}
#footer-carousel-section h4 {
    font-size: 31px;
    line-height: 1.25;
    margin-bottom: 0;
    float: left;
    display: block;
    margin-top: 58px;
    color: #ABADB1;
    padding-left: 118px;
    display: block;
}
#footer-content .column ul li a:hover {
    color: #89BBDF;
}
#site-credits {
    border-top: 5px solid #F2F2F2;
    padding: 15px 0 10px 0;
    background-color: #959595;
    color: #fff;
}
#header-sub-section-inner .amazingslider-play-1 { 
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/09/video-play-icon.png') no-repeat left top;
}
#theme-credit p {
    margin: 0 0 0 0;
    color: #fff;
    font-size: 13px;
}
#access ul li.request-demo.current-menu-item {
    color: #89BBDF !important;
    border-bottom: none;
    box-shadow: none;
}
#access ul li.request-demo.current-menu-item a {
   color: #89BBDF !important;
}
#footer-content .column ul li ul { 
    margin-top: 10px;
}

 
  #footer-carousel-section {
    float: left;
    display: block;
    width: 100%;
}
#footer-carousel-section-inner {
    margin: 0 auto;
    display: block;
    width: 1266px;
}
.homeicon1 img, .homeicon2 img, .homeicon3 img, .homeicon4 img  {
    width: 147px;
    height: auto;
}
.btmdisclaim {
    font-size: 13px;
}
/* Default Page Template */
.page-template-default #container-full { 
    margin-top: 69px;
}
#blog-header-section h1 {
    font-size: 34px;
    color: #164977;
    padding: 25px 0 10px 25px;
    float: left;
    width: auto;
    display: block;
}
#blog-header-section {
    border-bottom: 4px solid #D97804;
    box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.4);
    margin-bottom: 3px;
}
.blog #container-full { 
    margin-top: 70px;
  position:relative;
  z-index:999;
}
.leftblogheader  {
    float: left;
    display: block;
    width: auto;
}
 
.rightsearch  { 
    float: right;
    display: block;
    width: 331px;
    clear: none;
    margin-top: 30px;
}
#blog-header-section input[type=text] {
    background-color: #fff;
    border: none;
    color: #164977;
    padding: 5px 5px;
    font-size: 14px;
    border-right: 1px solid #164977;
}
#searchform div {
    border: 2px solid #164977;
    border-radius: 7px;
    width: auto;
    float: right;
}
#searchsubmit {
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/09/seachicon.png');
    background-repeat: no-repeat;
    padding: 3px;
    color: transparent;
    border: none;
    width: 20px;
    height: 20px;
    margin: 10px 10px;
    float: right;
    display: block;
    cursor:pointer;
}
#searchsubmit:hover {
  opacity:.7;
}
.rightsearch {
    float: right;
    display: block;
    width: 331px;
    clear: none;
    margin-top: 30px;
    padding-right: 25px;
}
#blog-header-section ::-webkit-input-placeholder {
   color: #164977;
  font-size:14px;
}

#blog-header-section :-moz-placeholder { /* Firefox 18- */
   color: #164977;  
   font-size:14px;
}

#blog-header-section ::-moz-placeholder {  /* Firefox 19+ */
   color: #164977;  
   font-size:14px;
}

#blog-header-section :-ms-input-placeholder {  
   color: #164977;  
   font-size:14px;
}
h1.blog-entry-title a { 
    font-size: 34px;
    color: #164977;
}
h1.blog-entry-title a:hover { 
   opacity:.7;
}
.blog .entry-meta {
    font-size: 17px;
    color: #8E8C84;
    font-weight: 300;
}
a.blueboxlink {
    background-color: #164978;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
}
a.blueboxlink:hover {
  opacity:.7;
}
@media only screen and (min-width:1601px) and (max-width:2000px) {
.blueheader { 
    padding-bottom: 305px;
} 
}
  @media only screen and (min-width:2001px) and (max-width:2300px) {
.blueheader { 
    padding-bottom: 405px;
}
	 
}
 .page-template-plain-page #container-full {
    margin-top: 70px;
}
#sidebar {
  display:none;
}
.orangetitle {
	font-size: 26px;
	color: #faa634;
	font-weight: bold;
}
.attender {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}	
.attenderleft {
	width: 70%;
	float: left;
}
.attenderright {
	width: 30%;
	float: right;
}
.homeicon {
    min-height: 280px;
}
.flip-current a.currentonly {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
 .flip-current a.currentonly:hover { 
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/10/zoomicon.png') center center no-repeat;
}
a#playpause {
    background-color: #194876;
    padding: 10px;
    display: block;
    width: auto;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    float: left;
    margin-bottom: 10px;
}
 a#playpause:hover {
    background-color: #D77B02; 
}
.page-id-7641 .sectiontwoinner {
    margin: 0 auto;
    display: block;
    width: 70%;
}
.page-id-7641 .sectionthreeinner {
    width: 70%;
    margin: 0 auto;
    display: block;
}
#access ul li:hover ul {
    background: rgba(255,255,255,.98);
    width: 230px;
    border-top: 10px solid #D57604;
    /* padding-top: 10px; */
    padding-bottom: 12px;
    margin-top: 9px;
}
#access ul li:hover ul li {
    padding-bottom: 0px;
    border-bottom: none;
    box-shadow: none;
    padding-left: 29px;
    margin-left: 12px;
    padding-top: 0;
}
#access ul li ul li:last-child:hover {
    color: #164977;
    padding-bottom: 0; 
}
#access ul li:hover ul li:hover { 
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/10/sherpaicon.png') left 6px no-repeat;
    background-size: 26px auto;
}
#access ul li:hover ul li a {
     font-size:14px;
     font-weight:600;
  color:#164977;
}
#access ul li:hover ul li a:hover {
color:#DB8329;
}
.searchicon {
    padding: 5px 11px 1px 11px;
}
.searchicon {
    overflow: hidden;
    width: 30px;
    -webkit-transition: width 1s;
    transition: width 1s;
    height: 26px;
}
.searchicon:hover {
    width: 250px;
    -webkit-transition: width 1s;
    transition: width 1s;
    height: 26px;
}
.searchicon input[type=text]  { 
      background-color: #fff;
    border: none;
    color: #154572;
    border-bottom: 1px solid #ccc;
 display:none;
}
.searchicon:hover input[type=text]  {
    background-color: #fff;
    border: none;
    color: #154572;
    border-bottom: 1px solid #ccc;
  display:block;
}

#searchformtwo #searchsubmit {
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/09/seachicon.png');
    background-repeat: no-repeat;
    padding: 3px;
    color: transparent;
    border: none;
    width: 20px;
    height: 20px;
    margin: 8px 10px;
    float: right;
    display: block;
    cursor: pointer;
}
#searchformtwo input[type=text] {
    background-color: #fff;
    border: none;
    color: #154572;
    border-bottom: 1px solid #ccc; 
    float: left;
    width: 82%;
}
#searchformtwo #searchsubmit {
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/09/seachicon.png');
    background-repeat: no-repeat;
    padding: 3px;
    color: transparent;
    border: none;
    width: 20px;
    height: 20px;
    margin: 2px 11px;
    float: right;
    display: block;
    cursor: pointer;
}
.bluelink {
	color: #154877;
	font-weight: bold;
}
.orange {
	color: #D97804;
}
.menu-resources-container {
	width: 90%;
	background-image: url("http://sherpasoftware.com/wp-content/uploads/2015/10/sidedivider.png") !important;
	background-position: left center !important;
  	background-repeat: no-repeat !important;
  	padding-left: 10px;
  	height: 1150px;
}
.menu-resources-container li {
	display: block;
}
.menu-resources-container ul li a {
	color: #949496;
	font-size: 22px;
}
.menu-resources-container ul li a:hover {
	color: #d97804 !important;
}
.menu-resources-container ul li.current-menu-item a { 
	color: #d97804 !important;
} 
.menu-policies-container {
	width: 90%;
  	background-image: url("http://sherpasoftware.com/wp-content/uploads/2015/10/sidedivider.png") !important;
	background-position: left center !important;
  	background-repeat: no-repeat !important;
  	padding-left: 10px;
  	height: 1150px;
}
.menu-policies-container li {
	display: block;
}
.menu-policies-container ul li a {
	color: #949496;
	font-size: 22px;
}
.menu-policies-container ul li a:hover {
	color: #d97804 !important;
}
.menu-policies-container ul li.current-menu-item a { 
	color: #d97804 !important;
} 

#careersform {
    padding: 40px;
    background-color: #f9f9f9;
}
#careersform h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
    font-size: 36px;
    font-weight: 700;
    color: #164977;
    margin-top: 0;
    text-align: left;
    margin-bottom: 12px;
    line-height: 40px;
    margin-top: 10px;
}
#careersform fieldset {
    border: none;
    margin: 0 0 10px 0;
    padding: 0; 
    padding-top: 10px;
}
#careersform ul li {
    color: #144a78;
    font-size: 18px;
    list-style: none;
    margin-left: 1px;
    width: 98%;
    float: left;
    margin-bottom: 15px;
}
#careersform ul li.halfform {
    color: #144a78;
    font-size: 18px;
    list-style: none;
    margin-left: 1px;
    width: 47%;
    float: left;
    margin-bottom: 15px;
}
#careersform ul li .button  {
    background-color: #D97804;
    color: #fff;
    border-radius: 10px;
    padding: 10px 18px;
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    text-shadow: none;
    margin-top: -3px;
    display: block;
    text-align: center;
    width: auto;
    float: none;
    box-shadow: none;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
    border: none;
    cursor:pointer;
}
#careersform ul li .button:hover {
    background-color: #72A4CA;
}
#careersform ul li label {
    float: left;
    display: block;
    width: 100%;
}
.page-template-careersform .blueheader {
    float: left;
    display: block;
    width: 100%;
    background-color: #164977;
    background-image: url('http://sherpasoftware.com/wp-content/uploads/2015/09/mountains-header.png');
    padding-bottom: 235px;
    background-repeat: repeat-x;
    background-size: 100% auto;
    background-position: center bottom;
    margin-bottom: 0;
    overflow: hidden;
}
.page-template-careersform #container-full {
    padding: 0;
    float: left;
    display: block;
    width: 100%;
    padding-bottom: 200px;
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/09/btm-mountain-bg.png')left bottom no-repeat;
    background-size: 100% auto;
    margin-top: -133px;
}
.search-results #container-full {
    padding: 0;
    float: left;
    display: block;
    width: 100%;
    padding-bottom: 200px;
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/09/btm-mountain-bg.png')left bottom no-repeat #fff;
    background-size: 100% auto;
    margin-top: -133px;
    padding-top: 0;
}
.search-results .blueheader {
    float: left;
    display: block;
    width: 100%;
    background-color: #164977;
    background-image: url('http://sherpasoftware.com/wp-content/uploads/2015/09/mountains-header.png');
    padding-bottom: 235px;
    background-repeat: repeat-x;
    background-size: 100% auto;
    background-position: center bottom;
    margin-bottom: 0;
    overflow: hidden;
}
 .search-results article {
    margin-bottom: 50px;
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 65px;
    border-bottom: 1px solid #ccc;
}
.page-template-plain-page .blueheader {
    float: left;
    display: block;
    width: 100%;
    background-color: #164977;
    background-image: url('http://sherpasoftware.com/wp-content/uploads/2015/09/mountains-header.png');
    padding-bottom: 235px;
    background-repeat: repeat-x;
    background-size: 100% auto;
    background-position: center bottom;
    margin-bottom: 0;
    overflow: hidden;
}
.page-template-plain-page #container-full {
    margin-top: -133px;
}
.page-template-plain-page #sidebar {
    color: #545350;
    padding-right: 0;
    padding-left: 0;
    float: right;
    width: 20%;
    display: block;
    margin-top: 60px;
}
.page-id-7631  #primary, .page-id-7595 #primary, .page-id-7633 #primary, .page-id-7635  #primary, .page-id-7637 #primary {
    padding-right: 0;
    padding-left: 0;
    float: left;
    width: 75%;
    display: block;
    margin-top: 60px;
}
.single-post #container-full {
    padding: 0;
    float: left;
    display: block;
    width: 100%;
    padding-bottom: 200px;
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/09/btm-mountain-bg.png')left bottom no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 999;
    margin-top: 74px;
}
.single-post .featured-thumb {
    margin-bottom: 15px;
    float: left;
    display: block;
    margin-right: 15px;
}
.single-post .entry-meta {
    font-size: 16px;
    color: #8E8C84;
}
.single-post article.type-post .entry-content {
    padding-top: 5px;
    display: block;
    margin-top: 18px;
}
#case-list h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
    font-size: 29px;
    font-weight: 700;
    color: #164977;
    margin-top: 0;
    text-align: left;
    margin-bottom: 20px;
    line-height: 40px;
    margin-top: 27px;
    border-bottom: 4px solid #D97804;
    box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.4);
    margin-bottom: 41px;
}
#case-list  a , .read-more a {
    color: #D97804;
}
#case-list  a:hover , .read-more a:hover {
    opacity:.7;
}
#case-list p {
    margin: 0 0 1.0em;
}
#case-list h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 12px;
    color: #144a78;
    font-weight: 700;
    margin-top: 15px;
    float: left;
    width: 100%;
}
#sidebar ul li a:hover {
    color: #D97804;
}
#paginationdiv .wp-paginate .current {
    color: #fff;
    background: #D97804;
    border: 1px solid #D97804;
    margin-right: 4px;
    padding: 6px 8px;
    font-weight: 700;
  cursor:pointer;
}
#paginationdiv .wp-paginate a {
    background: #ddd;
    border: none;
    color: #666;
    margin-right: 4px;
    padding: 4px 8px;
    text-align: center;
    background: #fff;
    color: #1E4F7B;
    font-weight: 700;
    text-decoration: none;
}
#paginationdiv .wp-paginate {
    padding: 4px 0;
    margin: 0;
    float: left;
    width: auto;
    border: 3px solid #D97804;
    border-radius: 8px;
}
#paginationdiv .nextlinks {
    float: right;
    padding: 10px 0;
}
#paginationdiv  .nextlinks a {
    background: #ddd;
    border: none;
    color: #666;
    margin-right: 4px;
    padding: 4px 8px;
    text-align: center;
    background: #fff;
    color: #1E4F7B;
    font-weight: 700;
    text-decoration: none;
    border: 3px solid #D97804;
    border-radius: 8px;
}
#paginationdiv .wp-paginate a:hover, #paginationdiv  .nextlinks a:hover, #paginationdiv .wp-paginate .current:hover {
  opacity:.7;
}
#foottop {
    position: relative;
    float: left;
    display: block;
    width: 100%;
}
.btmdisclaim {
    font-size: 11px;
}
#footer-content  .back-to-top {
    position: absolute;
    top: 0px;
    right: -11px;
    text-decoration: none;
    font-size: 12px;
    padding: 1em;
    display: none;
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/10/backtotop.png') left top no-repeat;
    color: transparent;
}
#footer-content  .back-to-top:hover {    
   opacity:.7;
  color: transparent;
}
.whitepaperdiv {
    margin-top: 33px !Important;
}
#clientcarouseldiv {
    float: right;
    display: block;
    width: 845px;
    padding-right: 108px;
    margin-top: 0;
    position: relative;
    z-index: -999;
}
#clientcarouseldiv.clientscarousel {
    float: right;
    display: block;
    width: 845px;
    padding-right: 108px;
    margin-top: -53px;
    position: relative;
    z-index: -999;
}
.homecarousel {
    margin-top: 17px;
}
.home .homeicon1, .home .homeicon2, .home .homeicon3, .home .homeicon4 {
    margin-bottom: -92px !Important;
}
 #altitudesection a {
color: #144a78;
}
.features {
	display: block;
    width: 100%;
    line-height: 39px;
}
.features h5 { 
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #144a78;
}
.features ul {
    padding: 0;
  	line-height: 25px;
}
.features ul li {
    color: #144a78;
    font-size: 18px;
    list-style: none;
    margin-left: 0;
    padding: 0 0 25px 0;
}
#topshadfeature {
    margin-top: 80px;
    padding-top: 80px;
    background-image: url('http://sherpasoftware.com/wp-content/uploads/2015/09/shadow-mid.png');
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    display: block;
    width: 100%;
    line-height: 39px;
}
#topshadfeature h5 { 
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #144a78;
}
#topshadfeature ul {
    padding: 0;
  	line-height: 25px;
}
#topshadfeature ul li {
    color: #144a78;
    font-size: 18px;
    list-style: none;
    margin-left: 0;
    padding: 0 0 25px 0;
}
.page-template-plain-page #sidebar ul li a {
    color: #919092;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 5px;
    /* float: left; */
    display: block;
    font-weight: 700;
}
a.learnmobut {
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #D97804;
    border: 2px solid #D97804;
    border-radius: 5px;
    width: 150px;
    font-size: 16px;
    font-weight: 700;
    padding: 8px;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    float: left;
    margin-top: 20px;
}
a.learnmobut:hover { 
    color: #89BBDF;
    border: 2px solid #89BBDF;
}
.divider {
	background-image: url("http://sherpasoftware.com/wp-content/uploads/2015/09/shadow-mid.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 30px 0 50px 0;
    text-align: center;
	margin-bottom: 50px;
  }
.scrollheight {
	width: 100%;
	max-height: 800px;
	overflow: scroll;
  }
body .lhn_help_btn, body .lhn_help_btn:visited {
    display: block;
    background: url("http://sherpasoftware.com/wp-content/uploads/2015/10/livechat.png") no-repeat scroll 0 0 transparent !important;
    width: 50px !important;
    height: 151px !important;
    position: fixed !important;
    top: 285px !important;
    right: 0;
    cursor: pointer;
    z-index: 99999;
}
body .lhn_help_container {
    font-family: Tahoma !important;
    font-size: 12px !important;
    display: none;
    /* height: 200px; */
    position: fixed;
    top: 285px;
    right: 0;
    z-index: 99999;
    text-align: left !important;
}
body .lhn_options_outer {
    width: 260px;
    height: 158px;
    color: #164977;
    background-color: #fff;
    border: 3px solid #fff;
    border-right: none;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
}
body .lhn_options_inner {
    position: relative;
    top: 7px;
    left: 6px;
    background-color: #fff;
    width: 245px;
    height: 141px;
    border: 2px solid #BECCD9;
    border-right: none;
    border-radius: 5px 0 0 5px;
}
body #lhn_copyright {
    bottom: 10px;
    display: inline-block !important;
    font-size: 9px !important;
    position: absolute;
    right: 10px;
    text-align: right;
    z-index: 100001;
    display: none !important;
}
body .lhn_live_chat_btn, .lhn_live_chat_btn:visited {
    display: block;
    background: url("http://sherpasoftware.com/wp-content/uploads/2015/10/chat1a.png") no-repeat scroll 0 0 transparent;
    width: 211px;
    height: 35px;
    margin-top: 11px;
}
body .lhn_live_chat_btn:hover {
    display: block;
    background: url("http://sherpasoftware.com/wp-content/uploads/2015/10/chat1a.png") no-repeat scroll 0 0 transparent;
    width: 211px;
    height: 35px;
    margin-top: 11px;
    opacity:.7;
}
body .lhn_ticket_btn, body .lhn_ticket_btn:visited {
    display: block;
    background: url("http://sherpasoftware.com/wp-content/uploads/2015/10/chat2.png") no-repeat scroll 0 0 transparent;
    width: 211px;
    height: 35px;
    margin-top: 7px;
}
body .lhn_ticket_btn:hover {
    display: block;
    background: url("http://sherpasoftware.com/wp-content/uploads/2015/10/chat2.png") no-repeat scroll 0 0 transparent;
    width: 211px;
    height: 35px;
    margin-top: 7px;
      opacity:.7;
}
body .lhn_callback_btn, body .lhn_callback_btn:visited {
    display: block;
    background: url("http://sherpasoftware.com/wp-content/uploads/2015/10/chat3.png") no-repeat scroll 0 0 transparent;
    width: 211px;
    height: 35px;
    margin-top: 7px;
}
body .lhn_callback_btn:hover {
    display: block;
    background: url("http://sherpasoftware.com/wp-content/uploads/2015/10/chat3.png") no-repeat scroll 0 0 transparent;
    width: 211px;
    height: 35px;
    margin-top: 7px;
        opacity:.7;
}
.search-results article.type-page .entry-content {
    padding-top: 5px;
    float: left;
    display: block;
}
.su-row {
	margin-bottom: 0 !important;
	}
.page-id-9485 #sidebar, .page-id-9488 #sidebar, .page-id-9490 #sidebar,
.page-id-9492 #sidebar, .page-id-9494 #sidebar { 
    display: none;
}
.page-id-9485 #primary, .page-id-9488 #primary, .page-id-9490 #primary,
.page-id-9492 #primary, .page-id-9494 #primary {
    float: left;
    overflow: hidden;
    width: 100%;
}

.page-id-7593 #main {
    background: none repeat scroll 0 0 #fff;
    box-shadow: none;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.ourstorydiv {
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/10/storybg.jpg') center bottom no-repeat;
    background-size: 100% auto;
}
.ourstorydivinner {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.ourstorydivinner {
    width: 60%;
    margin: 0 auto;
    display: block;
    line-height: 38px;
}
 .firstaccentdiv {
    padding: 73px 51% 50px 0;
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/10/firstaccentimg.jpg') right 43px no-repeat;
    background-size: 52% auto;
}
.secondaccentdiv {
    padding: 0px 0 97px 53%;
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/10/secondaccentimg.jpg') left 0 no-repeat;
    background-size: 52% auto;
    margin-top: -56px;
}
.thirdaccentdiv {
    padding: 73px 43% 245px 0;
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/10/thirdaccentimg.png') right 43px no-repeat;
    background-size: 41% auto;
    margin-top: -85px;
}
.fourthaccentdiv {
    padding: 0px 0 97px 37%;
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/10/fourthaccentimg.png') left 0 no-repeat;
    background-size: 32% auto;
    margin-top: -139px;
}
.agsupportedicons {
    float: left;
    display: block;
    width: 100%;
    background-image: url('http://sherpasoftware.com/wp-content/uploads/2015/09/shadow-mid.png');
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 0px;
    background-size: 100% auto;
    margin-top: 50px;
}
.agsupportedicons img {
    width: 12%;
    height: auto;
    margin: 0 .75%;
    padding: 70px 0 40px 0;
}
.newsletterlists .su-posts-default-loop .su-post-meta {
    margin-bottom: 0.7em;
    font-size: 0.8em;
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: none;
}
.newsletterlists .su-posts-default-loop .su-post-excerpt {
    margin-bottom: 0.5em;
    display: none;
}
.newsletterlists .su-posts-default-loop .su-post-comments-link {
    font-size: 0.9em;
    display: none;
}
.newsletterlists .su-posts-default-loop .su-post {
    margin-bottom: 5px;
    line-height: 1.5;
}
.newsletterlists h2.su-post-title a {
    color: #919092;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 0px;
    /* float: left; */
    display: block;
    font-weight: 400;
}
.newsletterlists h2.su-post-title a:hover {
color: #D97804;
}
.page-template-newsletter-archive #sidebar .widget-3 {
    margin-top: 30px;
    padding: 0;
}
.newsletterlists {
    margin-bottom: 20px;
}
.page-id-9581 #primary, .page-id-9583 #primary, .error404 #primary {
    float: left;
    overflow: hidden;
    width: 100% !important;
}
.page-id-9581 #sidebar, .page-id-9583 #sidebar, .error404 #sidebar {
    display: none !important;
}
.agsupportedicons h3 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 53px;
    margin-bottom: -25px;
    width: 100%;
    text-align: center;
    color: #999;
}
.agsupportedicons img.wp-image-9541 {
    padding-left: 37px;
}
#freetrialattender {
    padding: 40px;
    background-color: #f9f9f9;
}
#freetrialattender h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
    font-size: 36px;
    font-weight: 700;
    color: #164977;
    margin-top: 0;
    text-align: left;
    margin-bottom: 12px;
    line-height: 40px;
    margin-top: 10px;
}
#freetrialattender fieldset {
    border: none;
    margin: 0 0 10px 0;
    padding: 0; 
    padding-top: 10px;
}
#freetrialattender ul li {
    color: #144a78;
    font-size: 18px;
    list-style: none;
    margin-left: 1px;
    width: 98%;
    float: left;
    margin-bottom: 15px;
}
#freetrialattender ul li.halfform {
    color: #144a78;
    font-size: 18px;
    list-style: none;
    margin-left: 1px;
    width: 47%;
    float: left;
    margin-bottom: 15px;
}
#freetrialattender ul li .button  {
    background-color: #D97804;
    color: #fff;
    border-radius: 10px;
    padding: 10px 18px;
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    text-shadow: none;
    margin-top: -3px;
    display: block;
    text-align: center;
    width: auto;
    float: none;
    box-shadow: none;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
    border: none;
    cursor:pointer;
}
#freetrialattender ul li .button:hover {
    background-color: #72A4CA;
}
#freetrialattender ul li label {
    float: left;
    display: block;
    width: 100%;
}
#freetrialattender .phext {
    width: 73px;
}
		  #freetrialattender select {
    padding: 5px;
}
#freetrialattender .button {
    background-color: #D97804;
    color: #fff;
    border-radius: 10px;
    padding: 10px 18px;
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    text-shadow: none;
    margin-top: -3px;
    display: block;
    text-align: center;
    width: auto;
    float: none;
    box-shadow: none;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
    border: none;
    cursor: pointer;
}
#freetrialattender .button:hover {
    background-color: #72A4CA;
}
h1.prodhead {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}
#wrap #container-full { 
    padding-bottom: 217px !important;
    background: url('http://sherpasoftware.com/wp-content/uploads/2015/10/mountainguy.jpg')left bottom no-repeat !important;
    background-size: 100% auto !important; 
}
.error404  #primary  img  {
    width: 100%;
    height: auto;
}
.error404  #main { 
    margin-top: 80px;
}
#sidebar ul li.bhat67i {
  display:none;
}
/*.blog .category-unlisted {
	display:none !important
  }*/
footer.entry-meta .sep, footer.entry-meta .tag-links {
display:none !important;
}
 @media only screen and (min-width:1601px) and (max-width:2000px) {
.search-results .blueheader { 
    padding-bottom: 305px;
} 
}
  @media only screen and (min-width:2001px) and (max-width:2300px) {
.search-results .blueheader { 
    padding-bottom: 405px;
}
	 
}
#sidebar ul li.cat-item-60 {
    display: none;
}
/* New CSS - 12-15-15 - Phil M - For Head Tag H2 */
h2.headcl {
    color: #D97804;
    font-size: 36px;
    font-weight: 700;
    margin-top: 30px;
}		
/* New Changes - Header Home Page Slider Area */
.toptxttwo {
    /* float: left; */
    /* width: 100%; */
    display: block;
    text-align: center;
    padding: 0px 0 38px 0;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    width: 60%;
    margin: 0 auto;
}

.newhomebut {
    width: 50%;
    margin: 0 auto;
    padding: 0;
}
.newhomebut ul {
    padding: 0;
    margin: 0;
}
.newhomebut ul li {
    list-style: none;
    width: 44%;
    margin: 0 3%;
    display: block;
    float: left;
}
.newhomebut ul li a {  
    background-color: #D97804;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 2px 3px rgba(0,0,0,0.5);
    margin-top: 29px;
    display: block;
    float: none;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    width: 180px;
    margin: 0 auto;
}
.newhomebut ul li a:hover {
    background-color: #72A4CA;
}
#header-image  .toptxttwo {
    /* float: left; */
    /* width: 100%; */
    display: block;
    text-align: center;
    padding: 0px 0 38px 0;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    margin: 0 auto;
}
#header-image .thintoptxt {
    font-size: 39px;
    text-align: center;
    width: 100%;
    float: left;
    display: block;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
}
#header-image  .thicktoptxt {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0px 0 20px 0;
    font-size: 52px;
    font-weight: 700;
    color: #fff;
}
#header-image  .medtoptxt {
   font-size: 39px;
    text-align: center; 
    display: block;
    color: #fff;
    font-weight: 400;
    line-height:32px;
}
#header-image  .medtoptxt {
    font-size: 39px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: -23px;
    display: block;
    background-color: #164977;
    width: 42%;
    margin: 0 auto -23px auto;
    /* letter-spacing: 10px; */
    font-size: 35px;
    font-weight: 300;
    padding-left: 1%;
}
.newhomebut ul li a {
    background-color: #fff;
    color: #D97804;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
    margin-top: 29px;
    display: block;
    float: none;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    width: 180px;
    margin: 0 auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.newhomebut ul li:nth-child(2) a { 
    background-color: #72A4CA;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
    margin-top: 29px;
    display: block;
    float: none;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    width: 180px;
    margin: 0 auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.newhomebut ul li {
    list-style: none;
    width: 216px;
    margin: 0;
    display: block;
    float: left;
}
#header-image .toptxttwo {
    /* float: left; */
    /* width: 100%; */
    display: block;
    text-align: center;
    padding: 0px 0 8px 0;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    margin: 0 auto;
}
.newhomebut {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.newhomebut ul li {
    list-style: none;
    width: 216px;
    margin: 0;
    display: inline-block;
    float: none !Important;
}
.newhomebut ul li a:hover {
    color: #fff;
   background-color: #D97804; 
}
.newhomebut ul li:nth-child(2) a:hover { 
    color: #fff;
   background-color: #D97804; 
}
#sidebar ul li.cat-item-51 {
  display:none;
}
#header-image .thintoptxt {
    font-size: 43px;
    text-align: center;
    width: 100%;
    float: left;
    display: block;
    color: #fff;
    font-weight: 300;
    line-height: 48px;
}
#header-image .thicktoptxt {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0px 0 0px 0;
    font-size: 58px;
    font-weight: 300;
    color: #fff;
}
#header-image .medtoptxt {
    font-size: 39px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 400;
    line-height: 49px;
    margin-bottom: -32px;
    display: block;
    background-color: #164977;
    width: 31%;
    margin: 0 auto -23px auto;
    /* letter-spacing: 10px; */
    font-size: 38px;
    font-weight: 300;
    margin-top: -20px;
    padding-left: 1%;
}
.whiteline {
    border-bottom: 2px solid #fff;
    margin: 0 auto;
    margin-bottom: 39px;
    width: 88%;
}
#carouselflow {
  display:none;
}
 #carouselflow.isShown {
	display:block;
}
#comments {
    padding-left: 0;
    background: #E4EAEE;
    border-radius: 5px;
    margin-bottom: 25px;
}
#comments #respond {
    padding-left: 25px;
    padding-top: 25px;
}
#comments #respond h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
    color: #144a78;
    font-weight: 700;
}
.comment-form-comment textarea {
    margin-left: 15px;
    margin-top: 0;
    background: none repeat scroll 0 0 #FFFFFF;
    color: #7E7E7E;
    outline: 0 none;
    padding: 5px 10px;
    width: 80%;
    position: relative;
    height: 160px;
}
.form-submit input[type="submit"] {
    background-color: #D97804;
    color: #fff;
    border-radius: 10px;
    padding: 10px 23px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 2px 3px rgba(0,0,0,0.5);
    margin-top: -3px;
    display: block;
    text-align: center;
    width: auto;
    float: none;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    margin-left: 12%;
    margin-bottom: 15px;
    cursor:pointer;
}
.form-submit input[type="submit"]:hover { 
    background-color: #72A4CA;
}
p.comment-subscription-form {
    color: #144a78;
    font-size: 15px; 
    padding-left: 12%;
}
h2#comments-title {
    padding: 30px 30px 0 30px;
    font-size: 22px;
    color: #144a78;
    font-weight: bold;
}
ol.commentlist li { 
    list-style: none;
}
#comments article#comment {
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 0;
    padding: 28px;
    background: rgba(255,255,255,0.5);
    margin-bottom: 15px;
    padding: 28px;
    border-radius: 6px;
}
a.comment-reply-link {
    background-color: #72A4CA;
    color: #fff;
    border-radius: 10px;
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 2px 3px rgba(0,0,0,0.5);
    margin-top: -3px;
    display: block;
    text-align: center;
    width: auto;
    float: none;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    margin-left: 0%;
    margin-bottom: 15px;
    max-width: 76px;
    cursor: pointer;
}
a.comment-reply-link:hover {
   background-color: #D97804;
}

/* New Changes Effective 3-15-2016 */
#comments {
    padding-left: 0;
    background: #E4EAEE;
    border-radius: 5px;
    margin-bottom: 25px;
}
#comments #respond {
    padding-left: 25px;
    padding-top: 25px;
}
#comments #respond h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
    color: #144a78;
    font-weight: 700;
}
.comment-form-comment textarea {
    margin-left: 15px;
    margin-top: 0;
    background: none repeat scroll 0 0 #FFFFFF;
    color: #7E7E7E;
    outline: 0 none;
    padding: 5px 10px;
    width: 80%;
    position: relative;
    height: 160px;
}
.form-submit input[type="submit"] {
    background-color: #D97804;
    color: #fff;
    border-radius: 10px;
    padding: 10px 23px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 2px 3px rgba(0,0,0,0.5);
    margin-top: -3px;
    display: block;
    text-align: center;
    width: auto;
    float: none;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    margin-left: 12%;
    margin-bottom: 15px;
    cursor:pointer;
}
.form-submit input[type="submit"]:hover { 
    background-color: #72A4CA;
}
p.comment-subscription-form {
    color: #144a78;
    font-size: 15px; 
    padding-left: 12%;
}
h2#comments-title {
    padding: 30px 30px 0 30px;
    font-size: 22px;
    color: #144a78;
    font-weight: bold;
}
ol.commentlist li { 
    list-style: none;
}
#comments article#comment {
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 0;
    padding: 28px;
    background: rgba(255,255,255,0.5);
    margin-bottom: 15px;
    padding: 28px;
    border-radius: 6px;
}
a.comment-reply-link {
    background-color: #72A4CA;
    color: #fff;
    border-radius: 10px;
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 2px 3px rgba(0,0,0,0.5);
    margin-top: -3px;
    display: block;
    text-align: center;
    width: auto;
    float: none;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
    margin-left: 0%;
    margin-bottom: 15px;
    max-width: 76px;
    cursor: pointer;
}
a.comment-reply-link:hover {
   background-color: #D97804;
}
body .lhn_help_btn, body .lhn_help_btn:visited {
    display: block;
    background: url("http://sherpasoftware.com/wp-content/uploads/2015/10/livechat.png") no-repeat scroll 0 0 transparent !important;
    width: 50px !important;
    height: 151px !important;
    position: fixed !important;
    top: 285px !important;
    right: 0;
    cursor: pointer;
    z-index: 99999;
}
body .lhn_help_btn, body .lhn_help_btn:visited {
    display: block;
    background: url("http://sherpasoftware.com/wp-content/uploads/2016/03/livechatbut.png") no-repeat scroll 0 0 transparent !important;
    width: 193px !important;
    height: 104px !important;
    position: fixed !important;
    top: auto !important;
    bottom: -54px !important;
    right: 0;
    cursor: pointer;
    z-index: 99999;
    right: 10px !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
body .lhn_help_btn:hover {
    background: url("http://sherpasoftware.com/wp-content/uploads/2016/03/livechatbut.png") no-repeat scroll 0 -52px transparent !important;
}
/* New Changes 3-24-2016 - Product navigation description */
#access ul li:hover ul li a span.bludesc {
    float: left;
    margin: -5px 0 5px 7px;
    font-size: 10px;
    color: #164977;
} 
#access ul li:hover ul li a:hover span.bludesc { 
    color: #164977;
}
/* New Changes 7-1-2016 - eDiscovery Page */
#learndivnew .homeicon1 {
    float: left;
    display: block;
    width: 100%;
    margin: 0;
}
#learndivnew .homeicon2 {
    float: left;
    display: block;
    width: 100%;
    margin: 0;
}
#learndivnew a.learnmobut {
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #D97804;
    border: none;
    border-radius: 5px;
    width: auto;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    box-shadow: none;
    float: left;
    margin-top: 0px;
}
.homeicon {
    min-height: 200px;
}
#dwncollform {
    background: #EEF2F5;
    padding: 40px;
    border-radius: 20px;
    border: 7px solid #DA7802;
}
#dwncollform {
    background: #EEF2F5;
    padding: 17px 7% 20px 7%;
    border-radius: 20px;
    border: 7px solid #DA7802;
}
#dwncollform h5 {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 22px;
}
#dwncollform .gform_wrapper label.gfield_label {
    font-weight: 700;
    font-size: inherit;
    color: #000;
    font-weight: 400;
}
body #dwncollform .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}
#dwncollform .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 0px 4px;
    letter-spacing: normal;
}
#dwncollform .gform_wrapper #field_1_4 {
    margin-top: -26px;
}
#dwncollform .gform_wrapper  #field_1_4 .gfield_label {
    margin-left: 41%;
}
#dwncollform #field_1_7  {
   margin-top: -50px;
      font-size: inherit;
    color: #000;
    font-weight: 400;
}
#dwncollform .gform_wrapper .gform_footer input.button,
#dwncollform .gform_wrapper .gform_footer input[type=submit],
#dwncollform .gform_wrapper .gform_page_footer input.button,
#dwncollform .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
    width: auto;
    margin: 0 16px 0 0;
    background: #2d69d8;
    background: -moz-linear-gradient(top, #2d69d8 0%, #2050a3 100%);
    background: -webkit-linear-gradient(top, #2d69d8 0%,#2050a3 100%);
    background: linear-gradient(to bottom, #2d69d8 0%,#2050a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d69d8', endColorstr='#2050a3',GradientType=0 );
    color: #fff;
    padding: 12px 5%;
    border-radius: 8px;
    border: 2px solid #001F5A;
    cursor:pointer;
}
#dwncollform .gform_wrapper .gform_footer input.button:hover ,
#dwncollform .gform_wrapper .gform_footer input[type=submit]:hover ,
#dwncollform .gform_wrapper .gform_page_footer input.button:hover ,
#dwncollform .gform_wrapper .gform_page_footer input[type=submit]:hover   {
  background:#DA7802;
  border-color:#9C5601;
}

#field_1_5 {
    position: relative;
    z-index: 1000;
}
label#label_1_7_1  {
    font-weight: 400;
    color: #000;
}
#dwncollform .gform_wrapper input:focus {
box-shadow: 0 0px 3px 2px rgba(47,115,229,.7);
  border:none;
}

#ediscovery-testimonials-section {
    background: url('http://sherpasoftware.com/wp-content/uploads/2016/08/lightbluebrbg.jpg') left 13px no-repeat;
    background-size: 95% auto;
    padding: 15px 0;
    padding-bottom: 53px;
}
#ediscovery-testimonials-section-inner {
    width: 80%;
    margin: 0 auto;
}
.ediscinn p {
    margin-top: 39px !Important;
    font-size: 21px;
    font-style: italic;
    position: relative;
    margin-bottom: 14px;
}
.bigquotes {
    font-size: 72px;
    position: absolute;
    top: -32px;
    left: -33px;
}
  .bigquotes.lastqu {
    font-size: 72px;
    position: relative;
    top: auto;
    left:  auto;
}
	  .bigquotes.lastqu {
    font-size: 72px;
    position: relative;
    top: 27px;
    left: auto;
    line-height: 0px;
    margin-top: 0;
    display: inline;
}
.ediscinn img {
    margin-bottom: -21px;
    margin-top: -15px;
}
.tesname {
    font-size: 22px;
    color: #D97805;
    font-style: italic;
}
.smtestname {
    font-size: 14px;
    color: #D97805;
    font-style: italic;
    margin-left: 10px;
}
 .page-template-ediscovery-page .flipster-coverflow .flip-items {
	  height:250px !important;
	} 
#section-two #carouselflow.isShown {
    display: block;
    width: 100%;
    float: left;
}
.page-id-7603 #header-sub-section-inner,
.page-id-7589 #header-sub-section-inner {
    background: none;
    margin-top: 15px;
}
.newhomedivsinner p {
    color: #fff;
    font-size: 34px;
    line-height: 60px;
    font-weight: 300;
}
.bignumbtxt {
    font-size: 48px;
    font-weight: 900;
    text-shadow: -2px 2px 0 rgb(218,120,2);
    line-height: 51px;
    display: inline-block;
}
  


#header-rotator {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 0 20px 0;
    color: #fff;
    margin-top: 40px;
    font-size: 31px;
    overflow: hidden;
    max-height: 321px;
    background: url('http://sherpasoftware.com/wp-content/uploads/2016/08/linebg.jpg') top center no-repeat;
    background-size: 280px auto;
}
#header-rotator .headslider {
    padding-bottom: 4px;
    background: url('http://sherpasoftware.com/wp-content/uploads/2016/08/linebg.jpg') bottom center no-repeat;
    background-size: 280px auto;
    float: left;
    display: block;
    width: 100%;
}
  .iconimgdiv ul li {
    color: #164977;
    font-size: 28px;
    list-style: none;
    margin-left: 1px;
    text-transform: uppercase;
    font-weight: bold;
}
.iconimgdiv ul li a {
    color: #164977;
    padding-top: 207px;
    display: block;
}
.iconimgdiv ul li {
    color: #164977;
    font-size: 28px;
    list-style: none;
    margin-left: 1px;
    text-transform: uppercase;
    font-weight: bold;
    width: 30%;
    float: left;
    margin: 0 1.5%;
    text-align: center;
    padding-top: 0;
    background: url(http://sherpasoftware.com/wp-content/uploads/2016/08/iconimg1.jpg) center top no-repeat;
    background-size: 60% auto;
    padding-bottom: 80px;
    cursor: pointer;
}
.iconimgdiv ul li:nth-child(2) {
	  background: url('http://sherpasoftware.com/wp-content/uploads/2016/08/iconimg2.jpg') center top no-repeat;
	     background-size: 60% auto;
  }
	.iconimgdiv ul li:nth-child(3) {
	  background: url('http://sherpasoftware.com/wp-content/uploads/2016/08/iconimg3.jpg') center top no-repeat;
     background-size: 60% auto;
  }
				.iconimgdiv ul li:nth-child(1):hover {
	  background: url('http://sherpasoftware.com/wp-content/uploads/2016/08/iconimg1-hover.jpg') center top no-repeat;
     background-size: 60% auto;
  }
		.iconimgdiv ul li:nth-child(2):hover {
	  background: url('http://sherpasoftware.com/wp-content/uploads/2016/08/iconimg2-hover.jpg') center top no-repeat;
     background-size: 60% auto;
  }
	.iconimgdiv ul li:nth-child(3):hover {
	  background: url('http://sherpasoftware.com/wp-content/uploads/2016/08/iconimg3-hover.jpg') center top no-repeat;
     background-size: 60% auto;
  }
.home #header-sub-section-inner {
    width: 73%;
}
.home #altitudesection {
    margin-top: 30px;
}
.home #altitudesection .su-row {
    margin-bottom: 118px !important;
}
.home #footer-carousel-section h2.headcl {
    color: #D97804;
    font-size: 36px;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
}
.widget-1.widget-footer-carousel-section,
.widget-2.widget-footer-carousel-section {
    float: left;
    display: block;
    width: 100%;
    clear: both;
}
#altitudesection h3 {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 20px;
    color: #144a78;
    font-weight: 700;
}
#header-rotator {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    color: #fff;
    margin-top: 0;
    font-size: 31px;
    overflow: hidden;
    min-height: 0;
    background: none;
    background-size: 280px auto;
    max-height: 400px;
}
#outerlines {
    padding: 40px 0 20px 0;
    /* min-height: 882px; */
    display: block;
    float: left;
    width: 100%;
    background: url('http://sherpasoftware.com/wp-content/uploads/2016/08/linebg.jpg') top center no-repeat;
    background-size: 280px auto;
}
#outerlines.nolines {
  background:none;
}
#header-rotator .headslider {
    padding-bottom: 4px;
    background: none;
    background-size: 280px auto;
    float: left;
    display: block;
    width: 100%;
}
#outerlines {
    padding: 33px 0 20px 0;
    /* min-height: 882px; */
    display: block;
    float: left;
    width: 100%;
    background: url('http://sherpasoftware.com/wp-content/uploads/2016/08/linebg.jpg') top center no-repeat;
    background-size: 280px auto;
    margin-top: 20px;
}
#outerlinesinner {
    float: left;
    display: block;
    width: 100%;
        padding-bottom: 38px;
    background: url('http://sherpasoftware.com/wp-content/uploads/2016/08/linebg.jpg') bottom center no-repeat;
    background-size: 280px auto;
    margin-bottom: 10px;
}
#outerlines.nolines, #outerlines.nolines #outerlinesinner {
  background:none;
}
.testnames { 
    color: #DA7802;
    font-style: italic;
    font-weight: 900;
}
.smalltestname {
    font-weight: 400;
    font-size: 22px;
}
#outerlines.slidtwoout #outerlinesinner {
    padding-bottom: 7px;
}
.newtesthdivsinner {
    width: 64%;
    margin: 0;
    text-align: justify;
    padding: 0 18%;
    font-style: italic;
}
  .newtesthdivs {
    background: url('http://sherpasoftware.com/wp-content/uploads/2016/08/leftquotes.jpg') left center no-repeat;
    background-size: 120px auto;
}
.newtesthdivsinner {
    background: url('http://sherpasoftware.com/wp-content/uploads/2016/08/rightquote.jpg') right center no-repeat;
    background-size: 120px auto;
}
.page-id-7591 #header-sub-section-inner {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 47px;
    background-color: #fff;
    padding-top: 0;
    background-image: none;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-size: 100% auto;
}
.page-id-7603 #dwncollform { 
    margin-top: 102px;
}
.page-id-7603.page-template-ediscovery-page .flipster-coverflow .flip-items {
    height: 306px !important;
} 
.page-id-7603 #main {
    width: 1143px;
}
.flipster {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    float: left !important;
}
#carouselflowinner {
    float: left;
    display: block;
    width: 1013px;
}
 .page-template-ediscovery-page .flipster-coverflow .flip-items {
 
}
.page-id-7603.page-template-ediscovery-page .flipster-coverflow .flip-items {
    /*height: auto !important;*/
  min-height:450px !important;
} 
#carouselflowinner {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.ediscinn p {
    margin-top: 0px !Important;
    font-size: 21px;
    font-style: italic;
    position: relative;
    margin-bottom: 14px;
}
#ediscovery-testimonials-section {
    background: url('http://sherpasoftware.com/wp-content/uploads/2016/08/lightbluebrbg.jpg') left 13px no-repeat;
    background-size: 100% auto;
    padding: 1px 0;
    padding-bottom: 47px;
}
#carflow, #carflowinner {
    float: left;
    display: block;
    width: 100%;
}
#carflow .flipster  {
    visibility: visible;
    height: 322px !important;
    display: block !important;
}
.ediscinn p {
    margin-top: 55px !important;
}
.showlogo {
    text-align: center;
    margin: 25px 0 0 0;
}

/* New Changes - 12-20-2016 */
@import url("style-12-20-16.css"); /* DO NOT REMOVE! */
