*
{
	margin:0px;
	padding:0px;
	border:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'arca_majora_3heavy';
    src: url('/smiledigitaltalent/fonts/arcamajora3-heavy-webfont.woff2') format('woff2'),
         url('/smiledigitaltalent/fonts/arcamajora3-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arca_majora_3bold';
    src: url('/smiledigitaltalent/fonts/arcamajora3-bold_700-webfont.woff2') format('woff2'),
         url('/smiledigitaltalent/fonts/arcamajora3-bold_700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Graphik';
    src: url('/bare/fonts/Graphik-MediumItalic.woff2') format('woff2'),
        url('/bare/fonts/Graphik-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik Super';
    src: url('/bare/fonts/Graphik-SuperItalic.woff2') format('woff2'),
        url('/bare/fonts/Graphik-SuperItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('/bare/fonts/Graphik-ExtralightItalic.woff2') format('woff2'),
        url('/bare/fonts/Graphik-ExtralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('/bare/fonts/Graphik-LightItalic.woff2') format('woff2'),
        url('/bare/fonts/Graphik-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('/bare/fonts/Graphik-Regular.woff2') format('woff2'),
        url('/bare/fonts/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Graphik';
    src: url('/bare/fonts/Graphik-Bold.woff2') format('woff2'),
        url('/bare/fonts/Graphik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/bare/fonts/Graphik-Semibold.woff2') format('woff2'),
        url('/bare/fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/bare/fonts/Graphik-RegularItalic.woff2') format('woff2'),
        url('/bare/fonts/Graphik-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik Super';
    src: url('/bare/fonts/Graphik-Super.woff2') format('woff2'),
        url('/bare/fonts/Graphik-Super.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/bare/fonts/Graphik-ThinItalic.woff2') format('woff2'),
        url('/bare/fonts/Graphik-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('/bare/fonts/Graphik-Medium.woff2') format('woff2'),
        url('/bare/fonts/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/bare/fonts/Graphik-BoldItalic.woff2') format('woff2'),
        url('/bare/fonts/Graphik-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('/bare/fonts/Graphik-Extralight.woff2') format('woff2'),
        url('/bare/fonts/Graphik-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}



img
{
	max-width:100%;
	height:auto;
}

ul
{
	margin-left:20px;
}



.error, .prompt
{
    padding:10px;
    background-color:#CC0000;
    color:#fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  margin-bottom:15px;
  
}

/*TABLES*/

table 
{
  width:100%;
  border-collapse:collapse;
}

table td 
{
  border-bottom:0px solid #CCCCCC;
  padding:10px;
  text-align:left;
}


/* big buttons, no circle */
.flickity-prev-next-button {
  width: 50px;
  height: 50px;
  background: transparent;
}
.flickity-prev-next-button:hover {
  background: transparent;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}






#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 0px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}







/*BLOG*/

.blogLatestReadMore, .blogDate, .blogPostContent, .blogCommentsAdd, .blogLatestDate, .blogLatestPost
{
	display: none;
}



.blogCategories 
{
  padding:30px;
  background-color:#fff;
  margin-bottom:40px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border:solid 1px #ccc;
}

.blogCommentItem 
{
  background-color:#fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding:30px;
  margin-bottom:20px;
  border:solid 1px #ccc;
}

.blogCategories a
{
  color:#333;
  margin-bottom:10px;
}

.blogPost
{
  padding:50px;
  background-color:#fff;
  margin-bottom:40px;
   width:31%;
  margin-right:2%;
  float:left;
}

 .blogPostMore
{
  padding:50px;
  background-color:#fff;
  margin-bottom:40px;
  width:100%;
  margin-right:2%;
  float:left;
  text-align:center;
  font-size:18px;
}

 .blogPostMore .blogImage
 {
 width:100%;
 text-align:center !important;
 }


.blogPostContent, .blogComments  
{
  text-align:left;
}

.blogBack 
{
  display:none;
}

.blogDate 
{
  font-size:16px;
}

.blogPost h2, .blogPostMore h2
{
  font-size:38px;
  line-height:50px;
  color:#333;
  border-bottom:solid 2px #eee;
  padding-bottom:20px;
  
}

.blogImage
{
  max-height:400px;
  overflow:hidden;
   margin-top:20px;
  margin-bottom:20px;
  
}

.blogPostMore .blogImage
{
  max-height:100%;
  overflow:none;
   margin-top:20px;
  margin-bottom:20px;
  
}

.blogPost img
{
  width:100%;
}


.blogTitle h2
{
color:#FD5901;
font-size:28px;
}


.blogTitle h1
{
color:#FD5901;
font-size:35px;
}

.pagitem
{
padding:5px 10px;
display:block;
background-color:#eee;
float:left;
margin-right:5px;
}

.pagitemon
{
padding:5px 10px;
display:block;
background-color:#333;
color:#fff;
float:left;
margin-right:5px;
}

.blogLatest
{
  width:32%;
  margin-right:2%;
  float:left;
}

.blogLatest:nth-child(3n+1) 
{
    margin-right:0%;
}

.blogLatest h2
{
  font-size:18px;
}


.blogMore a
{

}

@media only screen and (max-width: 920px) {
    
  .blogPost, .blogPostMore
{
  padding:30px;
}

.blogPost h2, .blogPostMore h2
{
  font-size:24px;
  line-height:40px;

}

.blogLatest
{
  width:100%;
  margin-right:0%;
  float:none;
}
  
  
  .blogPost, .blogPostMore
{

   width:100%;

}

}