/*
Theme Name: Active Calendar 2016
Theme URI: https://activecalendar.com
Author: the Active Calendar team
Author URI: https://activecalendar.com
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: activecalendar-2016
*/

/*************************************************************
 * FONTS
/*************************************************************/
@font-face {
    font-family: FredokaOne-Regular;
    src: url(fonts/FredokaOne-Regular.ttf);
}
@font-face {
    font-family: Futura-Light;
    src: url(fonts/Futura-Light.ttf);
}
@font-face {
    font-family: Futura-LightOblique;
    src: url(fonts/Futura-LightOblique.ttf);
}
@font-face {
    font-family: Futura-Book;
    src: url(fonts/Futura-Book.ttf);
}
@font-face {
    font-family: Futura-BookOblique;
    src: url(fonts/Futura-BookOblique.ttf);
}
@font-face {
    font-family: Futura-Heavy;
    src: url(fonts/Futura-Heavy.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(fonts/Roboto-Medium.ttf);
}

/*************************************************************
 * GLOBAL
/*************************************************************/
html {
  overflow: visible !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
}

html, body {
    color: #313335;
    font-family: Futura-Book, Arial;
}
h1, h2, h3, h4, h5, h6, .heading1, .heading2, .heading3, .heading4, .heading5, .heading6 {
    color: #434345;
}
a.hide-link, a.hide-link:hover, a.hide-link:visited, a.hide-link:active {
    color: #434345;
    text-decoration: none;
}
h1, h2, h3, .heading1, .heading2, .heading3 {
    text-align: center;
}
h4, h5, h6, .heading4, .heading5, .heading6 {
    text-align: left;
}
h1, .heading1, h1.banner, .heading1_banner {
    font-family: FredokaOne-Regular, Arial;
    font-size: 36px;
    display: block;
}
h1.banner, .heading1_banner {
    font-size: 48px;
    line-height: 1.1 !important;
}
h1 span, .heading1 span {
    font-family: Futura-Book, Arial;
    font-size: 24px;
    color: #F47621;
    line-height: 40px;
}

.heading1_inner {
    font-family: FredokaOne-Regular;
    font-size: 48px;
    line-height: 1.1 !important;
    text-shadow: 1px 3px 3px #58585A;  
}

h2, .heading2 {
    font-family: FredokaOne-Regular;
    font-size: 25px;
    display: block;
}
h3, .heading3 {
    font-family: Futura-Heavy;
    font-size: 21px;
    display: block;
}
h4, .heading4, h4.banner, .heading4_banner {
    font-family: FredokaOne-Regular, Arial;
    font-size: 22px;
    display: block;
}
h4.banner, .heading4_banner {
    text-align: center;
    line-height: 36px;
}
h5, .heading5 {
    font-family: FredokaOne-Regular, Arial;
    font-size: 17px;
    display: block;
}
h6, .heading6 {
    font-family: Roboto-Medium, Arial;
    font-size: 15px;
    display: block;
}
h6.banner, .heading6_banner {
    line-height: 30px;
    text-align: center;
    display: block;
}
p {
    font-family: Futura-Book, Arial;
    font-size: 20px;
}
a, a:hover, a:visited {
    color: #1977BA;
}
a.btn, a:hover.btn, a:visited.btn {
    color: #FFFFFF;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.quote {
    font-style: italic;
    text-align: right;
}
.text-shadow {
    text-shadow: 1px 1px #000;
}
.outline {
    text-shadow: 1px 3px 3px #58585A;
}
.no-wrap {
    white-space: nowrap;
}
ul, li {
    text-align:left;
}
.solid-background {
    background-color: #1977ba;
    color: #FFFFFF;
}
.solid-background *, .solid-background *:hover, .solid-background *:focus, .solid-background *:active, .solid-background *:visited {
    color: #FFFFFF;
}
.rounded-images div img {
    -moz-border-radius: 90px;
    border-radius: 90px;
}
img.rounded-images {
    height: 180px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

.btn-primary, .btn-primary:hover, .btn-secondary, .btn-secondary:hover {
    border-radius: 0;
    font-family: Futura-Heavy !important;
    font-size: 21px !important;
    text-decoration: none !important;
    text-shadow: none;
} 
.btn span {
    font-size: 14px;
}
.btn-primary, .btn-primary:hover {
    background-color: #1576BC !important;
    border-color: #1576BC !important;
}
.btn-secondary, .btn-secondary:hover {
    background-color: #F47621 !important;
    border-color: #F47621 !important;
}

.btn span {
    font-size: 14px;
}

ul.hide-bullets {
    list-style: none;
}
.logo-bullet {
    background: url(images/logo_bullet.png) no-repeat left top;
    padding: 4px 0 0 40px;
    min-height: 40px;
}
.logo-separator {
    background: url(images/logo_bullet.png) no-repeat left top;
    min-height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}
.container {
    padding: 0;
}
.full-width-text {
    padding: 0 150px;
}
.spacing-xs { margin-top: 10px; }
.spacing-sm { margin-top: 25px; }
.spacing-md { margin-top: 50px; }
.spacing-lg { margin-top: 75px; }
.spacing-xl { margin-top: 100px; }
.spacing-xxl { margin-top: 150px; }
.spacing-xxxl { margin-top: 175px; }
.spacing-xxxxl { margin-top: 200px; }
.spacing-footer { margin-bottom: 75px; }

body > iframe {
    display: none;
}

.blue-bg {
  	background-color: #0e76bc;
}

.white {
    color: #FFFFFF !important;
}

/*************************************************************
 * HEADER
/*************************************************************/
header.ac-header {
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 777;
}
.ac-logo {
    margin-left: 15px;
}
header.ac-header .icon-bar {
    background-color: #333;
}
header.ac-header .navbar-toggle {
    border-color: #333;
    background: rgba(255, 255, 255, 0.95);
    margin: 33px 15px;
}

header.ac-header .navbar-toggle:focus, header.ac-header .navbar-toggle:hover {
    background: rgba(255, 255, 255, 0.95);
}
header.ac-header .ac-logo {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 25px;
}
header.ac-header #sign-up > a {
    display: inline-block;
}
header.ac-header .nav {
    padding-top: 22px;
    background-repeat: no-repeat;
    background-position: right;
}
header.ac-header .nav > li > a {
    font-family: FredokaOne-Regular, Arial;
    font-size: 17px;
}
header.ac-header .nav > li > a:focus, header.ac-header .nav > li > a:hover {
    background-color: transparent;
    text-decoration: underline;
}
.navbar-right {
    margin-right: 15px;
}
.container > .navbar-header {
    margin-left: 12px;
}
.navbar-toggle .icon-bar {
    width: 16px;
}
.container > .navbar-collapse {
    width: 100%;
    margin: 0;
}
header.ac-header .navbar-header img {
    height: 60px;
}
.nav > li > a.btn {
    padding: 10px;
    margin: 5px 0 0 20px;
}
.banner-top-image {
    position: absolute;
    z-index: 666;
    text-align: right;
    top: 110px;
    right: 5%;
}
.banner-top-image img {
    height: 135px;
}

.pad-15 {
    padding: 0 15px;
}

/*************************************************************
 * HOME PAGE SLIDER
/*************************************************************/
.slider {
    width: 100%;
    color: #fff;
}
.slider .slide {
    height: 700px;
    position: relative;
}
.slider .slide .slide-content {
    position: absolute;
    top: 30%;
    width: 30%;
    z-index: 666;
}
.slide-hero {
    position: absolute;
    height: 100%;
    right: 10%;
    z-index: 333;
    width: 650px;
}
.slide-hero img {
    height: 100%;
}
.slider .slide .slide-content a.btn {
    border-radius: 0;
    text-shadow: none;
}
.hero-background {
    background-size: cover;
    background-position: center center;

}
.slide-item1 {
    background-image: url(images/hero_background.jpg);
}
#ac-header-slider-overlay {
    position: absolute;
    width: 100%;
    z-index: 444;
    top: 0;
    height: 700px;
    background-image: url(images/hero_overlay.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

#hero-p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#ac-example {
   margin-top: 100px;
}

.home-testimonials-content-right p {
   font-size: 21px;
}

/*************************************************************
 * SHORT HEADERS
/*************************************************************/

.short-header {
    height: 325px;
}
.short-header-content {
    margin-top: 150px;
    z-index: 666;
    text-align: center;
    color: #FFFFFF;
}
#ac-short-header-overlay {
    position: absolute;
    width: 100%;
    z-index: 333;
    top: 0;
    height: 325px;
    background-image: url(images/hero_overlay.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
#header-about {
    background-image: url(images/about-final-hero.jpg);
}
#header-faq {
    background-image: url(images/faq-final-hero.jpg);
}
#header-blog {
    background-image: url(images/misc-final-hero.jpg);
}
#header-video-center {
    background-image: url(images/misc-final-hero.jpg);
}
#header-resources {
    background-image: url(images/resources-final-hero.jpg);
}
#header-features {
    background-image: url(images/solutions-final-hero.jpg);
}
#header-pricing {
    background-image: url(images/solutions-hero.jpg);
}
#header-security {
    background-image: url(images/sky-bg.jpg);
}
#header-testimonials {
    background-image: url(images/misc-final-hero.jpg);
}
#header-solutions {
    background-image: url(images/features-final-hero.jpg);
}

#header-case-study-bethlehem {
    background-image: url(images/misc-final-hero.jpg);
}

#header-demo{
    background-image: url(images/misc-final-hero.jpg);
}
.testimonial-desc {
    padding: 0 15px;
}


/*************************************************************
 * HOME PAGE FEATURES
/*************************************************************/
.home-feature-column {
    text-align: center;
}
.home-feature-title {
    height: 50px;
}
.home-feature-description {
    height: 50px;
    text-align: center;
}


/*************************************************************
 * HOME PAGE EXAMPLE
/*************************************************************/
#ac-example div img {
    width: 100%;
}
#ac-example-content p {
    margin-left: 40px;
}

#ac-home-features {
    padding-bottom: 100px;
    padding-top: 50px;
    background-color: #dbf3ff;
}

#ac-home-features p {
    max-width: 835px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 15px;
}

#hide-button {
    display: none;
}

#show-button {
}

#headshot-shrink {
    height: 180px;
}


/*************************************************************
 * HOME PAGE TESTIMONIALS
/*************************************************************/
#ac-home-testimonials {
    padding-bottom: 100px;
    padding: 0 25px 75px 15px;
}
.home-testimonials-content {
    margin-top: 20px;
}
.home-testimonials-content-left {
    margin-top: 116px;
    text-align: center;
}
.home-testimonials-content-right {
    margin-top: 15px;
    padding-top: 75px;
    background-image: url(images/new-boom.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 165px;
}
.home-testimonials-content-right-inner {
    background-image: url(images/left_quote_orange.png);
    background-repeat: no-repeat;
    padding: 25px 0 0 25px;
}
.home-testimonials-content-right h1 {
    text-align: left;
}
.home-testimonials-content-right p {
    margin: 70px 150px 45px 0;
}
.from-the-mouths-of-heroes {
    margin-top: 15px !important;
    padding-top: 80px !important;
}

#test-align {
    text-align: left;
}


/*************************************************************
 * HOME PAGE BULLETS
/*************************************************************/
.bullets-left {
    text-align: center;
}
.bullets-description {
    margin-top: 40px;
    text-align: left;
}
.bullets-call-to-action {
    margin-top: 30px;
    font-size: 18px;
}
.bullets-call-to-action a {
    margin-left: 20px;
}
.bullets-right ul li {
    font-size: 20px;
    margin-top: 20px;
    min-height: 40px;
}


/*************************************************************
 * ABOUT PAGE
/*************************************************************/
.staff-column {
    margin-top: 100px;
    text-align: center;
}
.vested-value-wrapper {
    margin-top: 100px;
    padding: 0 0 80px 0;
}
.vested-value {
    margin-top: 120px;
    text-align: center;
    padding: 0 120px;
}
.value-image img {
    height: 180px;
}
.value-creativity {
    margin: 0 auto;
    max-width: 345px;
}


/*************************************************************
 * FAQ PAGE
/*************************************************************/
#ac-faq-list {
    margin-top: 100px;
}
#ac-faq-list div.container {
    padding: 0 100px;
}
.faq-item {
    margin-top: 20px;
    background-color: #e7e8e9;
}

.faq-question {
    position: relative;
    min-height: 85px;
    background-position: right;
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 20px;
}

.question-margin {
    margin-right: 100px;
}

.faq-answer {
    background-color: #c4c4c3;
    padding: 20px 20px;
}

.faq-plus-button {
    background-color: rgb(248, 117, 11);
    background-image: url(images/plus.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 85px;
    width: 85px;
    position: absolute;
    top: 0;
    right: 0;
}


/*************************************************************
 * BLOG, VIDEO, AND FEATURE PAGES
/*************************************************************/
.blog-item-wrapper {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-item-wrapper a {
    text-decoration: none;
}
.blog-item {
    margin: 0 auto;
    background-color: #AAAAAA;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.blog-item-inner {
    padding: 20px;
    height: 250px;
    background: rgba(67,67,67,.4);
}
.blog-item-inner h2, .blog-item-inner h4 {
    color: #FFFFFF;
    text-decoration: none;
}
.blog-item-inner h2 {
    font-size: 30px;
    height: 100px;
}
.blog-item-inner h4 {
    margin-top: 25px;
    text-align: center;
}

.feature-item-wrapper {
    padding: 0 75px;
}
.feature-title {
    padding-bottom: 25px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(images/feature-title-underline.png);
}
.feature-title-bullet {
    padding-top: 5px;
    margin: 0;
    font-size: 22px;
}
#ac-advanced-feature-list, #ac-third-party-feature-list {
    padding: 60px 0;
}
.resource-image img {
    height: 180px;
}
.help-column p {
    height: 150px;
}
#ac-blog-post {
    max-width: 800px;
}
.blog_title {
    padding-bottom: 30px;
    background-image: url(images/feature-title-underline.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.blog-body {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}
.blog-body p {
    margin-top: 35px;
}

.blog-body li {
    font-size: 21px;
}

#ac-features-testimonial div.container {
    background: url("images/new-boom.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 165px;
}

.blog-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    clear: both;
    width: 100%;
    max-width: 600px;
}

.view-all {
    display: block; 
    margin-top: 10px;
}

/*************************************************************
 * HIGHER ED BLOG SINGLE POST
/*************************************************************/

#deb {
    background-image: url("images/debmasters-ie.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding-left: 40px;
    padding-top: 40px;
}

#mary {
    background: url("images/marymarketer-ie.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding-right: 40px; 
    padding-top: 40px;
}

#reggie {
    background: url("images/reggie-ie.png");
    background-repeat: no-repeat;
    background-position: top;
  	background-size: 100%;
    padding-left: 40px;
    padding-top: 40px;
}

#eve {
    background: url("images/eve-ie.png");
    background-repeat: no-repeat;
    background-position: top;
  	background-size: 770px;
    padding-right: 40px;
    padding-top: 40px;
}

.person-header {
		color: #fff; 
    font-family: FredokaOne-Regular, Arial; 
    font-size: 29px;
}

.person-text {
    color: #fff; 
    font-size: 17px; 
    margin-top: 15px !important;
}

.heavy {
		font-family: Futura-Heavy, Arial; 
}

.font-17 {
		font-size: 17px;
}

.pad-left-top {
    padding-top: 40px;
    padding-left: 40px;
}

.person-mobile {
		background-color: #f8750b;
    display: none;
    padding: 40px
}

.person-mobile-img {
    display: block;
    margin: 0px auto 15px auto;
    height: 320px;
    width: auto;
}

.table-name-header {
		color: #0e76bc; 
    font-size: 17px; 
  	font-family: Futura-Heavy, Arial; 
  	width: 100%; 
  	display: block; 
  	margin-left: auto; 
  	margin-right: auto; 
  	text-align: center;
}

.table-title-header {
		font-size: 12px; 
  	text-align: center; 
  	display: block; 
  	margin-left: auto; 
  	margin-right: auto;
}

.title-row {
    vertical-align: middle !important;
    max-width: 210px;
    font-size: 14px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-right: 1px solid #ddd;
}

.person-table-head {
		vertical-align: middle !important; 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    height: 60px;
}

.x-img {
		vertical-align: middle !important; 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    height: 35px;
}

.cell-head-padding {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    vertical-align: middle !important;
    width: 120px;
}

.one-border-right {
    border-right: 1px solid #ddd;
}

.one-border-bottom {
    border-bottom: 1px solid #ddd;
}

.blue-header {
		color: #0e76bc; 
    font-family: FredokaOne-Regular, Arial; 
  	font-size: 36px; 
    line-height: 1.1;
  	display: block; 
  	text-align: center; 
  	width: 100%;
}

.no-pad {
		padding-left: 0px !important;
    padding-right: 0px !important;
}

.pad-top-bot {
    padding-top: 15px;
    padding-bottom: 15px;
}

.marg-top-bot {
    margin-top: 15px;
    margin-bottom: 15px;
}

#desktop-table {
    table-layout: fixed;
}

#mobile-table {
    display: none;
}

.center {
  	text-align: center;
}

.table-fix {
    position: fixed;
    top: 80px; 
    width: 100%; 
    background-color: white;
    z-index: 777;
}

/*************************************************************
 * HEALTHCARE BLOG SINGLE POST
/*************************************************************/

#william {
    background-image: url("images/william-ie.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding-left: 40px;
    padding-top: 40px;
}

#vanessa {
    background: url("images/vanessa-ie.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding-right: 40px; 
    padding-top: 40px;
}

#harry {
    background: url("images/harry-ie.png");
    background-repeat: no-repeat;
    background-position: top;
  	background-size: 100%;
    padding-left: 40px;
    padding-top: 40px;
}

#edith {
    background: url("images/edith-ie.png");
    background-repeat: no-repeat;
    background-position: top;
  	background-size: 770px;
    padding-right: 40px;
    padding-top: 40px;
}

#devin {
    background: url("images/devin-ie.png");
    background-repeat: no-repeat;
    background-position: top;
  	background-size: 100%;
    padding-left: 40px;
    padding-top: 40px;
}

.col-xs-15{
    width:20%;
}

/*************************************************************
 * NONPROFIT BLOG SINGLE POST
/*************************************************************/

#erica {
    background-image: url("images/erica-ie.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding-left: 40px;
    padding-top: 40px;
}

#megan {
    background: url("images/megan-ie.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding-right: 40px; 
    padding-top: 40px;
}

#pete {
    background: url("images/pete-ie.png");
    background-repeat: no-repeat;
    background-position: top;
  	background-size: 100%;
    padding-left: 40px;
    padding-top: 40px;
}

#tina {
    background: url("images/tina-ie.png");
    background-repeat: no-repeat;
    background-position: top;
  	background-size: 770px;
    padding-right: 40px;
    padding-top: 40px;
}

/*************************************************************
 * 100% DATA ENCRYPTION SINGLE POST
/*************************************************************/
.blogbody-p-copy {
  	margin-top: 35px;
}

.lightblue-bg {
    background-color: #DBF3FF;
}

.eight-section {
    display: block;
    clear: both;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.eightfifty-section {
  	display: block;
    clear: both;
    max-width: 850px;
    padding: 50px 15px;
    margin: 50px auto 50px auto;
}

.h2copy {
    color: #434345;
    font-family: FredokaOne-Regular, Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 35px 0;
    display: block;
}

#markets {
    margin: 0 auto;
    max-width: 700px;
}

.markets-sections {
    margin-top: 60px;
    display: block;
    float: left;
    padding: 0 !important;
}

.img-small {
    height: 145px;
    width: 145px;
    float: left;
    margin-right: 30px;
}

.markets-h3 {
  	color: #434345;
    font-family: Futura-Heavy, Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 30px;
    text-align: left;
}

.markets-p {
  	color: #434345;
    font-family: Futura-Book, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 10px !important;
}


/*************************************************************
 * RESOURCE PAGE
/*************************************************************/
#ac-trending-help-section {
    padding: 75px 0;
}
.help-image, .trending-help-image, .help-name {
    text-align: center;
}
.trending-help-bullet-list {

}
.trending-help-bullet-list li {
    margin-top: 10px;
}
.trending-help-column h4, .trending-help-column ul {
     margin-left: 100px;
}
.trending-help-name, .trending-help-bullet-list {
    padding-left: 0;
}

.trending-help-column-left {
    padding-left: 100px;
}
.trending-help-column-right {
    padding-right: 100px;
}

/*************************************************************
 * PRICING PAGE
/*************************************************************/
#ac-bluebar {
    background-color: #0e76bc;
    height: 350px;
    margin-top: 445px;
    margin-bottom: 435px;
}

#pricing-block {
    background-color: #FFFFFF;
    border: 2px solid #0e76bc;
    width: 600px;
    position: absolute;
    margin-top: 100px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#the-plan {
    margin-top: 45px;
}

#price {
    font-family: Futura-Book, Arial, Helvetica, sans-serif;
    font-size: 95px;
    color: #0e76bc;
    text-align: center;
    display: block;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
}

#price-p {
    font-family: Futura-Book, Arial, Helvetica, sans-serif;
    color: #434345;
    text-align: center;  
    font-style: italic; 
}

#price-include {
    width: 530px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

.help-icon {
   height: 20px;
   margin-bottom: 5px;
}

.addons-header {
    font-family: Futura-Heavy, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #434345;  
    margin-bottom: 0px;
}

.addon-icon {
    width: 30px;
    height: 100%;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 23px;
}

.addon-price {
    font-family: Futura-Medium, Arial, Helvetica, sans-serif;
    color: #0e76bc;
}

.needmore-button {
    background-color: #0e76bc;
    background-image: url(images/arrow-right.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 85px;
    width: 85px;
    position: absolute;
    top: 0;
    right: 0;
}

.needmore-item {
    margin-top: 20px;
    border: 1px solid #c4c4c3;
}

.needmore-block {
    position: relative;
    min-height: 85px;
    background-position: right;
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 20px;
}

.orange {
    color: #f8750b !important;
}

.needmore-block .orange a:hover {
    color: #f8750b !important;
    text-decoration: underline !important;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  border: 2px solid #0e76bc;
  z-index: 9999;
}

.popup-image {
  width: 100%; 
  padding-top: 20px;
  padding-bottom: 7px;
}

.popup-image-caption {
  font-size: 14px;
  font-style: italic;
}

.nowrap {
  white-space: nowrap;
}

/*************************************************************
 * VALUES PAGE
/*************************************************************/
#ac-featured-case-study {
    padding: 75px 0;
}
#ac-featured-case-study div.container {
    padding: 0 200px;
}
.featured-case-study-content {

}
.featured-case-study-source, .featured-case-study-more {
    text-align: right;
}
.featured-case-study-source {

}
.featured-case-study-more {

}
#ac-testimonials {
    padding-bottom: 100px;
    padding: 0 25px 50px 15px;
}
#ac-testimonials .container {
    padding: 25px;
    background-color: #ECEDEF;
}
.testimonial-source {
    margin-top: 20px;
    text-align: center;
}

/*************************************************************
 * SECURITY PAGE
/*************************************************************/
.eight-section {
    display: block;
    clear: both;
    max-width: 850px;
    padding: 70px 15px;
    margin: 0 auto;
}

.above-icon {
    height: 60px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.h2-w-icon {
    color: #434345;
    font-family: FredokaOne-Regular, Helvetica, Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    margin: 35px 0;
}

.sec-testimonial {
    font-family: Futura-BookOblique, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 27px;
}

.sec-quotes {
    color: #F8750B;
    font-family: Futura-Heavy, Helvetica, Arial, sans-serif; 
}

.testimonial-name {
    color: #FFFFFF;
    font-family: Futura-Heavy, Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}

.rad-title {
    font-family: FredokaOne-Regular, Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 1.1;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

/*************************************************************
 * SOLUTION PAGE
/*************************************************************/
#solutions-overview {
    padding: 0 150px;
}
.solution-row {
    background-image: url(images/solution-row-background.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.solution-heading-left {
    padding-right: 40px;
    text-align: center;
}
.solution-heading-right {
    padding-left: 40px;
    text-align: center;
}
.solution-image img {
    height: 180px;
}
.solution-row-left {
    padding-right: 90px;
}
.solution-row-right {
    padding-left: 90px;
}
.solution-wrapper, .challenge-wrapper {
    background-color: #FFFFFF;
    background: white;
    height: 250px;
}
.solution-wrapper::after, .challenge-wrapper::before {
    content: " ";
    display: inline-block;
    height: 100%;
    width: 1%;
    vertical-align: middle;
}
.challenge-wrapper {
    text-align: right;
}
.solution-wrapper {
    text-align: left;
}
.challenge-text, .solution-text {
    display: inline-block;
    vertical-align: middle;
    width: 95%;
    margin: 0 0 20px 0;
}
.challenge-text {
    background-image: url(images/solution-column-orange.png);
    background-position: right;
    background-repeat: repeat-y;
    padding-right: 20px;
}
.solution-text {
    background-image: url(images/solution-column-blue.png);
    background-position: left;
    background-repeat: repeat-y;
    padding-left: 20px;
}
.solution-calendar-event {
    padding: 0 45px;
}
.solution-calendar-event h3 {
    margin: 20px 40px;
}


/*************************************************************
 * CLIENT DIRECTORY
/*************************************************************/
#ac-client-list h2 {
    text-align: left;
    margin: 90px 0 15px 0;
}
.client-directory-nav {
    text-align: center;
}
.client-directory-nav li {
    margin-top: 10px;
    display: inline;
    padding: 0 10px;
}
.client-directory-nav a {
    color: #434345;
    font-size: 20px;
}
#ac-client-list p, #ac-client-list p a {
    color: #434345;
    font-size: 22px;
}


/*************************************************************
 * SITE MAP
/*************************************************************/
#ac-sitemap h2, #ac-sitemap h2 a {
    text-align: left;
    color: #434345;
}
#ac-sitemap p a {
    color: #434345;
    margin: 10px 0 40px 40px;
    font-size: 22px;
}

/*************************************************************
 * RICHARD MARTIN AND CASE STUDIES
/*************************************************************/
#ac-richard-martin .container p {
    text-align: left;
    font-size: 16px;
}
.case-study-list li {
    font-size: 19px;
    margin-top: 8px;
}

/*************************************************************
 * WHITE PAPER SPECIFIC SYTLING
/*************************************************************/

#header-whitepaper {
    background-image: url(images/whitepaper-final-hero.jpg);
}

.hero-text {
  font-size: 17px; 
}

.heading1-inner-wp {
  font-family: FredokaOne-Regular;
  font-size: 40px;
  line-height: 1.1 !important;
  text-shadow: 1px 3px 3px #58585A;
}

.marg50 {
  margin-bottom: 0px;
}

#hide-wp-img { 
  display: block;
}

/*************************************************************
 * BOTTOM BANNER
/*************************************************************/
#ac-bottom-banner-overlay {
    float: left;
	height: 300px;
	width: 100%;
	background-image: url(images/bottom_banner_overlay.png);
    background-repeat: repeat-x;
	background-position: top;
}
.bottom-banner-left {
    text-align: center;
}
#ac-bottom-banner {
    background-image: url(images/bottom_banner_batman.jpg);
    background-size: cover;
    background-position: center center;
    height: 650px;
}
#ac-values-bottom-banner {
    background-image: url(images/bottom_banner_batman.jpg);
    background-size: cover;
    background-position: center center;
    height: 650px;
}
.bottom-banner-text {
    margin-top: 24%;
}  

/*************************************************************
 * FOOTER
/*************************************************************/
footer#ac-footer {
    padding: 40px 0;
}
.footer-logo {
    text-align: left;
}
.footer-logo img {
    width: 100%;
    max-width: 400px;
}
.footer-logo p {
}
.footer-support ul {
    padding-left: 75px;
}
.footer-list li h5 {
    margin-bottom: 20px;
}
.disclaimer {
    margin: 20px 10px;
    font-size: 12px;
    font-style: italic;
}

/*************************************************************
 * 1400
/*************************************************************/
@media (max-width: 1400px) {
    .slide-hero {
        right: 0;
    }
    .slider .slide .slide-content {
        width: 50%;
    }
    h4.banner, .heading4_banner {
        line-height: 30px;
    }
    .home-testimonials-content-right p {
        margin-right: 0;
    }
}

/*************************************************************
 * 1200
/*************************************************************/
@media (max-width: 1200px) {
    header.ac-header .navbar-header img {
        margin-top: 15px;
        height: 40px;
    }
    .home-feature-title {
        height: 75px;
    }
    #ac-featured-case-study div.container {
        padding: 0 20px;
    }
    .solution-calendar-event {
        padding: 0 20px;
    }
    .solution-calendar-event h3 {
        margin: 20px 35px;
    }
}


/*************************************************************
 * 1100
/*************************************************************/
@media (max-width: 1100px) {
    #ac-header-slider-overlay, .slider .slide {
        height: 550px;
    }
    .slide-hero {
        width: 500px;
    }
    #ac-bottom-banner {
        height: 550px;
    }
    .slogan-content {
        font-size: 30px;
    }
    .testimonials_content {
        margin-top: 60px;
    }
    .bullets-right {
        margin-top: 40px;
    }
    .bottom-banner-left {
        margin-top: -75px;
    }
    .bullets-right {
        padding: 0 20%;
    }
    .full-width-text {
        padding: 0 75px;
    }
    .footer-support ul {
        padding-left: 0;
    }
    .hero-content h2 {
        font-size: 30px;
    }
    .slide-hero {
        width: 450px;
    }
    header.ac-header .navbar-header {
        float: none;
    }
    header.ac-header .navbar-toggle {
        display: block;
    }
    header.ac-header .navbar-collapse {
        border-top: 1px solid #fff;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    header.ac-header .navbar-collapse.collapse {
        display: none !important;
    }
    header.ac-header .nav {
        padding: 0;
    }
    header.ac-header .navbar-nav {
        background: rgba(255, 255, 255, 0.95);
        float: none !important;
        margin: 0 -15px;
    }
    header.ac-header .navbar-nav > li#sign-up span {
        display: none;
    }
    header.ac-header .navbar-nav > li {
        float: none;
    }
    header.ac-header .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header.ac-header .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    header.ac-header .navbar-collapse.collapse.in {
        display: block !important;
    }
    header.ac-header .collapsing {
        overflow: hidden !important;
    }
    .example-right {
        margin-top: 60px;
        text-align: center;
    }
    #ac-example div img {
        width: 65%;
    }
    .testimonials-content {
        padding: 0 170px;
    }
    .testimonials-content {
        margin-top: 30px;
    }
    .testimonial-author {
        margin-top: 100px;
    }
    .testimonials-content-left {
        background-image: url(images/medium_person_outline_orange.png);
        margin-top: 75px;
    }
    .testimonials-content-right {
        margin-top: 50px;
        padding: 5px 0 0 15px;
        background-image: url(images/small_left_quote_orange.png);
    }
    .testimonials-content-right p {
        margin: 50px 0 0 0;
    }
    .bullets-description {
        padding: 0 10%;
    }
    .footer-right {
        padding: 50px 0 0 0;
    }
    .bullets-description {
        padding: 0 20%;
    }
    .bullets-right {
        padding: 0;
    }
    .nav > li > a.btn {
        margin: 0;
    }
    .vested-value {
        padding: 0 50px;
    }
    .solution-wrapper, .challenge-wrapper {
        height: 360px;
    }
    .blog-item, .video-item {
        width: auto;
    }
    .trending-help-column-left, .trending-help-column-right {
         padding: 0 15px;
    }
    .trending-help-column h4, .trending-help-column ul {
        margin-left: 40px;
    }

    #ac-bottom-banner, #ac-values-bottom-banner { 
	background-position: right;
    }
}


/*************************************************************
 * 1000
/*************************************************************/
@media (max-width: 1000px) {
    .home-feature-title {
        height: 50px;
    }
    #ac-faq-list div.container {
        padding: 0 15px;
    }
}


/*************************************************************
 * 992
/*************************************************************/
@media (max-width: 992px) {
    .home-feature-description {
        padding: 0 20%;
    }
    
    h1.banner, .heading1_banner {
       font-size: 36px;
    }

    .banner-top-image img {
       height: 85px;
    }

    #hide-button {
       display: inline-block;
       margin-left: auto;
       margin-right: auto;
    }

    #show-button {
       display: none;
    }

    #headshot-hide { 
       display: none;
    }

    .home-testimonials-content-left {
       margin-top: 0px;
    }
  
    /*************************************************************
 		* HIGHER ED BLOG POST
		/*************************************************************/
  
    #deb {
    		padding: 0px;
        background-image: none;
    }
  
    #mary {
    		padding: 0px;
        background-image: none;
    }
  
    #reggie {
    		padding: 0px;
        background-image: none;
    }
  
    #eve {
    		padding: 0px;
        background-image: none;
    }
  
    .person-header {
        font-size: 21px;
    }
  
    .person-desktop {
    		display: none;
    }
  
    .person-mobile {
    		display: block;
    }
  
    /*************************************************************
 		* HEALTHCARE BLOG POST
		/*************************************************************/
  	
    #william {
    		padding: 0px;
        background-image: none;
    }
  
    #vanessa {
    		padding: 0px;
        background-image: none;
    }
  
    #harry {
    		padding: 0px;
        background-image: none;
    }
  
    #edith {
    		padding: 0px;
        background-image: none;
    }
  
    #devin {
    		padding: 0px;
        background-image: none;
    }
  
    /*************************************************************
 		* NONPROFIT BLOG POST
		/*************************************************************/
  	
    #erica {
    		padding: 0px;
        background-image: none;
    }
  
    #megan {
    		padding: 0px;
        background-image: none;
    }
  
    #pete {
    		padding: 0px;
        background-image: none;
    }
  
    #tina {
    		padding: 0px;
        background-image: none;
    }
    
    .marg50 {
        margin-bottom: 50px;
     }
  
     #hide-wp-img { 
        display: none;
      }
}


/*************************************************************
 * 860
/*************************************************************/
@media (max-width: 860px) {
    .slider .slide .slide-content h2 {
        font-size: 24px;
    }
    .testimonials-content {
        padding: 0 100px;
    }
    .testimonials-content-right h1 {
        font-size: 32px;
    }
    .bullets-description {
        padding: 0 18%;
    }
    .bullets-right {
        padding: 0 15%;
    }

    .home-feature-description {
        height: auto;
    }

    .short-header-content {
        margin-top: 160px;
     }
}


/*************************************************************
 * 767
/*************************************************************/
@media (max-width: 767px) {
    .full-width-text {
        padding: 0 50px;
    }
    .solution-image {
        display:none;
    }
    .solution-heading-right, .solution-heading-left {
        padding: 0 15px;
    }
    .solution-heading-left h1 {
        font-weight: normal;
    }
    .solution-wrapper, .challenge-wrapper {
        height: auto;
        text-align: center;
    }
    .solution-row-left, .solution-row-right {
        padding: 0 15px;
    }
    #ac-solution-list {
        background: url(images/solution-column-gray.png);
        background-position: center;
        background-repeat: repeat-y;
    }
    .solution-row {
        background: none;
    }
    .challenge-text, .solution-text {
        background: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .challenge-text {
        padding-bottom: 20px;
        font-size: 19px;
    }
    .solution-text {
        padding-bottom: 5px;
    }
    .challenge-wrapper {
        margin-top: 75px;
    }
    .solution-text {
        font-weight: bold;
    }
    .footer-left {
        padding: 0;
        margin: 20px 0 0 0;
        text-align:center;
    }
    .footer-left div {
        margin-top: 30px;
    }
    .footer-left div span:after {
        content:"\000A";
        white-space: pre;
    }
    footer#ac-footer {
        min-height: 350px;
    }
    .footer-right {
        text-align: center;
    }
    .blog-spacer {
        display: none;
    }
    .footer-support ul {
        padding-left: 40px;
    }
    .footer-list {
        margin-top: 50px;
    }
    .solution-calendar-event {
        padding: 0 20%;
    }
    .solution-calendar-event h3 {
        margin: 20px;
    }

    .heading1_inner {
        font-size: 36px;
    }

    .banner-top-image img {
        display: none;
    } 

    .short-header-content {
        margin-top: 125px;
     }

    #pricing-block {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 50px;
    }
    
    #price-include {
        width: 100%;
    }

    .question-margin {
        margin-right: 55px;
    }

    .faq-plus-button {
        width: 45px;
        height: 100%;
        background-size: 20px;
    }
  
    .needmore-button {
        width: 45px;
        height: 100%;
        background-size: 20px;
    }
  
    #pricing-block {
        border-left: none;
        border-right: none;
    }
  
    .heading1-inner-wp {
         font-size: 21px;
		}
  
    .img-small {
         display: block;
         margin: 0 auto;
         float: none;
		}
  
    .eightfifty-section {
    		 padding: 50px 30px;
		}
  
    .eight-section {
    		padding: 50px 15px;
		}

}


/*************************************************************
 * 700
/*************************************************************/
@media (max-width: 700px) {
    .feature-column {
        margin-top: 70px;
    }
    .testimonials-content {
        padding: 0 20px;
    }
    .testimonials-content-right h1 {
        font-size: 28px;
    }
    #ac-example div img {
        width: 80%;
    }
    .bullets-description {
        padding: 0 18%;
    }
    .slider .slide .slide-content {
        width: 100%;
    }
    h1.banner, .heading1_banner {
        font-size: 36px;
    }
    .slider .slide .slide-content h2 {
        font-size: 28px;
    }
    #ac-example-content p {
        margin-left: 0;
    }
    .bullets-description {
        padding: 0 14%;
    }
    .bullets-right {
        padding: 0 10%;
    }
    .banner-top-image {
        right: 0;
    }

    #ac-bottom-banner-overlay, #ac-values-bottom-banner-overlay {
        height: 150px;
        background-size: 100% 150px;
    }

    .slide-hero {
        display: none;
    }
  
    #desktop-table {
        display: none;
    }
  
    #mobile-table {
        display: block;
    }  
 
}



/*************************************************************
 * 480
/*************************************************************/
@media (max-width: 480px) {
    p {
        font-size: 18px;
    }

    .slider .slide .slide-content {
        top: 85px;
    }
    .feature-item-wrapper {
        padding: 0 20px;
    }
    .full-width-text {
         padding-left: 15px !important;
         padding-right: 15px !important;
    }
   
    .trending-help-column {
         margin-top: 40px;
    }
    
    .trending-help-column h4, .trending-help-column ul {
        margin-left: 0px;
    }
    .feature-column {
        margin-top: 40px;
    }
    .bottom-banner-left {
        margin-top: -180px;
    }
    .testimonials-content {
        padding: 0 10px;
    }
    .testimonials-content-right h1 {
        font-size: 16px;
        font-weight: bold;
    }
    header.ac-header {
        height: 60px;
    }
    header.ac-header .ac-logo {
        padding-top: 10px;
        height: 40px;
    }
    header.ac-header .navbar-header img {
        margin-top: 0;
        height: 40px;
    }
    header.ac-header .navbar-toggle {
        margin: 13px 13px 13px 0;
    }
    .hero-content h2 {
        font-size: 28px;
    }
    .container {
        padding: 0;
    }
  
    .pad-15{
        padding: 0 15px;
    }
    #ac-header-slider-overlay, .slider .slide {
        height: 450px;
    }
    #ac-bottom-banner, #ac-values-bottom-banner {
        height: 350px;
				background-position: right;
    }
  
    .banner-auto {
      	height: 450px !important;
    }
  
    #ac-bottom-copy {
        height: auto;
		background-position: right;
    } 
  
    .slide-hero pull-right {
        right: 0;
    }
    .slogan-content {
        font-size: 24px;
    }
    .feature-description {
        margin-top: 30px;
    }
    .bullets-right {
        margin-top: 50px;
    }
    .bullets-description {
        padding: 0;
        font-size: 18px;
        margin-top: 0px;
        text-align: center;
    }
    .bullets-right {
        padding: 0 15px;
    }
    h1.banner, .heading1_banner {
       font-size: 26px;
       padding: 0 15px;
    }
    h4.banner, .heading4_banner {
        line-height: 30px;
        font-size: 18px;
    }
    .bullets-call-to-action a {
        margin: 20px 0;
    }

    #hero-p {
        padding: 0 15px;
    }

    ul.hide-bullets {
        list-style: none;
        padding-left: 0px;
    }

    .logo-bullet {
        font-size: 18px;
    }

    .feature-title-bullet {
        font-size: 22px;
    }

    #ac-home-features p {
        font-size: 18px;
    }

    .home-feature-description {
        padding: 0px 15px;
        height: auto;
    }
 
    .heading1 {
        font-size: 26px;
        padding: 0 15px;
    }

    .slider .slide .slide-content p {
        font-size: 18px;
    }

    #ac-example-content p {
        font-size: 18px;
        text-align: center;
        margin-top: 0px;
    }
   
    #ac-example {
        padding-top: 50px;
        margin-top: 0px;
    }

    .bottom-banner-text {
        margin-top: 100px;
    }

    .home-testimonials-content-right p {
        font-size: 18px;
        margin: 25px 0px;
        text-align: center;
    }

    .home-testimonials-content-right {
       background-image: none;
    }

    .short-header {
        height: 260px;
    }

    #ac-short-header-overlay {
        height: 260px;
    }

    .short-header-content {
        margin-top: 100px;
    }

    #ac-home-testimonials {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-testimonials-content-right-inner {
        padding: 25px 0 0 0;
        background-position: top left;
    }

    #test-align {
        text-align: center;
    }
  
    .addons-header {
        font-size: 21px;
    }
  
    #ac-bluebar {
        display: none;
    }
    
    #pricing-block {
        position: relative;
        border-right: none;
        border-left: none;
    }
  
    .person-mobile-img {
    		height: 200px;
    }
 
		.blue-header{
    		font-size: 26px;
    		padding: 0 15px;
		}
  
    .table-fix {
        top: 60px;
    }
  
    /*************************************************************
    * 100% DATA ENCRYPTION
    /*************************************************************/
    .h2copy {
    		font-size: 28px;
	}
  
    .eightfifty-section {
    		padding: 35px 30px;
	}

    .h2-w-icon {
        font-size: 28px;
    }
  
    .eight-section {
            padding: 30px 15px;
    }
  
    .rad-title {
        font-size: 28px;
    }    
  
}


/*************************************************************
 * 380
/*************************************************************/
@media (max-width: 380px) {
    #ac-header-slider-overlay, .slider .slide {
        height: 350px;
    }
    .slider .slide .slide-content h2 {
        margin-top: 0;
        line-height: 40px;
    }
    .feature-image img {
        width: 50%;
    }
}

/*************************************************************
 * CONTACT FORM 7
/*************************************************************/

.wpcf7-form {
    margin: 0 auto;
    display: block;
    max-width: 450px;
    padding: 0 15px;
}
.wpcf7-form-control-wrap input, textarea, select {
	color: #434345;
	background-color: #e6e7e8;
	font-family: Futura-Book, Arial;
        border: 0px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
  font-size: 16px !important;
}

.wpcf7-form-control-wrap input, select {
        height: 45px;
}

.wpcf7-submit {
    border-radius: 0;
    font-family: Futura-Heavy !important;
    font-size: 21px !important;
    text-decoration: none !important;
    text-shadow: none;
    background-color: #1576BC !important;
    border-color: #1576BC !important;	
    color: #FFFFFF;
    border: 0px;
    padding: 10px;
}

.wpcf7-mail-sent-ok {
    color: #39c051;
    font-size: 18px;
    margin-top: 25px;
    font-weight: 700;
}

.wpcf7-validation-errors {
    color: #e74b3c;
    font-size: 18px;
    margin-top: 25px;
}

.wpcf7-not-valid-tip {
    color: #e74b3c;
    font-size: 16px;
}

.wpcf7-form h5 {
    margin-top: 20px;
}

select#cat.postform {
    background-color: #e6e7e8;
    color: #434345;
    font-size: 18px;
    height: 45px;
    width: auto !important;
}

.screen-reader-response{
    display: none;
}

.ssba_facebook_share {
    margin-left: 10px;
}

.solid-background-white {
    background-color: #FFFFFF;
    color: #434345;
}

.solid-background-gray {
    background-color: #e6e7e8;
    color: #434345;
}

/*************************************************************
 * Footer Popup
/*************************************************************/
.seminar h3{
  font-size: 1.375em;
  font-weight: 100;
  margin-bottom: 10px;
  float: left;
  margin-right: 5px;
}
.seminar h3 + span{
  font-size: 1.375em;
  color: #a0a0a0;
  font-family: "Stint Ultra Expanded","Georgia",serif;
  float: left;
  font-weight:500;
  line-height: 1.25;
  display: inline-block;
  margin-bottom: 10px;
}
.seminar p{
  color: #3f5c6e;
  clear: both;
  font-weight:500;
}
.SeminarPopup{
  border:2px solid white;
  max-width:220px;
  position:fixed;
  bottom:20px;
  right:20px;
  background-size:contain;
  background-position:bottom center;
  background-repeat:no-repeat;
  text-align:center;
  padding: 30px 40px 30px 40px;
  color:white;
  z-index: 777;
  transition: all .3s ease-in-out;
  transform-origin: bottom right;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color:#F47621;
}
.SeminarPopup.Closed{
  -webkit-transform: scale(0);
  transform: scale(0);
  
}
div.openSeminar{
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  width: 27px;
  height: 27px;
  transition: all .3s ease;
  z-index: 777;
  background-color:#F47621;
  transform-origin: top left;
  transform:all 0.3s ease;
  border:2px solid white;
}
div.openSeminar.hidden{
  -webkit-transform: scale(0);
  transform: scale(0);
}
div.openSeminar.visible{
  -webkit-transform: scale(1);
  transform: scale(1);
}
div.openSeminar:before, div.openSeminar:after{
  content: '';
  position: absolute;
  width: 15px;
  height: 3px;
  background-color: white;
  border-radius: 2px;
  top: 10px;  
  left:4.25px;
}

div.openSeminar:after{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);  
}
div.close{
  position: absolute;
  cursor: pointer;
  top: -1px;
  right: 10px;
  width: 15px;
  height: 25px;
  transition: all .3s ease;
  opacity:1;
}
div.close:before, div.close:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: white;
  border-radius: 2px;
  top: 16px;  
  left:-3px;
}
div.close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);  
}
.SeminarPopup span{
  line-height:1.25;
  font-size:20px;
  display:block;
  font-weight:300;
  font-family: "FredokaOne-Regular", Arial;
}
.SeminarPopup a{
  font-weight:800;
  color:white;
  font-size:14px;
  display:inline-block;
  margin-top:10px;
  padding:10px;
  background: #1977ba;
}
.SeminarPopup a:hover{ 
  text-decoration:none;
}

/*************************************************************
 * PAGINATION CSS
/*************************************************************/

ul.page-numbers {
    list-style: none;
    margin: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }