@font-face {
    font-family: 'Colaborate Thin';
    src: url('../fonts/ColabThi-webfont.eot');
    src: url('../fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ColabThi-webfont.woff') format('woff'),
    url('../fonts/ColabThi-webfont.ttf') format('truetype'),
    url('../fonts/ColabThi-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Colaborate Light';
    src: url('../fonts/ColabLig-webfont.eot');
    src: url('../fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ColabLig-webfont.woff') format('woff'),
    url('../fonts/ColabLig-webfont.ttf') format('truetype'),
    url('../fonts/ColabLig-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------------------
Reset
------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

ol, ul {
    list-style: none;
    margin-bottom: 10px;
}

:focus {
    outline: 0;
}

/*----------------------------------------------
HTML5 display definitions
------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/* Corrects inline-block not defined in IE6/7/8 and FF3 */
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
/* Ensures content is hidden from all presentations, including screenreaders */
[hidden] {
    display: none;
    visibility: hidden;
}

/*----------------------------------------------
Base structure
------------------------------------------------*/
html {
    height: 100%;
    font-size: 100%;
    overflow-y: scroll; /* Force a scrollbar in non-IE */
    -webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Colaborate Thin', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 19px;
    background: #dee2e4;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background: #3cb8ab;
    color: #fff;
}
::-moz-selection {
    background: #3cb8ab;
    color: #fff;
}

/* Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Colaborate Thin', Helvetica, Arial, sans-serif;
    color: #666666;
    font-weight: normal;
    /*text-shadow: 1px 1px 0px #ffffff;*/
}
h4, h5, h6 {
    font-family: 'Colaborate Light', Helvetica, Arial, sans-serif;
}
#bottom h1, #bottom h2, #bottom h3, #bottom h4, #bottom h5, #bottom h6 {
    text-shadow: none;
    color: #ffffff;
}
h1 {
    font-size: 48px;
    line-height: 54px;
}
h2 {
    font-size: 36px;
    line-height: 40px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
}
h4 {
    font-size: 18px;
    line-height: 22px;
}
h5 {
    font-size: 16px;
    line-height: 19px;
}
h6 {
    font-size: 14px;
    line-height: 17px;
}
div h1, div h2, div h3, div h4, div h5, div h6 {
    margin-top: 30px;
}
div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child {
    margin-top: 0px;
}

/* Forms
---------------------------------------- */
input[type=text], input[type=password], input[type=email], textarea {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    border: 1px solid #CCC;
    line-height: 20px;
    color: #222;
    padding: 5px 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type=text], input[type=email], input[type=password] {
    width: 270px;
}
/* padding issue (270 + 2*5 = 270) */
textarea {
    width: 420px;
    height: 150px;
    max-width: 100%;
}
/* padding issue (420 + 2*5 = 430) */
input[type=submit] {
    font-size: 11px;
    line-height: 26px;
    color: #ffffff;
    background: #999999;
    padding: 0px 10px;
    border: none;
    cursor: pointer;
}
input[type=submit]:hover {
    background: #139083;
}
label {
    display: none;
}
form {
    margin-top: 30px;
}
form div {
    margin-top: 15px;
    position: relative;
}
div form:first-child, form div:first-child {
    margin-top: 0px;
}

/* Links
---------------------------------------- */
a, a:visited {
    text-decoration: none;
    cursor: pointer;
    color: #27A9E2;
}
a:hover {
}
a.color {
    text-decoration: none;
    color: #fff;
    background: #27a9e2;
    padding: 6px 15px 5px;
    text-align: center;
    width: 46px;
    font-size: 13px;
    /*-moz-border-radius: 4px;
     /*-webkit-border-radius: 4px;
      /*border-radius: 4px;*/
}
a.color-app {
    text-decoration: none;
    color: #fff;
    background: rgba(250, 75, 42, .8);
    padding: 5px 15px 5px 20px;
    text-align: center;
    width: 46px;
    font-size: 16px;
    /*-moz-border-radius: 4px; /* Firefox */
    /*-webkit-border-radius: 4px; /* Safari, Chrome */
    /*border-radius: 4px; /* CSS3 */
}
a.color:hover {
    color: #fff;
    background: #555;
}
a.color-app:hover {
    color: #fff;
    background: #555;
}

/* Embedded content
---------------------------------------- */
img, object, video {
    max-width: 100%;
    height: auto;
    display: block;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
p img {
    margin-top: 15px;
}
p img:first-child {
    margin-top: 0px;
}
img.left-float {
    margin: 3px 30px 30px 0;
}
img.right-float {
    margin: 3px 0px 30px 30px;
}

/* Articles
---------------------------------------- */
article ul {
    margin-top: 20px;
    padding-left: 30px;
    list-style: square;
}
article ul li {
    padding-left: 5px;
    line-height: 22px;
}
article ol {
    margin-top: 30px;
    margin-left: 45px;
    list-style: decimal;
}
article ol li {
    line-height: 22px;
}
article a {
    color: #27A9E2;
}
article a:hover {
    text-decoration: underline;
}

#primary #content{width: 620px;}

/* Others
---------------------------------------- */
strong, b, dt {
    font-weight: bold;
}
i, dfn {
    font-style: italic;
}
sub, sup {
    font-size: 0.625em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* paragraph rules */
p {
    margin-top: 20px;
}
div p:first-child {
    margin-top: 0px;
}
p.blockquote {
    border-left: 1px dashed #e5e5e5;
    padding-left: 15px;
    display: block;
}

/*----------------------------------------------
General ID's or Classes
------------------------------------------------*/
#page {
    position: relative;
    overflow: hidden;
}
#content {
    width: 870px;
    overflow: hidden;
    margin: 30px auto 30px;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 2px 10px rgba(0, 0, 0, 0.2);
}
#sidebar {
    width: 210px;
    padding-bottom: 60px;
}
.wrapper {
    width: 930px;
    margin: 0 auto;
    position: relative;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
}
.cf:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
.cf {
    *display: inline-block;
    height: 1%;
}
.left-float {
    float: left;
}
.left-float-copyright {
    margin-top: 35px;
    font-size: 18px;
    padding-left: 15px;
    color: #ddd;
}
.right-float {
    float: right;
}
.add-padding {
    padding-left: 30px;
    padding-right: 30px;
}
.content-padding {
    padding: 30px 30px 60px 30px;
    min-height: 400px;
}
.cards-inner {
    background: none;
    border-left: none;
    border-right: none;
}
.button {
    margin: 20px 0 0 0;
    padding: 20px 0;
}
.page-title {
    border-bottom: 1px #ddd dashed;
    padding: 30px 30px 20px 30px;
}

/*----------------------------------------------
Header
------------------------------------------------*/
#header {
    background: none;
    border-left: none;
    border-right: none;
    overflow: hidden;
    height: 363px; /* set so we don't have to wait for content to load to get height in JS functions */
}
.header-bottom {
    padding-bottom: 0px;
    margin: 0px 0;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    background: none;
}
.header-tagline {
	background: none;
	padding-bottom: 15px;
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.header-tagline h1, .header-tagline h2, .header-tagline h3, .header-tagline h4, .header-tagline h5, .header-tagline h6 {
    margin: 0 0 5px 0;
}

/*----------------------------------------------
Top
------------------------------------------------*/
#top {
position: relative;
z-index: 2;
padding: 0;
width: 100%;
background: #3b3b3b;
border-bottom: 4px solid #52AFCE;
}
.top-inner {
background: none;
padding: 0 0 0 0;
width: 930px;
margin: 0 auto;
}
.socialmedia a {
    float: left;
    height: 65px;
    width: 60px;
    display: inline-block;
    text-indent: -9999px;

}
.socialmedia a:first-child {
}
a.facebook {
    background: transparent url(../img/layout/facebook-icon.png);
}
a.twitter {
    background: transparent url(../img/layout/twitter-icon.png);
}
a.rss {
    background: transparent url(../img/layout/rss-icon.png);
}
.socialmedia a:hover {
    background-position: bottom left;
}
.logo img {
    width: 120px;
    float: left;
    padding: 8px 0 0 15px;
}
#widget-twitter {
    padding-top: 15px;
}
.tweet {
    width: 280px;
    margin-top: 15px;
}

/*----------------------------------------------
Footer Nav
------------------------------------------------*/
nav, #nav {
    margin-top: 0px;
}
nav ul li, #nav nav ul li {
    float: left;
    margin-left: 0px;
    line-height: 30px;
    padding: 0px 0px;
    margin-bottom: 0px; /* height of the logo*/
}
nav ul li a, #nav ul li a {
    font-size: 22px;
    color: #3b3b3b;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    /*text-shadow: 1px 1px 0px #ffffff;*/
    text-decoration: none;
    min-width: 75px;
    display: block;
    text-align: center;
    padding: 5px 10px;
}
nav ul li a:hover, nav ul li a.active, #nav ul li a:hover, #nav ul li a.active {
    color: #fa4b2a;
    text-decoration: none;
}
#nav-bottom {
    margin-top: 0px;
    float: left;
}
nav ul li a:visited {
    color: #3b3b3b;
    text-decoration: none;
}

/*----------------------------------------------
Footer
------------------------------------------------*/
footer .footer-inner {
    background: none;
    font-size: 11px;
    line-height: 24px;
    padding: 0 0 20px;
    margin-bottom: 40px;
}
#footer-bottom {
    font-size: 14px;
    padding: 25px 15px 0 15px;
    color: #fff;
}
#footer-links {
    margin: 0 0 10px 0;
}
#footer-links li {
    float: left;
    padding: 0 8px;
    border-right: 1px solid #888;
    line-height: 14px;
}
#footer-links li:first-child {
    padding-left: 0;
}
#footer-links li:last-child {
    border: none;
}
#footer-links a {
    color: #3b3b3b;

}
#copyright {
    color: #3b3b3b;
}

/*----------------------------------------------
Home - app boxes
------------------------------------------------*/
.entries {
    width: 110%;
    margin-bottom: 30px;

}
.entry-app {
float: left;
width: 288px;
background: #fff;
margin-left: 15px;
margin-bottom: 15px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 4px solid #84bc30;
position: relative;
height: 375px;
}
.entry-announcement {
float: left;
width: 288px;
background: #fff;
margin-left: 15px;
margin-bottom: 15px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 4px solid #fdb05f;
position: relative;
height: 375px;
}
.img-holder img {
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.entry .entry-headline {
    padding-left: 15px;
    margin: 20px 15px 20px 15px;
}
.entry .entry-title {
    margin-bottom: 5px;
    background: rgba(250, 250, 250, .8);
    font-size: 22px;
    padding: 15px;
}
.entry-title h5 {
    font-size: 19px;
    line-height: 21px;
    padding: 15px;
}
.entry-date {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}
.entry-info-app p {
    padding: 15px;
    font-size: 16px;
    line-height: 17px;
}
.entry .entry-info-app {
    font-size: 11px;
    line-height: 18px;
    padding: 20px 15px 20px 15px;
}
.entry .entry-info {
    font-size: 20px;
    line-height: 22px;
    padding: 15px;
}
.entry-info p {
    font-size: 16px;
    line-height: 17px;
    border-top: 1px solid #dddddd;
    margin: 0 15px;
    padding-top: 15px;
}
.entry .entry-meta {
    margin-top: 15px;
}
.entry .entry-meta div.right-float {
    margin-left: 15px;
}
#home #content {
    margin-top: 0;
}
.entry-single .entry-headline {
    border-left: 5px solid #27a9e2;
    padding-left: 15px;
}
.entry-single .entry-title {
    margin-bottom: 5px;
}
.entry-single .entry-info {
    margin-top: 30px;
    padding-top: 0px;
}
.entry-single .entry-meta {
    margin-top: 30px;
    padding-top: 0px;
}
.card-holder {
    border-top: 1px solid #bbbbbb;
    padding-top: 15px;
}
.sidebar-section {
    margin-top: 60px;
}
#sidebar .sidebar-section:first-child {
    margin: 3px 0 0 0;
}
#sidebar .entry-info p {
    margin: 0 15px 0 0;
}
.button-app {
    margin: 20px 0 15px -5px;
    position: absolute;
    bottom: 0;
}

#cards-content.handmark-card {
    width: auto;
    margin: 0;
    text-align: center;
}

.handmark-card h1 {
    border-bottom: 1px dotted #bbb;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.handmark-icon {
    margin: 20px auto;
    display: block;
}
.handmark-card p {
    font-size: 24px;
    line-height: 32px;
    width: 75%;
    margin: 0 auto 20px;
}
.handmark-card .card-down-arrow {
    margin: 0 auto;
    padding: 40px 0 20px;
    display: block;
}

/*----------------------------------------------
Home - Filter
------------------------------------------------*/
.filter {
    overflow: hidden;
    margin-bottom: -1px;
    font-size: 21px;
    padding-left: 15px;
}
.filter li {
    float: left;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.filter li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    background: none;
}
.filter li a {
text-decoration: none;
color: #3b3b3b;
display: block;
background: none;
min-width: 25px;
text-align: center;
padding: 6px 15px;
}
.filter li a:hover {
    color: #3b3b3b;
    background: #cccccc;
    text-decoration: none;
}
.filter li a.active {
color: #3b3b3b;
background: #dee2e4;
border-left: 1px solid #bbbbbb;
border-top: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
position: relative;
z-index: 1;
}

/*----------------------------------------------
Isotope Plug-in
------------------------------------------------*/
/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-o-transition-property: top, left, opacity;
transition-property: transform, opacity;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 2px 10px rgba(0, 0, 0, 0.2);
box-shadow:         0px 2px 10px rgba(0, 0, 0, 0.2);
}
/* Disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* Disable CSS transitions for containers with infinite scrolling */
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
/* Isotope Filtering */
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/*----------------------------------------------
jQuery FlexSlider v2.0
http://www.woothemes.com/flexslider/
------------------------------------------------*/
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus  {outline: none;}
.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Required */
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
width: 100%;
display: block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback - If not using Modernizr, make sure you include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme */
.flexslider {
margin: 0 0 0px;
background: none;
border: none;
position: relative;
zoom: 1;
margin: 15px;
-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow:    0px 2px 10px rgba(0, 0, 0, 0.7);
box-shadow:         0px 2px 10px rgba(0, 0, 0, 0.7);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(255,255,255,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(255,255,255,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* App pages */

#loader {
    position: relative;
    bottom: 0px;
    display: none;
    top: 15px;
    margin-bottom: 20px;
    text-align: center;
}
#loader img {
    margin: 0 auto;
}
#close {
    display: none;
    width: 870px;
    margin: 0 auto;
}
#close a {
    position: absolute;
    margin-top: -20px;
    display: block;
    width: 39px;
    height: 20px;
    background: url(../img/layout/close.png) no-repeat top left;
    text-indent: -9999px;
    cursor: pointer;
}
#close a:hover {
    background-position: bottom left;
}

#cards-content, #cards-content-full {
    width: 660px;
    margin: 0 0 40px 0;
}
#cards-content-full {
    width: 870px;
}
.store-button {
    padding: 15px 0 0;
}
.store-button img{
    width: 150px;
    height: 53px;
}

/* 404 Page */
#header-404 {
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 600px;
    height: 400px;
}
#error-404 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    min-height: inherit;
}

/* Contact */
.one_third {
    width: 260px;
}
.column {
    float: left;
    padding-bottom: 30px;
    margin-right: 30px;
}

/* Use non-custom font (added for legal pages but can be used anywhere)*/
#content .basic-font p{
    font: 12px/18px Helvetica, Arial, sans-serif;
}
#content .basic-font h1,
#content .basic-font h2,
#content .basic-font h3,
#content .basic-font h4 {
    font-family: Helvetica, Arial, sans-serif;
}